From 9b0fb34e5644acf280c0ad0247e9968454dfa5ca Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 12:02:54 -0500 Subject: [PATCH 1/7] Rewrite population pipeline using global dataset --- src/hapi/pipelines/configs/population.yaml | 3062 +------------------- src/hapi/pipelines/database/population.py | 87 +- 2 files changed, 85 insertions(+), 3064 deletions(-) diff --git a/src/hapi/pipelines/configs/population.yaml b/src/hapi/pipelines/configs/population.yaml index 1482fa50..8fd0a274 100755 --- a/src/hapi/pipelines/configs/population.yaml +++ b/src/hapi/pipelines/configs/population.yaml @@ -1,3054 +1,84 @@ #Population config file -### HXL Tag example form -# Assume they have the form: -# #population+total -# #population+f+total -# #population+ages_5_12+total -# #population+age_80_plus+total -# #population+f+age_5_12 -# #population+f+age_80_plus - population_default: scrapers_with_defaults: - - "population_afg" - - "population_nga" - - "population_bfa" - - "population_cmr" - - "population_col" - - "population_hnd" - - "population_hti" - - "population_mmr" - - "population_moz" - - "population_ner" - - "population_pse" - - "population_sdn" - - "population_slv" - - "population_tcd" + - "population_national" + - "population_adminone" + - "population_admintwo" input: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70_74" - - "M_70_74" - - "T_70_74" - - "F_75_79" - - "M_75_79" - - "T_75_79" + - "#gender" + - "#age+range" + - "#age+min" + - "#age+max" + - "#population" + - "#date+year" + list: + - "#gender" + - "#age+range" + - "#age+min" + - "#age+max" + - "#population" + - "#date+year" output: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70_74" - - "M_70_74" - - "T_70_74" - - "F_75_79" - - "M_75_79" - - "T_75_79" + - "#gender" + - "#age+range" + - "#age+min" + - "#age+max" + - "#population" + - "#date+year" output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_69" - - "#population+m+age_65_69" - - "#population+age_65_69+total" - - "#population+f+age_70_74" - - "#population+m+age_70_74" - - "#population+age_70_74+total" - - "#population+f+age_75_79" - - "#population+m+age_75_79" - - "#population+age_75_79+total" + - "#gender" + - "#age+range" + - "#age+min" + - "#age+max" + - "#population" + - "#date+year" population_national: - population_afg: - dataset: "cod-ps-afg" - resource: "afg_popadm_adm0_2021_v2.csv" - format: "csv" - use_hxl: False - admin_single: "AFG" - input: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_bfa: - dataset: "cod-ps-bfa" - resource: "bfa_admpop_adm0_2023_5yr.csv" - format: "csv" - use_hxl: False - admin_single: "BFA" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_cmr: - dataset: "cod-ps-cmr" - resource: "cmr_admpop_adm0_2023.csv" - format: "csv" - use_hxl: False - admin_single: "CMR" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - # TODO: confirm what ages adulte and agee correspond to and include in data - population_cod: - dataset: "cod-ps-cod" - resource: "cod_admpop_adm0_2020.csv" - format: "csv" - use_hxl: False - admin_single: "COD" - input: - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_adulte" -# - "M_adulte" -# - "T_adulte" -# - "F_agee" -# - "M_agee" -# - "T_agee" - output: - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_20_64" -# - "M_20_64" -# - "T_20_64" -# - "F_65plus" -# - "M_65plus" -# - "T_65plus" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" -# - "#population+f+age_0_4" -# - "#population+m+age_0_4" -# - "#population+age_0_4+total" -# - "#population+f+age_5_19" -# - "#population+m+age_5_19" -# - "#population+age_5_19+total" -# - "#population+f+age_20_64" -# - "#population+m+age_20_64" -# - "#population+age_20_64+total" -# - "#population+f+age_65_plus" -# - "#population+m+age_65_plus" -# - "#population+age_65_plus+total" - - population_col: - dataset: "cod-ps-col" - resource: "col_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "COL" - input: - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100Plus" - - "M_100Plus" - - "T_100Plus" - output: - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100plus" - - "M_100plus" - - "T_100plus" - output_hxl: - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_94" - - "#population+m+age_90_94" - - "#population+age_90_94+total" - - "#population+f+age_95_99" - - "#population+m+age_95_99" - - "#population+age_95_99+total" - - "#population+f+age_100_plus" - - "#population+m+age_100_plus" - - "#population+age_100_plus+total" - - population_eth: - dataset: "cod-ps-eth" - resource: "eth_admpop_adm0_2022_v2.csv" - format: "csv" - use_hxl: False - admin_single: "ETH" - input: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" - - population_gtm: - dataset: "cod-ps-gtm" - resource: "gtm_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "GTM" - input: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70Plus" - - "M_70Plus" - - "T_70Plus" - output: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70plus" - - "M_70plus" - - "T_70plus" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_69" - - "#population+m+age_65_69" - - "#population+age_65_69+total" - - "#population+f+age_70_plus" - - "#population+m+age_70_plus" - - "#population+age_70_plus+total" - - population_hnd: - dataset: "cod-ps-hnd" - resource: "hnd_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "HND" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_hti: - dataset: "cod-ps-hti" - resource: "hti_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "HTI" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_mli: - dataset: "cod-ps-mli" - resource: "mli_pop_adm0_v2.csv" - format: "csv" - use_hxl: False - admin_single: "MLI" - input: - - "F_TL" - - "M_TL" - - "T_TL" - output: - - "F_TL" - - "M_TL" - - "T_TL" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - population_mmr: - dataset: "cod-ps-mmr" - resource: "mmr_admpop_adm0_2022.csv" - format: "csv" - use_hxl: False - admin_single: "MMR" - input: - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90Plus" - - "M_90Plus" - - "T_90Plus" - output: - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90plus" - - "M_90plus" - - "T_90plus" - output_hxl: - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_plus" - - "#population+m+age_90_plus" - - "#population+age_90_plus+total" - - population_moz: - dataset: "cod-ps-moz" - resource: "moz_admpop_adm0_2023.csv" + population_national: + dataset: "cod-ps-global" + resource: "cod_population_admin0.csv" format: "csv" - use_hxl: False - admin_single: "MOZ" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_ner: - dataset: "cod-ps-ner" - resource: "ner_admpop_adm0_2023.csv" - format: "csv" - use_hxl: False - admin_single: "NER" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_nga: - dataset: "cod-ps-nga" - resource: "nga_admpop_adm0_2022.csv" - format: "csv" - use_hxl: False - admin_single: "NGA" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_pse: - dataset: "cod-ps-pse" - resource: "pse_admpop_adm0_2023.csv" - format: "csv" - use_hxl: False - admin_single: "PSE" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_sdn: - dataset: "cod-ps-sdn" - resource: "sdn_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "SDN" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_slv: - dataset: "cod-ps-slv" - resource: "slv_admpop_adm0_2024.csv" - format: "csv" - use_hxl: False - admin_single: "SLV" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_som: - dataset: "cod-ps-som" - resource: "som_pplp_adm0_v2.csv" - format: "csv" - use_hxl: False - admin_single: "SOM" - input: - - "T_TL" - output: - - "T_TL" - output_hxl: - - "#population+total" - - population_ssd: - dataset: "cod-ps-ssd" - resource: "ssd_admpop_adm0_2022_v2.csv" - format: "csv" - use_hxl: False - admin_single: "SSD" - input: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_17" - - "#population+m+age_5_17" - - "#population+age_5_17+total" - - "#population+f+age_18_60" - - "#population+m+age_18_60" - - "#population+age_18_60+total" - - "#population+f+age_61_plus" - - "#population+m+age_61_plus" - - "#population+age_61_plus+total" - - population_tcd: - dataset: "cod-ps-tcd" - resource: "tcd_admpop_2023.xlsx" - format: "xlsx" - sheet: "tcd_admpop_adm0_2023" - use_hxl: False - admin_single: "TCD" - input: - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_ven: - dataset: "cod-ps-ven" - resource: "ven_admpop_adm0_2011_v2.csv" - format: "csv" - use_hxl: False - admin_single: "VEN" - input: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65PLUS" - - "M_65PLUS" - - "T_65PLUS" - output: - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output_hxl: - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" - -population_adminone: - population_afg: - dataset: "cod-ps-afg" - resource: "afg_admpop_adm1_2021_v2.csv" - format: "csv" - use_hxl: False + use_hxl: True admin: - - ~ - - "Admin1_Code" - admin_exact: True - input: - - "Admin1_Name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" + - "#country+code" - population_bfa: - dataset: "cod-ps-bfa" - resource: "bfa_admpop_adm1_2023_5yr.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - admin_exact: True - input: - - "ADM1_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_cmr: - dataset: "cod-ps-cmr" - resource: "cmr_admpop_adm1_2023.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_EN" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - # TODO: confirm what ages adulte and agee correspond to and include in data - population_cod: - dataset: "cod-ps-cod" - resource: "cod_admpop_adm1_2020.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin1Pcode" - input: - - "admin1Name_fr" - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_adulte" -# - "M_adulte" -# - "T_adulte" -# - "F_agee" -# - "M_agee" -# - "T_agee" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_20_64" -# - "M_20_64" -# - "T_20_64" -# - "F_65plus" -# - "M_65plus" -# - "T_65plus" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" -# - "#population+f+age_0_4" -# - "#population+m+age_0_4" -# - "#population+age_0_4+total" -# - "#population+f+age_5_19" -# - "#population+m+age_5_19" -# - "#population+age_5_19+total" -# - "#population+f+age_20_64" -# - "#population+m+age_20_64" -# - "#population+age_20_64+total" -# - "#population+f+age_65_plus" -# - "#population+m+age_65_plus" -# - "#population+age_65_plus+total" - - population_col: - dataset: "cod-ps-col" - resource: "col_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_ES" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100Plus" - - "M_100Plus" - - "T_100Plus" - output: - - "adm1_name" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100plus" - - "M_100plus" - - "T_100plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_94" - - "#population+m+age_90_94" - - "#population+age_90_94+total" - - "#population+f+age_95_99" - - "#population+m+age_95_99" - - "#population+age_95_99+total" - - "#population+f+age_100_plus" - - "#population+m+age_100_plus" - - "#population+age_100_plus+total" - - population_eth: - dataset: "cod-ps-eth" - resource: "eth_admpop_adm1_2022_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin1Pcode" - input: - - "admin1Name_en" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" - - population_gtm: - dataset: "cod-ps-gtm" - resource: "gtm_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_ES" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70Plus" - - "M_70Plus" - - "T_70Plus" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70plus" - - "M_70plus" - - "T_70plus" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_69" - - "#population+m+age_65_69" - - "#population+age_65_69+total" - - "#population+f+age_70_plus" - - "#population+m+age_70_plus" - - "#population+age_70_plus+total" - - population_hnd: - dataset: "cod-ps-hnd" - resource: "hnd_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_ES" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_hti: - dataset: "cod-ps-hti" - resource: "hti_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_mli: - dataset: "cod-ps-mli" - resource: "mli_pop_adm1_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin1Pcode" - admin_exact: True - input: - - "admin1Name_fr" - - "F_TL" - - "M_TL" - - "T_TL" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - population_mmr: - dataset: "cod-ps-mmr" - resource: "mmr_admpop_adm1_2022.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_EN" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90Plus" - - "M_90Plus" - - "T_90Plus" - output: - - "adm1_name" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90plus" - - "M_90plus" - - "T_90plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_plus" - - "#population+m+age_90_plus" - - "#population+age_90_plus+total" - - population_moz: - dataset: "cod-ps-moz" - resource: "moz_admpop_adm1_2023.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_PT" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_ner: - dataset: "cod-ps-ner" - resource: "ner_admpop_adm1_2023.csv" +population_adminone: + population_adminone: + dataset: "cod-ps-global" + resource: "cod_population_admin1.csv" format: "csv" - use_hxl: False + use_hxl: True admin: - ~ - - "ADM1_PCODE" + - "#adm1+code" input: - - "ADM1_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_pse: - dataset: "cod-ps-pse" - resource: "pse_admpop_adm1_2023.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_EM" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: + list: - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_nga: - dataset: "cod-ps-nga" - resource: "nga_admpop_adm1_2022.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - admin_exact: True - input: - - "ADM1_EN" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_sdn: - dataset: "cod-ps-sdn" - resource: "sdn_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_EN" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_slv: - dataset: "cod-ps-slv" - resource: "slv_admpop_adm1_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_ES" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_som: - dataset: "cod-ps-som" - resource: "som_pplp_adm1_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin1Pcode" - input: - - "admin1Name_en" - - "T_TL" - output: - - "adm1_name" - - "T_TL" output_hxl: - "#adm1+name" - - "#population+total" - - population_ssd: - dataset: "cod-ps-ssd" - resource: "ssd_admpop_adm1_2022_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_EN" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_17" - - "#population+m+age_5_17" - - "#population+age_5_17+total" - - "#population+f+age_18_60" - - "#population+m+age_18_60" - - "#population+age_18_60+total" - - "#population+f+age_61_plus" - - "#population+m+age_61_plus" - - "#population+age_61_plus+total" - - population_tcd: - dataset: "cod-ps-tcd" - resource: "tcd_admpop_2023.xlsx" - format: "xlsx" - sheet: "tcd_admpop_adm1_2023" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_NAME" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_ven: - dataset: "cod-ps-ven" - resource: "ven_admpop_adm1_2011_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM1_PCODE" - input: - - "ADM1_ES" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65PLUS" - - "M_65PLUS" - - "T_65PLUS" - output: - - "adm1_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output_hxl: - - "#adm1+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" population_admintwo: - population_bfa: - dataset: "cod-ps-bfa" - resource: "bfa_admpop_adm2_2023_5yr.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - admin_exact: True - input: - - "ADM1_FR" - - "ADM2_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - # TODO: confirm what ages adulte and agee correspond to and include in data - population_cod: - dataset: "cod-ps-cod" - resource: "cod_admpop_adm2_2020.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin2Pcode" - input: - - "admin1Name_fr" - - "admin2Name_fr" - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_adulte" -# - "M_adulte" -# - "T_adulte" -# - "F_agee" -# - "M_agee" -# - "T_agee" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" -# - "F_00_04" -# - "M_00_04" -# - "T_00_04" -# - "F_05_19" -# - "M_05_19" -# - "T_05_19" -# - "F_20_64" -# - "M_20_64" -# - "T_20_64" -# - "F_65plus" -# - "M_65plus" -# - "T_65plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" -# - "#population+f+age_0_4" -# - "#population+m+age_0_4" -# - "#population+age_0_4+total" -# - "#population+f+age_5_19" -# - "#population+m+age_5_19" -# - "#population+age_5_19+total" -# - "#population+f+age_20_64" -# - "#population+m+age_20_64" -# - "#population+age_20_64+total" -# - "#population+f+age_65_plus" -# - "#population+m+age_65_plus" -# - "#population+age_65_plus+total" - - population_col: - dataset: "cod-ps-col" - resource: "col_admpop_adm2_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_ES" - - "ADM2_ES" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100Plus" - - "M_100Plus" - - "T_100Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90_94" - - "M_90_94" - - "T_90_94" - - "F_95_99" - - "M_95_99" - - "T_95_99" - - "F_100plus" - - "M_100plus" - - "T_100plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_94" - - "#population+m+age_90_94" - - "#population+age_90_94+total" - - "#population+f+age_95_99" - - "#population+m+age_95_99" - - "#population+age_95_99+total" - - "#population+f+age_100_plus" - - "#population+m+age_100_plus" - - "#population+age_100_plus+total" - - population_eth: - dataset: "cod-ps-eth" - resource: "eth_admpop_adm2_2022_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin2Pcode" - input: - - "admin1Name_en" - - "admin2Name_en" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" - - population_gtm: - dataset: "cod-ps-gtm" - resource: "gtm_admpop_adm2_2024.csv" + population_admintwo: + dataset: "cod-ps-global" + resource: "cod_population_admin2.csv" format: "csv" - use_hxl: False + use_hxl: True admin: - ~ - - "ADM2_PCODE" + - "#adm2+code" input: - - "ADM1_ES" - - "ADM2_ES" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70Plus" - - "M_70Plus" - - "T_70Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65_69" - - "M_65_69" - - "T_65_69" - - "F_70plus" - - "M_70plus" - - "T_70plus" - output_hxl: - "#adm1+name" - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_69" - - "#population+m+age_65_69" - - "#population+age_65_69+total" - - "#population+f+age_70_plus" - - "#population+m+age_70_plus" - - "#population+age_70_plus+total" - - population_hnd: - dataset: "cod-ps-hnd" - resource: "hnd_admpop_adm2_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_ES" - - "ADM2_ES" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: + list: - "#adm1+name" - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_hti: - dataset: "cod-ps-hti" - resource: "hti_admpop_adm2_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_FR" - - "ADM2_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - "#adm1+name" - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_mli: - dataset: "cod-ps-mli" - resource: "mli_pop_adm2_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin2Pcode" - admin_exact: True - input: - - "admin1Name_fr" - - "admin2Name_fr" - - "F_TL" - - "M_TL" - - "T_TL" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - population_mmr: - dataset: "cod-ps-mmr" - resource: "mmr_admpop_adm2_2022.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_EN" - - "ADM2_EN" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90Plus" - - "M_90Plus" - - "T_90Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80_84" - - "M_80_84" - - "T_80_84" - - "F_85_89" - - "M_85_89" - - "T_85_89" - - "F_90plus" - - "M_90plus" - - "T_90plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_84" - - "#population+m+age_80_84" - - "#population+age_80_84+total" - - "#population+f+age_85_89" - - "#population+m+age_85_89" - - "#population+age_85_89+total" - - "#population+f+age_90_plus" - - "#population+m+age_90_plus" - - "#population+age_90_plus+total" - - population_moz: - dataset: "cod-ps-moz" - resource: "moz_admpop_adm2_2023.csv" - format: "csv" - use_hxl: False - prefilter: "T_TL is not None" - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_PT" - - "ADM2_PT" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_ner: - dataset: "cod-ps-ner" - resource: "ner_admpop_adm2_2023.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_FR" - - "ADM2_FR" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_sdn: - dataset: "cod-ps-sdn" - resource: "sdn_admpop_adm2_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_EN" - - "ADM2_EN" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_slv: - dataset: "cod-ps-slv" - resource: "slv_admpop_adm2_2024.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_ES" - - "ADM2_ES" - - "F_80Plus" - - "M_80Plus" - - "T_80Plus" - output: - - "adm1_name" - - "adm2_name" - - "F_80plus" - - "M_80plus" - - "T_80plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+age_80_plus" - - "#population+m+age_80_plus" - - "#population+age_80_plus+total" - - population_som: - dataset: "cod-ps-som" - resource: "som_pplp_adm2_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "admin2Pcode" - input: - - "admin1Name_en" - - "Admin2Name_en" - - "T_TL" - output: - - "adm1_name" - - "adm2_name" - - "T_TL" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+total" - - population_ssd: - dataset: "cod-ps-ssd" - resource: "ssd_admpop_adm2_2022_v2.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_EN" - - "ADM2_EN" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_17" - - "M_05_17" - - "T_05_17" - - "F_18_60" - - "M_18_60" - - "T_18_60" - - "F_61plus" - - "M_61plus" - - "T_61plus" - output_hxl: - - "#adm1+name" - - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_17" - - "#population+m+age_5_17" - - "#population+age_5_17+total" - - "#population+f+age_18_60" - - "#population+m+age_18_60" - - "#population+age_18_60+total" - - "#population+f+age_61_plus" - - "#population+m+age_61_plus" - - "#population+age_61_plus+total" - - population_ven: - dataset: "cod-ps-ven" - resource: "ven_admpop_adm2_2011_v3.csv" - format: "csv" - use_hxl: False - admin: - - ~ - - "ADM2_PCODE" - input: - - "ADM1_ES" - - "ADM2_ES" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65PLUS" - - "M_65PLUS" - - "T_65PLUS" - output: - - "adm1_name" - - "adm2_name" - - "F_TL" - - "M_TL" - - "T_TL" - - "F_00_04" - - "M_00_04" - - "T_00_04" - - "F_05_09" - - "M_05_09" - - "T_05_09" - - "F_10_14" - - "M_10_14" - - "T_10_14" - - "F_15_19" - - "M_15_19" - - "T_15_19" - - "F_20_24" - - "M_20_24" - - "T_20_24" - - "F_25_29" - - "M_25_29" - - "T_25_29" - - "F_30_34" - - "M_30_34" - - "T_30_34" - - "F_35_39" - - "M_35_39" - - "T_35_39" - - "F_40_44" - - "M_40_44" - - "T_40_44" - - "F_45_49" - - "M_45_49" - - "T_45_49" - - "F_50_54" - - "M_50_54" - - "T_50_54" - - "F_55_59" - - "M_55_59" - - "T_55_59" - - "F_60_64" - - "M_60_64" - - "T_60_64" - - "F_65plus" - - "M_65plus" - - "T_65plus" output_hxl: - "#adm1+name" - "#adm2+name" - - "#population+f+total" - - "#population+m+total" - - "#population+total" - - "#population+f+age_0_4" - - "#population+m+age_0_4" - - "#population+age_0_4+total" - - "#population+f+age_5_9" - - "#population+m+age_5_9" - - "#population+age_5_9+total" - - "#population+f+age_10_14" - - "#population+m+age_10_14" - - "#population+age_10_14+total" - - "#population+f+age_15_19" - - "#population+m+age_15_19" - - "#population+age_15_19+total" - - "#population+f+age_20_24" - - "#population+m+age_20_24" - - "#population+age_20_24+total" - - "#population+f+age_25_29" - - "#population+m+age_25_29" - - "#population+age_25_29+total" - - "#population+f+age_30_34" - - "#population+m+age_30_34" - - "#population+age_30_34+total" - - "#population+f+age_35_39" - - "#population+m+age_35_39" - - "#population+age_35_39+total" - - "#population+f+age_40_44" - - "#population+m+age_40_44" - - "#population+age_40_44+total" - - "#population+f+age_45_49" - - "#population+m+age_45_49" - - "#population+age_45_49+total" - - "#population+f+age_50_54" - - "#population+m+age_50_54" - - "#population+age_50_54+total" - - "#population+f+age_55_59" - - "#population+m+age_55_59" - - "#population+age_55_59+total" - - "#population+f+age_60_64" - - "#population+m+age_60_64" - - "#population+age_60_64+total" - - "#population+f+age_65_plus" - - "#population+m+age_65_plus" - - "#population+age_65_plus+total" diff --git a/src/hapi/pipelines/database/population.py b/src/hapi/pipelines/database/population.py index ab43d050..eb07a200 100644 --- a/src/hapi/pipelines/database/population.py +++ b/src/hapi/pipelines/database/population.py @@ -1,16 +1,12 @@ """Functions specific to the population theme.""" -import re from logging import getLogger from typing import Dict from hapi_schema.db_population import DBPopulation +from hdx.utilities.dateparse import parse_date_range from sqlalchemy.orm import Session -from ..utilities.parse_tags import ( - get_gender_and_age_range, - get_min_and_max_age, -) from ..utilities.provider_admin_names import get_provider_name from . import admins from .base_uploader import BaseUploader @@ -18,10 +14,6 @@ logger = getLogger(__name__) -_HXL_PATTERN = re.compile( - r"^#population(\+[a-z])*(\+age_(\d+_\d+|\d+_plus))*(\+total)?$" -) - class Population(BaseUploader): def __init__( @@ -39,36 +31,50 @@ def __init__( def populate(self) -> None: logger.info("Populating population table") for dataset in self._results.values(): - time_period_start = dataset["time_period"]["start"] - time_period_end = dataset["time_period"]["end"] - for admin_level, admin_results in dataset["results"].items(): resource_id = admin_results["hapi_resource_metadata"]["hdx_id"] hxl_tags = admin_results["headers"][1] values = admin_results["values"] - for hxl_tag, population_values in zip(hxl_tags, values): - if hxl_tag.startswith("#adm"): - continue - if not _validate_gender_and_age_range_hxl_tag(hxl_tag): - raise ValueError( - f"HXL tag {hxl_tag} not in valid format" - ) - gender, age_range = get_gender_and_age_range( - hxl_tag=hxl_tag + admin_codes = values[0].keys() + for admin_code in admin_codes: + admin2_code = admins.get_admin2_code_based_on_level( + admin_code=admin_code, admin_level=admin_level ) - min_age, max_age = get_min_and_max_age(age_range) - for ( - admin_code, - population_value, - ) in population_values.items(): - admin2_code = admins.get_admin2_code_based_on_level( - admin_code=admin_code, admin_level=admin_level + for irow in range(len(values[0][admin_code])): + gender = values[hxl_tags.index("#gender")][admin_code][ + irow + ] + age_range = values[hxl_tags.index("#age+range")][ + admin_code + ][irow] + min_age = values[hxl_tags.index("#age+min")][ + admin_code + ][irow] + max_age = values[hxl_tags.index("#age+max")][ + admin_code + ][irow] + population = values[hxl_tags.index("#population")][ + admin_code + ][irow] + reference_year = values[hxl_tags.index("#date+year")][ + admin_code + ][irow] + time_period_range = parse_date_range( + reference_year, "%Y" ) provider_admin1_name = get_provider_name( - values, "#adm1+name", hxl_tags, admin_code + values, + "#adm1+name", + hxl_tags, + admin_code, + irow, ) provider_admin2_name = get_provider_name( - values, "#adm2+name", hxl_tags, admin_code + values, + "#adm2+name", + hxl_tags, + admin_code, + irow, ) population_row = DBPopulation( resource_hdx_id=resource_id, @@ -79,25 +85,10 @@ def populate(self) -> None: age_range=age_range, min_age=min_age, max_age=max_age, - population=int(population_value), - reference_period_start=time_period_start, - reference_period_end=time_period_end, + population=int(population), + reference_period_start=time_period_range[0], + reference_period_end=time_period_range[1], ) self._session.add(population_row) self._session.commit() - - -def _validate_gender_and_age_range_hxl_tag(hxl_tag: str) -> bool: - """Validate HXL tags - - Assume they have the form: - #population+total - #population+f+total - #population+age_5_12+total - #population+age_80_plus+total - #population+f+age_5_12 - #population+f+age_80_plus - """ - # TODO: add tests for this (HAPI-159) - return bool(_HXL_PATTERN.match(hxl_tag)) From 12d39e39f0a163955b156056fee1c93c3b0d81fc Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 13:07:50 -0500 Subject: [PATCH 2/7] Change test fixtures --- tests/fixtures/input/cod-ps-afg.json | 1 - tests/fixtures/input/cod-ps-bfa.json | 1 - tests/fixtures/input/cod-ps-global.json | 1 + tests/fixtures/input/cod-ps-mli.json | 1 - tests/fixtures/input/cod-ps-nga.json | 1 - tests/fixtures/input/cod-ps-tcd.json | 1 - ...ulation_adminone_cod_population_admin1.csv | 37349 ++++++++++++++++ ...ulation_admintwo_cod_population_admin2.csv | 19145 ++++++++ ...population_afg_afg_admpop_adm1_2021_v2.csv | 36 - ...population_afg_afg_popadm_adm0_2021_v2.csv | 3 - ...opulation_bfa_bfa_admpop_adm0_2023_5yr.csv | 2 - ...opulation_bfa_bfa_admpop_adm1_2023_5yr.csv | 14 - ...opulation_bfa_bfa_admpop_adm2_2023_5yr.csv | 46 - .../input/population_mli_mli_pop_adm0_v2.csv | 2 - .../input/population_mli_mli_pop_adm1_v2.csv | 10 - .../input/population_mli_mli_pop_adm2_v2.csv | 51 - ...ulation_national_cod_population_admin0.csv | 6049 +++ .../population_nga_nga_admpop_adm0_2022.csv | 2 - .../population_nga_nga_admpop_adm1_2022.csv | 38 - .../input/population_tcd_tcd_admpop_2023.xlsx | Bin 23529 -> 0 bytes 20 files changed, 62544 insertions(+), 209 deletions(-) delete mode 100644 tests/fixtures/input/cod-ps-afg.json delete mode 100644 tests/fixtures/input/cod-ps-bfa.json create mode 100644 tests/fixtures/input/cod-ps-global.json delete mode 100644 tests/fixtures/input/cod-ps-mli.json delete mode 100644 tests/fixtures/input/cod-ps-nga.json delete mode 100644 tests/fixtures/input/cod-ps-tcd.json create mode 100644 tests/fixtures/input/population_adminone_cod_population_admin1.csv create mode 100644 tests/fixtures/input/population_admintwo_cod_population_admin2.csv delete mode 100644 tests/fixtures/input/population_afg_afg_admpop_adm1_2021_v2.csv delete mode 100644 tests/fixtures/input/population_afg_afg_popadm_adm0_2021_v2.csv delete mode 100644 tests/fixtures/input/population_bfa_bfa_admpop_adm0_2023_5yr.csv delete mode 100644 tests/fixtures/input/population_bfa_bfa_admpop_adm1_2023_5yr.csv delete mode 100644 tests/fixtures/input/population_bfa_bfa_admpop_adm2_2023_5yr.csv delete mode 100644 tests/fixtures/input/population_mli_mli_pop_adm0_v2.csv delete mode 100644 tests/fixtures/input/population_mli_mli_pop_adm1_v2.csv delete mode 100644 tests/fixtures/input/population_mli_mli_pop_adm2_v2.csv create mode 100644 tests/fixtures/input/population_national_cod_population_admin0.csv delete mode 100644 tests/fixtures/input/population_nga_nga_admpop_adm0_2022.csv delete mode 100644 tests/fixtures/input/population_nga_nga_admpop_adm1_2022.csv delete mode 100644 tests/fixtures/input/population_tcd_tcd_admpop_2023.xlsx diff --git a/tests/fixtures/input/cod-ps-afg.json b/tests/fixtures/input/cod-ps-afg.json deleted file mode 100644 index 350ef7a7..00000000 --- a/tests/fixtures/input/cod-ps-afg.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "batch": "ce563744-b7c1-4a27-8ad1-a180f029c610", "caveats": "Population figures from the original data have been rounded off to the nearest integer.", "cod_level": "cod-standard", "creator_user_id": "416d4d0c-0b8a-4f30-9360-04076e1d84a6", "data_update_frequency": "365", "dataseries_name": "COD - Subnational Population Statistics", "dataset_date": "[2021-01-01T00:00:00 TO 2021-12-31T23:59:59]", "dataset_preview": "no_preview", "dataset_source": "National Statistic and Information Authority (NSIA) Afghanistan", "due_date": "2024-06-29T20:26:02", "has_geodata": false, "has_quickcharts": true, "has_showcases": false, "id": "17acb541-9431-409a-80a8-50eda7e8ebab", "is_requestdata_type": false, "isopen": true, "last_modified": "2023-06-30T20:26:02.816977", "license_id": "cc-by", "license_title": "Creative Commons Attribution International", "license_url": "http://www.opendefinition.org/licenses/cc-by", "maintainer": "416d4d0c-0b8a-4f30-9360-04076e1d84a6", "maintainer_email": null, "metadata_created": "2021-04-20T10:33:22.263936", "metadata_modified": "2023-07-12T22:01:49.121406", "methodology": "Other", "methodology_other": "Based on micro-census and remote sensing data.", "name": "cod-ps-afg", "notes": "Afghanistan administrative levels 0 (country), and 1 (province) population statistics.\r\n\r\nREFERENCE YEAR: 2021 estimates based on 2017 study conducted by Flowminder/UNFPA.\r\n\r\nDataset updated by OCHA in 2021.\r\n\r\nThe gazetteer is compatible with the [Afghanistan - Subnational Administrative Boundaries](https://data.humdata.org/dataset/cod-ab-afg) gazetteer. (COD-AB boundaries are unavailable.)", "num_resources": 6, "num_tags": 4, "organization": {"id": "10e168ce-5b51-49ac-8616-a142d48618e5", "name": "ocha-afghanistan", "title": "OCHA Afghanistan", "type": "organization", "description": "OCHA resumed its operation in Afghanistan in 2009, providing humanitarian assistance in a complex environment where separate \u2013 and not always complementary \u2013 military, political and security objectives pose challenges to the implementation of humanitarian principles, the ability of responders to reach people in need and the safety and security of aid workers", "image_url": "", "created": "2014-08-06T14:26:07.642577", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-08-28T20:26:02", "owner_org": "10e168ce-5b51-49ac-8616-a142d48618e5", "package_creator": "sandeep", "pageviews_last_14_days": 24, "private": false, "qa_checklist": "{\"modified_date\": \"2021-04-21T13:53:02.048223\", \"version\": 1, \"dataProtection\": {}, \"metadata\": {}}", "qa_completed": false, "solr_additions": "{\"countries\": [\"Afghanistan\"]}", "state": "active", "subnational": "1", "title": "Afghanistan - Subnational Population Statistics", "total_res_downloads": 1702, "type": "dataset", "updated_by_script": "HDX Scraper: CODS (2023-07-12T22:01:48.917527)", "url": null, "version": null, "customviz": [{"url": "https://ocha-dap.github.io/HDX-COD-Pop-Maps/?iso3=AFG"}], "groups": [{"description": "", "display_name": "Afghanistan", "id": "afg", "image_display_url": "", "name": "afg", "title": "Afghanistan"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "gazetteer", "id": "853d6f46-3b86-4f54-897f-65ed42a30675", "name": "gazetteer", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/dc7a5656-d557-404f-8b1d-494c7bbd0112/download/", "cache_last_updated": null, "cache_url": null, "created": "2021-04-20T10:33:28.178244", "datastore_active": false, "description": "2021 population estimates for Afghanistan administrative level 1 (province).", "download_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/dc7a5656-d557-404f-8b1d-494c7bbd0112/download/afg_admpop_adm1_2021_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/dc7a5656-d557-404f-8b1d-494c7bbd0112/download/afg_admpop_adm1_2021_v2.csv", "id": "dc7a5656-d557-404f-8b1d-494c7bbd0112", "last_modified": "2022-06-24T09:25:15.441604", "metadata_modified": "2022-10-17T17:42:24.452063", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afg_admpop_adm1_2021_v2.csv", "originalHash": "-2056093169", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "pii": "false", "pii_predict_score": 0.2927994306017117, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/dc7a5656-d557-404f-8b1d-494c7bbd0112/pii.2022-06-24T09-25-18.main.json", "pii_timestamp": "2022-06-24T09:25:31.290000", "position": 0, "resource_type": "file.upload", "size": 13942, "state": "active", "url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/dc7a5656-d557-404f-8b1d-494c7bbd0112/download/afg_admpop_adm1_2021_v2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/e6e0195f-704a-4797-bc2c-f74058821346/download/", "cache_last_updated": null, "cache_url": null, "created": "2021-04-20T10:33:25.919186", "datastore_active": false, "description": "2021 population estimates for Afghanistan administrative level 0 (country).", "download_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/e6e0195f-704a-4797-bc2c-f74058821346/download/afg_popadm_adm0_2021_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/e6e0195f-704a-4797-bc2c-f74058821346/download/afg_popadm_adm0_2021_v2.csv", "id": "e6e0195f-704a-4797-bc2c-f74058821346", "last_modified": "2022-06-24T09:25:17.597903", "metadata_modified": "2022-10-17T17:42:24.452288", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "afg_popadm_adm0_2021_v2.csv", "originalHash": "1207228548", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "pii": "false", "pii_predict_score": 0.2927994306017117, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/e6e0195f-704a-4797-bc2c-f74058821346/pii.2022-06-24T09-25-20.main.json", "pii_timestamp": "2022-06-24T09:25:32.561000", "position": 1, "resource_type": "file.upload", "size": 2572, "state": "active", "url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/e6e0195f-704a-4797-bc2c-f74058821346/download/afg_popadm_adm0_2021_v2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/2617fc21-4d6f-484a-96ed-fa9ef5b88abc/download/", "cache_last_updated": null, "cache_url": null, "created": "2021-04-20T10:33:23.652383", "datastore_active": false, "description": "2021 population estimates for Afghanistan administrative level 0 (country) and 1 (province).", "download_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/2617fc21-4d6f-484a-96ed-fa9ef5b88abc/download/afg_admpop_adm0_1_2021_v2.xlsx", "format": "XLSX", "hash": "", "hdx_rel_url": "/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/2617fc21-4d6f-484a-96ed-fa9ef5b88abc/download/afg_admpop_adm0_1_2021_v2.xlsx", "id": "2617fc21-4d6f-484a-96ed-fa9ef5b88abc", "last_modified": "2022-06-24T09:25:20.283835", "metadata_modified": "2022-10-17T17:42:24.452514", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "afg_admpop_adm0_1_2021_v2.xlsx", "originalHash": "32118354", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "pii": "false", "pii_predict_score": 0.2927994306017117, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/2617fc21-4d6f-484a-96ed-fa9ef5b88abc/pii.2022-06-24T09-25-21.main.json", "pii_timestamp": "2022-06-24T09:25:35.989000", "position": 2, "resource_type": "file.upload", "size": 35056, "state": "active", "url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/2617fc21-4d6f-484a-96ed-fa9ef5b88abc/download/afg_admpop_adm0_1_2021_v2.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/cf83aaec-09e7-453c-bd28-b9c5bbd97d90/download/", "cache_last_updated": null, "cache_url": null, "created": "2021-04-20T10:33:30.303256", "dataset_preview_enabled": "False", "datastore_active": false, "description": "Afghanistan administrative level 0 (country), 1 (province) and 2 (district) gazetteer.", "download_url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/cf83aaec-09e7-453c-bd28-b9c5bbd97d90/download/afg_adminboundaries_tabulardata.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-04-04T19:17:02.088709\"}, {\"state\": \"success\", \"message\": \"Hxl Proxy data received successfully\", \"timestamp\": \"2023-04-04T19:17:04.534598\", \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/cf83aaec-09e7-453c-bd28-b9c5bbd97d90/download/afg_adminboundaries_tabulardata.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"ADM0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 12, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"918a685f93d9578d246f71a8587487e9\", \"hashtag_hash\": null}, {\"name\": \"ADM1\", \"is_hidden\": false, \"nrows\": 35, \"ncols\": 18, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"75e906c7f77db6fa462d1bd8c6fc57c2\", \"hashtag_hash\": null}, {\"name\": \"ADM2\", \"is_hidden\": false, \"nrows\": 402, \"ncols\": 22, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"9776e5bd1b9fe5e6dddfadf2c9954f0a\", \"hashtag_hash\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/cf83aaec-09e7-453c-bd28-b9c5bbd97d90/download/afg_adminboundaries_tabulardata.xlsx", "id": "cf83aaec-09e7-453c-bd28-b9c5bbd97d90", "last_modified": "2023-04-04T19:17:02.183296", "metadata_modified": "2023-04-04T19:17:04.673450", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "AFG_AdminBoundaries_TabularData.xlsx", "originalHash": "-338662587", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "pii": "false", "position": 3, "resource_type": "file.upload", "size": 47122, "state": "active", "url": "https://data.humdata.org/dataset/17acb541-9431-409a-80a8-50eda7e8ebab/resource/cf83aaec-09e7-453c-bd28-b9c5bbd97d90/download/afg_adminboundaries_tabulardata.xlsx", "url_type": "upload"}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:26:02.834133", "datastore_active": false, "description": "Afghanistan administrative level 0 2021 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/AFG", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/AFG", "id": "8e427598-45e3-4e0e-a713-4f4a674c14fc", "last_modified": "2023-06-30T20:26:02.816816", "metadata_modified": "2023-06-30T20:35:33.737599", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "AFG admin 0 population", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "position": 4, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/AFG", "url_type": "api"}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:26:02.834138", "datastore_active": false, "description": "Afghanistan administrative level 1 2021 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/AFG", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/AFG", "id": "4cd479e1-2465-4909-8aa5-d424a56bd78b", "last_modified": "2023-06-30T20:26:02.816977", "metadata_modified": "2023-06-30T20:35:33.737764", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "AFG admin 1 population", "package_id": "17acb541-9431-409a-80a8-50eda7e8ebab", "position": 5, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/AFG", "url_type": "api"}]} diff --git a/tests/fixtures/input/cod-ps-bfa.json b/tests/fixtures/input/cod-ps-bfa.json deleted file mode 100644 index 87f40b2e..00000000 --- a/tests/fixtures/input/cod-ps-bfa.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "caveats": "The administrative level 2 component of the P-codes for \u2018Kadiogo\u2019 is \u201800\u2019.", "cod_level": "cod-standard", "creator_user_id": "0aa72ad1-2489-473a-afbf-a28c21b2544a", "data_update_frequency": "365", "dataseries_name": "COD - Subnational Population Statistics", "dataset_date": "[2023-01-01T00:00:00 TO 2023-12-31T23:59:59]", "dataset_preview": "resource_id", "dataset_source": "Institut Geographique National de la Statistique (INS) ", "due_date": "2024-06-06T19:26:58", "has_geodata": false, "has_quickcharts": false, "has_showcases": false, "id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "is_requestdata_type": false, "isopen": false, "last_modified": "2023-06-07T19:26:58.384793", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "9429fda5-d84f-42e4-890d-e03bf8297f7b", "maintainer_email": "haythornthwaite@un.org", "metadata_created": "2018-03-28T09:22:54.380646", "metadata_modified": "2024-01-18T21:20:45.112751", "methodology": "Other", "methodology_other": "Please see attached Explanatory Technical Note", "name": "cod-ps-bfa", "notes": "Burkina Faso administrative level 0-2 sex and age disaggregated 2023 projected population statistics (with five-year intervals) and 2020-2035 projected population statistics (with single-year intervals).\r\n\r\nREFERENCE YEAR: 2023\r\n\r\nThe CSV tables are suitable for database or GIS linkage to the administrative level 0-3 [Burkina Faso - Subnational Administrative Boundaries](https://data.humdata.org/dataset/cod-ab-bfa) boundaries using the ADM0, ADM1, and ADM2_PCODE fields.", "num_resources": 7, "num_tags": 3, "organization": {"id": "95aa8d05-b110-4607-9330-f2a779885493", "name": "unfpa", "title": "UNFPA", "type": "organization", "description": "UNFPA, the United Nations Population Fund, works globally to ensure universal access to sexual and reproductive health, prevent and respond to gender-based violence, collect and use population data, and promote gender equality and the empowerment of women and youth across the humanitarian/development continuum.", "image_url": "", "created": "2016-03-28T16:36:48.790190", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-08-05T19:26:58", "owner_org": "95aa8d05-b110-4607-9330-f2a779885493", "package_creator": "oumousy2_", "pageviews_last_14_days": 16, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Burkina Faso\"]}", "state": "active", "subnational": "1", "title": "Burkina Faso - Subnational Population Statistics", "total_res_downloads": 2612, "type": "dataset", "updated_by_script": "HDXINTERNAL:HDXPythonLibrary/6.2.1-CODs (2024-01-18T21:20:44.854402)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Burkina Faso", "id": "bfa", "image_display_url": "", "name": "bfa", "title": "Burkina Faso"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "gazetteer", "id": "853d6f46-3b86-4f54-897f-65ed42a30675", "name": "gazetteer", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/", "cache_last_updated": null, "cache_url": null, "created": "2018-07-05T14:13:39.772159", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 0-2 gazetteer", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/bfa_adminboundaries_tabulardata.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-04-04T19:22:25.953173\"}, {\"state\": \"success\", \"message\": \"Hxl Proxy data received successfully\", \"timestamp\": \"2023-04-04T19:22:27.864942\", \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/bfa_adminboundaries_tabulardata.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"ADM0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 9, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"c106ec3016380a2d66df1406e37d3062\", \"hashtag_hash\": null}, {\"name\": \"ADM1\", \"is_hidden\": false, \"nrows\": 14, \"ncols\": 11, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8132de0d2a21ad03c2d499ba914f8276\", \"hashtag_hash\": null}, {\"name\": \"ADM2\", \"is_hidden\": false, \"nrows\": 46, \"ncols\": 13, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e6e61cf379347c40be28c611832e8339\", \"hashtag_hash\": null}, {\"name\": \"ADM3\", \"is_hidden\": false, \"nrows\": 352, \"ncols\": 15, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"40f5e358e1ebf6dde2efeb58cd4cda04\", \"hashtag_hash\": null}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:18:09.184581\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:18:11.483106\", \"sheet_changes\": [{\"name\": \"Admin2\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin1\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"DS_TABLE\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin0\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"ADM3\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM2\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM1\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM0\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/bfa_adminboundaries_tabulardata.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"DS_TABLE\", \"is_hidden\": false, \"nrows\": 71, \"ncols\": 5, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"c13f8d6f29b9f3611f8ef0d4d6034b79\", \"hxl_header_hash\": null, \"headers\": [\"FID\", \"ADM0_PCODE\", \"ADM1_PCODE\", \"ADM2_PCODE\", \"ZS_PCODE\"], \"hxl_headers\": null}, {\"name\": \"Admin2\", \"is_hidden\": false, \"nrows\": 46, \"ncols\": 16, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"9be16b807712369c56da91c5f631d05f\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"Shape_Length\", \"Shape_Area\", \"admin2Name_fr\", \"admin2Pcode\", \"admin2RefName\", \"admin2AltName1_fr\", \"admin2AltName2_fr\", \"admin1Name_fr\", \"admin1Pcode\", \"admin0Name_fr\", \"admin0Pcode\", \"date\", \"validOn\", \"validTo\"], \"hxl_headers\": null}, {\"name\": \"Admin1\", \"is_hidden\": false, \"nrows\": 14, \"ncols\": 14, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"856ce754d622d85b7dedf68270368c34\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"Shape_Length\", \"Shape_Area\", \"admin1Name_fr\", \"admin1Pcode\", \"admin1RefName\", \"admin1AltName1_fr\", \"admin1AltName2_fr\", \"admin0Name_fr\", \"admin0Pcode\", \"date\", \"validOn\", \"validTo\"], \"hxl_headers\": null}, {\"name\": \"Admin0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 12, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"2befcb19ee5cea34e019646fa590d4bd\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"Shape_Length\", \"Shape_Area\", \"admin0Name_fr\", \"admin0Pcode\", \"admin0RefName\", \"admin0AltName1_fr\", \"admin0AltName2_fr\", \"date\", \"validOn\", \"validTo\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/bfa_adminboundaries_tabulardata.xlsx", "id": "e3ab3323-7ca5-454c-8b28-f2bee1315956", "last_modified": "2023-06-07T19:18:09.324594", "metadata_modified": "2023-11-02T16:13:28.273357", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "BFA_AdminBoundaries_TabularData.xlsx", "originalHash": "1224020933", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "position": 0, "resource_type": "file.upload", "size": 25951, "state": "active", "tracking_summary[recent]": "0", "tracking_summary[total]": "0", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/e3ab3323-7ca5-454c-8b28-f2bee1315956/download/bfa_adminboundaries_tabulardata.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/4603731c-0be3-4878-a298-88612a38fb57/download/", "cache_last_updated": null, "cache_url": null, "created": "2023-06-07T19:26:56.520618", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 0-2 sex and age disaggregated 2023 projected population statistics (with five-year intervals) Explanatory Technical Note", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/4603731c-0be3-4878-a298-88612a38fb57/download/bfa_codps_qa_2023.pdf", "format": "PDF", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/4603731c-0be3-4878-a298-88612a38fb57/download/bfa_codps_qa_2023.pdf", "id": "4603731c-0be3-4878-a298-88612a38fb57", "last_modified": "2023-06-07T19:26:56.244575", "metadata_modified": "2023-11-02T16:13:28.273584", "microdata": false, "mimetype": "application/pdf", "mimetype_inner": null, "name": "BFA_CODPS_QA_2023.pdf", "originalHash": "-988266717", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "pii": "false", "position": 1, "resource_type": "file.upload", "size": 2825841, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/4603731c-0be3-4878-a298-88612a38fb57/download/bfa_codps_qa_2023.pdf", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/bb26bac6-c61f-4882-9b53-ac99c4062a1e/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-07-09T16:00:32.014215", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 0-2 sex and age disaggregated 2023 projected population statistics (with five-year intervals)", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/bb26bac6-c61f-4882-9b53-ac99c4062a1e/download/bfa_admpop_2023_5yr.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:15:51.646345\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:15:54.249078\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/bb26bac6-c61f-4882-9b53-ac99c4062a1e/download/bfa_admpop_2023_5yr.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Admin2\", \"is_hidden\": false, \"nrows\": 46, \"ncols\": 17, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e527e906db6392741dfa04cafe56b3b1\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"Shape_Length\", \"Shape_Area\", \"admin2Name_fr\", \"admin2Pcode\", \"PS-ADM2-PCODE\", \"admin2RefName\", \"admin2AltName1_fr\", \"admin2AltName2_fr\", \"admin1Name_fr\", \"admin1Pcode\", \"admin0Name_fr\", \"admin0Pcode\", \"date\", \"validOn\", \"validTo\"], \"hxl_headers\": null}, {\"name\": \"Metadata\", \"is_hidden\": false, \"nrows\": 19, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"0339e44102a0e052e8deafac00de1baa\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Metadata\"], \"hxl_headers\": null}, {\"name\": \"Methodological Documentation\", \"is_hidden\": false, \"nrows\": 9, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"d1319ef0402167ab45dd59f8c2baf057\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Methodological_Documentation\"], \"hxl_headers\": null}, {\"name\": \"bfa_admpop_adm0_2023\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 60, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"87235e623ee469d567de1840bf438e71\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}, {\"name\": \"bfa_admpop_adm1_2023\", \"is_hidden\": false, \"nrows\": 14, \"ncols\": 60, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"87235e623ee469d567de1840bf438e71\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}, {\"name\": \"bfa_admpop_adm2_2023\", \"is_hidden\": false, \"nrows\": 46, \"ncols\": 62, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e35ad317fa01196ae3d900d7ab430e7a\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"ADM2_FR\", \"ADM2_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/bb26bac6-c61f-4882-9b53-ac99c4062a1e/download/bfa_admpop_2023_5yr.xlsx", "id": "bb26bac6-c61f-4882-9b53-ac99c4062a1e", "last_modified": "2023-06-07T19:15:51.785015", "metadata_modified": "2023-11-02T16:13:28.273768", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "bfa_admpop_2023_5yr.xlsx", "originalHash": "1909872144", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "position": 2, "resource_type": "file.upload", "size": 47985, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/bb26bac6-c61f-4882-9b53-ac99c4062a1e/download/bfa_admpop_2023_5yr.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/467124d6-3d32-48cc-86cc-ad79d5c59ea5/download/", "cache_last_updated": null, "cache_url": null, "created": "2018-07-05T14:13:36.079153", "dataset_preview_enabled": true, "datastore_active": false, "description": "Burkina Faso administrative level 0 sex and age disaggregated 2023 projected population statistics (with five-year intervals)", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/467124d6-3d32-48cc-86cc-ad79d5c59ea5/download/bfa_admpop_adm0_2023_5yr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:23:34.332327\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:23:36.350709\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/467124d6-3d32-48cc-86cc-ad79d5c59ea5/download/bfa_admpop_adm0_2023_5yr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 2, \"ncols\": 60, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"865413849ed54a6f228239cd88b39b3e\", \"hxl_header_hash\": null, \"headers\": [\"\\ufeffyear\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/467124d6-3d32-48cc-86cc-ad79d5c59ea5/download/bfa_admpop_adm0_2023_5yr.csv", "id": "467124d6-3d32-48cc-86cc-ad79d5c59ea5", "last_modified": "2023-06-07T19:23:34.426129", "metadata_modified": "2023-11-02T16:13:28.273949", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "bfa_admpop_adm0_2023_5yr.csv", "originalHash": "682641056", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "position": 3, "resource_type": "file.upload", "size": 914, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/467124d6-3d32-48cc-86cc-ad79d5c59ea5/download/bfa_admpop_adm0_2023_5yr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/a94126ff-109f-4d4b-9b85-d5c71c22a552/download/", "cache_last_updated": null, "cache_url": null, "created": "2018-07-05T14:13:37.617819", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 1 sex and age disaggregated 2023 projected population statistics (with five-year intervals)", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/a94126ff-109f-4d4b-9b85-d5c71c22a552/download/bfa_admpop_adm1_2023_5yr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:23:35.928518\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:23:38.262739\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/a94126ff-109f-4d4b-9b85-d5c71c22a552/download/bfa_admpop_adm1_2023_5yr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 14, \"ncols\": 60, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"865413849ed54a6f228239cd88b39b3e\", \"hxl_header_hash\": null, \"headers\": [\"\\ufeffyear\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/a94126ff-109f-4d4b-9b85-d5c71c22a552/download/bfa_admpop_adm1_2023_5yr.csv", "id": "a94126ff-109f-4d4b-9b85-d5c71c22a552", "last_modified": "2023-06-07T19:23:36.075042", "metadata_modified": "2023-11-02T16:13:28.274129", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "bfa_admpop_adm1_2023_5yr.csv", "originalHash": "-296125822", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "position": 4, "resource_type": "file.upload", "size": 5321, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/a94126ff-109f-4d4b-9b85-d5c71c22a552/download/bfa_admpop_adm1_2023_5yr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-05-29T14:08:22.890107", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 2 sex and age disaggregated 2023 projected population statistics (with five-year intervals)", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22/download/bfa_admpop_adm2_2023_5yr.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:23:37.686969\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:23:40.013325\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22/download/bfa_admpop_adm2_2023_5yr.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 46, \"ncols\": 62, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"5935b1d919bab555666ced4f52034ce1\", \"hxl_header_hash\": null, \"headers\": [\"\\ufeffyear\", \"ISO3\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_FR\", \"ADM1_PCODE\", \"ADM2_FR\", \"ADM2_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22/download/bfa_admpop_adm2_2023_5yr.csv", "id": "93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22", "last_modified": "2023-06-07T19:23:37.826904", "metadata_modified": "2023-11-02T16:13:28.274380", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "bfa_admpop_adm2_2023_5yr.csv", "originalHash": "1782993321", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "position": 5, "resource_type": "file.upload", "size": 16454, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/93ce4bbd-ef70-4823-bc2b-30b9b7e8cf22/download/bfa_admpop_adm2_2023_5yr.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/", "cache_last_updated": null, "cache_url": null, "created": "2023-06-07T18:47:33.953890", "dataset_preview_enabled": false, "datastore_active": false, "description": "Burkina Faso administrative level 0-2 sex and age disaggregated 20230-2035 projected population statistics (with single-year intervals)", "download_url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/bfa_admpop_2023_1yr.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T18:47:33.624827\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T18:47:37.994106\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/bfa_adm2_2020_2035-singleyrage.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Sheet 1\", \"is_hidden\": false, \"nrows\": 721, \"ncols\": 254, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8de2b62dbe613c04dc842bfa56b5d37f\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_NAME\", \"ADM0_PCODE\", \"ADM1_NAME\", \"ADM1_PCODE\", \"ADM2_NAME\", \"ADM2_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_0\", \"F_1\", \"F_2\", \"F_3\", \"F_4\", \"F_5\", \"F_6\", \"F_7\", \"F_8\", \"F_9\", \"F_10\", \"F_11\", \"F_12\", \"F_13\", \"F_14\", \"F_15\", \"F_16\", \"F_17\", \"F_18\", \"F_19\", \"F_20\", \"F_21\", \"F_22\", \"F_23\", \"F_24\", \"F_25\", \"F_26\", \"F_27\", \"F_28\", \"F_29\", \"F_30\", \"F_31\", \"F_32\", \"F_33\", \"F_34\", \"F_35\", \"F_36\", \"F_37\", \"F_38\", \"F_39\", \"F_40\", \"F_41\", \"F_42\", \"F_43\", \"F_44\", \"F_45\", \"F_46\", \"F_47\", \"F_48\", \"F_49\", \"F_50\", \"F_51\", \"F_52\", \"F_53\", \"F_54\", \"F_55\", \"F_56\", \"F_57\", \"F_58\", \"F_59\", \"F_60\", \"F_61\", \"F_62\", \"F_63\", \"F_64\", \"F_65\", \"F_66\", \"F_67\", \"F_68\", \"F_69\", \"F_70\", \"F_71\", \"F_72\", \"F_73\", \"F_74\", \"F_75\", \"F_76\", \"F_77\", \"F_78\", \"F_79\", \"F_80Plus\", \"M_0\", \"M_1\", \"M_2\", \"M_3\", \"M_4\", \"M_5\", \"M_6\", \"M_7\", \"M_8\", \"M_9\", \"M_10\", \"M_11\", \"M_12\", \"M_13\", \"M_14\", \"M_15\", \"M_16\", \"M_17\", \"M_18\", \"M_19\", \"M_20\", \"M_21\", \"M_22\", \"M_23\", \"M_24\", \"M_25\", \"M_26\", \"M_27\", \"M_28\", \"M_29\", \"M_30\", \"M_31\", \"M_32\", \"M_33\", \"M_34\", \"M_35\", \"M_36\", \"M_37\", \"M_38\", \"M_39\", \"M_40\", \"M_41\", \"M_42\", \"M_43\", \"M_44\", \"M_45\", \"M_46\", \"M_47\", \"M_48\", \"M_49\", \"M_50\", \"M_51\", \"M_52\", \"M_53\", \"M_54\", \"M_55\", \"M_56\", \"M_57\", \"M_58\", \"M_59\", \"M_60\", \"M_61\", \"M_62\", \"M_63\", \"M_64\", \"M_65\", \"M_66\", \"M_67\", \"M_68\", \"M_69\", \"M_70\", \"M_71\", \"M_72\", \"M_73\", \"M_74\", \"M_75\", \"M_76\", \"M_77\", \"M_78\", \"M_79\", \"M_80Plus\", \"T_0\", \"T_1\", \"T_2\", \"T_3\", \"T_4\", \"T_5\", \"T_6\", \"T_7\", \"T_8\", \"T_9\", \"T_10\", \"T_11\", \"T_12\", \"T_13\", \"T_14\", \"T_15\", \"T_16\", \"T_17\", \"T_18\", \"T_19\", \"T_20\", \"T_21\", \"T_22\", \"T_23\", \"T_24\", \"T_25\", \"T_26\", \"T_27\", \"T_28\", \"T_29\", \"T_30\", \"T_31\", \"T_32\", \"T_33\", \"T_34\", \"T_35\", \"T_36\", \"T_37\", \"T_38\", \"T_39\", \"T_40\", \"T_41\", \"T_42\", \"T_43\", \"T_44\", \"T_45\", \"T_46\", \"T_47\", \"T_48\", \"T_49\", \"T_50\", \"T_51\", \"T_52\", \"T_53\", \"T_54\", \"T_55\", \"T_56\", \"T_57\", \"T_58\", \"T_59\", \"T_60\", \"T_61\", \"T_62\", \"T_63\", \"T_64\", \"T_65\", \"T_66\", \"T_67\", \"T_68\", \"T_69\", \"T_70\", \"T_71\", \"T_72\", \"T_73\", \"T_74\", \"T_75\", \"T_76\", \"T_77\", \"T_78\", \"T_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-06-07T19:26:58.246930\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2023-06-07T19:27:03.951391\", \"sheet_changes\": [{\"name\": \"bfa_admpop_adm2_2020_2035\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Sheet 1\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/bfa_admpop_2023_1yr.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"bfa_admpop_adm2_2020_2035\", \"is_hidden\": false, \"nrows\": 721, \"ncols\": 254, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8de2b62dbe613c04dc842bfa56b5d37f\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_NAME\", \"ADM0_PCODE\", \"ADM1_NAME\", \"ADM1_PCODE\", \"ADM2_NAME\", \"ADM2_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_0\", \"F_1\", \"F_2\", \"F_3\", \"F_4\", \"F_5\", \"F_6\", \"F_7\", \"F_8\", \"F_9\", \"F_10\", \"F_11\", \"F_12\", \"F_13\", \"F_14\", \"F_15\", \"F_16\", \"F_17\", \"F_18\", \"F_19\", \"F_20\", \"F_21\", \"F_22\", \"F_23\", \"F_24\", \"F_25\", \"F_26\", \"F_27\", \"F_28\", \"F_29\", \"F_30\", \"F_31\", \"F_32\", \"F_33\", \"F_34\", \"F_35\", \"F_36\", \"F_37\", \"F_38\", \"F_39\", \"F_40\", \"F_41\", \"F_42\", \"F_43\", \"F_44\", \"F_45\", \"F_46\", \"F_47\", \"F_48\", \"F_49\", \"F_50\", \"F_51\", \"F_52\", \"F_53\", \"F_54\", \"F_55\", \"F_56\", \"F_57\", \"F_58\", \"F_59\", \"F_60\", \"F_61\", \"F_62\", \"F_63\", \"F_64\", \"F_65\", \"F_66\", \"F_67\", \"F_68\", \"F_69\", \"F_70\", \"F_71\", \"F_72\", \"F_73\", \"F_74\", \"F_75\", \"F_76\", \"F_77\", \"F_78\", \"F_79\", \"F_80Plus\", \"M_0\", \"M_1\", \"M_2\", \"M_3\", \"M_4\", \"M_5\", \"M_6\", \"M_7\", \"M_8\", \"M_9\", \"M_10\", \"M_11\", \"M_12\", \"M_13\", \"M_14\", \"M_15\", \"M_16\", \"M_17\", \"M_18\", \"M_19\", \"M_20\", \"M_21\", \"M_22\", \"M_23\", \"M_24\", \"M_25\", \"M_26\", \"M_27\", \"M_28\", \"M_29\", \"M_30\", \"M_31\", \"M_32\", \"M_33\", \"M_34\", \"M_35\", \"M_36\", \"M_37\", \"M_38\", \"M_39\", \"M_40\", \"M_41\", \"M_42\", \"M_43\", \"M_44\", \"M_45\", \"M_46\", \"M_47\", \"M_48\", \"M_49\", \"M_50\", \"M_51\", \"M_52\", \"M_53\", \"M_54\", \"M_55\", \"M_56\", \"M_57\", \"M_58\", \"M_59\", \"M_60\", \"M_61\", \"M_62\", \"M_63\", \"M_64\", \"M_65\", \"M_66\", \"M_67\", \"M_68\", \"M_69\", \"M_70\", \"M_71\", \"M_72\", \"M_73\", \"M_74\", \"M_75\", \"M_76\", \"M_77\", \"M_78\", \"M_79\", \"M_80Plus\", \"T_0\", \"T_1\", \"T_2\", \"T_3\", \"T_4\", \"T_5\", \"T_6\", \"T_7\", \"T_8\", \"T_9\", \"T_10\", \"T_11\", \"T_12\", \"T_13\", \"T_14\", \"T_15\", \"T_16\", \"T_17\", \"T_18\", \"T_19\", \"T_20\", \"T_21\", \"T_22\", \"T_23\", \"T_24\", \"T_25\", \"T_26\", \"T_27\", \"T_28\", \"T_29\", \"T_30\", \"T_31\", \"T_32\", \"T_33\", \"T_34\", \"T_35\", \"T_36\", \"T_37\", \"T_38\", \"T_39\", \"T_40\", \"T_41\", \"T_42\", \"T_43\", \"T_44\", \"T_45\", \"T_46\", \"T_47\", \"T_48\", \"T_49\", \"T_50\", \"T_51\", \"T_52\", \"T_53\", \"T_54\", \"T_55\", \"T_56\", \"T_57\", \"T_58\", \"T_59\", \"T_60\", \"T_61\", \"T_62\", \"T_63\", \"T_64\", \"T_65\", \"T_66\", \"T_67\", \"T_68\", \"T_69\", \"T_70\", \"T_71\", \"T_72\", \"T_73\", \"T_74\", \"T_75\", \"T_76\", \"T_77\", \"T_78\", \"T_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/bfa_admpop_2023_1yr.xlsx", "id": "74b218d6-8bf9-4cfe-9378-8fc3753dc674", "last_modified": "2023-06-07T19:26:58.384793", "metadata_modified": "2023-11-02T16:13:28.274506", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "bfa_admpop_2023_1yr.xlsx", "originalHash": "351629749", "package_id": "a8e69c6c-16fc-4983-92ee-e04e8960b51f", "pii": "false", "position": 6, "resource_type": "file.upload", "size": 1148671, "state": "active", "url": "https://data.humdata.org/dataset/a8e69c6c-16fc-4983-92ee-e04e8960b51f/resource/74b218d6-8bf9-4cfe-9378-8fc3753dc674/download/bfa_admpop_2023_1yr.xlsx", "url_type": "upload"}]} diff --git a/tests/fixtures/input/cod-ps-global.json b/tests/fixtures/input/cod-ps-global.json new file mode 100644 index 00000000..26fa8ead --- /dev/null +++ b/tests/fixtures/input/cod-ps-global.json @@ -0,0 +1 @@ +{"archived": false, "batch": "845948b7-cca9-4624-928e-30955c25ce3e", "caveats": "This dataset is refreshed daily, but the source datasets have different update schedules. Please refer to the [source datasets](https://data.humdata.org/dataset/?dataseries_name=COD+-+Subnational+Population+Statistics) to verify their specific update frequency.", "cod_level": "cod-standard", "creator_user_id": "aa13de36-28c5-47a7-8d0b-6d7c754ba8c8", "data_update_frequency": "1", "dataset_date": "[2001-01-01T00:00:00 TO 2025-12-31T23:59:59]", "dataset_preview": "no_preview", "dataset_source": "Multiple sources", "due_date": "2024-11-21T17:33:25", "has_geodata": false, "has_quickcharts": true, "has_showcases": false, "id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "is_requestdata_type": false, "isopen": true, "last_modified": "2024-11-20T17:33:25.438725", "license_id": "cc-by", "license_title": "Creative Commons Attribution International", "license_url": "http://www.opendefinition.org/licenses/cc-by", "maintainer": "aa13de36-28c5-47a7-8d0b-6d7c754ba8c8", "maintainer_email": null, "metadata_created": "2024-11-07T17:07:08.144858", "metadata_modified": "2024-11-20T17:33:25.647629", "methodology": "Other", "methodology_other": "Compiled daily from individual COD population statistics files. Please refer to the [source datasets](https://data.humdata.org/dataset/?dataseries_name=COD+-+Subnational+Population+Statistics) to learn more about their specific methodologies.", "name": "cod-ps-global", "notes": "Latest COD population statistics compiled at the admin level. The CSV files contain subnational p-codes, their corresponding administrative names, source organization, and reference dates where available. These are constructed from individual country level population files, which can be found using [this search](https://data.humdata.org/dataset/?dataseries_name=COD+-+Subnational+Population+Statistics) on HDX.", "num_resources": 5, "num_tags": 2, "organization": {"id": "hdx", "name": "hdx", "title": "HDX", "type": "organization", "description": "The Humanitarian Data Exchange (HDX) is an open data sharing platform managed by the United Nations Office for the Coordination of Humanitarian Affairs. The HDX organization is managed by the HDX data team and is used to share data on behalf of a number of partners", "image_url": "http://labs.reliefweb.int/img/rw-thumbnail-hdx.png", "created": "2014-04-02T12:19:44.486326", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-11-22T17:33:25", "owner_org": "hdx", "package_creator": "HDX Data Systems Team", "pageviews_last_14_days": 15, "private": false, "qa_completed": false, "solr_additions": "{\"countries\": [\"Afghanistan\", \"Albania\", \"Angola\", \"Anguilla\", \"Antigua and Barbuda\", \"Argentina\", \"Armenia\", \"Aruba\", \"Azerbaijan\", \"Bahamas\", \"Bangladesh\", \"Barbados\", \"Belize\", \"Benin\", \"Bermuda\", \"Bhutan\", \"Bolivia (Plurinational State of)\", \"Botswana\", \"Brazil\", \"Burkina Faso\", \"Burundi\", \"Cambodia\", \"Cameroon\", \"Cabo Verde\", \"Cayman Islands\", \"Central African Republic\", \"Chad\", \"Chile\", \"Colombia\", \"Comoros\", \"Democratic Republic of the Congo\", \"Costa Rica\", \"C\\u00f4te d'Ivoire\", \"Cuba\", \"Cura\\u00e7ao\", \"Djibouti\", \"Dominica\", \"Dominican Republic\", \"Ecuador\", \"Egypt\", \"El Salvador\", \"Eritrea\", \"Ethiopia\", \"Fiji\", \"French Guiana\", \"Gabon\", \"Gambia\", \"Georgia\", \"Ghana\", \"Grenada\", \"Guadeloupe\", \"Guatemala\", \"Guinea\", \"Guyana\", \"Haiti\", \"Honduras\", \"Hungary\", \"Indonesia\", \"Iran (Islamic Republic of)\", \"Iraq\", \"Jamaica\", \"Kazakhstan\", \"Kenya\", \"Kiribati\", \"Democratic People's Republic of Korea\", \"Kyrgyzstan\", \"Lao People's Democratic Republic\", \"Lesotho\", \"Liberia\", \"Madagascar\", \"Malawi\", \"Malaysia\", \"Maldives\", \"Mali\", \"Marshall Islands\", \"Martinique\", \"Mauritania\", \"Mauritius\", \"Mexico\", \"Micronesia (Federated States of)\", \"Republic of Moldova\", \"Mongolia\", \"Montserrat\", \"Morocco\", \"Mozambique\", \"Myanmar\", \"Namibia\", \"Nepal\", \"Nicaragua\", \"Niger\", \"Nigeria\", \"Pakistan\", \"State of Palestine\", \"Panama\", \"Papua New Guinea\", \"Paraguay\", \"Peru\", \"Philippines\", \"Poland\", \"Qatar\", \"Romania\", \"Rwanda\", \"Saint Barth\\u00e9lemy\", \"Saint Kitts and Nevis\", \"Saint Lucia\", \"Saint Martin\", \"Saint Vincent and the Grenadines\", \"Sao Tome and Principe\", \"Saudi Arabia\", \"Senegal\", \"Seychelles\", \"Sierra Leone\", \"Sint Maarten\", \"Slovakia\", \"Solomon Islands\", \"Somalia\", \"South Africa\", \"Sri Lanka\", \"South Sudan\", \"Sudan\", \"Suriname\", \"Eswatini\", \"Tajikistan\", \"United Republic of Tanzania\", \"Thailand\", \"Timor-Leste\", \"Togo\", \"Tonga\", \"Trinidad and Tobago\", \"Tunisia\", \"T\\u00fcrkiye\", \"Turks and Caicos Islands\", \"Uganda\", \"Ukraine\", \"Uruguay\", \"Uzbekistan\", \"Vanuatu\", \"Venezuela (Bolivarian Republic of)\", \"Viet Nam\", \"British Virgin Islands\", \"Zambia\", \"Zimbabwe\", \"United States Virgin Islands\"]}", "state": "active", "subnational": "1", "title": "OCHA Global Subnational Population Statistics", "total_res_downloads": 3, "type": "dataset", "updated_by_script": "HDX Scraper: cod-population (2024-11-20T17:33:15.890640)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Afghanistan", "id": "afg", "image_display_url": "", "name": "afg", "title": "Afghanistan"}, {"description": "", "display_name": "Albania", "id": "alb", "image_display_url": "", "name": "alb", "title": "Albania"}, {"description": "", "display_name": "Angola", "id": "ago", "image_display_url": "", "name": "ago", "title": "Angola"}, {"description": "", "display_name": "Anguilla", "id": "aia", "image_display_url": "", "name": "aia", "title": "Anguilla"}, {"description": "", "display_name": "Antigua and Barbuda", "id": "atg", "image_display_url": "", "name": "atg", "title": "Antigua and Barbuda"}, {"description": "", "display_name": "Argentina", "id": "arg", "image_display_url": "", "name": "arg", "title": "Argentina"}, {"description": "", "display_name": "Armenia", "id": "arm", "image_display_url": "", "name": "arm", "title": "Armenia"}, {"description": "", "display_name": "Aruba", "id": "abw", "image_display_url": "", "name": "abw", "title": "Aruba"}, {"description": "", "display_name": "Azerbaijan", "id": "aze", "image_display_url": "", "name": "aze", "title": "Azerbaijan"}, {"description": "", "display_name": "Bahamas", "id": "bhs", "image_display_url": "", "name": "bhs", "title": "Bahamas"}, {"description": "test", "display_name": "Bangladesh", "id": "bgd", "image_display_url": "", "name": "bgd", "title": "Bangladesh"}, {"description": "", "display_name": "Barbados", "id": "brb", "image_display_url": "", "name": "brb", "title": "Barbados"}, {"description": "", "display_name": "Belize", "id": "blz", "image_display_url": "", "name": "blz", "title": "Belize"}, {"description": "", "display_name": "Benin", "id": "ben", "image_display_url": "", "name": "ben", "title": "Benin"}, {"description": "", "display_name": "Bermuda", "id": "bmu", "image_display_url": "", "name": "bmu", "title": "Bermuda"}, {"description": "", "display_name": "Bhutan", "id": "btn", "image_display_url": "", "name": "btn", "title": "Bhutan"}, {"description": "", "display_name": "Bolivia (Plurinational State of)", "id": "bol", "image_display_url": "", "name": "bol", "title": "Bolivia (Plurinational State of)"}, {"description": "", "display_name": "Botswana", "id": "bwa", "image_display_url": "", "name": "bwa", "title": "Botswana"}, {"description": "", "display_name": "Brazil", "id": "bra", "image_display_url": "", "name": "bra", "title": "Brazil"}, {"description": "", "display_name": "British Virgin Islands", "id": "vgb", "image_display_url": "", "name": "vgb", "title": "British Virgin Islands"}, {"description": "", "display_name": "Burkina Faso", "id": "bfa", "image_display_url": "", "name": "bfa", "title": "Burkina Faso"}, {"description": "", "display_name": "Burundi", "id": "bdi", "image_display_url": "", "name": "bdi", "title": "Burundi"}, {"description": "", "display_name": "Cabo Verde", "id": "cpv", "image_display_url": "", "name": "cpv", "title": "Cabo Verde"}, {"description": "", "display_name": "Cambodia", "id": "khm", "image_display_url": "", "name": "khm", "title": "Cambodia"}, {"description": "", "display_name": "Cameroon", "id": "cmr", "image_display_url": "", "name": "cmr", "title": "Cameroon"}, {"description": "", "display_name": "Cayman Islands", "id": "cym", "image_display_url": "", "name": "cym", "title": "Cayman Islands"}, {"description": "", "display_name": "Central African Republic", "id": "caf", "image_display_url": "", "name": "caf", "title": "Central African Republic"}, {"description": "", "display_name": "Chad", "id": "tcd", "image_display_url": "", "name": "tcd", "title": "Chad"}, {"description": "", "display_name": "Chile", "id": "chl", "image_display_url": "", "name": "chl", "title": "Chile"}, {"description": "", "display_name": "Colombia", "id": "col", "image_display_url": "", "name": "col", "title": "Colombia"}, {"description": "", "display_name": "Comoros", "id": "com", "image_display_url": "", "name": "com", "title": "Comoros"}, {"description": "", "display_name": "Costa Rica", "id": "cri", "image_display_url": "", "name": "cri", "title": "Costa Rica"}, {"description": "", "display_name": "C\u00f4te d'Ivoire", "id": "civ", "image_display_url": "", "name": "civ", "title": "C\u00f4te d'Ivoire"}, {"description": "", "display_name": "Cuba", "id": "cub", "image_display_url": "", "name": "cub", "title": "Cuba"}, {"description": "", "display_name": "Cura\u00e7ao", "id": "6b7c18d2-d3e2-4193-9ce8-3820557a04a3", "image_display_url": "", "name": "cuw", "title": "Cura\u00e7ao"}, {"description": "", "display_name": "Democratic People's Republic of Korea", "id": "prk", "image_display_url": "", "name": "prk", "title": "Democratic People's Republic of Korea"}, {"description": "", "display_name": "Democratic Republic of the Congo", "id": "cod", "image_display_url": "", "name": "cod", "title": "Democratic Republic of the Congo"}, {"description": "", "display_name": "Djibouti", "id": "dji", "image_display_url": "", "name": "dji", "title": "Djibouti"}, {"description": "", "display_name": "Dominica", "id": "dma", "image_display_url": "", "name": "dma", "title": "Dominica"}, {"description": "", "display_name": "Dominican Republic", "id": "dom", "image_display_url": "", "name": "dom", "title": "Dominican Republic"}, {"description": "", "display_name": "Ecuador", "id": "ecu", "image_display_url": "", "name": "ecu", "title": "Ecuador"}, {"description": "", "display_name": "Egypt", "id": "egy", "image_display_url": "", "name": "egy", "title": "Egypt"}, {"description": "", "display_name": "El Salvador", "id": "slv", "image_display_url": "", "name": "slv", "title": "El Salvador"}, {"description": "", "display_name": "Eritrea", "id": "eri", "image_display_url": "", "name": "eri", "title": "Eritrea"}, {"description": "", "display_name": "Eswatini", "id": "swz", "image_display_url": "", "name": "swz", "title": "Eswatini"}, {"description": "", "display_name": "Ethiopia", "id": "eth", "image_display_url": "", "name": "eth", "title": "Ethiopia"}, {"description": "", "display_name": "Fiji", "id": "fji", "image_display_url": "", "name": "fji", "title": "Fiji"}, {"description": "", "display_name": "French Guiana", "id": "guf", "image_display_url": "", "name": "guf", "title": "French Guiana"}, {"description": "", "display_name": "Gabon", "id": "gab", "image_display_url": "", "name": "gab", "title": "Gabon"}, {"description": "", "display_name": "Gambia", "id": "gmb", "image_display_url": "", "name": "gmb", "title": "Gambia"}, {"description": "", "display_name": "Georgia", "id": "geo", "image_display_url": "", "name": "geo", "title": "Georgia"}, {"description": "", "display_name": "Ghana", "id": "gha", "image_display_url": "", "name": "gha", "title": "Ghana"}, {"description": "", "display_name": "Grenada", "id": "grd", "image_display_url": "", "name": "grd", "title": "Grenada"}, {"description": "", "display_name": "Guadeloupe", "id": "glp", "image_display_url": "", "name": "glp", "title": "Guadeloupe"}, {"description": "", "display_name": "Guatemala", "id": "gtm", "image_display_url": "", "name": "gtm", "title": "Guatemala"}, {"description": "", "display_name": "Guinea", "id": "gin", "image_display_url": "", "name": "gin", "title": "Guinea"}, {"description": "", "display_name": "Guyana", "id": "guy", "image_display_url": "", "name": "guy", "title": "Guyana"}, {"description": "", "display_name": "Haiti", "id": "hti", "image_display_url": "", "name": "hti", "title": "Haiti"}, {"description": "", "display_name": "Honduras", "id": "hnd", "image_display_url": "", "name": "hnd", "title": "Honduras"}, {"description": "", "display_name": "Hungary", "id": "hun", "image_display_url": "", "name": "hun", "title": "Hungary"}, {"description": "", "display_name": "Indonesia", "id": "idn", "image_display_url": "", "name": "idn", "title": "Indonesia"}, {"description": "", "display_name": "Iran (Islamic Republic of)", "id": "irn", "image_display_url": "", "name": "irn", "title": "Iran (Islamic Republic of)"}, {"description": "", "display_name": "Iraq", "id": "irq", "image_display_url": "", "name": "irq", "title": "Iraq"}, {"description": "", "display_name": "Jamaica", "id": "jam", "image_display_url": "", "name": "jam", "title": "Jamaica"}, {"description": "", "display_name": "Kazakhstan", "id": "kaz", "image_display_url": "", "name": "kaz", "title": "Kazakhstan"}, {"description": "", "display_name": "Kenya", "id": "ken", "image_display_url": "", "name": "ken", "title": "Kenya"}, {"description": "", "display_name": "Kiribati", "id": "kir", "image_display_url": "", "name": "kir", "title": "Kiribati"}, {"description": "", "display_name": "Kyrgyzstan", "id": "kgz", "image_display_url": "", "name": "kgz", "title": "Kyrgyzstan"}, {"description": "", "display_name": "Lao People's Democratic Republic", "id": "lao", "image_display_url": "", "name": "lao", "title": "Lao People's Democratic Republic"}, {"description": "", "display_name": "Lesotho", "id": "lso", "image_display_url": "", "name": "lso", "title": "Lesotho"}, {"description": "", "display_name": "Liberia", "id": "lbr", "image_display_url": "", "name": "lbr", "title": "Liberia"}, {"description": "", "display_name": "Madagascar", "id": "mdg", "image_display_url": "", "name": "mdg", "title": "Madagascar"}, {"description": "", "display_name": "Malawi", "id": "mwi", "image_display_url": "", "name": "mwi", "title": "Malawi"}, {"description": "", "display_name": "Malaysia", "id": "mys", "image_display_url": "", "name": "mys", "title": "Malaysia"}, {"description": "", "display_name": "Maldives", "id": "mdv", "image_display_url": "", "name": "mdv", "title": "Maldives"}, {"description": "", "display_name": "Mali", "id": "mli", "image_display_url": "", "name": "mli", "title": "Mali"}, {"description": "", "display_name": "Marshall Islands", "id": "mhl", "image_display_url": "", "name": "mhl", "title": "Marshall Islands"}, {"description": "", "display_name": "Martinique", "id": "mtq", "image_display_url": "", "name": "mtq", "title": "Martinique"}, {"description": "", "display_name": "Mauritania", "id": "mrt", "image_display_url": "", "name": "mrt", "title": "Mauritania"}, {"description": "", "display_name": "Mauritius", "id": "mus", "image_display_url": "", "name": "mus", "title": "Mauritius"}, {"description": "", "display_name": "Mexico", "id": "mex", "image_display_url": "", "name": "mex", "title": "Mexico"}, {"description": "", "display_name": "Micronesia (Federated States of)", "id": "fsm", "image_display_url": "", "name": "fsm", "title": "Micronesia (Federated States of)"}, {"description": "", "display_name": "Mongolia", "id": "mng", "image_display_url": "", "name": "mng", "title": "Mongolia"}, {"description": "", "display_name": "Montserrat", "id": "msr", "image_display_url": "", "name": "msr", "title": "Montserrat"}, {"description": "", "display_name": "Morocco", "id": "mar", "image_display_url": "", "name": "mar", "title": "Morocco"}, {"description": "", "display_name": "Mozambique", "id": "moz", "image_display_url": "", "name": "moz", "title": "Mozambique"}, {"description": "", "display_name": "Myanmar", "id": "mmr", "image_display_url": "", "name": "mmr", "title": "Myanmar"}, {"description": "", "display_name": "Namibia", "id": "nam", "image_display_url": "", "name": "nam", "title": "Namibia"}, {"description": "", "display_name": "Nepal", "id": "npl", "image_display_url": "", "name": "npl", "title": "Nepal"}, {"description": "", "display_name": "Nicaragua", "id": "nic", "image_display_url": "", "name": "nic", "title": "Nicaragua"}, {"description": "", "display_name": "Niger", "id": "ner", "image_display_url": "", "name": "ner", "title": "Niger"}, {"description": "", "display_name": "Nigeria", "id": "nga", "image_display_url": "", "name": "nga", "title": "Nigeria"}, {"description": "", "display_name": "Pakistan", "id": "pak", "image_display_url": "", "name": "pak", "title": "Pakistan"}, {"description": "", "display_name": "Panama", "id": "pan", "image_display_url": "", "name": "pan", "title": "Panama"}, {"description": "", "display_name": "Papua New Guinea", "id": "png", "image_display_url": "", "name": "png", "title": "Papua New Guinea"}, {"description": "", "display_name": "Paraguay", "id": "pry", "image_display_url": "", "name": "pry", "title": "Paraguay"}, {"description": "", "display_name": "Peru", "id": "per", "image_display_url": "", "name": "per", "title": "Peru"}, {"description": "", "display_name": "Philippines", "id": "phl", "image_display_url": "", "name": "phl", "title": "Philippines"}, {"description": "", "display_name": "Poland", "id": "pol", "image_display_url": "", "name": "pol", "title": "Poland"}, {"description": "", "display_name": "Qatar", "id": "qat", "image_display_url": "", "name": "qat", "title": "Qatar"}, {"description": "", "display_name": "Republic of Moldova", "id": "mda", "image_display_url": "", "name": "mda", "title": "Republic of Moldova"}, {"description": "", "display_name": "Romania", "id": "c92bd69f-54c0-4d02-ad30-d33fd1cd1393", "image_display_url": "", "name": "rou", "title": "Romania"}, {"description": "", "display_name": "Rwanda", "id": "rwa", "image_display_url": "", "name": "rwa", "title": "Rwanda"}, {"description": "", "display_name": "Saint Barth\u00e9lemy", "id": "d616e03a-7c1a-434f-8078-fa686c137fc3", "image_display_url": "", "name": "blm", "title": "Saint Barth\u00e9lemy"}, {"description": "", "display_name": "Saint Kitts and Nevis", "id": "kna", "image_display_url": "", "name": "kna", "title": "Saint Kitts and Nevis"}, {"description": "", "display_name": "Saint Lucia", "id": "lca", "image_display_url": "", "name": "lca", "title": "Saint Lucia"}, {"description": "", "display_name": "Saint Martin", "id": "cb761263-cbf9-4ece-b4f6-df4f43eab992", "image_display_url": "", "name": "maf", "title": "Saint Martin"}, {"description": "", "display_name": "Saint Vincent and the Grenadines", "id": "vct", "image_display_url": "", "name": "vct", "title": "Saint Vincent and the Grenadines"}, {"description": "", "display_name": "Sao Tome and Principe", "id": "stp", "image_display_url": "", "name": "stp", "title": "Sao Tome and Principe"}, {"description": "", "display_name": "Saudi Arabia", "id": "sau", "image_display_url": "", "name": "sau", "title": "Saudi Arabia"}, {"description": "", "display_name": "Senegal", "id": "sen", "image_display_url": "", "name": "sen", "title": "Senegal"}, {"description": "", "display_name": "Seychelles", "id": "syc", "image_display_url": "", "name": "syc", "title": "Seychelles"}, {"description": "", "display_name": "Sierra Leone", "id": "sle", "image_display_url": "", "name": "sle", "title": "Sierra Leone"}, {"description": "", "display_name": "Sint Maarten", "id": "7ffef18b-5f77-4d1e-89ef-15976439977f", "image_display_url": "", "name": "sxm", "title": "Sint Maarten"}, {"description": "", "display_name": "Slovakia", "id": "svk", "image_display_url": "", "name": "svk", "title": "Slovakia"}, {"description": "", "display_name": "Solomon Islands", "id": "slb", "image_display_url": "", "name": "slb", "title": "Solomon Islands"}, {"description": "", "display_name": "Somalia", "id": "som", "image_display_url": "", "name": "som", "title": "Somalia"}, {"description": "", "display_name": "South Africa", "id": "zaf", "image_display_url": "", "name": "zaf", "title": "South Africa"}, {"description": "", "display_name": "South Sudan", "id": "ssd", "image_display_url": "", "name": "ssd", "title": "South Sudan"}, {"description": "", "display_name": "Sri Lanka", "id": "lka", "image_display_url": "", "name": "lka", "title": "Sri Lanka"}, {"description": "", "display_name": "State of Palestine", "id": "pse", "image_display_url": "", "name": "pse", "title": "State of Palestine"}, {"description": "", "display_name": "Sudan", "id": "sdn", "image_display_url": "", "name": "sdn", "title": "Sudan"}, {"description": "", "display_name": "Suriname", "id": "sur", "image_display_url": "", "name": "sur", "title": "Suriname"}, {"description": "", "display_name": "Tajikistan", "id": "tjk", "image_display_url": "", "name": "tjk", "title": "Tajikistan"}, {"description": "", "display_name": "Thailand", "id": "tha", "image_display_url": "", "name": "tha", "title": "Thailand"}, {"description": "", "display_name": "Timor-Leste", "id": "86b999e4-6981-401e-b57d-e15ad5a9ec86", "image_display_url": "", "name": "tls", "title": "Timor-Leste"}, {"description": "", "display_name": "Togo", "id": "tgo", "image_display_url": "", "name": "tgo", "title": "Togo"}, {"description": "", "display_name": "Tonga", "id": "ton", "image_display_url": "", "name": "ton", "title": "Tonga"}, {"description": "", "display_name": "Trinidad and Tobago", "id": "tto", "image_display_url": "", "name": "tto", "title": "Trinidad and Tobago"}, {"description": "", "display_name": "Tunisia", "id": "tun", "image_display_url": "", "name": "tun", "title": "Tunisia"}, {"description": "", "display_name": "Turks and Caicos Islands", "id": "tca", "image_display_url": "", "name": "tca", "title": "Turks and Caicos Islands"}, {"description": "", "display_name": "T\u00fcrkiye", "id": "tur", "image_display_url": "", "name": "tur", "title": "T\u00fcrkiye"}, {"description": "", "display_name": "Uganda", "id": "uga", "image_display_url": "", "name": "uga", "title": "Uganda"}, {"description": "", "display_name": "Ukraine", "id": "ukr", "image_display_url": "", "name": "ukr", "title": "Ukraine"}, {"description": "", "display_name": "United Republic of Tanzania", "id": "tza", "image_display_url": "", "name": "tza", "title": "United Republic of Tanzania"}, {"description": "", "display_name": "United States Virgin Islands", "id": "vir", "image_display_url": "", "name": "vir", "title": "United States Virgin Islands"}, {"description": "", "display_name": "Uruguay", "id": "ury", "image_display_url": "", "name": "ury", "title": "Uruguay"}, {"description": "", "display_name": "Uzbekistan", "id": "uzb", "image_display_url": "", "name": "uzb", "title": "Uzbekistan"}, {"description": "", "display_name": "Vanuatu", "id": "vut", "image_display_url": "", "name": "vut", "title": "Vanuatu"}, {"description": "", "display_name": "Venezuela (Bolivarian Republic of)", "id": "ven", "image_display_url": "", "name": "ven", "title": "Venezuela (Bolivarian Republic of)"}, {"description": "", "display_name": "Viet Nam", "id": "vnm", "image_display_url": "", "name": "vnm", "title": "Viet Nam"}, {"description": "", "display_name": "Zambia", "id": "zmb", "image_display_url": "", "name": "zmb", "title": "Zambia"}, {"description": "", "display_name": "Zimbabwe", "id": "zwe", "image_display_url": "", "name": "zwe", "title": "Zimbabwe"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/d4ea8fba-3d98-4d6e-85c8-84a5b0b4ebd9/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-11-07T17:07:08.154974", "datastore_active": false, "description": " ", "download_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/d4ea8fba-3d98-4d6e-85c8-84a5b0b4ebd9/download/cod_population_admin0.csv", "format": "CSV", "fs_check_info": "{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-11-20T17:33:23.678766\"}", "hash": "", "hdx_rel_url": "/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/d4ea8fba-3d98-4d6e-85c8-84a5b0b4ebd9/download/cod_population_admin0.csv", "id": "d4ea8fba-3d98-4d6e-85c8-84a5b0b4ebd9", "last_modified": "2024-11-20T17:33:24.544093", "metadata_modified": "2024-11-20T17:33:25.677982", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "cod_population_admin0.csv", "originalHash": "990414691", "package_id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "position": 0, "resource_type": "file.upload", "size": 682167, "state": "active", "url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/d4ea8fba-3d98-4d6e-85c8-84a5b0b4ebd9/download/cod_population_admin0.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3f7e17af-4ffa-455a-874c-6bf75e031730/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-11-07T17:07:08.154979", "datastore_active": false, "description": " ", "download_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3f7e17af-4ffa-455a-874c-6bf75e031730/download/cod_population_admin1.csv", "format": "CSV", "fs_check_info": "{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-11-20T17:33:23.678777\"}", "hash": "", "hdx_rel_url": "/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3f7e17af-4ffa-455a-874c-6bf75e031730/download/cod_population_admin1.csv", "id": "3f7e17af-4ffa-455a-874c-6bf75e031730", "last_modified": "2024-11-20T17:33:24.732519", "metadata_modified": "2024-11-20T17:33:25.678101", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "cod_population_admin1.csv", "originalHash": "-1464037659", "package_id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "position": 1, "resource_type": "file.upload", "size": 11759373, "state": "active", "url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3f7e17af-4ffa-455a-874c-6bf75e031730/download/cod_population_admin1.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/87186331-46fd-4cc2-9be8-bceb715abb91/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-11-07T17:07:08.154982", "datastore_active": false, "description": " ", "download_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/87186331-46fd-4cc2-9be8-bceb715abb91/download/cod_population_admin2.csv", "format": "CSV", "fs_check_info": "{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-11-20T17:33:23.678782\"}", "hash": "", "hdx_rel_url": "/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/87186331-46fd-4cc2-9be8-bceb715abb91/download/cod_population_admin2.csv", "id": "87186331-46fd-4cc2-9be8-bceb715abb91", "last_modified": "2024-11-20T17:33:24.917226", "metadata_modified": "2024-11-20T17:33:25.678194", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "cod_population_admin2.csv", "originalHash": "376477287", "package_id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "position": 2, "resource_type": "file.upload", "size": 134900634, "state": "active", "url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/87186331-46fd-4cc2-9be8-bceb715abb91/download/cod_population_admin2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3a58aef6-7884-40fc-8a0f-5bca8886e358/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-11-07T17:07:08.154986", "datastore_active": false, "description": " ", "download_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3a58aef6-7884-40fc-8a0f-5bca8886e358/download/cod_population_admin3.csv", "format": "CSV", "fs_check_info": "{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-11-20T17:33:23.678787\"}", "hash": "", "hdx_rel_url": "/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3a58aef6-7884-40fc-8a0f-5bca8886e358/download/cod_population_admin3.csv", "id": "3a58aef6-7884-40fc-8a0f-5bca8886e358", "last_modified": "2024-11-20T17:33:25.246566", "metadata_modified": "2024-11-20T17:33:25.678281", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "cod_population_admin3.csv", "originalHash": "-2077975063", "package_id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "position": 3, "resource_type": "file.upload", "size": 39675827, "state": "active", "url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/3a58aef6-7884-40fc-8a0f-5bca8886e358/download/cod_population_admin3.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/b652ad0e-3f12-4ce0-93fd-3b1dfc44adbc/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-11-07T17:07:08.154989", "datastore_active": false, "description": " ", "download_url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/b652ad0e-3f12-4ce0-93fd-3b1dfc44adbc/download/cod_population_admin4.csv", "format": "CSV", "fs_check_info": "{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-11-20T17:33:23.678791\"}", "hash": "", "hdx_rel_url": "/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/b652ad0e-3f12-4ce0-93fd-3b1dfc44adbc/download/cod_population_admin4.csv", "id": "b652ad0e-3f12-4ce0-93fd-3b1dfc44adbc", "last_modified": "2024-11-20T17:33:25.438725", "metadata_modified": "2024-11-20T17:33:25.678366", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "cod_population_admin4.csv", "originalHash": "-237460117", "package_id": "27e3d1c6-c57a-4159-85a4-adb6b7aca6b9", "position": 4, "resource_type": "file.upload", "size": 4786455, "state": "active", "url": "https://data.humdata.org/dataset/27e3d1c6-c57a-4159-85a4-adb6b7aca6b9/resource/b652ad0e-3f12-4ce0-93fd-3b1dfc44adbc/download/cod_population_admin4.csv", "url_type": "upload"}]} diff --git a/tests/fixtures/input/cod-ps-mli.json b/tests/fixtures/input/cod-ps-mli.json deleted file mode 100644 index f1a64fe6..00000000 --- a/tests/fixtures/input/cod-ps-mli.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "batch": "1ba3e210-cb9e-4bc7-b8c7-f22e0e5b604f", "caveats": "This Administrative level 3 (commune) COD-PS dataset contains 703 records, while the Administrative Boundary COD (COD-AB) contains 701 records. The missing records are \"Alata\" (ML070405) and \"INTADJEDITE\" (ML080402) accounting for 10,207 people. The 'mli_pop_adm3' table corresponds to the COD-AB features while the 'Projection based on 2009 population census' table contains all data.", "cod_level": "cod-standard", "creator_user_id": "6d699b73-4014-4dc1-b21e-3571382c134b", "data_update_frequency": "365", "dataseries_name": "COD - Subnational Population Statistics", "dataset_date": "[2018-03-07T00:00:00 TO *]", "dataset_preview": "first_resource", "dataset_source": "DNP - Direction Nationale de la Population", "due_date": "2024-06-29T20:44:28", "has_geodata": false, "has_quickcharts": true, "has_showcases": false, "id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "is_requestdata_type": false, "isopen": false, "last_modified": "2023-06-30T20:44:28.061168", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "84e567b6-1d09-4f7e-96f5-b69c09028cbc", "maintainer_email": null, "metadata_created": "2018-03-07T09:52:03.417297", "metadata_modified": "2023-06-30T20:44:28.022406", "methodology": "Census", "name": "cod-ps-mli", "notes": "Population of Mali 2018, disaggregated by admin 1 to 3 and by gender\r\n\r\nREFERENCE YEAR: 2018\r\n\r\nThese tables are suitable for database or GIS linkage to the [Mali - Subnational Administrative Boundaries](https://data.humdata.org/dataset/cod-ab-mli) layers.\r\n\r\nProjection based on 2009 population census\r\n\r\nUpdate history\r\n\r\n8 August 2019\r\nAddition of CSV files\r\n\r\n7 March 2018\r\nInitial upload\r\n\r\nVersion history:\r\n\r\n7 August 2019\r\nDataset renamed. Administrative levels 0-2 established.\r\n\r\n10 May 2019\r\nDataset renamed\r\n\r\n7 March 2018\r\nInitial upload", "num_resources": 10, "num_tags": 3, "organization": {"id": "380d709f-ab7f-484d-b5a4-b3ddbd192b3a", "name": "ocha-mali", "title": "OCHA Mali", "type": "organization", "description": "United Nations Office for the Coordination of Humanitarian Affairs Mali country office", "image_url": "", "created": "2014-07-16T13:21:42.112999", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2024-08-28T20:44:28", "owner_org": "380d709f-ab7f-484d-b5a4-b3ddbd192b3a", "package_creator": "aboubakarcisse", "pageviews_last_14_days": 18, "private": false, "qa_checklist": "{\"modified_date\": \"2020-08-31T12:28:08.974980\", \"version\": 1, \"dataProtection\": {}, \"metadata\": {}}", "qa_completed": false, "review_date": "2022-08-26T19:33:52.810582", "solr_additions": "{\"countries\": [\"Mali\"]}", "state": "active", "subnational": "1", "title": "Mali - Subnational Population Statistics", "total_res_downloads": 2869, "type": "dataset", "updated_by_script": "HDX Scraper: CODS (2023-06-30T20:44:27.536798)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Mali", "id": "mli", "image_display_url": "", "name": "mli", "title": "Mali"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "gazetteer", "id": "853d6f46-3b86-4f54-897f-65ed42a30675", "name": "gazetteer", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-08-07T20:30:14.930754", "datastore_active": false, "description": "Mali administrative level 0 (country), 1 (region or capital district), 2 (cercle), or 3 (commune) gazetteer", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d/download/mli_adminboundaries_tabulardata.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-04-04T20:10:25.447794\"}, {\"state\": \"success\", \"message\": \"Hxl Proxy data received successfully\", \"timestamp\": \"2023-04-04T20:10:27.758572\", \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d/download/mli_adminboundaries_tabulardata.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"ADM0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 9, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"c106ec3016380a2d66df1406e37d3062\", \"hashtag_hash\": null}, {\"name\": \"ADM1\", \"is_hidden\": false, \"nrows\": 11, \"ncols\": 11, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8132de0d2a21ad03c2d499ba914f8276\", \"hashtag_hash\": null}, {\"name\": \"ADM2\", \"is_hidden\": false, \"nrows\": 54, \"ncols\": 13, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e6e61cf379347c40be28c611832e8339\", \"hashtag_hash\": null}, {\"name\": \"ADM3\", \"is_hidden\": false, \"nrows\": 702, \"ncols\": 15, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"40f5e358e1ebf6dde2efeb58cd4cda04\", \"hashtag_hash\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d/download/mli_adminboundaries_tabulardata.xlsx", "id": "dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d", "last_modified": "2023-04-04T20:10:25.646660", "metadata_modified": "2023-04-04T20:10:28.042914", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "MLI_AdminBoundaries_TabularData.xlsx", "originalHash": "1116936704", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 0, "resource_type": "file.upload", "size": 54994, "state": "active", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/dfbc914d-ecd6-4642-8e18-01ca6d2e3b5d/download/mli_adminboundaries_tabulardata.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/074b6e23-3241-40a9-bd49-d8fc3d4d959e/download/", "cache_last_updated": null, "cache_url": null, "created": "2018-03-07T09:52:05.861827", "datastore_active": false, "description": "Population projection 2018 of Mali (admin levels 3) disaggregated by sex", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/074b6e23-3241-40a9-bd49-d8fc3d4d959e/download/mali_population_communes_sexe_2018.xls", "format": "XLS", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/074b6e23-3241-40a9-bd49-d8fc3d4d959e/download/mali_population_communes_sexe_2018.xls", "id": "074b6e23-3241-40a9-bd49-d8fc3d4d959e", "last_modified": "2018-03-15T14:41:08.462628", "metadata_modified": "2022-08-26T19:33:56.757803", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "Mali_Population_communes_sexe_2018.xls", "originalHash": "1861189673", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 1, "resource_type": "file.upload", "size": 261632, "state": "active", "tracking_summary[recent]": "0", "tracking_summary[total]": "0", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/074b6e23-3241-40a9-bd49-d8fc3d4d959e/download/mali_population_communes_sexe_2018.xls", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6f243ba2-4d4a-4663-a7c4-e917dbbde73a/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-08-07T20:30:02.685880", "datastore_active": false, "description": "Mali administrative level 0 (country) population statistics", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6f243ba2-4d4a-4663-a7c4-e917dbbde73a/download/mli_pop_adm0_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6f243ba2-4d4a-4663-a7c4-e917dbbde73a/download/mli_pop_adm0_v2.csv", "id": "6f243ba2-4d4a-4663-a7c4-e917dbbde73a", "last_modified": "2022-08-26T19:33:56.527480", "metadata_modified": "2022-08-26T19:34:14.583224", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "mli_pop_adm0_v2.csv", "originalHash": "684788749", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "pii_predict_score": 0.0689209230193611, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/6f243ba2-4d4a-4663-a7c4-e917dbbde73a/pii.2022-08-26T19-34-01.main.json", "pii_timestamp": "2022-08-26T19:34:14.126000", "position": 2, "resource_type": "file.upload", "size": 155, "state": "active", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6f243ba2-4d4a-4663-a7c4-e917dbbde73a/download/mli_pop_adm0_v2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/0bd515ae-613c-400f-a84c-ea203cc529be/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-08-07T20:30:04.870045", "datastore_active": false, "description": "Mali administrative level 1 (region or capital district) population statistics", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/0bd515ae-613c-400f-a84c-ea203cc529be/download/mli_pop_adm1_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/0bd515ae-613c-400f-a84c-ea203cc529be/download/mli_pop_adm1_v2.csv", "id": "0bd515ae-613c-400f-a84c-ea203cc529be", "last_modified": "2022-08-26T19:33:58.391934", "metadata_modified": "2022-08-26T19:34:17.616540", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "mli_pop_adm1_v2.csv", "originalHash": "-1111735611", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "pii_predict_score": 0.033558649132587534, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/0bd515ae-613c-400f-a84c-ea203cc529be/pii.2022-08-26T19-34-02.main.json", "pii_timestamp": "2022-08-26T19:34:16.908000", "position": 3, "resource_type": "file.upload", "size": 749, "state": "active", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/0bd515ae-613c-400f-a84c-ea203cc529be/download/mli_pop_adm1_v2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/af0c935f-d507-4252-945c-9d1a6cc1b598/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-08-07T20:30:07.732701", "datastore_active": false, "description": "Mali administrative level 2 (cercle) population statistics", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/af0c935f-d507-4252-945c-9d1a6cc1b598/download/mli_pop_adm2_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/af0c935f-d507-4252-945c-9d1a6cc1b598/download/mli_pop_adm2_v2.csv", "id": "af0c935f-d507-4252-945c-9d1a6cc1b598", "last_modified": "2022-08-26T19:34:00.094708", "metadata_modified": "2022-08-26T19:34:17.616769", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "mli_pop_adm2_v2.csv", "originalHash": "-857998001", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 4, "resource_type": "file.upload", "size": 4289, "state": "active", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/af0c935f-d507-4252-945c-9d1a6cc1b598/download/mli_pop_adm2_v2.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6a73b827-302d-47be-94a9-580fa73011b5/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-08-07T20:30:11.335859", "datastore_active": false, "description": "Mali administrative level 3 (commune) population statistics", "download_url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6a73b827-302d-47be-94a9-580fa73011b5/download/mli_pop_adm3_v2.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6a73b827-302d-47be-94a9-580fa73011b5/download/mli_pop_adm3_v2.csv", "id": "6a73b827-302d-47be-94a9-580fa73011b5", "last_modified": "2022-08-26T19:34:02.100458", "metadata_modified": "2022-08-26T19:38:37.589378", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "mli_pop_adm3_v2.csv", "originalHash": "2106908390", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "pii_predict_score": 0.2914236137805812, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/6a73b827-302d-47be-94a9-580fa73011b5/pii.2022-08-26T19-38-26.main.json", "pii_timestamp": "2022-08-26T19:38:37.339000", "position": 5, "resource_type": "file.upload", "size": 68920, "state": "active", "url": "https://data.humdata.org/dataset/ce21c7db-d8f0-40f8-adc2-452d2d2d105c/resource/6a73b827-302d-47be-94a9-580fa73011b5/download/mli_pop_adm3_v2.csv", "url_type": "upload"}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:44:28.089519", "description": "Mali administrative level 0 2018 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/MLI", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/MLI", "id": "8f8e1094-b840-4b2f-a125-ac51fd12d2a1", "last_modified": "2023-06-30T20:44:28.060301", "metadata_modified": "2023-06-30T20:44:28.060301", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "MLI admin 0 population", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 6, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/0/do/MLI", "url_type": "api", "datastore_active": false}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:44:28.089526", "description": "Mali administrative level 1 2018 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/MLI", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/MLI", "id": "e4595ba8-75c4-487a-9581-8b8aa64f323d", "last_modified": "2023-06-30T20:44:28.060613", "metadata_modified": "2023-06-30T20:44:28.060613", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "MLI admin 1 population", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 7, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/1/do/MLI", "url_type": "api", "datastore_active": false}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:44:28.089529", "description": "Mali administrative level 2 2018 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/2/do/MLI", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/2/do/MLI", "id": "d2c35eaa-57c2-4f1b-a4f9-c82b328a77ae", "last_modified": "2023-06-30T20:44:28.060895", "metadata_modified": "2023-06-30T20:44:28.060895", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "MLI admin 2 population", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 8, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/2/do/MLI", "url_type": "api", "datastore_active": false}, {"cache_last_updated": null, "cache_url": null, "created": "2023-06-30T20:44:28.089533", "description": "Mali administrative level 3 2018 population statistics", "download_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/3/do/MLI", "format": "JSON", "hash": "", "hdx_rel_url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/3/do/MLI", "id": "ca659936-1596-4cf7-9fa7-bf3df3cf58cb", "last_modified": "2023-06-30T20:44:28.061168", "metadata_modified": "2023-06-30T20:44:28.061168", "microdata": false, "mimetype": null, "mimetype_inner": null, "name": "MLI admin 3 population", "package_id": "ce21c7db-d8f0-40f8-adc2-452d2d2d105c", "position": 9, "resource_type": "api", "size": null, "state": "active", "url": "https://apps.itos.uga.edu/CODV2API/api/v1/themes/cod-ps/lookup/Get/3/do/MLI", "url_type": "api", "datastore_active": false}]} diff --git a/tests/fixtures/input/cod-ps-nga.json b/tests/fixtures/input/cod-ps-nga.json deleted file mode 100644 index fc76b2b9..00000000 --- a/tests/fixtures/input/cod-ps-nga.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "caveats": "COD-AB ADM2 feature \"Bakassi\" [NG009005] is not represented, but is thought to be uninhabited. Any actual population will be incorporated in the \"Akpabuyo\" ]NG009003] record.\r\n", "cod_level": "cod-enhanced", "creator_user_id": "060966c0-7a2d-43ff-bfe1-ca4163000d96", "data_update_frequency": "365", "dataseries_name": "COD - Subnational Population Statistics", "dataset_date": "[2023-03-01T00:00:00 TO 2023-03-31T23:59:59]", "dataset_preview": "first_resource", "dataset_source": "UNFPA and United States Census Bureau - PEPFAR program", "due_date": "2025-09-11T17:33:57", "has_geodata": false, "has_quickcharts": false, "has_showcases": false, "id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-09-11T17:33:57.028598", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "9429fda5-d84f-42e4-890d-e03bf8297f7b", "maintainer_email": null, "metadata_created": "2017-06-06T11:39:30.000542", "metadata_modified": "2024-09-11T17:36:32.292834", "methodology": "Other", "methodology_other": "See metadata tab", "name": "cod-ps-nga", "notes": "Nigeria administrative level 0-1 sex and age disaggregated 2022 population statistics projected from 2006 Census.\r\n\r\nREFERENCE YEAR: 2022\r\n\r\nThese tables are suitable for database or GIS linkage to the [Nigeria - Subnational Administrative Boundaries](https://data.humdata.org/dataset/cod-ab-nga) administrative level 0 to 2 and senatorial district shapefiles\r\n\r\nSee caveat.", "num_resources": 6, "num_tags": 4, "organization": {"id": "95aa8d05-b110-4607-9330-f2a779885493", "name": "unfpa", "title": "UNFPA", "type": "organization", "description": "UNFPA, the United Nations Population Fund, works globally to ensure universal access to sexual and reproductive health, prevent and respond to gender-based violence, collect and use population data, and promote gender equality and the empowerment of women and youth across the humanitarian/development continuum.", "image_url": "", "created": "2016-03-28T16:36:48.790190", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2025-11-10T17:33:57", "owner_org": "95aa8d05-b110-4607-9330-f2a779885493", "package_creator": "uyabba", "pageviews_last_14_days": 97, "private": false, "qa_completed": false, "review_date": "2021-06-18T07:36:41.548953", "solr_additions": "{\"countries\": [\"Nigeria\"]}", "state": "active", "subnational": "1", "title": "Nigeria - Subnational Population Statistics", "total_res_downloads": 9694, "type": "dataset", "updated_by_script": "HDXINTERNAL:HDXPythonLibrary/6.2.1-CODs (2024-01-18T22:32:24.483414)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Nigeria", "id": "nga", "image_display_url": "", "name": "nga", "title": "Nigeria"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "gazetteer", "id": "853d6f46-3b86-4f54-897f-65ed42a30675", "name": "gazetteer", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "hxl", "id": "a0fbb23a-6aad-4ccc-8062-e9ef9f20e5d2", "name": "hxl", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d3a631f1-d9e1-430c-a10e-ff34be40410d/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-09-11T17:15:17.006829", "datastore_active": false, "description": "Nigeria administrative level 0-1 sex and age disaggregated 2022 projected population statistics", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d3a631f1-d9e1-430c-a10e-ff34be40410d/download/nga_admpop_2022.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-11T17:15:16.395608\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-11T17:15:19.750147\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d3a631f1-d9e1-430c-a10e-ff34be40410d/download/nga_admpop_2022.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Metadata\", \"is_hidden\": false, \"nrows\": 23, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"0339e44102a0e052e8deafac00de1baa\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Metadata\"], \"hxl_headers\": null}, {\"name\": \"Methodological Documentation\", \"is_hidden\": false, \"nrows\": 9, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"d1319ef0402167ab45dd59f8c2baf057\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Methodological_Documentation\"], \"hxl_headers\": null}, {\"name\": \"nga_admpop_adm0_2022\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 57, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"05453321476dab07f96b767c8702b5ce\", \"hxl_header_hash\": null, \"headers\": [\"YEAR\", \"ADM0_EN\", \"ADM0_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}, {\"name\": \"nga_admpop_adm1_2022\", \"is_hidden\": false, \"nrows\": 38, \"ncols\": 59, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"fdd79658432aeffa4b7d09ec52cbd785\", \"hxl_header_hash\": null, \"headers\": [\"YEAR\", \"ADM0_EN\", \"ADM0_PCODE\", \"ADM1_EN\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d3a631f1-d9e1-430c-a10e-ff34be40410d/download/nga_admpop_2022.xlsx", "id": "d3a631f1-d9e1-430c-a10e-ff34be40410d", "last_modified": "2024-09-11T17:15:16.665991", "metadata_modified": "2024-09-11T17:15:19.910262", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "nga_admpop_2022.xlsx", "originalHash": "8750915", "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "pii": "false", "position": 0, "resource_type": "file.upload", "size": 30671, "state": "active", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d3a631f1-d9e1-430c-a10e-ff34be40410d/download/nga_admpop_2022.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-04-25T09:22:51.861332", "datastore_active": false, "description": "Nigeria administrative level 0 (country), 1 (state), senatorial districts, 2 (local government area), and 3 (ward - in northeast Nigeria) gazetteer derived from ITOS tabular data", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/nga_admgz.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2023-04-04T20:11:15.515581\"}, {\"state\": \"success\", \"message\": \"Hxl Proxy data received successfully\", \"timestamp\": \"2023-04-04T20:11:17.995391\", \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/nga_adminboundaries_tabulardata.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"ADM0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 9, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"3f769cb696c5bd062f135e5758b8daf7\", \"hashtag_hash\": null}, {\"name\": \"ADM1\", \"is_hidden\": false, \"nrows\": 38, \"ncols\": 11, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"794fa1be5ecd87292e51ed3fbeb860f6\", \"hashtag_hash\": null}, {\"name\": \"ADM2\", \"is_hidden\": false, \"nrows\": 775, \"ncols\": 15, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"074bf3aeb52d9a24d8ad5cbd984a936b\", \"hashtag_hash\": null}, {\"name\": \"ADM3\", \"is_hidden\": false, \"nrows\": 715, \"ncols\": 17, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"296d592188aee45bfd7c30e0606fc96f\", \"hashtag_hash\": null}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-11T17:09:12.030321\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-11T17:09:16.764503\", \"sheet_changes\": [{\"name\": \"SenDist\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin2\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin1\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin0\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"Admin3\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"ADM1\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM0\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM2\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}, {\"name\": \"ADM3\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/nga_admgz.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Admin3\", \"is_hidden\": false, \"nrows\": 715, \"ncols\": 15, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"a921c13874570dc2af1b376a21a3ac80\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"admin3Name_en\", \"admin3Pcode\", \"admin3RefName\", \"admin3AltName1_en\", \"admin3AltName2_en\", \"admin2Name_en\", \"admin2Pcode\", \"SenDist_en\", \"SenDistPcode\", \"admin1Name_en\", \"admin1Pcode\", \"admin0Name_en\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin2\", \"is_hidden\": false, \"nrows\": 775, \"ncols\": 13, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"f2b1614910fc7eeecc0cbbc8abdcbd1d\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"admin2Name_en\", \"admin2Pcode\", \"admin2RefName\", \"admin2AltName1_en\", \"admin2AltName2_en\", \"SenDist_en\", \"SenDistPcode\", \"admin1Name_en\", \"admin1Pcode\", \"admin0Name_en\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin1\", \"is_hidden\": false, \"nrows\": 38, \"ncols\": 9, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"70d25e2bb89876c323e83497fe7c207a\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"admin1Name_en\", \"admin1Pcode\", \"admin1RefName\", \"admin1AltName1_en\", \"admin1AltName2_en\", \"admin0Name_en\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 7, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"5a04f6694d43dcbe2117a84b4d2edb01\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"admin0Name_en\", \"admin0Pcode\", \"admin0RefName\", \"admin0AltName1_en\", \"admin0AltName2_en\"], \"hxl_headers\": null}, {\"name\": \"SenDist\", \"is_hidden\": false, \"nrows\": 110, \"ncols\": 13, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"be154c5f1743dd2925eecbe65c7a5cd6\", \"hxl_header_hash\": null, \"headers\": [\"OBJECTID *\", \"Shape *\", \"Shape_Length\", \"Shape_Area\", \"SenDist_en\", \"SenDistPcode\", \"SenDistRefName\", \"SenDistAltName1_en\", \"SenDistAltName2_en\", \"admin1Name_en\", \"admin1Pcode\", \"admin0Name_en\", \"admin0Pcode\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/nga_admgz.xlsx", "id": "8e299f2b-b941-468e-a376-03f5303ba698", "last_modified": "2024-09-11T17:09:12.346135", "metadata_modified": "2024-09-11T17:09:17.210896", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "nga_admgz.xlsx", "originalHash": "1670654659", "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "position": 1, "resource_type": "file.upload", "size": 141524, "state": "active", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/8e299f2b-b941-468e-a376-03f5303ba698/download/nga_admgz.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/562e7757-0683-4d61-87bd-a7c94af2ee38/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-06-06T11:39:38.660293", "datastore_active": false, "description": "Nigeria administrative level 0-1 sex and age disaggregated 2022 projected population statistics explanatory technical note", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/562e7757-0683-4d61-87bd-a7c94af2ee38/download/nga_codps_qa_2023.pdf", "format": "PDF", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/562e7757-0683-4d61-87bd-a7c94af2ee38/download/nga_codps_qa_2023.pdf", "id": "562e7757-0683-4d61-87bd-a7c94af2ee38", "in_hapi": "yes", "last_modified": "2024-09-11T17:33:57.028598", "metadata_modified": "2024-09-11T17:35:09.323110", "microdata": false, "mimetype": "application/pdf", "mimetype_inner": null, "name": "nga_codps_qa_2023.pdf", "originalHash": -1344653542, "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "position": 2, "resource_type": "file.upload", "size": 1672575, "state": "active", "tracking_summary[recent]": "0", "tracking_summary[total]": "0", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/562e7757-0683-4d61-87bd-a7c94af2ee38/download/nga_codps_qa_2023.pdf", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/4710c51c-813b-481f-bb4e-ffb593e6f126/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-04-23T08:00:34.936580", "datastore_active": false, "description": "Nigeria administrative level 0 sex and age disaggregated 2022 projected population statistics", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/4710c51c-813b-481f-bb4e-ffb593e6f126/download/nga_admpop_adm0_2022.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-11T17:33:52.079564\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-11T17:33:55.548953\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/4710c51c-813b-481f-bb4e-ffb593e6f126/download/nga_admpop_adm0_2022.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 2, \"ncols\": 58, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"5bd55d040559036ccb3a84eb8565ede3\", \"hxl_header_hash\": null, \"headers\": [\"\\ufeffyear\", \"ISO3\", \"ADM0_EN\", \"ADM0_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/4710c51c-813b-481f-bb4e-ffb593e6f126/download/nga_admpop_adm0_2022.csv", "id": "4710c51c-813b-481f-bb4e-ffb593e6f126", "in_hapi": "yes", "last_modified": "2024-09-11T17:33:52.335703", "metadata_modified": "2024-09-11T17:33:55.714652", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "nga_admpop_adm0_2022.csv", "originalHash": "990136745", "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "position": 3, "resource_type": "file.upload", "size": 927, "state": "active", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/4710c51c-813b-481f-bb4e-ffb593e6f126/download/nga_admpop_adm0_2022.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d9fc551a-b5e4-4bed-9d0d-b047b6961817/download/", "cache_last_updated": null, "cache_url": null, "created": "2017-06-06T11:39:34.831753", "datastore_active": false, "description": "Nigeria administrative level 1 sex and age disaggregated 2022 projected population statistics", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d9fc551a-b5e4-4bed-9d0d-b047b6961817/download/nga_admpop_adm1_2022.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-11T17:33:54.522606\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-11T17:33:57.067222\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d9fc551a-b5e4-4bed-9d0d-b047b6961817/download/nga_admpop_adm1_2022.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 38, \"ncols\": 60, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"c956cbcffab1ec6406e1517ce5bf09c3\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_EN\", \"ADM0_PCODE\", \"ADM1_EN\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d9fc551a-b5e4-4bed-9d0d-b047b6961817/download/nga_admpop_adm1_2022.csv", "id": "d9fc551a-b5e4-4bed-9d0d-b047b6961817", "in_hapi": "yes", "last_modified": "2024-09-11T17:33:54.739165", "metadata_modified": "2024-09-11T17:33:57.644495", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "nga_admpop_adm1_2022.csv", "originalHash": "354904995", "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "pii_predict_score": "0.07049772160829966", "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/d9fc551a-b5e4-4bed-9d0d-b047b6961817/pii.2022-05-30T16-28-18.main.json", "pii_timestamp": "2022-05-30T16:28:32.667000", "position": 4, "resource_type": "file.upload", "size": 15070, "state": "active", "tracking_summary[recent]": "0", "tracking_summary[total]": "0", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/d9fc551a-b5e4-4bed-9d0d-b047b6961817/download/nga_admpop_adm1_2022.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/3597a93e-3b1d-4d06-ad2c-109c84a951b6/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-04-25T09:22:42.217628", "datastore_active": false, "description": "LEGACY Nigeria administrative level 0 (country), 1 (state), senatorial districts, and 2 (local government area) projected population statistics", "download_url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/3597a93e-3b1d-4d06-ad2c-109c84a951b6/download/nga_admpop_2020.xlsx", "format": "XLSX", "hash": "", "hdx_rel_url": "/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/3597a93e-3b1d-4d06-ad2c-109c84a951b6/download/nga_admpop_2020.xlsx", "id": "3597a93e-3b1d-4d06-ad2c-109c84a951b6", "last_modified": "2021-06-18T07:11:38.171018", "metadata_modified": "2024-09-11T17:10:19.143975", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "nga_admpop_2020.xlsx", "originalHash": -1574813377, "package_id": "a7c3de5e-ff27-4746-99cd-05f2ad9b1066", "pii_is_sensitive": false, "pii_predict_score": 0.7732227887564814, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/3597a93e-3b1d-4d06-ad2c-109c84a951b6/pii.2021-06-18T07-11-40.main.json", "pii_timestamp": "2021-06-18T11:20:36.463000", "position": 5, "resource_type": "file.upload", "size": 1672647, "state": "active", "url": "https://data.humdata.org/dataset/a7c3de5e-ff27-4746-99cd-05f2ad9b1066/resource/3597a93e-3b1d-4d06-ad2c-109c84a951b6/download/nga_admpop_2020.xlsx", "url_type": "upload"}]} diff --git a/tests/fixtures/input/cod-ps-tcd.json b/tests/fixtures/input/cod-ps-tcd.json deleted file mode 100644 index 519dee24..00000000 --- a/tests/fixtures/input/cod-ps-tcd.json +++ /dev/null @@ -1 +0,0 @@ -{"archived": false, "cod_level": "cod-enhanced", "creator_user_id": "03f9db10-8651-4067-a64f-fe3619dcc7e8", "data_update_frequency": "365", "dataseries_name": "COD - Subnational Population Statistics", "dataset_date": "[2023-01-01T00:00:00 TO 2023-12-31T23:59:59]", "dataset_preview": "no_preview", "dataset_source": "UNFPA and INSEED Tchad", "due_date": "2025-09-17T13:41:32", "has_geodata": false, "has_quickcharts": false, "has_showcases": false, "id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "is_requestdata_type": false, "isopen": false, "last_modified": "2024-09-17T13:41:32.902949", "license_id": "cc-by-igo", "license_title": "Creative Commons Attribution for Intergovernmental Organisations", "license_url": "http://creativecommons.org/licenses/by/3.0/igo/legalcode", "maintainer": "9429fda5-d84f-42e4-890d-e03bf8297f7b", "maintainer_email": null, "metadata_created": "2017-06-15T11:17:31.507027", "metadata_modified": "2024-09-17T13:41:36.567570", "methodology": "Other", "methodology_other": "See metadata tab in spreadsheet.", "name": "cod-ps-tcd", "notes": "Chad administrative level 0-1 sex and age disaggregated 2023 projected population statistics\r\n\r\nREFERENCE YEAR: 2023\r\n\r\n\r\nThese table are suitable for database or GIS linkage to the [Chad - Subnational Administrative Boundaries](https://data.humdata.org/dataset/cod-ab-tcd).\r\n", "num_resources": 8, "num_tags": 3, "organization": {"id": "95aa8d05-b110-4607-9330-f2a779885493", "name": "unfpa", "title": "UNFPA", "type": "organization", "description": "UNFPA, the United Nations Population Fund, works globally to ensure universal access to sexual and reproductive health, prevent and respond to gender-based violence, collect and use population data, and promote gender equality and the empowerment of women and youth across the humanitarian/development continuum.", "image_url": "", "created": "2016-03-28T16:36:48.790190", "is_organization": true, "approval_status": "approved", "state": "active"}, "overdue_date": "2025-11-16T13:41:32", "owner_org": "95aa8d05-b110-4607-9330-f2a779885493", "package_creator": "jamessteel", "pageviews_last_14_days": 35, "private": false, "qa_completed": false, "review_date": "2024-09-16T20:01:27.592546", "solr_additions": "{\"countries\": [\"Chad\"]}", "state": "active", "subnational": "1", "title": "Chad - Subnational Population Statistics", "total_res_downloads": 3539, "type": "dataset", "updated_by_script": "HDXINTERNAL:HDXPythonLibrary/6.2.1-CODs (2024-01-18T21:33:41.396316)", "url": null, "version": null, "groups": [{"description": "", "display_name": "Chad", "id": "tcd", "image_display_url": "", "name": "tcd", "title": "Chad"}], "tags": [{"display_name": "baseline population", "id": "db8205e9-b61c-4df7-a987-1a2658ed8666", "name": "baseline population", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "gazetteer", "id": "853d6f46-3b86-4f54-897f-65ed42a30675", "name": "gazetteer", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}, {"display_name": "sex and age disaggregated data-sadd", "id": "38902364-3f95-4a69-b465-30a9c49bd28c", "name": "sex and age disaggregated data-sadd", "state": "active", "vocabulary_id": "b891512e-9516-4bf5-962a-7a289772a2a1"}], "relationships_as_subject": [], "relationships_as_object": [], "is_fresh": true, "update_status": "fresh", "x_resource_grouping": [], "resources": [{"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-09-16T20:11:27.171262", "datastore_active": false, "description": "Chad administrative level 0-1 sex and age disaggregated 2023 population statistics", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/tcd_admpop_2023.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-16T20:11:26.791306\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-16T20:11:29.220062\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/tcd_adm1_pop_2023.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Metadata\", \"is_hidden\": false, \"nrows\": 23, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"0339e44102a0e052e8deafac00de1baa\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Metadata\"], \"hxl_headers\": null}, {\"name\": \"Methodological Documentation\", \"is_hidden\": false, \"nrows\": 9, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"d1319ef0402167ab45dd59f8c2baf057\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Methodological_Documentation\"], \"hxl_headers\": null}, {\"name\": \"TCD_ADM1_POP_2023\", \"is_hidden\": false, \"nrows\": 24, \"ncols\": 61, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8decef438edf5d3624ad4c3859d93d6a\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_NAME\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_NAME\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}, {\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-17T13:41:32.587361\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-17T13:41:36.293309\", \"sheet_changes\": [{\"name\": \"tcd_admpop_adm1_2023\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"tcd_admpop_adm0_2023\", \"event_type\": \"spreadsheet-sheet-created\", \"changed_fields\": \"\"}, {\"name\": \"TCD_ADM1_POP_2023\", \"event_type\": \"spreadsheet-sheet-deleted\", \"changed_fields\": \"\"}], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/tcd_admpop_2023.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Metadata\", \"is_hidden\": false, \"nrows\": 23, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"0339e44102a0e052e8deafac00de1baa\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Metadata\"], \"hxl_headers\": null}, {\"name\": \"Methodological Documentation\", \"is_hidden\": false, \"nrows\": 9, \"ncols\": 2, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"d1319ef0402167ab45dd59f8c2baf057\", \"hxl_header_hash\": null, \"headers\": [\"Item\", \"Methodological_Documentation\"], \"hxl_headers\": null}, {\"name\": \"tcd_admpop_adm0_2023\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 59, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"90c5b6ce55838d8acb4d99f2a6bdbccc\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_NAME\", \"ADM0_FR\", \"ADM0_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}, {\"name\": \"tcd_admpop_adm1_2023\", \"is_hidden\": false, \"nrows\": 24, \"ncols\": 61, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"8decef438edf5d3624ad4c3859d93d6a\", \"hxl_header_hash\": null, \"headers\": [\"year\", \"ISO3\", \"ADM0_NAME\", \"ADM0_FR\", \"ADM0_PCODE\", \"ADM1_NAME\", \"ADM1_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/tcd_admpop_2023.xlsx", "id": "f7208b61-cc26-42a7-a698-1d32af8d248f", "last_modified": "2024-09-17T13:41:32.902949", "metadata_modified": "2024-09-17T13:41:36.762073", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "tcd_admpop_2023.xlsx", "originalHash": "1320378698", "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii": "false", "position": 0, "resource_type": "file.upload", "size": 23529, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f7208b61-cc26-42a7-a698-1d32af8d248f/download/tcd_admpop_2023.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/4eaace66-d2bf-4e4e-a089-ccbd726fe394/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-09-16T20:05:24.329644", "datastore_active": false, "description": "Chad administrative level 0-1 sex and age disaggregated 2023 population statistics explanatory technical note", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/4eaace66-d2bf-4e4e-a089-ccbd726fe394/download/tcd_codps_qa_2023.pdf", "format": "PDF", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/4eaace66-d2bf-4e4e-a089-ccbd726fe394/download/tcd_codps_qa_2023.pdf", "id": "4eaace66-d2bf-4e4e-a089-ccbd726fe394", "last_modified": "2024-09-16T20:05:24.144262", "metadata_modified": "2024-09-16T20:05:25.761732", "microdata": false, "mimetype": "application/pdf", "mimetype_inner": null, "name": "tcd_codps_qa_2023.pdf", "originalHash": "8750915", "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii": "false", "position": 1, "resource_type": "file.upload", "size": 993089, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/4eaace66-d2bf-4e4e-a089-ccbd726fe394/download/tcd_codps_qa_2023.pdf", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/acfd6ed9-4150-4445-8dec-83091d1b65eb/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-09-16T20:11:28.957995", "datastore_active": false, "description": "Chat administrative level 0-3 gazetteer derived from ITOS tabular data. Administrative level 3 for Lac region only.", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/acfd6ed9-4150-4445-8dec-83091d1b65eb/download/tcd_admgz.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-16T20:11:28.585870\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-16T20:11:30.727035\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/acfd6ed9-4150-4445-8dec-83091d1b65eb/download/tcd_admgz.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Admin3\", \"is_hidden\": false, \"nrows\": 11, \"ncols\": 13, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"51b34b51499597b2db792d8e3c144af1\", \"hxl_header_hash\": null, \"headers\": [\"admin3Name_fr\", \"admin3Pcode\", \"admin3RefName\", \"admin3Name_MAJ\", \"admin3AltName1_fr\", \"admin3AltName2_fr\", \"admin3ChefLieu\", \"admin2Name_fr\", \"admin2Pcode\", \"admin1Name_fr\", \"admin1Pcode\", \"admin0Name_fr\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin2\", \"is_hidden\": false, \"nrows\": 71, \"ncols\": 10, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"1b41ddbc2a0b176e19a3a7cae32ae501\", \"hxl_header_hash\": null, \"headers\": [\"admin2Name_fr\", \"admin2Pcode\", \"admin2RefName\", \"admin2Name_MAJ\", \"admin2AltName1_fr\", \"admin2AltName2_fr\", \"admin1Name_fr\", \"admin1Pcode\", \"admin0Name_fr\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin1\", \"is_hidden\": false, \"nrows\": 24, \"ncols\": 8, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e72555749b58235236e8a8dc8c668e43\", \"hxl_header_hash\": null, \"headers\": [\"admin1Name_fr\", \"admin1Pcode\", \"admin1RefName\", \"admin1Name_MAJ\", \"admin1AltName1_fr\", \"admin1AltName2_fr\", \"admin0Name_fr\", \"admin0Pcode\"], \"hxl_headers\": null}, {\"name\": \"Admin0\", \"is_hidden\": false, \"nrows\": 2, \"ncols\": 5, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"834c7183a2091818bdc1164a52599b65\", \"hxl_header_hash\": null, \"headers\": [\"admin0Name_fr\", \"admin0Pcode\", \"admin0RefName\", \"admin0AltName1_fr\", \"admin0AltName2_fr\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/acfd6ed9-4150-4445-8dec-83091d1b65eb/download/tcd_admgz.xlsx", "id": "acfd6ed9-4150-4445-8dec-83091d1b65eb", "last_modified": "2024-09-16T20:11:28.779441", "metadata_modified": "2024-09-16T20:11:31.080913", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "tcd_admgz.xlsx", "originalHash": "8750915", "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii": "false", "position": 2, "resource_type": "file.upload", "size": 18406, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/acfd6ed9-4150-4445-8dec-83091d1b65eb/download/tcd_admgz.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-10-17T12:14:39.540312", "datastore_active": false, "description": "Chad administrative level 0 2021 sex and age disaggregated 2023 population statistics", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/download/tcd_admpop_adm0_2023.csv", "format": "CSV", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-09-16T20:01:30.652586\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-09-16T20:01:33.136132\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/download/tcd_admpop_adm0_2023.csv\", \"format\": \"CSV\", \"sheets\": [{\"name\": \"__DEFAULT__\", \"nrows\": 2, \"ncols\": 59, \"is_hidden\": false, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"e91d2273d5914cf8e863f24e2ad9e6eb\", \"hxl_header_hash\": null, \"headers\": [\"\\ufeffyear\", \"ISO3\", \"ADM0_NAME\", \"ADM0_FR\", \"ADM0_PCODE\", \"F_TL\", \"M_TL\", \"T_TL\", \"F_00_04\", \"F_05_09\", \"F_10_14\", \"F_15_19\", \"F_20_24\", \"F_25_29\", \"F_30_34\", \"F_35_39\", \"F_40_44\", \"F_45_49\", \"F_50_54\", \"F_55_59\", \"F_60_64\", \"F_65_69\", \"F_70_74\", \"F_75_79\", \"F_80Plus\", \"M_00_04\", \"M_05_09\", \"M_10_14\", \"M_15_19\", \"M_20_24\", \"M_25_29\", \"M_30_34\", \"M_35_39\", \"M_40_44\", \"M_45_49\", \"M_50_54\", \"M_55_59\", \"M_60_64\", \"M_65_69\", \"M_70_74\", \"M_75_79\", \"M_80Plus\", \"T_00_04\", \"T_05_09\", \"T_10_14\", \"T_15_19\", \"T_20_24\", \"T_25_29\", \"T_30_34\", \"T_35_39\", \"T_40_44\", \"T_45_49\", \"T_50_54\", \"T_55_59\", \"T_60_64\", \"T_65_69\", \"T_70_74\", \"T_75_79\", \"T_80Plus\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/download/tcd_admpop_adm0_2023.csv", "id": "ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203", "in_hapi": "yes", "last_modified": "2024-09-16T20:01:30.857059", "metadata_modified": "2024-09-16T20:01:33.304965", "microdata": false, "mimetype": "text/csv", "mimetype_inner": null, "name": "tcd_admpop_adm0_2023.csv", "originalHash": "-1870529211", "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii_predict_score": "0.07049772160829966", "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/pii.2021-07-01T11-41-47.main.json", "pii_timestamp": "2021-07-01T11:42:00.599000", "position": 3, "resource_type": "file.upload", "size": 879, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/ce1b0007-e65c-4b3c-bd48-2cd0e3b9d203/download/tcd_admpop_adm0_2023.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/fb3d793e-57c5-4fb9-b361-8d4222fd254e/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-10-17T12:14:45.425610", "datastore_active": false, "description": "Chad administrative level 1 2021 sex and age disaggregated 2023 population statistics", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/fb3d793e-57c5-4fb9-b361-8d4222fd254e/download/tcd_admpop_adm1_2021.csv", "format": "CSV", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/fb3d793e-57c5-4fb9-b361-8d4222fd254e/download/tcd_admpop_adm1_2021.csv", "id": "fb3d793e-57c5-4fb9-b361-8d4222fd254e", "in_hapi": "yes", "last_modified": "2021-07-01T11:41:47.393116", "metadata_modified": "2024-09-16T20:01:33.305065", "microdata": false, "mimetype": "application/vnd.ms-excel", "mimetype_inner": null, "name": "tcd_admpop_adm1_2021.csv", "originalHash": -1253282890, "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii_predict_score": 0.03680406486667654, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/fb3d793e-57c5-4fb9-b361-8d4222fd254e/pii.2021-07-01T11-41-49.main.json", "pii_timestamp": "2021-07-01T11:42:02.140000", "position": 4, "resource_type": "file.upload", "size": 8034, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/fb3d793e-57c5-4fb9-b361-8d4222fd254e/download/tcd_admpop_adm1_2021.csv", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f026a982-b530-4e49-97a3-f54bbc5bad5d/download/", "cache_last_updated": null, "cache_url": null, "created": "2024-01-04T13:14:20.559180", "datastore_active": false, "description": "LEGACY Chad 2024 Population Projections", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f026a982-b530-4e49-97a3-f54bbc5bad5d/download/tchad_populationdutchad_20240102.xlsx", "format": "XLSX", "fs_check_info": "[{\"state\": \"processing\", \"message\": \"The processing of the file structure check has started\", \"timestamp\": \"2024-01-04T13:14:19.981737\"}, {\"state\": \"success\", \"message\": \"File structure check completed\", \"timestamp\": \"2024-01-04T13:14:23.613489\", \"sheet_changes\": [], \"hxl_proxy_response\": {\"url_or_filename\": \"https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f026a982-b530-4e49-97a3-f54bbc5bad5d/download/tchad_populationdutchad_20240102.xlsx\", \"format\": \"XLSX\", \"sheets\": [{\"name\": \"Feuil1\", \"is_hidden\": false, \"nrows\": 73, \"ncols\": 5, \"has_merged_cells\": false, \"is_hxlated\": false, \"header_hash\": \"3ceef82d98e2f1335cbc7996b556215c\", \"hxl_header_hash\": null, \"headers\": [\"ADM1_NAME\", \"ADM1_Pcode\", \"ADM2_NAME\", \"ADM2_Pcode\", \"Population_Projection_2024\"], \"hxl_headers\": null}]}}]", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f026a982-b530-4e49-97a3-f54bbc5bad5d/download/tchad_populationdutchad_20240102.xlsx", "id": "f026a982-b530-4e49-97a3-f54bbc5bad5d", "last_modified": "2024-01-04T13:14:20.259547", "metadata_modified": "2024-09-16T20:01:29.470167", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "Tchad_PopulationDuTchad_20240102.xlsx", "originalHash": 2015191249, "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii": "false", "position": 5, "resource_type": "file.upload", "size": 14268, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/f026a982-b530-4e49-97a3-f54bbc5bad5d/download/tchad_populationdutchad_20240102.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/384ea173-1a24-4fc2-9f54-24d9e4b7e1e4/download/", "cache_last_updated": null, "cache_url": null, "created": "2022-11-30T11:34:23.540022", "datastore_active": false, "description": "LEGACY Chad Admin Population 2022", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/384ea173-1a24-4fc2-9f54-24d9e4b7e1e4/download/tcd_data_cod_ps_update_21_09_2022_fin.xlsx", "format": "XLSX", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/384ea173-1a24-4fc2-9f54-24d9e4b7e1e4/download/tcd_data_cod_ps_update_21_09_2022_fin.xlsx", "id": "384ea173-1a24-4fc2-9f54-24d9e4b7e1e4", "last_modified": "2022-11-30T11:34:23.127258", "metadata_modified": "2024-09-16T20:01:30.176893", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "tcd_admpop_2022.xlsx", "originalHash": 790597032, "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii": "false", "position": 6, "resource_type": "file.upload", "size": 200833, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/384ea173-1a24-4fc2-9f54-24d9e4b7e1e4/download/tcd_data_cod_ps_update_21_09_2022_fin.xlsx", "url_type": "upload"}, {"alt_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/5451d395-5344-4a7c-8cf3-22f08e4a1138/download/", "cache_last_updated": null, "cache_url": null, "created": "2019-10-17T12:04:15.180683", "datastore_active": false, "description": "LEGACY Chad administrative level 0-2 2021 projected sex and age disaggregated population statistics", "download_url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/5451d395-5344-4a7c-8cf3-22f08e4a1138/download/tcd_admpop_2021.xlsx", "format": "XLSX", "hash": "", "hdx_rel_url": "/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/5451d395-5344-4a7c-8cf3-22f08e4a1138/download/tcd_admpop_2021.xlsx", "id": "5451d395-5344-4a7c-8cf3-22f08e4a1138", "last_modified": "2021-07-01T11:41:42.140055", "metadata_modified": "2024-09-16T20:01:31.057448", "microdata": false, "mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "mimetype_inner": null, "name": "tcd_admpop_2021.xlsx", "originalHash": -1575025827, "package_id": "5e60290d-0a82-48e2-9454-812b01c7d9d4", "pii_predict_score": 0.763889455423148, "pii_report_flag": "FINDINGS", "pii_report_id": "/resources/5451d395-5344-4a7c-8cf3-22f08e4a1138/pii.2021-07-01T11-41-45.main.json", "pii_timestamp": "2021-07-01T11:42:09.373000", "position": 7, "resource_type": "file.upload", "size": 385544, "state": "active", "url": "https://data.humdata.org/dataset/5e60290d-0a82-48e2-9454-812b01c7d9d4/resource/5451d395-5344-4a7c-8cf3-22f08e4a1138/download/tcd_admpop_2021.xlsx", "url_type": "upload"}]} diff --git a/tests/fixtures/input/population_adminone_cod_population_admin1.csv b/tests/fixtures/input/population_adminone_cod_population_admin1.csv new file mode 100644 index 00000000..b5d2d0e5 --- /dev/null +++ b/tests/fixtures/input/population_adminone_cod_population_admin1.csv @@ -0,0 +1,37349 @@ +ISO3,Country,ADM1_PCODE,ADM1_NAME,Population_group,Gender,Age_range,Age_min,Age_max,Population,Reference_year,Source,Contributor +#country+code,#country+name,#adm1+code,#adm1+name,#population+group,#gender,#age+range,#age+min,#age+max,#population,#date+year,#meta+source,#meta+contributor +AFG,Afghanistan,AF17,Badakhshan,F_TL,f,all,,,666004,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_TL,m,all,,,691032,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_TL,all,all,,,1357036,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_00_04,f,0-4,0,4,119853,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_00_04,m,0-4,0,4,124553,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_00_04,all,0-4,0,4,244406,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_05_09,f,5-9,5,9,103188,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_05_09,m,5-9,5,9,110447,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_05_09,all,5-9,5,9,213635,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_10_14,f,10-14,10,14,87127,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_10_14,m,10-14,10,14,95911,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_10_14,all,10-14,10,14,183038,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_15_19,f,15-19,15,19,74089,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_15_19,m,15-19,15,19,79233,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_15_19,all,15-19,15,19,153322,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_20_24,f,20-24,20,24,63046,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_20_24,m,20-24,20,24,58740,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_20_24,all,20-24,20,24,121786,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_25_29,f,25-29,25,29,50854,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_25_29,m,25-29,25,29,46265,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_25_29,all,25-29,25,29,97119,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_30_34,f,30-34,30,34,35591,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_30_34,m,30-34,30,34,35897,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_30_34,all,30-34,30,34,71488,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_35_39,f,35-39,35,39,28811,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_35_39,m,35-39,35,39,29330,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_35_39,all,35-39,35,39,58141,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_40_44,f,40-44,40,44,26430,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_40_44,m,40-44,40,44,24950,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_40_44,all,40-44,40,44,51380,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_45_49,f,45-49,45,49,22044,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_45_49,m,45-49,45,49,20768,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_45_49,all,45-49,45,49,42812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_50_54,f,50-54,50,54,16946,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_50_54,m,50-54,50,54,16556,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_50_54,all,50-54,50,54,33502,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_55_59,f,55-59,55,59,13174,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_55_59,m,55-59,55,59,13830,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_55_59,all,55-59,55,59,27004,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_60_64,f,60-64,60,64,9779,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_60_64,m,60-64,60,64,12236,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_60_64,all,60-64,60,64,22015,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_65_69,f,65-69,65,69,6887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_65_69,m,65-69,65,69,9461,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_65_69,all,65-69,65,69,16348,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_70_74,f,70-74,70,74,4231,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_70_74,m,70-74,70,74,6384,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_70_74,all,70-74,70,74,10615,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_75_79,f,75-79,75,79,1810,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_75_79,m,75-79,75,79,3006,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_75_79,all,75-79,75,79,4816,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,F_80PLUS,f,80+,80,,2144,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,M_80PLUS,m,80+,80,,3465,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF17,Badakhshan,T_80PLUS,all,80+,80,,5609,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_TL,f,all,,,346001,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_TL,m,all,,,361534,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_TL,all,all,,,707535,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_00_04,f,0-4,0,4,62266,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_00_04,m,0-4,0,4,65164,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_00_04,all,0-4,0,4,127430,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_05_09,f,5-9,5,9,53608,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_05_09,m,5-9,5,9,57783,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_05_09,all,5-9,5,9,111391,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_10_14,f,10-14,10,14,45264,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_10_14,m,10-14,10,14,50179,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_10_14,all,10-14,10,14,95443,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_15_19,f,15-19,15,19,38491,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_15_19,m,15-19,15,19,41453,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_15_19,all,15-19,15,19,79944,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_20_24,f,20-24,20,24,32754,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_20_24,m,20-24,20,24,30731,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_20_24,all,20-24,20,24,63485,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_25_29,f,25-29,25,29,26419,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_25_29,m,25-29,25,29,24205,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_25_29,all,25-29,25,29,50624,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_30_34,f,30-34,30,34,18490,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_30_34,m,30-34,30,34,18780,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_30_34,all,30-34,30,34,37270,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_35_39,f,35-39,35,39,14968,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_35_39,m,35-39,35,39,15345,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_35_39,all,35-39,35,39,30313,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_40_44,f,40-44,40,44,13731,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_40_44,m,40-44,40,44,13053,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_40_44,all,40-44,40,44,26784,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_45_49,f,45-49,45,49,11452,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_45_49,m,45-49,45,49,10866,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_45_49,all,45-49,45,49,22318,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_50_54,f,50-54,50,54,8804,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_50_54,m,50-54,50,54,8662,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_50_54,all,50-54,50,54,17466,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_55_59,f,55-59,55,59,6844,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_55_59,m,55-59,55,59,7236,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_55_59,all,55-59,55,59,14080,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_60_64,f,60-64,60,64,5080,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_60_64,m,60-64,60,64,6402,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_60_64,all,60-64,60,64,11482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_65_69,f,65-69,65,69,3578,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_65_69,m,65-69,65,69,4950,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_65_69,all,65-69,65,69,8528,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_70_74,f,70-74,70,74,2198,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_70_74,m,70-74,70,74,3340,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_70_74,all,70-74,70,74,5538,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_75_79,f,75-79,75,79,940,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_75_79,m,75-79,75,79,1572,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_75_79,all,75-79,75,79,2512,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,F_80PLUS,f,80+,80,,1114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,M_80PLUS,m,80+,80,,1813,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF31,Badghis,T_80PLUS,all,80+,80,,2927,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_TL,f,all,,,639251,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_TL,m,all,,,666993,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_TL,all,all,,,1306244,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_00_04,f,0-4,0,4,115039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_00_04,m,0-4,0,4,120220,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_00_04,all,0-4,0,4,235259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_05_09,f,5-9,5,9,99043,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_05_09,m,5-9,5,9,106604,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_05_09,all,5-9,5,9,205647,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_10_14,f,10-14,10,14,83627,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_10_14,m,10-14,10,14,92575,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_10_14,all,10-14,10,14,176202,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_15_19,f,15-19,15,19,71113,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_15_19,m,15-19,15,19,76477,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_15_19,all,15-19,15,19,147590,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_20_24,f,20-24,20,24,60514,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_20_24,m,20-24,20,24,56696,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_20_24,all,20-24,20,24,117210,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_25_29,f,25-29,25,29,48811,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_25_29,m,25-29,25,29,44656,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_25_29,all,25-29,25,29,93467,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_30_34,f,30-34,30,34,34161,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_30_34,m,30-34,30,34,34648,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_30_34,all,30-34,30,34,68809,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_35_39,f,35-39,35,39,27654,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_35_39,m,35-39,35,39,28310,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_35_39,all,35-39,35,39,55964,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_40_44,f,40-44,40,44,25368,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_40_44,m,40-44,40,44,24082,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_40_44,all,40-44,40,44,49450,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_45_49,f,45-49,45,49,21158,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_45_49,m,45-49,45,49,20046,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_45_49,all,45-49,45,49,41204,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_50_54,f,50-54,50,54,16265,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_50_54,m,50-54,50,54,15980,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_50_54,all,50-54,50,54,32245,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_55_59,f,55-59,55,59,12645,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_55_59,m,55-59,55,59,13349,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_55_59,all,55-59,55,59,25994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_60_64,f,60-64,60,64,9386,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_60_64,m,60-64,60,64,11811,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_60_64,all,60-64,60,64,21197,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_65_69,f,65-69,65,69,6610,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_65_69,m,65-69,65,69,9132,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_65_69,all,65-69,65,69,15742,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_70_74,f,70-74,70,74,4061,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_70_74,m,70-74,70,74,6162,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_70_74,all,70-74,70,74,10223,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_75_79,f,75-79,75,79,1738,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_75_79,m,75-79,75,79,2901,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_75_79,all,75-79,75,79,4639,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,F_80PLUS,f,80+,80,,2058,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,M_80PLUS,m,80+,80,,3344,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF09,Baghlan,T_80PLUS,all,80+,80,,5402,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_TL,f,all,,,956005,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_TL,m,all,,,986924,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_TL,all,all,,,1942929,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_00_04,f,0-4,0,4,172041,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_00_04,m,0-4,0,4,177886,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_00_04,all,0-4,0,4,349927,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_05_09,f,5-9,5,9,148119,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_05_09,m,5-9,5,9,157739,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_05_09,all,5-9,5,9,305858,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_10_14,f,10-14,10,14,125065,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_10_14,m,10-14,10,14,136980,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_10_14,all,10-14,10,14,262045,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_15_19,f,15-19,15,19,106350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_15_19,m,15-19,15,19,113160,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_15_19,all,15-19,15,19,219510,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_20_24,f,20-24,20,24,90499,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_20_24,m,20-24,20,24,83891,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_20_24,all,20-24,20,24,174390,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_25_29,f,25-29,25,29,72997,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_25_29,m,25-29,25,29,66075,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_25_29,all,25-29,25,29,139072,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_30_34,f,30-34,30,34,51088,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_30_34,m,30-34,30,34,51267,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_30_34,all,30-34,30,34,102355,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_35_39,f,35-39,35,39,41357,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_35_39,m,35-39,35,39,41889,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_35_39,all,35-39,35,39,83246,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_40_44,f,40-44,40,44,37938,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_40_44,m,40-44,40,44,35633,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_40_44,all,40-44,40,44,73571,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_45_49,f,45-49,45,49,31642,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_45_49,m,45-49,45,49,29661,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_45_49,all,45-49,45,49,61303,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_50_54,f,50-54,50,54,24325,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_50_54,m,50-54,50,54,23645,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_50_54,all,50-54,50,54,47970,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_55_59,f,55-59,55,59,18911,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_55_59,m,55-59,55,59,19752,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_55_59,all,55-59,55,59,38663,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_60_64,f,60-64,60,64,14037,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_60_64,m,60-64,60,64,17476,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_60_64,all,60-64,60,64,31513,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_65_69,f,65-69,65,69,9886,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_65_69,m,65-69,65,69,13512,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_65_69,all,65-69,65,69,23398,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_70_74,f,70-74,70,74,6073,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_70_74,m,70-74,70,74,9118,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_70_74,all,70-74,70,74,15191,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_75_79,f,75-79,75,79,2599,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_75_79,m,75-79,75,79,4292,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_75_79,all,75-79,75,79,6891,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,F_80PLUS,f,80+,80,,3078,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,M_80PLUS,m,80+,80,,4948,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF21,Balkh,T_80PLUS,all,80+,80,,8026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_TL,f,all,,,314736,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_TL,m,all,,,323245,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_TL,all,all,,,637981,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_00_04,f,0-4,0,4,56640,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_00_04,m,0-4,0,4,58262,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_00_04,all,0-4,0,4,114902,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_05_09,f,5-9,5,9,48764,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_05_09,m,5-9,5,9,51664,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_05_09,all,5-9,5,9,100428,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_10_14,f,10-14,10,14,41174,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_10_14,m,10-14,10,14,44865,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_10_14,all,10-14,10,14,86039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_15_19,f,15-19,15,19,35013,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_15_19,m,15-19,15,19,37063,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_15_19,all,15-19,15,19,72076,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_20_24,f,20-24,20,24,29794,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_20_24,m,20-24,20,24,27477,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_20_24,all,20-24,20,24,57271,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_25_29,f,25-29,25,29,24032,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_25_29,m,25-29,25,29,21641,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_25_29,all,25-29,25,29,45673,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_30_34,f,30-34,30,34,16819,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_30_34,m,30-34,30,34,16791,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_30_34,all,30-34,30,34,33610,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_35_39,f,35-39,35,39,13616,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_35_39,m,35-39,35,39,13720,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_35_39,all,35-39,35,39,27336,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_40_44,f,40-44,40,44,12490,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_40_44,m,40-44,40,44,11671,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_40_44,all,40-44,40,44,24161,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_45_49,f,45-49,45,49,10417,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_45_49,m,45-49,45,49,9715,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_45_49,all,45-49,45,49,20132,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_50_54,f,50-54,50,54,8008,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_50_54,m,50-54,50,54,7744,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_50_54,all,50-54,50,54,15752,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_55_59,f,55-59,55,59,6226,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_55_59,m,55-59,55,59,6469,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_55_59,all,55-59,55,59,12695,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_60_64,f,60-64,60,64,4621,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_60_64,m,60-64,60,64,5724,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_60_64,all,60-64,60,64,10345,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_65_69,f,65-69,65,69,3255,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_65_69,m,65-69,65,69,4426,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_65_69,all,65-69,65,69,7681,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_70_74,f,70-74,70,74,1999,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_70_74,m,70-74,70,74,2986,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_70_74,all,70-74,70,74,4985,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_75_79,f,75-79,75,79,855,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_75_79,m,75-79,75,79,1406,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_75_79,all,75-79,75,79,2261,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,F_80PLUS,f,80+,80,,1013,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,M_80PLUS,m,80+,80,,1621,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF10,Bamyan,T_80PLUS,all,80+,80,,2634,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_TL,f,all,,,323781,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_TL,m,all,,,341169,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_TL,all,all,,,664950,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_00_04,f,0-4,0,4,58267,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_00_04,m,0-4,0,4,61493,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_00_04,all,0-4,0,4,119760,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_05_09,f,5-9,5,9,50165,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_05_09,m,5-9,5,9,54529,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_05_09,all,5-9,5,9,104694,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_10_14,f,10-14,10,14,42357,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_10_14,m,10-14,10,14,47352,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_10_14,all,10-14,10,14,89709,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_15_19,f,15-19,15,19,36019,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_15_19,m,15-19,15,19,39118,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_15_19,all,15-19,15,19,75137,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_20_24,f,20-24,20,24,30650,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_20_24,m,20-24,20,24,29000,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_20_24,all,20-24,20,24,59650,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_25_29,f,25-29,25,29,24723,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_25_29,m,25-29,25,29,22841,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_25_29,all,25-29,25,29,47564,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_30_34,f,30-34,30,34,17303,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_30_34,m,30-34,30,34,17723,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_30_34,all,30-34,30,34,35026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_35_39,f,35-39,35,39,14007,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_35_39,m,35-39,35,39,14481,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_35_39,all,35-39,35,39,28488,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_40_44,f,40-44,40,44,12849,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_40_44,m,40-44,40,44,12318,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_40_44,all,40-44,40,44,25167,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_45_49,f,45-49,45,49,10717,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_45_49,m,45-49,45,49,10254,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_45_49,all,45-49,45,49,20971,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_50_54,f,50-54,50,54,8238,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_50_54,m,50-54,50,54,8174,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_50_54,all,50-54,50,54,16412,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_55_59,f,55-59,55,59,6405,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_55_59,m,55-59,55,59,6828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_55_59,all,55-59,55,59,13233,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_60_64,f,60-64,60,64,4754,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_60_64,m,60-64,60,64,6041,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_60_64,all,60-64,60,64,10795,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_65_69,f,65-69,65,69,3348,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_65_69,m,65-69,65,69,4671,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_65_69,all,65-69,65,69,8019,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_70_74,f,70-74,70,74,2057,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_70_74,m,70-74,70,74,3152,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_70_74,all,70-74,70,74,5209,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_75_79,f,75-79,75,79,880,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_75_79,m,75-79,75,79,1484,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_75_79,all,75-79,75,79,2364,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,F_80PLUS,f,80+,80,,1042,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,M_80PLUS,m,80+,80,,1710,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF24,Daykundi,T_80PLUS,all,80+,80,,2752,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_TL,f,all,,,353543,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_TL,m,all,,,371301,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_TL,all,all,,,724844,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_00_04,f,0-4,0,4,63623,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_00_04,m,0-4,0,4,66924,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_00_04,all,0-4,0,4,130547,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_05_09,f,5-9,5,9,54776,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_05_09,m,5-9,5,9,59344,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_05_09,all,5-9,5,9,114120,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_10_14,f,10-14,10,14,46251,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_10_14,m,10-14,10,14,51534,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_10_14,all,10-14,10,14,97785,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_15_19,f,15-19,15,19,39330,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_15_19,m,15-19,15,19,42573,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_15_19,all,15-19,15,19,81903,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_20_24,f,20-24,20,24,33468,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_20_24,m,20-24,20,24,31561,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_20_24,all,20-24,20,24,65029,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_25_29,f,25-29,25,29,26995,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_25_29,m,25-29,25,29,24859,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_25_29,all,25-29,25,29,51854,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_30_34,f,30-34,30,34,18893,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_30_34,m,30-34,30,34,19288,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_30_34,all,30-34,30,34,38181,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_35_39,f,35-39,35,39,15294,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_35_39,m,35-39,35,39,15760,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_35_39,all,35-39,35,39,31054,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_40_44,f,40-44,40,44,14030,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_40_44,m,40-44,40,44,13406,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_40_44,all,40-44,40,44,27436,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_45_49,f,45-49,45,49,11702,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_45_49,m,45-49,45,49,11159,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_45_49,all,45-49,45,49,22861,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_50_54,f,50-54,50,54,8996,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_50_54,m,50-54,50,54,8896,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_50_54,all,50-54,50,54,17892,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_55_59,f,55-59,55,59,6993,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_55_59,m,55-59,55,59,7431,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_55_59,all,55-59,55,59,14424,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_60_64,f,60-64,60,64,5191,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_60_64,m,60-64,60,64,6575,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_60_64,all,60-64,60,64,11766,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_65_69,f,65-69,65,69,3656,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_65_69,m,65-69,65,69,5084,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_65_69,all,65-69,65,69,8740,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_70_74,f,70-74,70,74,2246,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_70_74,m,70-74,70,74,3430,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_70_74,all,70-74,70,74,5676,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_75_79,f,75-79,75,79,961,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_75_79,m,75-79,75,79,1615,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_75_79,all,75-79,75,79,2576,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,F_80PLUS,f,80+,80,,1138,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,M_80PLUS,m,80+,80,,1862,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF33,Farah,T_80PLUS,all,80+,80,,3000,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_TL,f,all,,,700794,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_TL,m,all,,,727225,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_TL,all,all,,,1428019,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_00_04,f,0-4,0,4,126114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_00_04,m,0-4,0,4,131077,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_00_04,all,0-4,0,4,257191,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_05_09,f,5-9,5,9,108578,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_05_09,m,5-9,5,9,116231,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_05_09,all,5-9,5,9,224809,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_10_14,f,10-14,10,14,91679,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_10_14,m,10-14,10,14,100935,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_10_14,all,10-14,10,14,192614,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_15_19,f,15-19,15,19,77959,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_15_19,m,15-19,15,19,83383,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_15_19,all,15-19,15,19,161342,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_20_24,f,20-24,20,24,66340,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_20_24,m,20-24,20,24,61816,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_20_24,all,20-24,20,24,128156,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_25_29,f,25-29,25,29,53510,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_25_29,m,25-29,25,29,48688,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_25_29,all,25-29,25,29,102198,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_30_34,f,30-34,30,34,37450,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_30_34,m,30-34,30,34,37777,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_30_34,all,30-34,30,34,75227,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_35_39,f,35-39,35,39,30316,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_35_39,m,35-39,35,39,30867,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_35_39,all,35-39,35,39,61183,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_40_44,f,40-44,40,44,27810,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_40_44,m,40-44,40,44,26256,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_40_44,all,40-44,40,44,54066,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_45_49,f,45-49,45,49,23195,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_45_49,m,45-49,45,49,21856,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_45_49,all,45-49,45,49,45051,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_50_54,f,50-54,50,54,17831,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_50_54,m,50-54,50,54,17423,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_50_54,all,50-54,50,54,35254,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_55_59,f,55-59,55,59,13862,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_55_59,m,55-59,55,59,14554,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_55_59,all,55-59,55,59,28416,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_60_64,f,60-64,60,64,10290,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_60_64,m,60-64,60,64,12877,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_60_64,all,60-64,60,64,23167,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_65_69,f,65-69,65,69,7247,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_65_69,m,65-69,65,69,9957,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_65_69,all,65-69,65,69,17204,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_70_74,f,70-74,70,74,4452,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_70_74,m,70-74,70,74,6719,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_70_74,all,70-74,70,74,11171,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_75_79,f,75-79,75,79,1905,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_75_79,m,75-79,75,79,3163,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_75_79,all,75-79,75,79,5068,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,F_80PLUS,f,80+,80,,2256,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,M_80PLUS,m,80+,80,,3646,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF29,Faryab,T_80PLUS,all,80+,80,,5902,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_TL,f,all,,,858450,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_TL,m,all,,,895641,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_TL,all,all,,,1754091,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_00_04,f,0-4,0,4,154485,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_00_04,m,0-4,0,4,161433,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_00_04,all,0-4,0,4,315918,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_05_09,f,5-9,5,9,133005,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_05_09,m,5-9,5,9,143149,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_05_09,all,5-9,5,9,276154,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_10_14,f,10-14,10,14,112303,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_10_14,m,10-14,10,14,124310,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_10_14,all,10-14,10,14,236613,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_15_19,f,15-19,15,19,95498,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_15_19,m,15-19,15,19,102694,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_15_19,all,15-19,15,19,198192,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_20_24,f,20-24,20,24,81264,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_20_24,m,20-24,20,24,76132,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_20_24,all,20-24,20,24,157396,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_25_29,f,25-29,25,29,65548,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_25_29,m,25-29,25,29,59964,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_25_29,all,25-29,25,29,125512,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_30_34,f,30-34,30,34,45875,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_30_34,m,30-34,30,34,46525,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_30_34,all,30-34,30,34,92400,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_35_39,f,35-39,35,39,37136,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_35_39,m,35-39,35,39,38015,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_35_39,all,35-39,35,39,75151,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_40_44,f,40-44,40,44,34067,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_40_44,m,40-44,40,44,32337,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_40_44,all,40-44,40,44,66404,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_45_49,f,45-49,45,49,28413,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_45_49,m,45-49,45,49,26918,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_45_49,all,45-49,45,49,55331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_50_54,f,50-54,50,54,21843,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_50_54,m,50-54,50,54,21458,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_50_54,all,50-54,50,54,43301,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_55_59,f,55-59,55,59,16981,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_55_59,m,55-59,55,59,17925,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_55_59,all,55-59,55,59,34906,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_60_64,f,60-64,60,64,12605,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_60_64,m,60-64,60,64,15860,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_60_64,all,60-64,60,64,28465,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_65_69,f,65-69,65,69,8877,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_65_69,m,65-69,65,69,12262,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_65_69,all,65-69,65,69,21139,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_70_74,f,70-74,70,74,5453,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_70_74,m,70-74,70,74,8274,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_70_74,all,70-74,70,74,13727,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_75_79,f,75-79,75,79,2333,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_75_79,m,75-79,75,79,3895,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_75_79,all,75-79,75,79,6228,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,F_80PLUS,f,80+,80,,2764,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,M_80PLUS,m,80+,80,,4490,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF11,Ghazni,T_80PLUS,all,80+,80,,7254,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_TL,f,all,,,481466,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_TL,m,all,,,502714,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_TL,all,all,,,984180,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_00_04,f,0-4,0,4,86644,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_00_04,m,0-4,0,4,90611,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_00_04,all,0-4,0,4,177255,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_05_09,f,5-9,5,9,74596,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_05_09,m,5-9,5,9,80349,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_05_09,all,5-9,5,9,154945,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_10_14,f,10-14,10,14,62986,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_10_14,m,10-14,10,14,69774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_10_14,all,10-14,10,14,132760,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_15_19,f,15-19,15,19,53560,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_15_19,m,15-19,15,19,57641,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_15_19,all,15-19,15,19,111201,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_20_24,f,20-24,20,24,45577,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_20_24,m,20-24,20,24,42732,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_20_24,all,20-24,20,24,88309,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_25_29,f,25-29,25,29,36763,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_25_29,m,25-29,25,29,33657,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_25_29,all,25-29,25,29,70420,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_30_34,f,30-34,30,34,25729,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_30_34,m,30-34,30,34,26114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_30_34,all,30-34,30,34,51843,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_35_39,f,35-39,35,39,20828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_35_39,m,35-39,35,39,21337,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_35_39,all,35-39,35,39,42165,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_40_44,f,40-44,40,44,19107,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_40_44,m,40-44,40,44,18150,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_40_44,all,40-44,40,44,37257,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_45_49,f,45-49,45,49,15936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_45_49,m,45-49,45,49,15109,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_45_49,all,45-49,45,49,31045,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_50_54,f,50-54,50,54,12251,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_50_54,m,50-54,50,54,12044,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_50_54,all,50-54,50,54,24295,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_55_59,f,55-59,55,59,9524,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_55_59,m,55-59,55,59,10061,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_55_59,all,55-59,55,59,19585,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_60_64,f,60-64,60,64,7069,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_60_64,m,60-64,60,64,8902,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_60_64,all,60-64,60,64,15971,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_65_69,f,65-69,65,69,4979,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_65_69,m,65-69,65,69,6883,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_65_69,all,65-69,65,69,11862,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_70_74,f,70-74,70,74,3058,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_70_74,m,70-74,70,74,4644,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_70_74,all,70-74,70,74,7702,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_75_79,f,75-79,75,79,1309,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_75_79,m,75-79,75,79,2186,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_75_79,all,75-79,75,79,3495,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,F_80PLUS,f,80+,80,,1550,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,M_80PLUS,m,80+,80,,2520,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF23,Ghor,T_80PLUS,all,80+,80,,4070,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_TL,f,all,,,917077,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_TL,m,all,,,944810,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_TL,all,all,,,1861887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_00_04,f,0-4,0,4,165036,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_00_04,m,0-4,0,4,170295,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_00_04,all,0-4,0,4,335331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_05_09,f,5-9,5,9,142088,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_05_09,m,5-9,5,9,151008,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_05_09,all,5-9,5,9,293096,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_10_14,f,10-14,10,14,119973,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_10_14,m,10-14,10,14,131134,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_10_14,all,10-14,10,14,251107,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_15_19,f,15-19,15,19,102019,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_15_19,m,15-19,15,19,108331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_15_19,all,15-19,15,19,210350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_20_24,f,20-24,20,24,86814,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_20_24,m,20-24,20,24,80311,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_20_24,all,20-24,20,24,167125,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_25_29,f,25-29,25,29,70025,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_25_29,m,25-29,25,29,63256,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_25_29,all,25-29,25,29,133281,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_30_34,f,30-34,30,34,49008,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_30_34,m,30-34,30,34,49080,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_30_34,all,30-34,30,34,98088,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_35_39,f,35-39,35,39,39672,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_35_39,m,35-39,35,39,40102,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_35_39,all,35-39,35,39,79774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_40_44,f,40-44,40,44,36393,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_40_44,m,40-44,40,44,34112,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_40_44,all,40-44,40,44,70505,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_45_49,f,45-49,45,49,30354,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_45_49,m,45-49,45,49,28395,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_45_49,all,45-49,45,49,58749,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_50_54,f,50-54,50,54,23334,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_50_54,m,50-54,50,54,22636,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_50_54,all,50-54,50,54,45970,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_55_59,f,55-59,55,59,18141,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_55_59,m,55-59,55,59,18909,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_55_59,all,55-59,55,59,37050,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_60_64,f,60-64,60,64,13465,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_60_64,m,60-64,60,64,16730,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_60_64,all,60-64,60,64,30195,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_65_69,f,65-69,65,69,9483,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_65_69,m,65-69,65,69,12936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_65_69,all,65-69,65,69,22419,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_70_74,f,70-74,70,74,5826,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_70_74,m,70-74,70,74,8729,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_70_74,all,70-74,70,74,14555,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_75_79,f,75-79,75,79,2493,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_75_79,m,75-79,75,79,4109,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_75_79,all,75-79,75,79,6602,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,F_80PLUS,f,80+,80,,2953,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,M_80PLUS,m,80+,80,,4737,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF30,Hilmand,T_80PLUS,all,80+,80,,7690,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_TL,f,all,,,1367414,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_TL,m,all,,,1388496,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_TL,all,all,,,2755910,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_00_04,f,0-4,0,4,246078,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_00_04,m,0-4,0,4,250266,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_00_04,all,0-4,0,4,496344,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_05_09,f,5-9,5,9,211861,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_05_09,m,5-9,5,9,221921,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_05_09,all,5-9,5,9,433782,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_10_14,f,10-14,10,14,178886,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_10_14,m,10-14,10,14,192716,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_10_14,all,10-14,10,14,371602,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_15_19,f,15-19,15,19,152117,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_15_19,m,15-19,15,19,159204,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_15_19,all,15-19,15,19,311321,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_20_24,f,20-24,20,24,129444,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_20_24,m,20-24,20,24,118026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_20_24,all,20-24,20,24,247470,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_25_29,f,25-29,25,29,104411,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_25_29,m,25-29,25,29,92961,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_25_29,all,25-29,25,29,197372,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_30_34,f,30-34,30,34,73073,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_30_34,m,30-34,30,34,72128,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_30_34,all,30-34,30,34,145201,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_35_39,f,35-39,35,39,59154,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_35_39,m,35-39,35,39,58934,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_35_39,all,35-39,35,39,118088,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_40_44,f,40-44,40,44,54265,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_40_44,m,40-44,40,44,50131,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_40_44,all,40-44,40,44,104396,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_45_49,f,45-49,45,49,45259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_45_49,m,45-49,45,49,41730,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_45_49,all,45-49,45,49,86989,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_50_54,f,50-54,50,54,34793,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_50_54,m,50-54,50,54,33265,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_50_54,all,50-54,50,54,68058,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_55_59,f,55-59,55,59,27049,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_55_59,m,55-59,55,59,27789,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_55_59,all,55-59,55,59,54838,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_60_64,f,60-64,60,64,20078,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_60_64,m,60-64,60,64,24587,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_60_64,all,60-64,60,64,44665,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_65_69,f,65-69,65,69,14140,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_65_69,m,65-69,65,69,19010,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_65_69,all,65-69,65,69,33150,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_70_74,f,70-74,70,74,8686,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_70_74,m,70-74,70,74,12828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_70_74,all,70-74,70,74,21514,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_75_79,f,75-79,75,79,3717,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_75_79,m,75-79,75,79,6039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_75_79,all,75-79,75,79,9756,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,F_80PLUS,f,80+,80,,4403,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,M_80PLUS,m,80+,80,,6961,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF32,Hirat,T_80PLUS,all,80+,80,,11364,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_TL,f,all,,,382210,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_TL,m,all,,,392915,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_TL,all,all,,,775125,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_00_04,f,0-4,0,4,68782,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_00_04,m,0-4,0,4,70820,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_00_04,all,0-4,0,4,139602,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_05_09,f,5-9,5,9,59218,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_05_09,m,5-9,5,9,62799,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_05_09,all,5-9,5,9,122017,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_10_14,f,10-14,10,14,50001,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_10_14,m,10-14,10,14,54534,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_10_14,all,10-14,10,14,104535,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_15_19,f,15-19,15,19,42519,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_15_19,m,15-19,15,19,45051,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_15_19,all,15-19,15,19,87570,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_20_24,f,20-24,20,24,36181,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_20_24,m,20-24,20,24,33399,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_20_24,all,20-24,20,24,69580,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_25_29,f,25-29,25,29,29184,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_25_29,m,25-29,25,29,26306,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_25_29,all,25-29,25,29,55490,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_30_34,f,30-34,30,34,20425,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_30_34,m,30-34,30,34,20411,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_30_34,all,30-34,30,34,40836,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_35_39,f,35-39,35,39,16534,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_35_39,m,35-39,35,39,16677,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_35_39,all,35-39,35,39,33211,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_40_44,f,40-44,40,44,15168,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_40_44,m,40-44,40,44,14186,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_40_44,all,40-44,40,44,29354,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_45_49,f,45-49,45,49,12651,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_45_49,m,45-49,45,49,11809,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_45_49,all,45-49,45,49,24460,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_50_54,f,50-54,50,54,9725,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_50_54,m,50-54,50,54,9413,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_50_54,all,50-54,50,54,19138,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_55_59,f,55-59,55,59,7560,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_55_59,m,55-59,55,59,7864,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_55_59,all,55-59,55,59,15424,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_60_64,f,60-64,60,64,5612,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_60_64,m,60-64,60,64,6958,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_60_64,all,60-64,60,64,12570,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_65_69,f,65-69,65,69,3952,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_65_69,m,65-69,65,69,5379,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_65_69,all,65-69,65,69,9331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_70_74,f,70-74,70,74,2428,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_70_74,m,70-74,70,74,3630,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_70_74,all,70-74,70,74,6058,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_75_79,f,75-79,75,79,1039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_75_79,m,75-79,75,79,1709,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_75_79,all,75-79,75,79,2748,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,F_80PLUS,f,80+,80,,1231,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,M_80PLUS,m,80+,80,,1970,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF28,Jawzjan,T_80PLUS,all,80+,80,,3201,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_TL,f,all,,,3293371,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_TL,m,all,,,3407142,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_TL,all,all,,,6700513,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_00_04,f,0-4,0,4,592670,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_00_04,m,0-4,0,4,614112,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_00_04,all,0-4,0,4,1206782,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_05_09,f,5-9,5,9,510262,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_05_09,m,5-9,5,9,544559,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_05_09,all,5-9,5,9,1054821,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_10_14,f,10-14,10,14,430842,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_10_14,m,10-14,10,14,472893,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_10_14,all,10-14,10,14,903735,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_15_19,f,15-19,15,19,366369,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_15_19,m,15-19,15,19,390661,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_15_19,all,15-19,15,19,757030,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_20_24,f,20-24,20,24,311763,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_20_24,m,20-24,20,24,289616,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_20_24,all,20-24,20,24,601379,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_25_29,f,25-29,25,29,251470,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_25_29,m,25-29,25,29,228110,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_25_29,all,25-29,25,29,479580,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_30_34,f,30-34,30,34,175995,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_30_34,m,30-34,30,34,176989,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_30_34,all,30-34,30,34,352984,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_35_39,f,35-39,35,39,142470,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_35_39,m,35-39,35,39,144614,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_35_39,all,35-39,35,39,287084,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_40_44,f,40-44,40,44,130695,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_40_44,m,40-44,40,44,123014,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_40_44,all,40-44,40,44,253709,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_45_49,f,45-49,45,49,109005,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_45_49,m,45-49,45,49,102399,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_45_49,all,45-49,45,49,211404,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_50_54,f,50-54,50,54,83798,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_50_54,m,50-54,50,54,81628,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_50_54,all,50-54,50,54,165426,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_55_59,f,55-59,55,59,65146,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_55_59,m,55-59,55,59,68189,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_55_59,all,55-59,55,59,133335,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_60_64,f,60-64,60,64,48356,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_60_64,m,60-64,60,64,60332,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_60_64,all,60-64,60,64,108688,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_65_69,f,65-69,65,69,34055,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_65_69,m,65-69,65,69,46648,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_65_69,all,65-69,65,69,80703,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_70_74,f,70-74,70,74,20920,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_70_74,m,70-74,70,74,31477,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_70_74,all,70-74,70,74,52397,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_75_79,f,75-79,75,79,8952,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_75_79,m,75-79,75,79,14819,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_75_79,all,75-79,75,79,23771,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,F_80PLUS,f,80+,80,,10603,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,M_80PLUS,m,80+,80,,17082,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF01,Kabul,T_80PLUS,all,80+,80,,27685,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_TL,f,all,,,883772,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_TL,m,all,,,918074,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_TL,all,all,,,1801846,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_00_04,f,0-4,0,4,159042,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_00_04,m,0-4,0,4,165476,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_00_04,all,0-4,0,4,324518,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_05_09,f,5-9,5,9,136928,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_05_09,m,5-9,5,9,146734,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_05_09,all,5-9,5,9,283662,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_10_14,f,10-14,10,14,115616,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_10_14,m,10-14,10,14,127423,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_10_14,all,10-14,10,14,243039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_15_19,f,15-19,15,19,98315,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_15_19,m,15-19,15,19,105266,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_15_19,all,15-19,15,19,203581,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_20_24,f,20-24,20,24,83661,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_20_24,m,20-24,20,24,78039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_20_24,all,20-24,20,24,161700,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_25_29,f,25-29,25,29,67482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_25_29,m,25-29,25,29,61465,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_25_29,all,25-29,25,29,128947,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_30_34,f,30-34,30,34,47228,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_30_34,m,30-34,30,34,47691,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_30_34,all,30-34,30,34,94919,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_35_39,f,35-39,35,39,38232,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_35_39,m,35-39,35,39,38967,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_35_39,all,35-39,35,39,77199,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_40_44,f,40-44,40,44,35072,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_40_44,m,40-44,40,44,33147,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_40_44,all,40-44,40,44,68219,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_45_49,f,45-49,45,49,29251,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_45_49,m,45-49,45,49,27592,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_45_49,all,45-49,45,49,56843,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_50_54,f,50-54,50,54,22487,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_50_54,m,50-54,50,54,21995,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_50_54,all,50-54,50,54,44482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_55_59,f,55-59,55,59,17482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_55_59,m,55-59,55,59,18374,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_55_59,all,55-59,55,59,35856,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_60_64,f,60-64,60,64,12976,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_60_64,m,60-64,60,64,16257,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_60_64,all,60-64,60,64,29233,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_65_69,f,65-69,65,69,9139,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_65_69,m,65-69,65,69,12570,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_65_69,all,65-69,65,69,21709,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_70_74,f,70-74,70,74,5614,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_70_74,m,70-74,70,74,8482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_70_74,all,70-74,70,74,14096,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_75_79,f,75-79,75,79,2402,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_75_79,m,75-79,75,79,3993,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_75_79,all,75-79,75,79,6395,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,F_80PLUS,f,80+,80,,2845,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,M_80PLUS,m,80+,80,,4603,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF27,Kandahar,T_80PLUS,all,80+,80,,7448,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_TL,f,all,,,311351,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_TL,m,all,,,317289,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_TL,all,all,,,628640,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_00_04,f,0-4,0,4,56030,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_00_04,m,0-4,0,4,57189,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_00_04,all,0-4,0,4,113219,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_05_09,f,5-9,5,9,48239,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_05_09,m,5-9,5,9,50712,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_05_09,all,5-9,5,9,98951,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_10_14,f,10-14,10,14,40731,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_10_14,m,10-14,10,14,44038,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_10_14,all,10-14,10,14,84769,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_15_19,f,15-19,15,19,34636,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_15_19,m,15-19,15,19,36380,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_15_19,all,15-19,15,19,71016,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_20_24,f,20-24,20,24,29474,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_20_24,m,20-24,20,24,26970,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_20_24,all,20-24,20,24,56444,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_25_29,f,25-29,25,29,23774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_25_29,m,25-29,25,29,21243,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_25_29,all,25-29,25,29,45017,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_30_34,f,30-34,30,34,16638,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_30_34,m,30-34,30,34,16482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_30_34,all,30-34,30,34,33120,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_35_39,f,35-39,35,39,13469,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_35_39,m,35-39,35,39,13467,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_35_39,all,35-39,35,39,26936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_40_44,f,40-44,40,44,12356,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_40_44,m,40-44,40,44,11456,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_40_44,all,40-44,40,44,23812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_45_49,f,45-49,45,49,10305,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_45_49,m,45-49,45,49,9536,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_45_49,all,45-49,45,49,19841,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_50_54,f,50-54,50,54,7922,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_50_54,m,50-54,50,54,7602,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_50_54,all,50-54,50,54,15524,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_55_59,f,55-59,55,59,6159,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_55_59,m,55-59,55,59,6350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_55_59,all,55-59,55,59,12509,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_60_64,f,60-64,60,64,4572,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_60_64,m,60-64,60,64,5618,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_60_64,all,60-64,60,64,10190,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_65_69,f,65-69,65,69,3220,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_65_69,m,65-69,65,69,4344,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_65_69,all,65-69,65,69,7564,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_70_74,f,70-74,70,74,1978,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_70_74,m,70-74,70,74,2931,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_70_74,all,70-74,70,74,4909,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_75_79,f,75-79,75,79,846,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_75_79,m,75-79,75,79,1380,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_75_79,all,75-79,75,79,2226,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,F_80PLUS,f,80+,80,,1002,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,M_80PLUS,m,80+,80,,1591,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF02,Kapisa,T_80PLUS,all,80+,80,,2593,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_TL,f,all,,,399941,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_TL,m,all,,,419519,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_TL,all,all,,,819460,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_00_04,f,0-4,0,4,71973,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_00_04,m,0-4,0,4,75615,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_00_04,all,0-4,0,4,147588,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_05_09,f,5-9,5,9,61965,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_05_09,m,5-9,5,9,67051,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_05_09,all,5-9,5,9,129016,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_10_14,f,10-14,10,14,52321,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_10_14,m,10-14,10,14,58227,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_10_14,all,10-14,10,14,110548,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_15_19,f,15-19,15,19,44491,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_15_19,m,15-19,15,19,48102,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_15_19,all,15-19,15,19,92593,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_20_24,f,20-24,20,24,37860,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_20_24,m,20-24,20,24,35660,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_20_24,all,20-24,20,24,73520,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_25_29,f,25-29,25,29,30538,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_25_29,m,25-29,25,29,28087,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_25_29,all,25-29,25,29,58625,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_30_34,f,30-34,30,34,21373,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_30_34,m,30-34,30,34,21792,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_30_34,all,30-34,30,34,43165,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_35_39,f,35-39,35,39,17301,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_35_39,m,35-39,35,39,17806,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_35_39,all,35-39,35,39,35107,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_40_44,f,40-44,40,44,15871,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_40_44,m,40-44,40,44,15147,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_40_44,all,40-44,40,44,31018,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_45_49,f,45-49,45,49,13237,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_45_49,m,45-49,45,49,12608,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_45_49,all,45-49,45,49,25845,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_50_54,f,50-54,50,54,10176,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_50_54,m,50-54,50,54,10051,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_50_54,all,50-54,50,54,20227,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_55_59,f,55-59,55,59,7911,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_55_59,m,55-59,55,59,8396,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_55_59,all,55-59,55,59,16307,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_60_64,f,60-64,60,64,5872,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_60_64,m,60-64,60,64,7429,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_60_64,all,60-64,60,64,13301,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_65_69,f,65-69,65,69,4136,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_65_69,m,65-69,65,69,5744,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_65_69,all,65-69,65,69,9880,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_70_74,f,70-74,70,74,2541,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_70_74,m,70-74,70,74,3876,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_70_74,all,70-74,70,74,6417,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_75_79,f,75-79,75,79,1087,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_75_79,m,75-79,75,79,1825,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_75_79,all,75-79,75,79,2912,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,F_80PLUS,f,80+,80,,1288,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,M_80PLUS,m,80+,80,,2103,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF14,Khost,T_80PLUS,all,80+,80,,3391,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_TL,f,all,,,313939,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_TL,m,all,,,328979,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_TL,all,all,,,642918,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_00_04,f,0-4,0,4,56496,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_00_04,m,0-4,0,4,59296,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_00_04,all,0-4,0,4,115792,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_05_09,f,5-9,5,9,48640,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_05_09,m,5-9,5,9,52581,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_05_09,all,5-9,5,9,101221,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_10_14,f,10-14,10,14,41070,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_10_14,m,10-14,10,14,45661,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_10_14,all,10-14,10,14,86731,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_15_19,f,15-19,15,19,34924,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_15_19,m,15-19,15,19,37721,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_15_19,all,15-19,15,19,72645,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_20_24,f,20-24,20,24,29719,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_20_24,m,20-24,20,24,27964,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_20_24,all,20-24,20,24,57683,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_25_29,f,25-29,25,29,23971,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_25_29,m,25-29,25,29,22025,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_25_29,all,25-29,25,29,45996,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_30_34,f,30-34,30,34,16777,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_30_34,m,30-34,30,34,17089,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_30_34,all,30-34,30,34,33866,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_35_39,f,35-39,35,39,13581,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_35_39,m,35-39,35,39,13963,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_35_39,all,35-39,35,39,27544,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_40_44,f,40-44,40,44,12458,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_40_44,m,40-44,40,44,11878,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_40_44,all,40-44,40,44,24336,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_45_49,f,45-49,45,49,10391,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_45_49,m,45-49,45,49,9887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_45_49,all,45-49,45,49,20278,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_50_54,f,50-54,50,54,7988,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_50_54,m,50-54,50,54,7882,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_50_54,all,50-54,50,54,15870,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_55_59,f,55-59,55,59,6210,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_55_59,m,55-59,55,59,6584,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_55_59,all,55-59,55,59,12794,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_60_64,f,60-64,60,64,4610,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_60_64,m,60-64,60,64,5825,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_60_64,all,60-64,60,64,10435,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_65_69,f,65-69,65,69,3246,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_65_69,m,65-69,65,69,4504,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_65_69,all,65-69,65,69,7750,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_70_74,f,70-74,70,74,1994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_70_74,m,70-74,70,74,3039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_70_74,all,70-74,70,74,5033,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_75_79,f,75-79,75,79,853,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_75_79,m,75-79,75,79,1431,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_75_79,all,75-79,75,79,2284,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,F_80PLUS,f,80+,80,,1011,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,M_80PLUS,m,80+,80,,1649,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF15,Kunar,T_80PLUS,all,80+,80,,2660,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_TL,f,all,,,722056,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_TL,m,all,,,741310,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_TL,all,all,,,1463366,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_00_04,f,0-4,0,4,129940,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_00_04,m,0-4,0,4,133616,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_00_04,all,0-4,0,4,263556,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_05_09,f,5-9,5,9,111872,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_05_09,m,5-9,5,9,118483,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_05_09,all,5-9,5,9,230355,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_10_14,f,10-14,10,14,94460,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_10_14,m,10-14,10,14,102890,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_10_14,all,10-14,10,14,197350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_15_19,f,15-19,15,19,80325,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_15_19,m,15-19,15,19,84998,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_15_19,all,15-19,15,19,165323,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_20_24,f,20-24,20,24,68352,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_20_24,m,20-24,20,24,63013,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_20_24,all,20-24,20,24,131365,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_25_29,f,25-29,25,29,55134,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_25_29,m,25-29,25,29,49631,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_25_29,all,25-29,25,29,104765,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_30_34,f,30-34,30,34,38586,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_30_34,m,30-34,30,34,38509,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_30_34,all,30-34,30,34,77095,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_35_39,f,35-39,35,39,31236,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_35_39,m,35-39,35,39,31464,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_35_39,all,35-39,35,39,62700,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_40_44,f,40-44,40,44,28654,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_40_44,m,40-44,40,44,26765,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_40_44,all,40-44,40,44,55419,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_45_49,f,45-49,45,49,23899,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_45_49,m,45-49,45,49,22279,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_45_49,all,45-49,45,49,46178,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_50_54,f,50-54,50,54,18372,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_50_54,m,50-54,50,54,17760,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_50_54,all,50-54,50,54,36132,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_55_59,f,55-59,55,59,14283,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_55_59,m,55-59,55,59,14836,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_55_59,all,55-59,55,59,29119,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_60_64,f,60-64,60,64,10602,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_60_64,m,60-64,60,64,13127,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_60_64,all,60-64,60,64,23729,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_65_69,f,65-69,65,69,7466,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_65_69,m,65-69,65,69,10149,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_65_69,all,65-69,65,69,17615,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_70_74,f,70-74,70,74,4587,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_70_74,m,70-74,70,74,6849,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_70_74,all,70-74,70,74,11436,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_75_79,f,75-79,75,79,1963,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_75_79,m,75-79,75,79,3224,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_75_79,all,75-79,75,79,5187,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,F_80PLUS,f,80+,80,,2325,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,M_80PLUS,m,80+,80,,3717,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF19,Kunduz,T_80PLUS,all,80+,80,,6042,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_TL,f,all,,,309774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_TL,m,all,,,325543,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_TL,all,all,,,635317,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_00_04,f,0-4,0,4,55747,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_00_04,m,0-4,0,4,58677,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_00_04,all,0-4,0,4,114424,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_05_09,f,5-9,5,9,47995,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_05_09,m,5-9,5,9,52031,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_05_09,all,5-9,5,9,100026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_10_14,f,10-14,10,14,40525,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_10_14,m,10-14,10,14,45183,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_10_14,all,10-14,10,14,85708,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_15_19,f,15-19,15,19,34461,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_15_19,m,15-19,15,19,37327,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_15_19,all,15-19,15,19,71788,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_20_24,f,20-24,20,24,29324,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_20_24,m,20-24,20,24,27672,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_20_24,all,20-24,20,24,56996,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_25_29,f,25-29,25,29,23653,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_25_29,m,25-29,25,29,21795,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_25_29,all,25-29,25,29,45448,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_30_34,f,30-34,30,34,16554,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_30_34,m,30-34,30,34,16911,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_30_34,all,30-34,30,34,33465,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_35_39,f,35-39,35,39,13401,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_35_39,m,35-39,35,39,13817,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_35_39,all,35-39,35,39,27218,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_40_44,f,40-44,40,44,12293,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_40_44,m,40-44,40,44,11754,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_40_44,all,40-44,40,44,24047,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_45_49,f,45-49,45,49,10253,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_45_49,m,45-49,45,49,9784,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_45_49,all,45-49,45,49,20037,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_50_54,f,50-54,50,54,7882,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_50_54,m,50-54,50,54,7799,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_50_54,all,50-54,50,54,15681,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_55_59,f,55-59,55,59,6128,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_55_59,m,55-59,55,59,6515,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_55_59,all,55-59,55,59,12643,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_60_64,f,60-64,60,64,4548,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_60_64,m,60-64,60,64,5765,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_60_64,all,60-64,60,64,10313,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_65_69,f,65-69,65,69,3203,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_65_69,m,65-69,65,69,4457,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_65_69,all,65-69,65,69,7660,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_70_74,f,70-74,70,74,1968,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_70_74,m,70-74,70,74,3008,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_70_74,all,70-74,70,74,4976,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_75_79,f,75-79,75,79,842,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_75_79,m,75-79,75,79,1416,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_75_79,all,75-79,75,79,2258,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,F_80PLUS,f,80+,80,,997,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,M_80PLUS,m,80+,80,,1632,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF07,Laghman,T_80PLUS,all,80+,80,,2629,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_TL,f,all,,,274803,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_TL,m,all,,,284415,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_TL,all,all,,,559218,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_00_04,f,0-4,0,4,49453,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_00_04,m,0-4,0,4,51264,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_00_04,all,0-4,0,4,100717,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_05_09,f,5-9,5,9,42577,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_05_09,m,5-9,5,9,45457,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_05_09,all,5-9,5,9,88034,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_10_14,f,10-14,10,14,35950,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_10_14,m,10-14,10,14,39475,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_10_14,all,10-14,10,14,75425,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_15_19,f,15-19,15,19,30570,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_15_19,m,15-19,15,19,32611,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_15_19,all,15-19,15,19,63181,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_20_24,f,20-24,20,24,26014,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_20_24,m,20-24,20,24,24176,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_20_24,all,20-24,20,24,50190,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_25_29,f,25-29,25,29,20983,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_25_29,m,25-29,25,29,19042,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_25_29,all,25-29,25,29,40025,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_30_34,f,30-34,30,34,14685,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_30_34,m,30-34,30,34,14774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_30_34,all,30-34,30,34,29459,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_35_39,f,35-39,35,39,11888,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_35_39,m,35-39,35,39,12072,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_35_39,all,35-39,35,39,23960,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_40_44,f,40-44,40,44,10905,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_40_44,m,40-44,40,44,10269,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_40_44,all,40-44,40,44,21174,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_45_49,f,45-49,45,49,9095,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_45_49,m,45-49,45,49,8548,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_45_49,all,45-49,45,49,17643,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_50_54,f,50-54,50,54,6992,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_50_54,m,50-54,50,54,6814,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_50_54,all,50-54,50,54,13806,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_55_59,f,55-59,55,59,5436,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_55_59,m,55-59,55,59,5692,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_55_59,all,55-59,55,59,11128,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_60_64,f,60-64,60,64,4035,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_60_64,m,60-64,60,64,5036,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_60_64,all,60-64,60,64,9071,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_65_69,f,65-69,65,69,2842,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_65_69,m,65-69,65,69,3894,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_65_69,all,65-69,65,69,6736,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_70_74,f,70-74,70,74,1746,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_70_74,m,70-74,70,74,2628,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_70_74,all,70-74,70,74,4374,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_75_79,f,75-79,75,79,747,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_75_79,m,75-79,75,79,1237,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_75_79,all,75-79,75,79,1984,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,F_80PLUS,f,80+,80,,885,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,M_80PLUS,m,80+,80,,1426,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF05,Logar,T_80PLUS,all,80+,80,,2311,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_TL,f,all,,,416152,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_TL,m,all,,,433870,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_TL,all,all,,,850022,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_00_04,f,0-4,0,4,74890,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_00_04,m,0-4,0,4,78202,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_00_04,all,0-4,0,4,153092,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_05_09,f,5-9,5,9,64477,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_05_09,m,5-9,5,9,69345,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_05_09,all,5-9,5,9,133822,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_10_14,f,10-14,10,14,54441,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_10_14,m,10-14,10,14,60219,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_10_14,all,10-14,10,14,114660,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_15_19,f,15-19,15,19,46294,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_15_19,m,15-19,15,19,49747,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_15_19,all,15-19,15,19,96041,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_20_24,f,20-24,20,24,39394,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_20_24,m,20-24,20,24,36880,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_20_24,all,20-24,20,24,76274,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_25_29,f,25-29,25,29,31776,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_25_29,m,25-29,25,29,29048,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_25_29,all,25-29,25,29,60824,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_30_34,f,30-34,30,34,22239,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_30_34,m,30-34,30,34,22538,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_30_34,all,30-34,30,34,44777,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_35_39,f,35-39,35,39,18003,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_35_39,m,35-39,35,39,18415,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_35_39,all,35-39,35,39,36418,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_40_44,f,40-44,40,44,16515,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_40_44,m,40-44,40,44,15665,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_40_44,all,40-44,40,44,32180,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_45_49,f,45-49,45,49,13774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_45_49,m,45-49,45,49,13040,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_45_49,all,45-49,45,49,26814,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_50_54,f,50-54,50,54,10589,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_50_54,m,50-54,50,54,10395,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_50_54,all,50-54,50,54,20984,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_55_59,f,55-59,55,59,8232,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_55_59,m,55-59,55,59,8683,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_55_59,all,55-59,55,59,16915,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_60_64,f,60-64,60,64,6110,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_60_64,m,60-64,60,64,7683,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_60_64,all,60-64,60,64,13793,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_65_69,f,65-69,65,69,4303,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_65_69,m,65-69,65,69,5940,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_65_69,all,65-69,65,69,10243,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_70_74,f,70-74,70,74,2644,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_70_74,m,70-74,70,74,4008,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_70_74,all,70-74,70,74,6652,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_75_79,f,75-79,75,79,1131,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_75_79,m,75-79,75,79,1887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_75_79,all,75-79,75,79,3018,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,F_80PLUS,f,80+,80,,1340,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,M_80PLUS,m,80+,80,,2175,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF04,Maidan Wardak,T_80PLUS,all,80+,80,,3515,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_TL,f,all,,,1072525,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_TL,m,all,,,1118245,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_TL,all,all,,,2190770,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_00_04,f,0-4,0,4,193010,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_00_04,m,0-4,0,4,201555,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_00_04,all,0-4,0,4,394565,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_05_09,f,5-9,5,9,166173,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_05_09,m,5-9,5,9,178728,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_05_09,all,5-9,5,9,344901,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_10_14,f,10-14,10,14,140309,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_10_14,m,10-14,10,14,155206,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_10_14,all,10-14,10,14,295515,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_15_19,f,15-19,15,19,119312,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_15_19,m,15-19,15,19,128218,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_15_19,all,15-19,15,19,247530,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_20_24,f,20-24,20,24,101529,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_20_24,m,20-24,20,24,95054,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_20_24,all,20-24,20,24,196583,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_25_29,f,25-29,25,29,81894,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_25_29,m,25-29,25,29,74867,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_25_29,all,25-29,25,29,156761,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_30_34,f,30-34,30,34,57315,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_30_34,m,30-34,30,34,58089,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_30_34,all,30-34,30,34,115404,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_35_39,f,35-39,35,39,46397,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_35_39,m,35-39,35,39,47463,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_35_39,all,35-39,35,39,93860,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_40_44,f,40-44,40,44,42562,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_40_44,m,40-44,40,44,40374,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_40_44,all,40-44,40,44,82936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_45_49,f,45-49,45,49,35499,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_45_49,m,45-49,45,49,33608,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_45_49,all,45-49,45,49,69107,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_50_54,f,50-54,50,54,27290,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_50_54,m,50-54,50,54,26791,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_50_54,all,50-54,50,54,54081,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_55_59,f,55-59,55,59,21216,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_55_59,m,55-59,55,59,22380,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_55_59,all,55-59,55,59,43596,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_60_64,f,60-64,60,64,15748,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_60_64,m,60-64,60,64,19801,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_60_64,all,60-64,60,64,35549,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_65_69,f,65-69,65,69,11090,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_65_69,m,65-69,65,69,15310,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_65_69,all,65-69,65,69,26400,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_70_74,f,70-74,70,74,6813,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_70_74,m,70-74,70,74,10331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_70_74,all,70-74,70,74,17144,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_75_79,f,75-79,75,79,2915,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_75_79,m,75-79,75,79,4864,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_75_79,all,75-79,75,79,7779,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,F_80PLUS,f,80+,80,,3453,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,M_80PLUS,m,80+,80,,5606,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF06,Nangarhar,T_80PLUS,all,80+,80,,9059,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_TL,f,all,,,115815,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_TL,m,all,,,120494,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_TL,all,all,,,236309,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_00_04,f,0-4,0,4,20842,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_00_04,m,0-4,0,4,21718,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_00_04,all,0-4,0,4,42560,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_05_09,f,5-9,5,9,17944,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_05_09,m,5-9,5,9,19259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_05_09,all,5-9,5,9,37203,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_10_14,f,10-14,10,14,15151,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_10_14,m,10-14,10,14,16724,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_10_14,all,10-14,10,14,31875,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_15_19,f,15-19,15,19,12884,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_15_19,m,15-19,15,19,13816,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_15_19,all,15-19,15,19,26700,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_20_24,f,20-24,20,24,10963,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_20_24,m,20-24,20,24,10242,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_20_24,all,20-24,20,24,21205,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_25_29,f,25-29,25,29,8843,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_25_29,m,25-29,25,29,8067,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_25_29,all,25-29,25,29,16910,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_30_34,f,30-34,30,34,6189,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_30_34,m,30-34,30,34,6259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_30_34,all,30-34,30,34,12448,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_35_39,f,35-39,35,39,5010,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_35_39,m,35-39,35,39,5114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_35_39,all,35-39,35,39,10124,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_40_44,f,40-44,40,44,4596,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_40_44,m,40-44,40,44,4350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_40_44,all,40-44,40,44,8946,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_45_49,f,45-49,45,49,3833,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_45_49,m,45-49,45,49,3621,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_45_49,all,45-49,45,49,7454,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_50_54,f,50-54,50,54,2947,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_50_54,m,50-54,50,54,2887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_50_54,all,50-54,50,54,5834,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_55_59,f,55-59,55,59,2291,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_55_59,m,55-59,55,59,2412,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_55_59,all,55-59,55,59,4703,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_60_64,f,60-64,60,64,1700,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_60_64,m,60-64,60,64,2134,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_60_64,all,60-64,60,64,3834,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_65_69,f,65-69,65,69,1198,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_65_69,m,65-69,65,69,1650,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_65_69,all,65-69,65,69,2848,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_70_74,f,70-74,70,74,736,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_70_74,m,70-74,70,74,1113,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_70_74,all,70-74,70,74,1849,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_75_79,f,75-79,75,79,315,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_75_79,m,75-79,75,79,524,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_75_79,all,75-79,75,79,839,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,F_80PLUS,f,80+,80,,373,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,M_80PLUS,m,80+,80,,604,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF34,Nimroz,T_80PLUS,all,80+,80,,977,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_TL,f,all,,,103286,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_TL,m,all,,,107609,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_TL,all,all,,,210895,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_00_04,f,0-4,0,4,18587,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_00_04,m,0-4,0,4,19396,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_00_04,all,0-4,0,4,37983,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_05_09,f,5-9,5,9,16003,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_05_09,m,5-9,5,9,17199,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_05_09,all,5-9,5,9,33202,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_10_14,f,10-14,10,14,13512,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_10_14,m,10-14,10,14,14936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_10_14,all,10-14,10,14,28448,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_15_19,f,15-19,15,19,11490,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_15_19,m,15-19,15,19,12338,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_15_19,all,15-19,15,19,23828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_20_24,f,20-24,20,24,9777,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_20_24,m,20-24,20,24,9147,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_20_24,all,20-24,20,24,18924,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_25_29,f,25-29,25,29,7886,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_25_29,m,25-29,25,29,7205,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_25_29,all,25-29,25,29,15091,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_30_34,f,30-34,30,34,5519,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_30_34,m,30-34,30,34,5590,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_30_34,all,30-34,30,34,11109,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_35_39,f,35-39,35,39,4468,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_35_39,m,35-39,35,39,4567,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_35_39,all,35-39,35,39,9035,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_40_44,f,40-44,40,44,4099,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_40_44,m,40-44,40,44,3885,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_40_44,all,40-44,40,44,7984,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_45_49,f,45-49,45,49,3419,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_45_49,m,45-49,45,49,3234,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_45_49,all,45-49,45,49,6653,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_50_54,f,50-54,50,54,2628,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_50_54,m,50-54,50,54,2578,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_50_54,all,50-54,50,54,5206,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_55_59,f,55-59,55,59,2043,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_55_59,m,55-59,55,59,2154,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_55_59,all,55-59,55,59,4197,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_60_64,f,60-64,60,64,1517,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_60_64,m,60-64,60,64,1905,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_60_64,all,60-64,60,64,3422,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_65_69,f,65-69,65,69,1068,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_65_69,m,65-69,65,69,1473,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_65_69,all,65-69,65,69,2541,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_70_74,f,70-74,70,74,656,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_70_74,m,70-74,70,74,994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_70_74,all,70-74,70,74,1650,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_75_79,f,75-79,75,79,281,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_75_79,m,75-79,75,79,468,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_75_79,all,75-79,75,79,749,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,F_80PLUS,f,80+,80,,333,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,M_80PLUS,m,80+,80,,540,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF16,Nuristan,T_80PLUS,all,80+,80,,873,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_TL,f,all,,,488568,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_TL,m,all,,,509812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_TL,all,all,,,998380,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_00_04,f,0-4,0,4,87922,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_00_04,m,0-4,0,4,91890,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_00_04,all,0-4,0,4,179812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_05_09,f,5-9,5,9,75697,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_05_09,m,5-9,5,9,81483,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_05_09,all,5-9,5,9,157180,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_10_14,f,10-14,10,14,63915,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_10_14,m,10-14,10,14,70759,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_10_14,all,10-14,10,14,134674,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_15_19,f,15-19,15,19,54350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_15_19,m,15-19,15,19,58455,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_15_19,all,15-19,15,19,112805,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_20_24,f,20-24,20,24,46250,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_20_24,m,20-24,20,24,43335,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_20_24,all,20-24,20,24,89585,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_25_29,f,25-29,25,29,37305,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_25_29,m,25-29,25,29,34132,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_25_29,all,25-29,25,29,71437,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_30_34,f,30-34,30,34,26109,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_30_34,m,30-34,30,34,26483,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_30_34,all,30-34,30,34,52592,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_35_39,f,35-39,35,39,21135,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_35_39,m,35-39,35,39,21639,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_35_39,all,35-39,35,39,42774,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_40_44,f,40-44,40,44,19388,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_40_44,m,40-44,40,44,18407,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_40_44,all,40-44,40,44,37795,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_45_49,f,45-49,45,49,16171,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_45_49,m,45-49,45,49,15322,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_45_49,all,45-49,45,49,31493,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_50_54,f,50-54,50,54,12431,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_50_54,m,50-54,50,54,12214,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_50_54,all,50-54,50,54,24645,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_55_59,f,55-59,55,59,9664,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_55_59,m,55-59,55,59,10203,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_55_59,all,55-59,55,59,19867,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_60_64,f,60-64,60,64,7174,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_60_64,m,60-64,60,64,9027,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_60_64,all,60-64,60,64,16201,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_65_69,f,65-69,65,69,5052,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_65_69,m,65-69,65,69,6980,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_65_69,all,65-69,65,69,12032,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_70_74,f,70-74,70,74,3104,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_70_74,m,70-74,70,74,4710,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_70_74,all,70-74,70,74,7814,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_75_79,f,75-79,75,79,1328,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_75_79,m,75-79,75,79,2217,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_75_79,all,75-79,75,79,3545,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,F_80PLUS,f,80+,80,,1573,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,M_80PLUS,m,80+,80,,2556,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF12,Paktika,T_80PLUS,all,80+,80,,4129,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_TL,f,all,,,385329,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_TL,m,all,,,402501,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_TL,all,all,,,787830,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_00_04,f,0-4,0,4,69343,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_00_04,m,0-4,0,4,72548,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_00_04,all,0-4,0,4,141891,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_05_09,f,5-9,5,9,59701,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_05_09,m,5-9,5,9,64331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_05_09,all,5-9,5,9,124032,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_10_14,f,10-14,10,14,50409,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_10_14,m,10-14,10,14,55865,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_10_14,all,10-14,10,14,106274,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_15_19,f,15-19,15,19,42866,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_15_19,m,15-19,15,19,46150,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_15_19,all,15-19,15,19,89016,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_20_24,f,20-24,20,24,36477,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_20_24,m,20-24,20,24,34214,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_20_24,all,20-24,20,24,70691,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_25_29,f,25-29,25,29,29422,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_25_29,m,25-29,25,29,26948,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_25_29,all,25-29,25,29,56370,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_30_34,f,30-34,30,34,20592,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_30_34,m,30-34,30,34,20908,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_30_34,all,30-34,30,34,41500,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_35_39,f,35-39,35,39,16669,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_35_39,m,35-39,35,39,17084,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_35_39,all,35-39,35,39,33753,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_40_44,f,40-44,40,44,15291,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_40_44,m,40-44,40,44,14532,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_40_44,all,40-44,40,44,29823,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_45_49,f,45-49,45,49,12754,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_45_49,m,45-49,45,49,12097,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_45_49,all,45-49,45,49,24851,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_50_54,f,50-54,50,54,9804,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_50_54,m,50-54,50,54,9643,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_50_54,all,50-54,50,54,19447,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_55_59,f,55-59,55,59,7622,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_55_59,m,55-59,55,59,8055,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_55_59,all,55-59,55,59,15677,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_60_64,f,60-64,60,64,5658,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_60_64,m,60-64,60,64,7127,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_60_64,all,60-64,60,64,12785,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_65_69,f,65-69,65,69,3985,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_65_69,m,65-69,65,69,5511,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_65_69,all,65-69,65,69,9496,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_70_74,f,70-74,70,74,2448,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_70_74,m,70-74,70,74,3719,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_70_74,all,70-74,70,74,6167,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_75_79,f,75-79,75,79,1047,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_75_79,m,75-79,75,79,1751,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_75_79,all,75-79,75,79,2798,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,F_80PLUS,f,80+,80,,1241,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,M_80PLUS,m,80+,80,,2018,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF13,Paktya,T_80PLUS,all,80+,80,,3259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_TL,f,all,,,106874,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_TL,m,all,,,111889,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_TL,all,all,,,218763,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_00_04,f,0-4,0,4,19233,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_00_04,m,0-4,0,4,20167,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_00_04,all,0-4,0,4,39400,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_05_09,f,5-9,5,9,16559,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_05_09,m,5-9,5,9,17883,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_05_09,all,5-9,5,9,34442,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_10_14,f,10-14,10,14,13982,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_10_14,m,10-14,10,14,15529,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_10_14,all,10-14,10,14,29511,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_15_19,f,15-19,15,19,11889,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_15_19,m,15-19,15,19,12829,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_15_19,all,15-19,15,19,24718,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_20_24,f,20-24,20,24,10117,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_20_24,m,20-24,20,24,9511,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_20_24,all,20-24,20,24,19628,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_25_29,f,25-29,25,29,8161,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_25_29,m,25-29,25,29,7491,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_25_29,all,25-29,25,29,15652,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_30_34,f,30-34,30,34,5711,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_30_34,m,30-34,30,34,5812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_30_34,all,30-34,30,34,11523,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_35_39,f,35-39,35,39,4623,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_35_39,m,35-39,35,39,4749,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_35_39,all,35-39,35,39,9372,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_40_44,f,40-44,40,44,4241,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_40_44,m,40-44,40,44,4040,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_40_44,all,40-44,40,44,8281,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_45_49,f,45-49,45,49,3537,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_45_49,m,45-49,45,49,3363,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_45_49,all,45-49,45,49,6900,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_50_54,f,50-54,50,54,2719,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_50_54,m,50-54,50,54,2681,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_50_54,all,50-54,50,54,5400,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_55_59,f,55-59,55,59,2114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_55_59,m,55-59,55,59,2239,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_55_59,all,55-59,55,59,4353,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_60_64,f,60-64,60,64,1569,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_60_64,m,60-64,60,64,1981,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_60_64,all,60-64,60,64,3550,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_65_69,f,65-69,65,69,1105,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_65_69,m,65-69,65,69,1532,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_65_69,all,65-69,65,69,2637,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_70_74,f,70-74,70,74,679,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_70_74,m,70-74,70,74,1034,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_70_74,all,70-74,70,74,1713,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_75_79,f,75-79,75,79,291,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_75_79,m,75-79,75,79,487,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_75_79,all,75-79,75,79,778,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,F_80PLUS,f,80+,80,,344,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,M_80PLUS,m,80+,80,,561,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF08,Panjsher,T_80PLUS,all,80+,80,,905,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_TL,f,all,,,470066,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_TL,m,all,,,479654,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_TL,all,all,,,949720,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_00_04,f,0-4,0,4,84592,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_00_04,m,0-4,0,4,86454,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_00_04,all,0-4,0,4,171046,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_05_09,f,5-9,5,9,72830,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_05_09,m,5-9,5,9,76662,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_05_09,all,5-9,5,9,149492,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_10_14,f,10-14,10,14,61495,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_10_14,m,10-14,10,14,66573,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_10_14,all,10-14,10,14,128068,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_15_19,f,15-19,15,19,52292,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_15_19,m,15-19,15,19,54997,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_15_19,all,15-19,15,19,107289,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_20_24,f,20-24,20,24,44498,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_20_24,m,20-24,20,24,40772,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_20_24,all,20-24,20,24,85270,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_25_29,f,25-29,25,29,35893,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_25_29,m,25-29,25,29,32113,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_25_29,all,25-29,25,29,68006,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_30_34,f,30-34,30,34,25120,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_30_34,m,30-34,30,34,24916,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_30_34,all,30-34,30,34,50036,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_35_39,f,35-39,35,39,20335,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_35_39,m,35-39,35,39,20359,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_35_39,all,35-39,35,39,40694,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_40_44,f,40-44,40,44,18654,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_40_44,m,40-44,40,44,17318,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_40_44,all,40-44,40,44,35972,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_45_49,f,45-49,45,49,15558,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_45_49,m,45-49,45,49,14416,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_45_49,all,45-49,45,49,29974,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_50_54,f,50-54,50,54,11961,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_50_54,m,50-54,50,54,11492,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_50_54,all,50-54,50,54,23453,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_55_59,f,55-59,55,59,9298,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_55_59,m,55-59,55,59,9600,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_55_59,all,55-59,55,59,18898,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_60_64,f,60-64,60,64,6902,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_60_64,m,60-64,60,64,8493,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_60_64,all,60-64,60,64,15395,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_65_69,f,65-69,65,69,4861,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_65_69,m,65-69,65,69,6567,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_65_69,all,65-69,65,69,11428,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_70_74,f,70-74,70,74,2986,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_70_74,m,70-74,70,74,4431,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_70_74,all,70-74,70,74,7417,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_75_79,f,75-79,75,79,1278,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_75_79,m,75-79,75,79,2086,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_75_79,all,75-79,75,79,3364,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,F_80PLUS,f,80+,80,,1513,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,M_80PLUS,m,80+,80,,2405,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF03,Parwan,T_80PLUS,all,80+,80,,3918,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_TL,f,all,,,270869,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_TL,m,all,,,283343,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_TL,all,all,,,554212,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_00_04,f,0-4,0,4,48745,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_00_04,m,0-4,0,4,51071,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_00_04,all,0-4,0,4,99816,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_05_09,f,5-9,5,9,41967,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_05_09,m,5-9,5,9,45286,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_05_09,all,5-9,5,9,87253,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_10_14,f,10-14,10,14,35435,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_10_14,m,10-14,10,14,39326,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_10_14,all,10-14,10,14,74761,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_15_19,f,15-19,15,19,30133,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_15_19,m,15-19,15,19,32488,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_15_19,all,15-19,15,19,62621,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_20_24,f,20-24,20,24,25642,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_20_24,m,20-24,20,24,24085,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_20_24,all,20-24,20,24,49727,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_25_29,f,25-29,25,29,20683,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_25_29,m,25-29,25,29,18970,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_25_29,all,25-29,25,29,39653,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_30_34,f,30-34,30,34,14475,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_30_34,m,30-34,30,34,14719,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_30_34,all,30-34,30,34,29194,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_35_39,f,35-39,35,39,11718,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_35_39,m,35-39,35,39,12026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_35_39,all,35-39,35,39,23744,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_40_44,f,40-44,40,44,10749,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_40_44,m,40-44,40,44,10230,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_40_44,all,40-44,40,44,20979,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_45_49,f,45-49,45,49,8965,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_45_49,m,45-49,45,49,8516,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_45_49,all,45-49,45,49,17481,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_50_54,f,50-54,50,54,6892,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_50_54,m,50-54,50,54,6788,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_50_54,all,50-54,50,54,13680,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_55_59,f,55-59,55,59,5358,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_55_59,m,55-59,55,59,5671,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_55_59,all,55-59,55,59,11029,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_60_64,f,60-64,60,64,3977,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_60_64,m,60-64,60,64,5017,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_60_64,all,60-64,60,64,8994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_65_69,f,65-69,65,69,2801,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_65_69,m,65-69,65,69,3879,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_65_69,all,65-69,65,69,6680,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_70_74,f,70-74,70,74,1721,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_70_74,m,70-74,70,74,2618,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_70_74,all,70-74,70,74,4339,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_75_79,f,75-79,75,79,736,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_75_79,m,75-79,75,79,1232,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_75_79,all,75-79,75,79,1968,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,F_80PLUS,f,80+,80,,872,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,M_80PLUS,m,80+,80,,1421,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF20,Samangan,T_80PLUS,all,80+,80,,2293,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_TL,f,all,,,390681,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_TL,m,all,,,408804,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_TL,all,all,,,799485,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_00_04,f,0-4,0,4,70306,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_00_04,m,0-4,0,4,73684,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_00_04,all,0-4,0,4,143990,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_05_09,f,5-9,5,9,60530,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_05_09,m,5-9,5,9,65338,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_05_09,all,5-9,5,9,125868,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_10_14,f,10-14,10,14,51109,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_10_14,m,10-14,10,14,56740,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_10_14,all,10-14,10,14,107849,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_15_19,f,15-19,15,19,43461,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_15_19,m,15-19,15,19,46873,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_15_19,all,15-19,15,19,90334,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_20_24,f,20-24,20,24,36983,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_20_24,m,20-24,20,24,34749,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_20_24,all,20-24,20,24,71732,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_25_29,f,25-29,25,29,29831,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_25_29,m,25-29,25,29,27370,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_25_29,all,25-29,25,29,57201,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_30_34,f,30-34,30,34,20878,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_30_34,m,30-34,30,34,21236,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_30_34,all,30-34,30,34,42114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_35_39,f,35-39,35,39,16901,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_35_39,m,35-39,35,39,17351,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_35_39,all,35-39,35,39,34252,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_40_44,f,40-44,40,44,15504,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_40_44,m,40-44,40,44,14760,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_40_44,all,40-44,40,44,30264,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_45_49,f,45-49,45,49,12931,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_45_49,m,45-49,45,49,12286,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_45_49,all,45-49,45,49,25217,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_50_54,f,50-54,50,54,9941,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_50_54,m,50-54,50,54,9794,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_50_54,all,50-54,50,54,19735,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_55_59,f,55-59,55,59,7728,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_55_59,m,55-59,55,59,8182,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_55_59,all,55-59,55,59,15910,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_60_64,f,60-64,60,64,5736,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_60_64,m,60-64,60,64,7239,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_60_64,all,60-64,60,64,12975,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_65_69,f,65-69,65,69,4040,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_65_69,m,65-69,65,69,5597,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_65_69,all,65-69,65,69,9637,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_70_74,f,70-74,70,74,2482,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_70_74,m,70-74,70,74,3777,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_70_74,all,70-74,70,74,6259,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_75_79,f,75-79,75,79,1062,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_75_79,m,75-79,75,79,1778,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_75_79,all,75-79,75,79,2840,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,F_80PLUS,f,80+,80,,1258,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,M_80PLUS,m,80+,80,,2050,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF22,Sar-e-Pul,T_80PLUS,all,80+,80,,3308,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_TL,f,all,,,691203,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_TL,m,all,,,716049,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_TL,all,all,,,1407252,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_00_04,f,0-4,0,4,124388,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_00_04,m,0-4,0,4,129063,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_00_04,all,0-4,0,4,253451,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_05_09,f,5-9,5,9,107092,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_05_09,m,5-9,5,9,114445,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_05_09,all,5-9,5,9,221537,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_10_14,f,10-14,10,14,90424,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_10_14,m,10-14,10,14,99384,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_10_14,all,10-14,10,14,189808,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_15_19,f,15-19,15,19,76892,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_15_19,m,15-19,15,19,82102,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_15_19,all,15-19,15,19,158994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_20_24,f,20-24,20,24,65432,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_20_24,m,20-24,20,24,60866,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_20_24,all,20-24,20,24,126298,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_25_29,f,25-29,25,29,52778,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_25_29,m,25-29,25,29,47940,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_25_29,all,25-29,25,29,100718,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_30_34,f,30-34,30,34,36937,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_30_34,m,30-34,30,34,37196,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_30_34,all,30-34,30,34,74133,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_35_39,f,35-39,35,39,29901,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_35_39,m,35-39,35,39,30392,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_35_39,all,35-39,35,39,60293,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_40_44,f,40-44,40,44,27430,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_40_44,m,40-44,40,44,25853,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_40_44,all,40-44,40,44,53283,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_45_49,f,45-49,45,49,22878,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_45_49,m,45-49,45,49,21520,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_45_49,all,45-49,45,49,44398,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_50_54,f,50-54,50,54,17587,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_50_54,m,50-54,50,54,17155,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_50_54,all,50-54,50,54,34742,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_55_59,f,55-59,55,59,13673,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_55_59,m,55-59,55,59,14331,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_55_59,all,55-59,55,59,28004,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_60_64,f,60-64,60,64,10149,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_60_64,m,60-64,60,64,12679,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_60_64,all,60-64,60,64,22828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_65_69,f,65-69,65,69,7147,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_65_69,m,65-69,65,69,9804,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_65_69,all,65-69,65,69,16951,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_70_74,f,70-74,70,74,4391,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_70_74,m,70-74,70,74,6615,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_70_74,all,70-74,70,74,11006,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_75_79,f,75-79,75,79,1879,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_75_79,m,75-79,75,79,3114,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_75_79,all,75-79,75,79,4993,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,F_80PLUS,f,80+,80,,2225,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,M_80PLUS,m,80+,80,,3590,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF18,Takhar,T_80PLUS,all,80+,80,,5815,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_TL,f,all,,,274229,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_TL,m,all,,,287181,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_TL,all,all,,,561410,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_00_04,f,0-4,0,4,49350,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_00_04,m,0-4,0,4,51762,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_00_04,all,0-4,0,4,101112,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_05_09,f,5-9,5,9,42488,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_05_09,m,5-9,5,9,45900,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_05_09,all,5-9,5,9,88388,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_10_14,f,10-14,10,14,35875,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_10_14,m,10-14,10,14,39859,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_10_14,all,10-14,10,14,75734,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_15_19,f,15-19,15,19,30506,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_15_19,m,15-19,15,19,32928,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_15_19,all,15-19,15,19,63434,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_20_24,f,20-24,20,24,25959,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_20_24,m,20-24,20,24,24411,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_20_24,all,20-24,20,24,50370,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_25_29,f,25-29,25,29,20939,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_25_29,m,25-29,25,29,19227,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_25_29,all,25-29,25,29,40166,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_30_34,f,30-34,30,34,14655,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_30_34,m,30-34,30,34,14918,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_30_34,all,30-34,30,34,29573,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_35_39,f,35-39,35,39,11863,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_35_39,m,35-39,35,39,12189,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_35_39,all,35-39,35,39,24052,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_40_44,f,40-44,40,44,10883,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_40_44,m,40-44,40,44,10369,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_40_44,all,40-44,40,44,21252,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_45_49,f,45-49,45,49,9077,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_45_49,m,45-49,45,49,8631,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_45_49,all,45-49,45,49,17708,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_50_54,f,50-54,50,54,6978,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_50_54,m,50-54,50,54,6880,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_50_54,all,50-54,50,54,13858,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_55_59,f,55-59,55,59,5424,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_55_59,m,55-59,55,59,5748,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_55_59,all,55-59,55,59,11172,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_60_64,f,60-64,60,64,4026,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_60_64,m,60-64,60,64,5085,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_60_64,all,60-64,60,64,9111,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_65_69,f,65-69,65,69,2836,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_65_69,m,65-69,65,69,3932,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_65_69,all,65-69,65,69,6768,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_70_74,f,70-74,70,74,1742,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_70_74,m,70-74,70,74,2653,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_70_74,all,70-74,70,74,4395,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_75_79,f,75-79,75,79,745,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_75_79,m,75-79,75,79,1249,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_75_79,all,75-79,75,79,1994,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,F_80PLUS,f,80+,80,,883,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,M_80PLUS,m,80+,80,,1440,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF25,Uruzgan,T_80PLUS,all,80+,80,,2323,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_TL,f,all,,,242876,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_TL,m,all,,,251936,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_TL,all,all,,,494812,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_00_04,f,0-4,0,4,43708,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_00_04,m,0-4,0,4,45410,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_00_04,all,0-4,0,4,89118,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_05_09,f,5-9,5,9,37630,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_05_09,m,5-9,5,9,40267,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_05_09,all,5-9,5,9,77897,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_10_14,f,10-14,10,14,31773,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_10_14,m,10-14,10,14,34967,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_10_14,all,10-14,10,14,66740,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_15_19,f,15-19,15,19,27019,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_15_19,m,15-19,15,19,28887,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_15_19,all,15-19,15,19,55906,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_20_24,f,20-24,20,24,22992,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_20_24,m,20-24,20,24,21415,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_20_24,all,20-24,20,24,44407,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_25_29,f,25-29,25,29,18545,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_25_29,m,25-29,25,29,16867,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_25_29,all,25-29,25,29,35412,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_30_34,f,30-34,30,34,12979,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_30_34,m,30-34,30,34,13087,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_30_34,all,30-34,30,34,26066,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_35_39,f,35-39,35,39,10507,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_35_39,m,35-39,35,39,10693,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_35_39,all,35-39,35,39,21200,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_40_44,f,40-44,40,44,9638,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_40_44,m,40-44,40,44,9096,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_40_44,all,40-44,40,44,18734,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_45_49,f,45-49,45,49,8039,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_45_49,m,45-49,45,49,7572,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_45_49,all,45-49,45,49,15611,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_50_54,f,50-54,50,54,6180,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_50_54,m,50-54,50,54,6036,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_50_54,all,50-54,50,54,12216,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_55_59,f,55-59,55,59,4804,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_55_59,m,55-59,55,59,5042,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_55_59,all,55-59,55,59,9846,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_60_64,f,60-64,60,64,3566,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_60_64,m,60-64,60,64,4461,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_60_64,all,60-64,60,64,8027,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_65_69,f,65-69,65,69,2511,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_65_69,m,65-69,65,69,3449,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_65_69,all,65-69,65,69,5960,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_70_74,f,70-74,70,74,1543,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_70_74,m,70-74,70,74,2328,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_70_74,all,70-74,70,74,3871,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_75_79,f,75-79,75,79,660,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_75_79,m,75-79,75,79,1096,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_75_79,all,75-79,75,79,1756,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,F_80PLUS,f,80+,80,,782,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,M_80PLUS,m,80+,80,,1263,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,AF26,Zabul,T_80PLUS,all,80+,80,,2045,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +ALB,Albania,AL01,Berat,F_TL,f,all,,,62842,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_TL,m,all,,,61786,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_TL,all,all,,,124628,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_00_04,f,0-4,0,4,3125,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_05_09,f,5-9,5,9,3342,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_10_14,f,10-14,10,14,3788,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_15_19,f,15-19,15,19,4268,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_20_24,f,20-24,20,24,4716,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_25_29,f,25-29,25,29,4226,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_30_34,f,30-34,30,34,3747,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_35_39,f,35-39,35,39,3621,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_40_44,f,40-44,40,44,3730,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_45_49,f,45-49,45,49,4195,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_50_54,f,50-54,50,54,4660,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_55_59,f,55-59,55,59,4762,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_60_64,f,60-64,60,64,4516,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_65_69,f,65-69,65,69,3487,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_70_74,f,70-74,70,74,2885,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_75_79,f,75-79,75,79,2063,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_80_84,f,80-84,80,84,1454,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,F_85PLUS,f,85+,85,,257,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_00_04,m,0-4,0,4,3189,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_00_09,m,0-9,0,9,3178,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_10_14,m,10-14,10,14,3842,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_15_19,m,15-19,15,19,4451,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_20_24,m,20-24,20,24,4869,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_25_29,m,25-29,25,29,4602,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_30_34,m,30-34,30,34,3862,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_35_39,m,35-39,35,39,3388,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_40_44,m,40-44,40,44,3414,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_45_49,m,45-49,45,49,3917,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_50_54,m,50-54,50,54,4425,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_55_59,m,55-59,55,59,4788,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_60_64,m,60-64,60,64,4271,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_65_69,m,65-69,65,69,3328,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_70_74,m,70-74,70,74,2533,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_75_79,m,75-79,75,79,1951,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_80_84,m,80-84,80,84,1199,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,M_85PLUS,m,85+,85,,579,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_00_04,all,0-4,0,4,6314,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_05_09,all,5-9,5,9,6520,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_10_14,all,10-14,10,14,7630,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_15_19,all,15-19,15,19,8719,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_20_24,all,20-24,20,24,9585,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_25_29,all,25-29,25,29,8828,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_30_34,all,30-34,30,34,7609,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_35_39,all,35-39,35,39,7009,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_40_44,all,40-44,40,44,7144,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_45_49,all,45-49,45,49,8112,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_50_54,all,50-54,50,54,9085,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_55_59,all,55-59,55,59,9550,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_60_64,all,60-64,60,64,8787,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_65_69,all,65-69,65,69,6815,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_70_74,all,70-74,70,74,5418,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_75_79,all,75-79,75,79,4014,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_80_84,all,80-84,80,84,2653,2021,UNFPA,UNFPA +ALB,Albania,AL01,Berat,T_85PLUS,all,85+,85,,836,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_TL,f,all,,,57371,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_TL,m,all,,,61023,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_TL,all,all,,,118394,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_00_04,f,0-4,0,4,3953,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_05_09,f,5-9,5,9,3975,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_10_14,f,10-14,10,14,3605,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_15_19,f,15-19,15,19,4097,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_20_24,f,20-24,20,24,4227,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_25_29,f,25-29,25,29,3838,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_30_34,f,30-34,30,34,2978,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_35_39,f,35-39,35,39,2937,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_40_44,f,40-44,40,44,3246,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_45_49,f,45-49,45,49,3665,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_50_54,f,50-54,50,54,4198,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_55_59,f,55-59,55,59,4224,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_60_64,f,60-64,60,64,3754,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_65_69,f,65-69,65,69,2904,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_70_74,f,70-74,70,74,2365,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_75_79,f,75-79,75,79,1912,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_80_84,f,80-84,80,84,1310,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,F_85PLUS,f,85+,85,,183,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_00_04,m,0-4,0,4,4218,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_00_09,m,0-9,0,9,4010,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_10_14,m,10-14,10,14,3743,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_15_19,m,15-19,15,19,4376,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_20_24,m,20-24,20,24,4986,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_25_29,m,25-29,25,29,4889,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_30_34,m,30-34,30,34,3993,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_35_39,m,35-39,35,39,3657,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_40_44,m,40-44,40,44,3336,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_45_49,m,45-49,45,49,3500,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_50_54,m,50-54,50,54,3853,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_55_59,m,55-59,55,59,4127,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_60_64,m,60-64,60,64,3714,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_65_69,m,65-69,65,69,2886,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_70_74,m,70-74,70,74,2093,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_75_79,m,75-79,75,79,1903,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_80_84,m,80-84,80,84,1204,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,M_85PLUS,m,85+,85,,535,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_00_04,all,0-4,0,4,8171,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_05_09,all,5-9,5,9,7985,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_10_14,all,10-14,10,14,7348,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_15_19,all,15-19,15,19,8473,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_20_24,all,20-24,20,24,9213,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_25_29,all,25-29,25,29,8727,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_30_34,all,30-34,30,34,6971,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_35_39,all,35-39,35,39,6594,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_40_44,all,40-44,40,44,6582,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_45_49,all,45-49,45,49,7165,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_50_54,all,50-54,50,54,8051,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_55_59,all,55-59,55,59,8351,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_60_64,all,60-64,60,64,7468,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_65_69,all,65-69,65,69,5790,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_70_74,all,70-74,70,74,4458,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_75_79,all,75-79,75,79,3815,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_80_84,all,80-84,80,84,2514,2021,UNFPA,UNFPA +ALB,Albania,AL02,Dibër,T_85PLUS,all,85+,85,,718,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_TL,f,all,,,144293,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_TL,m,all,,,144582,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_TL,all,all,,,288875,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_00_04,f,0-4,0,4,7705,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_05_09,f,5-9,5,9,8646,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_10_14,f,10-14,10,14,7392,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_15_19,f,15-19,15,19,9244,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_20_24,f,20-24,20,24,11116,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_25_29,f,25-29,25,29,11771,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_30_34,f,30-34,30,34,10548,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_35_39,f,35-39,35,39,9132,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_40_44,f,40-44,40,44,8039,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_45_49,f,45-49,45,49,8541,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_50_54,f,50-54,50,54,9321,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_55_59,f,55-59,55,59,10000,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_60_64,f,60-64,60,64,9582,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_65_69,f,65-69,65,69,7810,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_70_74,f,70-74,70,74,5752,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_75_79,f,75-79,75,79,4165,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_80_84,f,80-84,80,84,2956,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,F_85PLUS,f,85+,85,,2573,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_00_04,m,0-4,0,4,7855,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_00_09,m,0-9,0,9,8475,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_10_14,m,10-14,10,14,7835,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_15_19,m,15-19,15,19,9525,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_20_24,m,20-24,20,24,10444,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_25_29,m,25-29,25,29,12129,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_30_34,m,30-34,30,34,12162,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_35_39,m,35-39,35,39,9946,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_40_44,m,40-44,40,44,8373,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_45_49,m,45-49,45,49,8185,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_50_54,m,50-54,50,54,9042,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_55_59,m,55-59,55,59,9713,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_60_64,m,60-64,60,64,9188,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_65_69,m,65-69,65,69,7430,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_70_74,m,70-74,70,74,5668,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_75_79,m,75-79,75,79,3881,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_80_84,m,80-84,80,84,2753,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,M_85PLUS,m,85+,85,,1978,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_00_04,all,0-4,0,4,15560,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_05_09,all,5-9,5,9,17121,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_10_14,all,10-14,10,14,15227,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_15_19,all,15-19,15,19,18769,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_20_24,all,20-24,20,24,21560,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_25_29,all,25-29,25,29,23900,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_30_34,all,30-34,30,34,22710,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_35_39,all,35-39,35,39,19078,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_40_44,all,40-44,40,44,16412,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_45_49,all,45-49,45,49,16726,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_50_54,all,50-54,50,54,18363,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_55_59,all,55-59,55,59,19713,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_60_64,all,60-64,60,64,18770,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_65_69,all,65-69,65,69,15240,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_70_74,all,70-74,70,74,11420,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_75_79,all,75-79,75,79,8046,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_80_84,all,80-84,80,84,5709,2021,UNFPA,UNFPA +ALB,Albania,AL03,Durrës,T_85PLUS,all,85+,85,,4551,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_TL,f,all,,,138364,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_TL,m,all,,,135467,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_TL,all,all,,,273831,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_00_04,f,0-4,0,4,7411,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_05_09,f,5-9,5,9,8032,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_10_14,f,10-14,10,14,8283,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_15_19,f,15-19,15,19,9322,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_20_24,f,20-24,20,24,10645,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_25_29,f,25-29,25,29,10214,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_30_34,f,30-34,30,34,7649,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_35_39,f,35-39,35,39,7611,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_40_44,f,40-44,40,44,8234,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_45_49,f,45-49,45,49,8884,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_50_54,f,50-54,50,54,9905,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_55_59,f,55-59,55,59,10333,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_60_64,f,60-64,60,64,9441,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_65_69,f,65-69,65,69,7605,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_70_74,f,70-74,70,74,5625,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_75_79,f,75-79,75,79,4555,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_80_84,f,80-84,80,84,2986,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,F_85PLUS,f,85+,85,,1629,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_00_04,m,0-4,0,4,7440,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_00_09,m,0-9,0,9,7856,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_10_14,m,10-14,10,14,8455,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_15_19,m,15-19,15,19,9681,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_20_24,m,20-24,20,24,10952,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_25_29,m,25-29,25,29,10374,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_30_34,m,30-34,30,34,8692,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_35_39,m,35-39,35,39,7499,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_40_44,m,40-44,40,44,7079,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_45_49,m,45-49,45,49,8338,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_50_54,m,50-54,50,54,9266,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_55_59,m,55-59,55,59,9875,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_60_64,m,60-64,60,64,8935,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_65_69,m,65-69,65,69,7092,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_70_74,m,70-74,70,74,5300,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_75_79,m,75-79,75,79,4473,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_80_84,m,80-84,80,84,2753,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,M_85PLUS,m,85+,85,,1407,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_00_04,all,0-4,0,4,14851,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_05_09,all,5-9,5,9,15888,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_10_14,all,10-14,10,14,16738,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_15_19,all,15-19,15,19,19003,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_20_24,all,20-24,20,24,21597,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_25_29,all,25-29,25,29,20588,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_30_34,all,30-34,30,34,16341,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_35_39,all,35-39,35,39,15110,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_40_44,all,40-44,40,44,15313,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_45_49,all,45-49,45,49,17222,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_50_54,all,50-54,50,54,19171,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_55_59,all,55-59,55,59,20208,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_60_64,all,60-64,60,64,18376,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_65_69,all,65-69,65,69,14697,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_70_74,all,70-74,70,74,10925,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_75_79,all,75-79,75,79,9028,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_80_84,all,80-84,80,84,5739,2021,UNFPA,UNFPA +ALB,Albania,AL04,Elbasan,T_85PLUS,all,85+,85,,3036,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_TL,f,all,,,146313,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_TL,m,all,,,147156,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_TL,all,all,,,293469,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_00_04,f,0-4,0,4,7177,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_05_09,f,5-9,5,9,8136,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_10_14,f,10-14,10,14,8905,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_15_19,f,15-19,15,19,9613,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_20_24,f,20-24,20,24,11313,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_25_29,f,25-29,25,29,10373,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_30_34,f,30-34,30,34,9386,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_35_39,f,35-39,35,39,8429,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_40_44,f,40-44,40,44,8593,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_45_49,f,45-49,45,49,9312,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_50_54,f,50-54,50,54,10644,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_55_59,f,55-59,55,59,10844,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_60_64,f,60-64,60,64,10311,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_65_69,f,65-69,65,69,7917,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_70_74,f,70-74,70,74,6184,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_75_79,f,75-79,75,79,4825,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_80_84,f,80-84,80,84,3252,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,F_85PLUS,f,85+,85,,1099,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_00_04,m,0-4,0,4,7314,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_00_09,m,0-9,0,9,8001,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_10_14,m,10-14,10,14,9080,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_15_19,m,15-19,15,19,10021,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_20_24,m,20-24,20,24,11589,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_25_29,m,25-29,25,29,11570,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_30_34,m,30-34,30,34,10136,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_35_39,m,35-39,35,39,8840,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_40_44,m,40-44,40,44,8397,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_45_49,m,45-49,45,49,9115,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_50_54,m,50-54,50,54,10200,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_55_59,m,55-59,55,59,10771,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_60_64,m,60-64,60,64,10002,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_65_69,m,65-69,65,69,7581,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_70_74,m,70-74,70,74,6029,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_75_79,m,75-79,75,79,4561,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_80_84,m,80-84,80,84,2954,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,M_85PLUS,m,85+,85,,995,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_00_04,all,0-4,0,4,14491,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_05_09,all,5-9,5,9,16137,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_10_14,all,10-14,10,14,17985,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_15_19,all,15-19,15,19,19634,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_20_24,all,20-24,20,24,22902,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_25_29,all,25-29,25,29,21943,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_30_34,all,30-34,30,34,19522,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_35_39,all,35-39,35,39,17269,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_40_44,all,40-44,40,44,16990,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_45_49,all,45-49,45,49,18427,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_50_54,all,50-54,50,54,20844,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_55_59,all,55-59,55,59,21615,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_60_64,all,60-64,60,64,20313,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_65_69,all,65-69,65,69,15498,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_70_74,all,70-74,70,74,12213,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_75_79,all,75-79,75,79,9386,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_80_84,all,80-84,80,84,6206,2021,UNFPA,UNFPA +ALB,Albania,AL05,Fier,T_85PLUS,all,85+,85,,2094,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_TL,f,all,,,31570,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_TL,m,all,,,29611,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_TL,all,all,,,61181,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_00_04,f,0-4,0,4,1386,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_05_09,f,5-9,5,9,1379,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_10_14,f,10-14,10,14,1831,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_15_19,f,15-19,15,19,2139,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_20_24,f,20-24,20,24,2364,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_25_29,f,25-29,25,29,2059,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_30_34,f,30-34,30,34,1977,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_35_39,f,35-39,35,39,1850,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_40_44,f,40-44,40,44,1852,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_45_49,f,45-49,45,49,1990,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_50_54,f,50-54,50,54,2406,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_55_59,f,55-59,55,59,2514,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_60_64,f,60-64,60,64,2420,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_65_69,f,65-69,65,69,1858,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_70_74,f,70-74,70,74,1556,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_75_79,f,75-79,75,79,1177,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_80_84,f,80-84,80,84,760,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,F_85PLUS,f,85+,85,,52,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_00_04,m,0-4,0,4,1380,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_00_09,m,0-9,0,9,1322,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_10_14,m,10-14,10,14,1941,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_15_19,m,15-19,15,19,2180,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_20_24,m,20-24,20,24,2419,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_25_29,m,25-29,25,29,2113,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_30_34,m,30-34,30,34,1717,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_35_39,m,35-39,35,39,1531,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_40_44,m,40-44,40,44,1469,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_45_49,m,45-49,45,49,1879,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_50_54,m,50-54,50,54,2141,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_55_59,m,55-59,55,59,2425,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_60_64,m,60-64,60,64,2362,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_65_69,m,65-69,65,69,1789,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_70_74,m,70-74,70,74,1249,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_75_79,m,75-79,75,79,1051,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_80_84,m,80-84,80,84,569,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,M_85PLUS,m,85+,85,,74,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_00_04,all,0-4,0,4,2766,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_05_09,all,5-9,5,9,2701,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_10_14,all,10-14,10,14,3772,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_15_19,all,15-19,15,19,4319,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_20_24,all,20-24,20,24,4783,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_25_29,all,25-29,25,29,4172,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_30_34,all,30-34,30,34,3694,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_35_39,all,35-39,35,39,3381,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_40_44,all,40-44,40,44,3321,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_45_49,all,45-49,45,49,3869,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_50_54,all,50-54,50,54,4547,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_55_59,all,55-59,55,59,4939,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_60_64,all,60-64,60,64,4782,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_65_69,all,65-69,65,69,3647,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_70_74,all,70-74,70,74,2805,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_75_79,all,75-79,75,79,2228,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_80_84,all,80-84,80,84,1329,2021,UNFPA,UNFPA +ALB,Albania,AL06,Gjirokastër,T_85PLUS,all,85+,85,,126,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_TL,f,all,,,105176,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_TL,m,all,,,101852,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_TL,all,all,,,207028,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_00_04,f,0-4,0,4,4689,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_05_09,f,5-9,5,9,5693,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_10_14,f,10-14,10,14,6489,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_15_19,f,15-19,15,19,7141,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_20_24,f,20-24,20,24,8503,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_25_29,f,25-29,25,29,7884,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_30_34,f,30-34,30,34,6940,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_35_39,f,35-39,35,39,6443,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_40_44,f,40-44,40,44,6185,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_45_49,f,45-49,45,49,6649,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_50_54,f,50-54,50,54,7470,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_55_59,f,55-59,55,59,7810,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_60_64,f,60-64,60,64,7418,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_65_69,f,65-69,65,69,5918,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_70_74,f,70-74,70,74,4462,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_75_79,f,75-79,75,79,3272,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_80_84,f,80-84,80,84,2111,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,F_85PLUS,f,85+,85,,99,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_00_04,m,0-4,0,4,4884,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_00_09,m,0-9,0,9,5566,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_10_14,m,10-14,10,14,6957,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_15_19,m,15-19,15,19,7609,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_20_24,m,20-24,20,24,8198,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_25_29,m,25-29,25,29,7850,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_30_34,m,30-34,30,34,7036,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_35_39,m,35-39,35,39,6200,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_40_44,m,40-44,40,44,5805,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_45_49,m,45-49,45,49,6140,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_50_54,m,50-54,50,54,6819,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_55_59,m,55-59,55,59,7266,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_60_64,m,60-64,60,64,6945,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_65_69,m,65-69,65,69,5472,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_70_74,m,70-74,70,74,4106,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_75_79,m,75-79,75,79,3120,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_80_84,m,80-84,80,84,1830,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,M_85PLUS,m,85+,85,,49,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_00_04,all,0-4,0,4,9573,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_05_09,all,5-9,5,9,11259,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_10_14,all,10-14,10,14,13446,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_15_19,all,15-19,15,19,14750,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_20_24,all,20-24,20,24,16701,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_25_29,all,25-29,25,29,15734,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_30_34,all,30-34,30,34,13976,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_35_39,all,35-39,35,39,12643,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_40_44,all,40-44,40,44,11990,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_45_49,all,45-49,45,49,12789,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_50_54,all,50-54,50,54,14289,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_55_59,all,55-59,55,59,15076,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_60_64,all,60-64,60,64,14363,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_65_69,all,65-69,65,69,11390,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_70_74,all,70-74,70,74,8568,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_75_79,all,75-79,75,79,6392,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_80_84,all,80-84,80,84,3941,2021,UNFPA,UNFPA +ALB,Albania,AL07,Korçë,T_85PLUS,all,85+,85,,148,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_TL,f,all,,,37530,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_TL,m,all,,,38722,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_TL,all,all,,,76252,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_00_04,f,0-4,0,4,2506,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_05_09,f,5-9,5,9,2814,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_10_14,f,10-14,10,14,2167,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_15_19,f,15-19,15,19,2555,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_20_24,f,20-24,20,24,2571,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_25_29,f,25-29,25,29,2294,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_30_34,f,30-34,30,34,2150,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_35_39,f,35-39,35,39,2054,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_40_44,f,40-44,40,44,2136,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_45_49,f,45-49,45,49,2384,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_50_54,f,50-54,50,54,2664,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_55_59,f,55-59,55,59,2695,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_60_64,f,60-64,60,64,2494,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_65_69,f,65-69,65,69,1870,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_70_74,f,70-74,70,74,1524,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_75_79,f,75-79,75,79,1307,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_80_84,f,80-84,80,84,888,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,F_85PLUS,f,85+,85,,457,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_00_04,m,0-4,0,4,2712,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_00_09,m,0-9,0,9,2992,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_10_14,m,10-14,10,14,2197,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_15_19,m,15-19,15,19,2661,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_20_24,m,20-24,20,24,2978,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_25_29,m,25-29,25,29,2925,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_30_34,m,30-34,30,34,2594,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_35_39,m,35-39,35,39,2413,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_40_44,m,40-44,40,44,2173,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_45_49,m,45-49,45,49,2058,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_50_54,m,50-54,50,54,2390,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_55_59,m,55-59,55,59,2557,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_60_64,m,60-64,60,64,2318,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_65_69,m,65-69,65,69,1851,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_70_74,m,70-74,70,74,1417,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_75_79,m,75-79,75,79,1227,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_80_84,m,80-84,80,84,860,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,M_85PLUS,m,85+,85,,399,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_00_04,all,0-4,0,4,5218,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_05_09,all,5-9,5,9,5806,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_10_14,all,10-14,10,14,4364,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_15_19,all,15-19,15,19,5216,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_20_24,all,20-24,20,24,5549,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_25_29,all,25-29,25,29,5219,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_30_34,all,30-34,30,34,4744,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_35_39,all,35-39,35,39,4467,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_40_44,all,40-44,40,44,4309,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_45_49,all,45-49,45,49,4442,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_50_54,all,50-54,50,54,5054,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_55_59,all,55-59,55,59,5252,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_60_64,all,60-64,60,64,4812,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_65_69,all,65-69,65,69,3721,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_70_74,all,70-74,70,74,2941,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_75_79,all,75-79,75,79,2534,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_80_84,all,80-84,80,84,1748,2021,UNFPA,UNFPA +ALB,Albania,AL08,Kukës,T_85PLUS,all,85+,85,,856,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_TL,f,all,,,63321,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_TL,m,all,,,61359,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_TL,all,all,,,124680,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_00_04,f,0-4,0,4,3500,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_05_09,f,5-9,5,9,3649,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_10_14,f,10-14,10,14,3602,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_15_19,f,15-19,15,19,4330,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_20_24,f,20-24,20,24,4891,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_25_29,f,25-29,25,29,4565,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_30_34,f,30-34,30,34,3788,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_35_39,f,35-39,35,39,3410,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_40_44,f,40-44,40,44,3307,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_45_49,f,45-49,45,49,3855,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_50_54,f,50-54,50,54,4594,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_55_59,f,55-59,55,59,4743,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_60_64,f,60-64,60,64,4429,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_65_69,f,65-69,65,69,3492,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_70_74,f,70-74,70,74,2842,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_75_79,f,75-79,75,79,2104,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_80_84,f,80-84,80,84,1481,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,F_85PLUS,f,85+,85,,739,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_00_04,m,0-4,0,4,3541,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_00_09,m,0-9,0,9,3538,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_10_14,m,10-14,10,14,3502,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_15_19,m,15-19,15,19,4360,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_20_24,m,20-24,20,24,4692,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_25_29,m,25-29,25,29,4746,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_30_34,m,30-34,30,34,4139,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_35_39,m,35-39,35,39,3371,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_40_44,m,40-44,40,44,3148,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_45_49,m,45-49,45,49,3607,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_50_54,m,50-54,50,54,4265,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_55_59,m,55-59,55,59,4538,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_60_64,m,60-64,60,64,4292,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_65_69,m,65-69,65,69,3167,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_70_74,m,70-74,70,74,2571,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_75_79,m,75-79,75,79,1972,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_80_84,m,80-84,80,84,1242,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,M_85PLUS,m,85+,85,,668,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_00_04,all,0-4,0,4,7041,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_05_09,all,5-9,5,9,7187,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_10_14,all,10-14,10,14,7104,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_15_19,all,15-19,15,19,8690,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_20_24,all,20-24,20,24,9583,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_25_29,all,25-29,25,29,9311,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_30_34,all,30-34,30,34,7927,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_35_39,all,35-39,35,39,6781,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_40_44,all,40-44,40,44,6455,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_45_49,all,45-49,45,49,7462,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_50_54,all,50-54,50,54,8859,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_55_59,all,55-59,55,59,9281,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_60_64,all,60-64,60,64,8721,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_65_69,all,65-69,65,69,6659,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_70_74,all,70-74,70,74,5413,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_75_79,all,75-79,75,79,4076,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_80_84,all,80-84,80,84,2723,2021,UNFPA,UNFPA +ALB,Albania,AL09,Lezhë,T_85PLUS,all,85+,85,,1407,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_TL,f,all,,,104302,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_TL,m,all,,,97789,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_TL,all,all,,,202091,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_00_04,f,0-4,0,4,4839,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_05_09,f,5-9,5,9,5560,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_10_14,f,10-14,10,14,6187,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_15_19,f,15-19,15,19,7151,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_20_24,f,20-24,20,24,8405,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_25_29,f,25-29,25,29,8671,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_30_34,f,30-34,30,34,6433,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_35_39,f,35-39,35,39,6108,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_40_44,f,40-44,40,44,6016,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_45_49,f,45-49,45,49,6646,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_50_54,f,50-54,50,54,7440,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_55_59,f,55-59,55,59,7677,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_60_64,f,60-64,60,64,7174,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_65_69,f,65-69,65,69,5580,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_70_74,f,70-74,70,74,4424,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_75_79,f,75-79,75,79,3229,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_80_84,f,80-84,80,84,2132,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,F_85PLUS,f,85+,85,,630,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_00_04,m,0-4,0,4,5010,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_00_09,m,0-9,0,9,5468,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_10_14,m,10-14,10,14,6190,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_15_19,m,15-19,15,19,7081,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_20_24,m,20-24,20,24,7786,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_25_29,m,25-29,25,29,7809,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_30_34,m,30-34,30,34,6881,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_35_39,m,35-39,35,39,6117,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_40_44,m,40-44,40,44,5444,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_45_49,m,45-49,45,49,5835,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_50_54,m,50-54,50,54,6471,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_55_59,m,55-59,55,59,7036,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_60_64,m,60-64,60,64,6451,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_65_69,m,65-69,65,69,5105,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_70_74,m,70-74,70,74,3954,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_75_79,m,75-79,75,79,2918,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_80_84,m,80-84,80,84,1900,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,M_85PLUS,m,85+,85,,333,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_00_04,all,0-4,0,4,9849,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_05_09,all,5-9,5,9,11028,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_10_14,all,10-14,10,14,12377,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_15_19,all,15-19,15,19,14232,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_20_24,all,20-24,20,24,16191,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_25_29,all,25-29,25,29,16480,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_30_34,all,30-34,30,34,13314,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_35_39,all,35-39,35,39,12225,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_40_44,all,40-44,40,44,11460,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_45_49,all,45-49,45,49,12481,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_50_54,all,50-54,50,54,13911,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_55_59,all,55-59,55,59,14713,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_60_64,all,60-64,60,64,13625,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_65_69,all,65-69,65,69,10685,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_70_74,all,70-74,70,74,8378,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_75_79,all,75-79,75,79,6147,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_80_84,all,80-84,80,84,4032,2021,UNFPA,UNFPA +ALB,Albania,AL10,Shkodër,T_85PLUS,all,85+,85,,963,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_TL,f,all,,,456081,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_TL,m,all,,,435445,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_TL,all,all,,,891526,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_00_04,f,0-4,0,4,22832,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_05_09,f,5-9,5,9,25014,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_10_14,f,10-14,10,14,22385,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_15_19,f,15-19,15,19,27997,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_20_24,f,20-24,20,24,36491,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_25_29,f,25-29,25,29,47125,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_30_34,f,30-34,30,34,38659,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_35_39,f,35-39,35,39,29447,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_40_44,f,40-44,40,44,24328,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_45_49,f,45-49,45,49,25904,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_50_54,f,50-54,50,54,27863,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_55_59,f,55-59,55,59,29296,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_60_64,f,60-64,60,64,28502,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_65_69,f,65-69,65,69,23508,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_70_74,f,70-74,70,74,17114,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_75_79,f,75-79,75,79,12677,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_80_84,f,80-84,80,84,9497,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,F_85PLUS,f,85+,85,,7442,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_00_04,m,0-4,0,4,24535,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_00_09,m,0-9,0,9,25783,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_10_14,m,10-14,10,14,23309,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_15_19,m,15-19,15,19,27802,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_20_24,m,20-24,20,24,32255,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_25_29,m,25-29,25,29,39871,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_30_34,m,30-34,30,34,39495,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_35_39,m,35-39,35,39,31300,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_40_44,m,40-44,40,44,24507,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_45_49,m,45-49,45,49,23523,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_50_54,m,50-54,50,54,25363,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_55_59,m,55-59,55,59,27562,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_60_64,m,60-64,60,64,26957,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_65_69,m,65-69,65,69,21486,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_70_74,m,70-74,70,74,16067,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_75_79,m,75-79,75,79,11534,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_80_84,m,80-84,80,84,8343,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,M_85PLUS,m,85+,85,,5753,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_00_04,all,0-4,0,4,47367,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_05_09,all,5-9,5,9,50797,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_10_14,all,10-14,10,14,45694,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_15_19,all,15-19,15,19,55799,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_20_24,all,20-24,20,24,68746,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_25_29,all,25-29,25,29,86996,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_30_34,all,30-34,30,34,78154,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_35_39,all,35-39,35,39,60747,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_40_44,all,40-44,40,44,48835,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_45_49,all,45-49,45,49,49427,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_50_54,all,50-54,50,54,53226,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_55_59,all,55-59,55,59,56858,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_60_64,all,60-64,60,64,55459,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_65_69,all,65-69,65,69,44994,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_70_74,all,70-74,70,74,33181,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_75_79,all,75-79,75,79,24211,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_80_84,all,80-84,80,84,17840,2021,UNFPA,UNFPA +ALB,Albania,AL11,Tiranë,T_85PLUS,all,85+,85,,13195,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_TL,f,all,,,94944,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_TL,m,all,,,93568,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_TL,all,all,,,188512,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_00_04,f,0-4,0,4,3741,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_05_09,f,5-9,5,9,4911,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_10_14,f,10-14,10,14,5227,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_15_19,f,15-19,15,19,5741,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_20_24,f,20-24,20,24,7002,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_25_29,f,25-29,25,29,7682,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_30_34,f,30-34,30,34,7102,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_35_39,f,35-39,35,39,6185,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_40_44,f,40-44,40,44,5576,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_45_49,f,45-49,45,49,5861,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_50_54,f,50-54,50,54,6650,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_55_59,f,55-59,55,59,6975,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_60_64,f,60-64,60,64,6989,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_65_69,f,65-69,65,69,5639,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_70_74,f,70-74,70,74,4209,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_75_79,f,75-79,75,79,3086,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_80_84,f,80-84,80,84,2059,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,F_85PLUS,f,85+,85,,309,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_00_04,m,0-4,0,4,3962,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_00_09,m,0-9,0,9,4923,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_10_14,m,10-14,10,14,5456,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_15_19,m,15-19,15,19,5949,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_20_24,m,20-24,20,24,6718,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_25_29,m,25-29,25,29,7438,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_30_34,m,30-34,30,34,7110,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_35_39,m,35-39,35,39,6412,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_40_44,m,40-44,40,44,5880,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_45_49,m,45-49,45,49,5650,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_50_54,m,50-54,50,54,6185,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_55_59,m,55-59,55,59,6902,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_60_64,m,60-64,60,64,6713,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_65_69,m,65-69,65,69,5343,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_70_74,m,70-74,70,74,3760,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_75_79,m,75-79,75,79,2847,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_80_84,m,80-84,80,84,1684,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,M_85PLUS,m,85+,85,,636,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_00_04,all,0-4,0,4,7703,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_05_09,all,5-9,5,9,9834,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_10_14,all,10-14,10,14,10683,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_15_19,all,15-19,15,19,11690,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_20_24,all,20-24,20,24,13720,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_25_29,all,25-29,25,29,15120,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_30_34,all,30-34,30,34,14212,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_35_39,all,35-39,35,39,12597,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_40_44,all,40-44,40,44,11456,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_45_49,all,45-49,45,49,11511,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_50_54,all,50-54,50,54,12835,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_55_59,all,55-59,55,59,13877,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_60_64,all,60-64,60,64,13702,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_65_69,all,65-69,65,69,10982,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_70_74,all,70-74,70,74,7969,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_75_79,all,75-79,75,79,5933,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_80_84,all,80-84,80,84,3743,2021,UNFPA,UNFPA +ALB,Albania,AL12,Vlorë,T_85PLUS,all,85+,85,,945,2021,UNFPA,UNFPA +AGO,Angola,AO01,Bengo,F_TL,f,all,,,255477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_TL,m,all,,,259042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_TL,all,all,,,514519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_00_04,f,0-4,0,4,44897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_05_09,f,5-9,5,9,37815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_10_14,f,10-14,10,14,31046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_15_19,f,15-19,15,19,24538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_20_24,f,20-24,20,24,20242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_25_29,f,25-29,25,29,17002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_30_34,f,30-34,30,34,15151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_35_39,f,35-39,35,39,12655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_40_44,f,40-44,40,44,9769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_45_49,f,45-49,45,49,8680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_50_54,f,50-54,50,54,8399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_55_59,f,55-59,55,59,8141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_60_64,f,60-64,60,64,6146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_65_69,f,65-69,65,69,4706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_70_74,f,70-74,70,74,2928,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_75_79,f,75-79,75,79,1909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,F_80PLUS,f,80+,80,,1453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_00_04,m,0-4,0,4,46911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_05_09,m,5-9,5,9,39240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_10_14,m,10-14,10,14,33221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_15_19,m,15-19,15,19,26356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_20_24,m,20-24,20,24,22804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_25_29,m,25-29,25,29,17595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_30_34,m,30-34,30,34,14862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_35_39,m,35-39,35,39,12340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_40_44,m,40-44,40,44,9620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_45_49,m,45-49,45,49,8157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_50_54,m,50-54,50,54,7444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_55_59,m,55-59,55,59,7497,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_60_64,m,60-64,60,64,5557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_65_69,m,65-69,65,69,3661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_70_74,m,70-74,70,74,1929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_75_79,m,75-79,75,79,1051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,M_80PLUS,m,80+,80,,797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_00_04,all,0-4,0,4,91808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_05_09,all,5-9,5,9,77055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_10_14,all,10-14,10,14,64267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_15_19,all,15-19,15,19,50894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_20_24,all,20-24,20,24,43046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_25_29,all,25-29,25,29,34597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_30_34,all,30-34,30,34,30013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_35_39,all,35-39,35,39,24995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_40_44,all,40-44,40,44,19389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_45_49,all,45-49,45,49,16837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_50_54,all,50-54,50,54,15843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_55_59,all,55-59,55,59,15638,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_60_64,all,60-64,60,64,11703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_65_69,all,65-69,65,69,8367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_70_74,all,70-74,70,74,4857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_75_79,all,75-79,75,79,2960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,T_80PLUS,all,80+,80,,2250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_TL,f,all,,,1681857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_TL,m,all,,,1537324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_TL,all,all,,,3219181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_00_04,f,0-4,0,4,293616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_05_09,f,5-9,5,9,252346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_10_14,f,10-14,10,14,221142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_15_19,f,15-19,15,19,183965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_20_24,f,20-24,20,24,134211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_25_29,f,25-29,25,29,106957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_30_34,f,30-34,30,34,87037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_35_39,f,35-39,35,39,85068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_40_44,f,40-44,40,44,76134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_45_49,f,45-49,45,49,67516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_50_54,f,50-54,50,54,53436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_55_59,f,55-59,55,59,40363,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_60_64,f,60-64,60,64,30410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_65_69,f,65-69,65,69,22018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_70_74,f,70-74,70,74,13474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_75_79,f,75-79,75,79,8065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,F_80PLUS,f,80+,80,,6099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_00_04,m,0-4,0,4,297674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_05_09,m,5-9,5,9,252681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_10_14,m,10-14,10,14,213964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_15_19,m,15-19,15,19,174734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_20_24,m,20-24,20,24,125513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_25_29,m,25-29,25,29,94908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_30_34,m,30-34,30,34,72937,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_35_39,m,35-39,35,39,64179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_40_44,m,40-44,40,44,56793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_45_49,m,45-49,45,49,50878,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_50_54,m,50-54,50,54,42241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_55_59,m,55-59,55,59,32813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_60_64,m,60-64,60,64,24130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_65_69,m,65-69,65,69,16378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_70_74,m,70-74,70,74,8832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_75_79,m,75-79,75,79,4924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,M_80PLUS,m,80+,80,,3745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_00_04,all,0-4,0,4,591290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_05_09,all,5-9,5,9,505027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_10_14,all,10-14,10,14,435106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_15_19,all,15-19,15,19,358699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_20_24,all,20-24,20,24,259724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_25_29,all,25-29,25,29,201865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_30_34,all,30-34,30,34,159974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_35_39,all,35-39,35,39,149247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_40_44,all,40-44,40,44,132927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_45_49,all,45-49,45,49,118394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_50_54,all,50-54,50,54,95677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_55_59,all,55-59,55,59,73176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_60_64,all,60-64,60,64,54540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_65_69,all,65-69,65,69,38396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_70_74,all,70-74,70,74,22306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_75_79,all,75-79,75,79,12989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,T_80PLUS,all,80+,80,,9844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_TL,f,all,,,1091349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_TL,m,all,,,1008123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_TL,all,all,,,2099472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_00_04,f,0-4,0,4,212935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_05_09,f,5-9,5,9,178829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_10_14,f,10-14,10,14,138048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_15_19,f,15-19,15,19,119425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_20_24,f,20-24,20,24,92425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_25_29,f,25-29,25,29,71955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_30_34,f,30-34,30,34,55926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_35_39,f,35-39,35,39,48135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_40_44,f,40-44,40,44,40212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_45_49,f,45-49,45,49,40525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_50_54,f,50-54,50,54,29419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_55_59,f,55-59,55,59,22714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_60_64,f,60-64,60,64,16605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_65_69,f,65-69,65,69,10926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_70_74,f,70-74,70,74,6491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_75_79,f,75-79,75,79,4002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,F_80PLUS,f,80+,80,,2777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_00_04,m,0-4,0,4,215114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_05_09,m,5-9,5,9,179735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_10_14,m,10-14,10,14,138422,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_15_19,m,15-19,15,19,111051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_20_24,m,20-24,20,24,83450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_25_29,m,25-29,25,29,62164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_30_34,m,30-34,30,34,44674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_35_39,m,35-39,35,39,34738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_40_44,m,40-44,40,44,30456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_45_49,m,45-49,45,49,31425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_50_54,m,50-54,50,54,25731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_55_59,m,55-59,55,59,18839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_60_64,m,60-64,60,64,13888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_65_69,m,65-69,65,69,8804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_70_74,m,70-74,70,74,4767,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_75_79,m,75-79,75,79,2815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,M_80PLUS,m,80+,80,,2050,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_00_04,all,0-4,0,4,428049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_05_09,all,5-9,5,9,358564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_10_14,all,10-14,10,14,276470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_15_19,all,15-19,15,19,230476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_20_24,all,20-24,20,24,175875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_25_29,all,25-29,25,29,134119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_30_34,all,30-34,30,34,100600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_35_39,all,35-39,35,39,82873,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_40_44,all,40-44,40,44,70668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_45_49,all,45-49,45,49,71950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_50_54,all,50-54,50,54,55150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_55_59,all,55-59,55,59,41553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_60_64,all,60-64,60,64,30493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_65_69,all,65-69,65,69,19730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_70_74,all,70-74,70,74,11258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_75_79,all,75-79,75,79,6817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,T_80PLUS,all,80+,80,,4827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_TL,f,all,,,516106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_TL,m,all,,,516961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_TL,all,all,,,1033067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_00_04,f,0-4,0,4,82804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_05_09,f,5-9,5,9,72424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_10_14,f,10-14,10,14,69147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_15_19,f,15-19,15,19,59673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_20_24,f,20-24,20,24,49606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_25_29,f,25-29,25,29,42987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_30_34,f,30-34,30,34,38550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_35_39,f,35-39,35,39,26566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_40_44,f,40-44,40,44,21622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_45_49,f,45-49,45,49,15586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_50_54,f,50-54,50,54,11543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_55_59,f,55-59,55,59,9371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_60_64,f,60-64,60,64,6207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_65_69,f,65-69,65,69,4329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_70_74,f,70-74,70,74,2475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_75_79,f,75-79,75,79,1879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,F_80PLUS,f,80+,80,,1337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_00_04,m,0-4,0,4,86160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_05_09,m,5-9,5,9,71859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_10_14,m,10-14,10,14,65785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_15_19,m,15-19,15,19,54576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_20_24,m,20-24,20,24,45020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_25_29,m,25-29,25,29,42137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_30_34,m,30-34,30,34,41718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_35_39,m,35-39,35,39,31869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_40_44,m,40-44,40,44,25331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_45_49,m,45-49,45,49,18166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_50_54,m,50-54,50,54,12135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_55_59,m,55-59,55,59,9392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_60_64,m,60-64,60,64,5682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_65_69,m,65-69,65,69,3557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_70_74,m,70-74,70,74,1636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_75_79,m,75-79,75,79,1214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,M_80PLUS,m,80+,80,,724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_00_04,all,0-4,0,4,168964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_05_09,all,5-9,5,9,144283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_10_14,all,10-14,10,14,134932,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_15_19,all,15-19,15,19,114249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_20_24,all,20-24,20,24,94626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_25_29,all,25-29,25,29,85124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_30_34,all,30-34,30,34,80268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_35_39,all,35-39,35,39,58435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_40_44,all,40-44,40,44,46953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_45_49,all,45-49,45,49,33752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_50_54,all,50-54,50,54,23678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_55_59,all,55-59,55,59,18763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_60_64,all,60-64,60,64,11889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_65_69,all,65-69,65,69,7886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_70_74,all,70-74,70,74,4111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_75_79,all,75-79,75,79,3093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,T_80PLUS,all,80+,80,,2061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_TL,f,all,,,390778,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_TL,m,all,,,379617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_TL,all,all,,,770395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_00_04,f,0-4,0,4,70109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_05_09,f,5-9,5,9,57399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_10_14,f,10-14,10,14,48902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_15_19,f,15-19,15,19,44985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_20_24,f,20-24,20,24,38265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_25_29,f,25-29,25,29,28451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_30_34,f,30-34,30,34,21379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_35_39,f,35-39,35,39,17968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_40_44,f,40-44,40,44,15065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_45_49,f,45-49,45,49,12586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_50_54,f,50-54,50,54,10670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_55_59,f,55-59,55,59,7427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_60_64,f,60-64,60,64,6415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_65_69,f,65-69,65,69,4222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_70_74,f,70-74,70,74,3499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_75_79,f,75-79,75,79,1721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,F_80PLUS,f,80+,80,,1715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_00_04,m,0-4,0,4,71012,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_05_09,m,5-9,5,9,57176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_10_14,m,10-14,10,14,49563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_15_19,m,15-19,15,19,43314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_20_24,m,20-24,20,24,36741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_25_29,m,25-29,25,29,26499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_30_34,m,30-34,30,34,19845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_35_39,m,35-39,35,39,16090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_40_44,m,40-44,40,44,13564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_45_49,m,45-49,45,49,11193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_50_54,m,50-54,50,54,10324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_55_59,m,55-59,55,59,7795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_60_64,m,60-64,60,64,6756,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_65_69,m,65-69,65,69,3877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_70_74,m,70-74,70,74,2889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_75_79,m,75-79,75,79,1446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,M_80PLUS,m,80+,80,,1533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_00_04,all,0-4,0,4,141121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_05_09,all,5-9,5,9,114575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_10_14,all,10-14,10,14,98465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_15_19,all,15-19,15,19,88299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_20_24,all,20-24,20,24,75006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_25_29,all,25-29,25,29,54950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_30_34,all,30-34,30,34,41224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_35_39,all,35-39,35,39,34058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_40_44,all,40-44,40,44,28629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_45_49,all,45-49,45,49,23779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_50_54,all,50-54,50,54,20994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_55_59,all,55-59,55,59,15222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_60_64,all,60-64,60,64,13171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_65_69,all,65-69,65,69,8099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_70_74,all,70-74,70,74,6388,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_75_79,all,75-79,75,79,3167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,T_80PLUS,all,80+,80,,3248,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_TL,f,all,,,323338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_TL,m,all,,,316329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_TL,all,all,,,639667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_00_04,f,0-4,0,4,58788,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_05_09,f,5-9,5,9,50488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_10_14,f,10-14,10,14,40446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_15_19,f,15-19,15,19,31199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_20_24,f,20-24,20,24,24763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_25_29,f,25-29,25,29,20060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_30_34,f,30-34,30,34,17045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_35_39,f,35-39,35,39,15646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_40_44,f,40-44,40,44,13511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_45_49,f,45-49,45,49,12514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_50_54,f,50-54,50,54,10778,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_55_59,f,55-59,55,59,8790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_60_64,f,60-64,60,64,7030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_65_69,f,65-69,65,69,5180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_70_74,f,70-74,70,74,3658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_75_79,f,75-79,75,79,2120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,F_80PLUS,f,80+,80,,1322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_00_04,m,0-4,0,4,60053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_05_09,m,5-9,5,9,51975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_10_14,m,10-14,10,14,44529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_15_19,m,15-19,15,19,34915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_20_24,m,20-24,20,24,26107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_25_29,m,25-29,25,29,20978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_30_34,m,30-34,30,34,15592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_35_39,m,35-39,35,39,13203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_40_44,m,40-44,40,44,10905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_45_49,m,45-49,45,49,10049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_50_54,m,50-54,50,54,8136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_55_59,m,55-59,55,59,7281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_60_64,m,60-64,60,64,5370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_65_69,m,65-69,65,69,3624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_70_74,m,70-74,70,74,1869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_75_79,m,75-79,75,79,1066,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,M_80PLUS,m,80+,80,,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_00_04,all,0-4,0,4,118841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_05_09,all,5-9,5,9,102463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_10_14,all,10-14,10,14,84975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_15_19,all,15-19,15,19,66114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_20_24,all,20-24,20,24,50870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_25_29,all,25-29,25,29,41038,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_30_34,all,30-34,30,34,32637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_35_39,all,35-39,35,39,28849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_40_44,all,40-44,40,44,24416,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_45_49,all,45-49,45,49,22563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_50_54,all,50-54,50,54,18914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_55_59,all,55-59,55,59,16071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_60_64,all,60-64,60,64,12400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_65_69,all,65-69,65,69,8804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_70_74,all,70-74,70,74,5527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_75_79,all,75-79,75,79,3186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,T_80PLUS,all,80+,80,,1999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_TL,f,all,,,1394745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_TL,m,all,,,1320201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_TL,all,all,,,2714946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_00_04,f,0-4,0,4,264277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_05_09,f,5-9,5,9,211436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_10_14,f,10-14,10,14,168299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_15_19,f,15-19,15,19,151093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_20_24,f,20-24,20,24,109656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_25_29,f,25-29,25,29,81031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_30_34,f,30-34,30,34,70569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_35_39,f,35-39,35,39,69897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_40_44,f,40-44,40,44,60611,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_45_49,f,45-49,45,49,52557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_50_54,f,50-54,50,54,44804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_55_59,f,55-59,55,59,35398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_60_64,f,60-64,60,64,28087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_65_69,f,65-69,65,69,19046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_70_74,f,70-74,70,74,13331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_75_79,f,75-79,75,79,7674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,F_80PLUS,f,80+,80,,6979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_00_04,m,0-4,0,4,267677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_05_09,m,5-9,5,9,218162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_10_14,m,10-14,10,14,182391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_15_19,m,15-19,15,19,151816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_20_24,m,20-24,20,24,106347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_25_29,m,25-29,25,29,71931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_30_34,m,30-34,30,34,59811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_35_39,m,35-39,35,39,55269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_40_44,m,40-44,40,44,46836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_45_49,m,45-49,45,49,41752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_50_54,m,50-54,50,54,33673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_55_59,m,55-59,55,59,29816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_60_64,m,60-64,60,64,22286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_65_69,m,65-69,65,69,14237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_70_74,m,70-74,70,74,8926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_75_79,m,75-79,75,79,5265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,M_80PLUS,m,80+,80,,4006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_00_04,all,0-4,0,4,531954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_05_09,all,5-9,5,9,429598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_10_14,all,10-14,10,14,350690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_15_19,all,15-19,15,19,302909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_20_24,all,20-24,20,24,216003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_25_29,all,25-29,25,29,152962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_30_34,all,30-34,30,34,130380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_35_39,all,35-39,35,39,125166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_40_44,all,40-44,40,44,107447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_45_49,all,45-49,45,49,94309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_50_54,all,50-54,50,54,78477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_55_59,all,55-59,55,59,65214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_60_64,all,60-64,60,64,50373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_65_69,all,65-69,65,69,33283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_70_74,all,70-74,70,74,22257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_75_79,all,75-79,75,79,12939,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,T_80PLUS,all,80+,80,,10985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_TL,f,all,,,754790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_TL,m,all,,,673590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_TL,all,all,,,1428380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_00_04,f,0-4,0,4,137357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_05_09,f,5-9,5,9,105680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_10_14,f,10-14,10,14,96490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_15_19,f,15-19,15,19,81654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_20_24,f,20-24,20,24,67112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_25_29,f,25-29,25,29,53293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_30_34,f,30-34,30,34,45446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_35_39,f,35-39,35,39,34105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_40_44,f,40-44,40,44,29982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_45_49,f,45-49,45,49,23996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_50_54,f,50-54,50,54,20097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_55_59,f,55-59,55,59,14715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_60_64,f,60-64,60,64,13574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_65_69,f,65-69,65,69,10558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_70_74,f,70-74,70,74,8198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_75_79,f,75-79,75,79,6098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,F_80PLUS,f,80+,80,,6435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_00_04,m,0-4,0,4,137260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_05_09,m,5-9,5,9,105952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_10_14,m,10-14,10,14,94790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_15_19,m,15-19,15,19,78217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_20_24,m,20-24,20,24,58494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_25_29,m,25-29,25,29,41600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_30_34,m,30-34,30,34,34511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_35_39,m,35-39,35,39,25167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_40_44,m,40-44,40,44,21571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_45_49,m,45-49,45,49,17904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_50_54,m,50-54,50,54,17299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_55_59,m,55-59,55,59,11656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_60_64,m,60-64,60,64,10090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_65_69,m,65-69,65,69,7130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_70_74,m,70-74,70,74,5316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_75_79,m,75-79,75,79,3300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,M_80PLUS,m,80+,80,,3333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_00_04,all,0-4,0,4,274617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_05_09,all,5-9,5,9,211632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_10_14,all,10-14,10,14,191280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_15_19,all,15-19,15,19,159871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_20_24,all,20-24,20,24,125606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_25_29,all,25-29,25,29,94893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_30_34,all,30-34,30,34,79957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_35_39,all,35-39,35,39,59272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_40_44,all,40-44,40,44,51553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_45_49,all,45-49,45,49,41900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_50_54,all,50-54,50,54,37396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_55_59,all,55-59,55,59,26371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_60_64,all,60-64,60,64,23664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_65_69,all,65-69,65,69,17688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_70_74,all,70-74,70,74,13514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_75_79,all,75-79,75,79,9398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,T_80PLUS,all,80+,80,,9768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_TL,f,all,,,1517848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_TL,m,all,,,1395730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_TL,all,all,,,2913578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_00_04,f,0-4,0,4,295542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_05_09,f,5-9,5,9,246301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_10_14,f,10-14,10,14,200247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_15_19,f,15-19,15,19,173384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_20_24,f,20-24,20,24,119559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_25_29,f,25-29,25,29,83842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_30_34,f,30-34,30,34,68267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_35_39,f,35-39,35,39,71067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_40_44,f,40-44,40,44,58419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_45_49,f,45-49,45,49,54724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_50_54,f,50-54,50,54,41738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_55_59,f,55-59,55,59,35886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_60_64,f,60-64,60,64,25905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_65_69,f,65-69,65,69,18561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_70_74,f,70-74,70,74,11383,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_75_79,f,75-79,75,79,7729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,F_80PLUS,f,80+,80,,5294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_00_04,m,0-4,0,4,299143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_05_09,m,5-9,5,9,246658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_10_14,m,10-14,10,14,198834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_15_19,m,15-19,15,19,165371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_20_24,m,20-24,20,24,113108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_25_29,m,25-29,25,29,73331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_30_34,m,30-34,30,34,53569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_35_39,m,35-39,35,39,52680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_40_44,m,40-44,40,44,46241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_45_49,m,45-49,45,49,41558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_50_54,m,50-54,50,54,33001,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_55_59,m,55-59,55,59,25533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_60_64,m,60-64,60,64,18396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_65_69,m,65-69,65,69,13382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_70_74,m,70-74,70,74,7160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_75_79,m,75-79,75,79,4608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,M_80PLUS,m,80+,80,,3157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_00_04,all,0-4,0,4,594685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_05_09,all,5-9,5,9,492959,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_10_14,all,10-14,10,14,399081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_15_19,all,15-19,15,19,338755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_20_24,all,20-24,20,24,232667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_25_29,all,25-29,25,29,157173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_30_34,all,30-34,30,34,121836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_35_39,all,35-39,35,39,123747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_40_44,all,40-44,40,44,104660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_45_49,all,45-49,45,49,96282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_50_54,all,50-54,50,54,74739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_55_59,all,55-59,55,59,61419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_60_64,all,60-64,60,64,44301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_65_69,all,65-69,65,69,31943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_70_74,all,70-74,70,74,18543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_75_79,all,75-79,75,79,12337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,T_80PLUS,all,80+,80,,8451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_TL,f,all,,,1874314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_TL,m,all,,,1728670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_TL,all,all,,,3602984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_00_04,f,0-4,0,4,347240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_05_09,f,5-9,5,9,287275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_10_14,f,10-14,10,14,251712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_15_19,f,15-19,15,19,198905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_20_24,f,20-24,20,24,158174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_25_29,f,25-29,25,29,121754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_30_34,f,30-34,30,34,103451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_35_39,f,35-39,35,39,91082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_40_44,f,40-44,40,44,75872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_45_49,f,45-49,45,49,63930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_50_54,f,50-54,50,54,50228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_55_59,f,55-59,55,59,38802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_60_64,f,60-64,60,64,30341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_65_69,f,65-69,65,69,22591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_70_74,f,70-74,70,74,14914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_75_79,f,75-79,75,79,9556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,F_80PLUS,f,80+,80,,8487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_00_04,m,0-4,0,4,349118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_05_09,m,5-9,5,9,290136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_10_14,m,10-14,10,14,252178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_15_19,m,15-19,15,19,186747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_20_24,m,20-24,20,24,139142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_25_29,m,25-29,25,29,100039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_30_34,m,30-34,30,34,80804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_35_39,m,35-39,35,39,72052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_40_44,m,40-44,40,44,60642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_45_49,m,45-49,45,49,52438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_50_54,m,50-54,50,54,44703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_55_59,m,55-59,55,59,33380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_60_64,m,60-64,60,64,26238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_65_69,m,65-69,65,69,17900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_70_74,m,70-74,70,74,10755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_75_79,m,75-79,75,79,6594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,M_80PLUS,m,80+,80,,5804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_00_04,all,0-4,0,4,696358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_05_09,all,5-9,5,9,577411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_10_14,all,10-14,10,14,503890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_15_19,all,15-19,15,19,385652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_20_24,all,20-24,20,24,297316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_25_29,all,25-29,25,29,221793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_30_34,all,30-34,30,34,184255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_35_39,all,35-39,35,39,163134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_40_44,all,40-44,40,44,136514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_45_49,all,45-49,45,49,116368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_50_54,all,50-54,50,54,94931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_55_59,all,55-59,55,59,72182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_60_64,all,60-64,60,64,56579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_65_69,all,65-69,65,69,40491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_70_74,all,70-74,70,74,25669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_75_79,all,75-79,75,79,16150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,T_80PLUS,all,80+,80,,14291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_TL,f,all,,,5071826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_TL,m,all,,,4948157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_TL,all,all,,,10019983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_00_04,f,0-4,0,4,727442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_05_09,f,5-9,5,9,723564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_10_14,f,10-14,10,14,733752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_15_19,f,15-19,15,19,603800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_20_24,f,20-24,20,24,485179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_25_29,f,25-29,25,29,408885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_30_34,f,30-34,30,34,365656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_35_39,f,35-39,35,39,286121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_40_44,f,40-44,40,44,219963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_45_49,f,45-49,45,49,161975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_50_54,f,50-54,50,54,118727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_55_59,f,55-59,55,59,87667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_60_64,f,60-64,60,64,58143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_65_69,f,65-69,65,69,38140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_70_74,f,70-74,70,74,23262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_75_79,f,75-79,75,79,16047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,F_80PLUS,f,80+,80,,13503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_00_04,m,0-4,0,4,745696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_05_09,m,5-9,5,9,716538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_10_14,m,10-14,10,14,672897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_15_19,m,15-19,15,19,562060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_20_24,m,20-24,20,24,473974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_25_29,m,25-29,25,29,406732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_30_34,m,30-34,30,34,354091,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_35_39,m,35-39,35,39,280909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_40_44,m,40-44,40,44,223866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_45_49,m,45-49,45,49,177331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_50_54,m,50-54,50,54,124279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_55_59,m,55-59,55,59,96863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_60_64,m,60-64,60,64,55082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_65_69,m,65-69,65,69,30164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_70_74,m,70-74,70,74,13636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_75_79,m,75-79,75,79,8035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,M_80PLUS,m,80+,80,,6004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_00_04,all,0-4,0,4,1473138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_05_09,all,5-9,5,9,1440102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_10_14,all,10-14,10,14,1406649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_15_19,all,15-19,15,19,1165860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_20_24,all,20-24,20,24,959153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_25_29,all,25-29,25,29,815617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_30_34,all,30-34,30,34,719747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_35_39,all,35-39,35,39,567030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_40_44,all,40-44,40,44,443829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_45_49,all,45-49,45,49,339306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_50_54,all,50-54,50,54,243006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_55_59,all,55-59,55,59,184530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_60_64,all,60-64,60,64,113225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_65_69,all,65-69,65,69,68304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_70_74,all,70-74,70,74,36898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_75_79,all,75-79,75,79,24082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,T_80PLUS,all,80+,80,,19507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_TL,f,all,,,599354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_TL,m,all,,,645055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_TL,all,all,,,1244409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_00_04,f,0-4,0,4,113615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_05_09,f,5-9,5,9,87897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_10_14,f,10-14,10,14,67015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_15_19,f,15-19,15,19,55406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_20_24,f,20-24,20,24,49077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_25_29,f,25-29,25,29,44946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_30_34,f,30-34,30,34,40032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_35_39,f,35-39,35,39,34400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_40_44,f,40-44,40,44,30048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_45_49,f,45-49,45,49,23177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_50_54,f,50-54,50,54,17738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_55_59,f,55-59,55,59,12828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_60_64,f,60-64,60,64,9451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_65_69,f,65-69,65,69,6134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_70_74,f,70-74,70,74,3946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_75_79,f,75-79,75,79,2252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,F_80PLUS,f,80+,80,,1392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_00_04,m,0-4,0,4,115445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_05_09,m,5-9,5,9,88892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_10_14,m,10-14,10,14,67730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_15_19,m,15-19,15,19,54904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_20_24,m,20-24,20,24,47656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_25_29,m,25-29,25,29,46384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_30_34,m,30-34,30,34,45239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_35_39,m,35-39,35,39,44353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_40_44,m,40-44,40,44,39916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_45_49,m,45-49,45,49,32735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_50_54,m,50-54,50,54,22599,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_55_59,m,55-59,55,59,15295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_60_64,m,60-64,60,64,10925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_65_69,m,65-69,65,69,6209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_70_74,m,70-74,70,74,3743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_75_79,m,75-79,75,79,1682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,M_80PLUS,m,80+,80,,1348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_00_04,all,0-4,0,4,229060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_05_09,all,5-9,5,9,176789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_10_14,all,10-14,10,14,134745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_15_19,all,15-19,15,19,110310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_20_24,all,20-24,20,24,96733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_25_29,all,25-29,25,29,91330,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_30_34,all,30-34,30,34,85271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_35_39,all,35-39,35,39,78753,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_40_44,all,40-44,40,44,69964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_45_49,all,45-49,45,49,55912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_50_54,all,50-54,50,54,40337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_55_59,all,55-59,55,59,28123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_60_64,all,60-64,60,64,20376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_65_69,all,65-69,65,69,12343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_70_74,all,70-74,70,74,7689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_75_79,all,75-79,75,79,3934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,T_80PLUS,all,80+,80,,2740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_TL,f,all,,,388716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_TL,m,all,,,386853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_TL,all,all,,,775569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_00_04,f,0-4,0,4,74177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_05_09,f,5-9,5,9,63524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_10_14,f,10-14,10,14,49649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_15_19,f,15-19,15,19,40958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_20_24,f,20-24,20,24,30343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_25_29,f,25-29,25,29,26719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_30_34,f,30-34,30,34,24222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_35_39,f,35-39,35,39,19609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_40_44,f,40-44,40,44,16170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_45_49,f,45-49,45,49,12927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_50_54,f,50-54,50,54,9389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_55_59,f,55-59,55,59,6835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_60_64,f,60-64,60,64,5619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_65_69,f,65-69,65,69,3699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_70_74,f,70-74,70,74,2457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_75_79,f,75-79,75,79,1307,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,F_80PLUS,f,80+,80,,1112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_00_04,m,0-4,0,4,74394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_05_09,m,5-9,5,9,63695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_10_14,m,10-14,10,14,48708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_15_19,m,15-19,15,19,40966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_20_24,m,20-24,20,24,29758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_25_29,m,25-29,25,29,24567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_30_34,m,30-34,30,34,20996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_35_39,m,35-39,35,39,20124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_40_44,m,40-44,40,44,17071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_45_49,m,45-49,45,49,15065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_50_54,m,50-54,50,54,10697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_55_59,m,55-59,55,59,7494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_60_64,m,60-64,60,64,5877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_65_69,m,65-69,65,69,3252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_70_74,m,70-74,70,74,2228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_75_79,m,75-79,75,79,1079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,M_80PLUS,m,80+,80,,882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_00_04,all,0-4,0,4,148571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_05_09,all,5-9,5,9,127219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_10_14,all,10-14,10,14,98357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_15_19,all,15-19,15,19,81924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_20_24,all,20-24,20,24,60101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_25_29,all,25-29,25,29,51286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_30_34,all,30-34,30,34,45218,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_35_39,all,35-39,35,39,39733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_40_44,all,40-44,40,44,33241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_45_49,all,45-49,45,49,27992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_50_54,all,50-54,50,54,20086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_55_59,all,55-59,55,59,14329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_60_64,all,60-64,60,64,11496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_65_69,all,65-69,65,69,6951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_70_74,all,70-74,70,74,4685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_75_79,all,75-79,75,79,2386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,T_80PLUS,all,80+,80,,1994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_TL,f,all,,,724337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_TL,m,all,,,698674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_TL,all,all,,,1423011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_00_04,f,0-4,0,4,138642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_05_09,f,5-9,5,9,117935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_10_14,f,10-14,10,14,89762,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_15_19,f,15-19,15,19,69441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_20_24,f,20-24,20,24,58419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_25_29,f,25-29,25,29,47025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_30_34,f,30-34,30,34,37400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_35_39,f,35-39,35,39,34411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_40_44,f,40-44,40,44,29452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_45_49,f,45-49,45,49,23811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_50_54,f,50-54,50,54,23647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_55_59,f,55-59,55,59,17249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_60_64,f,60-64,60,64,14480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_65_69,f,65-69,65,69,9787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_70_74,f,70-74,70,74,6577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_75_79,f,75-79,75,79,3539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,F_80PLUS,f,80+,80,,2760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_00_04,m,0-4,0,4,141069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_05_09,m,5-9,5,9,121565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_10_14,m,10-14,10,14,95147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_15_19,m,15-19,15,19,69131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_20_24,m,20-24,20,24,55457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_25_29,m,25-29,25,29,42802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_30_34,m,30-34,30,34,33761,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_35_39,m,35-39,35,39,28785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_40_44,m,40-44,40,44,24210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_45_49,m,45-49,45,49,21392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_50_54,m,50-54,50,54,18938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_55_59,m,55-59,55,59,14658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_60_64,m,60-64,60,64,12342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_65_69,m,65-69,65,69,7981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_70_74,m,70-74,70,74,5723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_75_79,m,75-79,75,79,3025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,M_80PLUS,m,80+,80,,2688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_00_04,all,0-4,0,4,279711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_05_09,all,5-9,5,9,239500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_10_14,all,10-14,10,14,184909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_15_19,all,15-19,15,19,138572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_20_24,all,20-24,20,24,113876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_25_29,all,25-29,25,29,89827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_30_34,all,30-34,30,34,71161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_35_39,all,35-39,35,39,63196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_40_44,all,40-44,40,44,53662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_45_49,all,45-49,45,49,45203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_50_54,all,50-54,50,54,42585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_55_59,all,55-59,55,59,31907,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_60_64,all,60-64,60,64,26822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_65_69,all,65-69,65,69,17768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_70_74,all,70-74,70,74,12300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_75_79,all,75-79,75,79,6564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,T_80PLUS,all,80+,80,,5448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_TL,f,all,,,556428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_TL,m,all,,,537940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_TL,all,all,,,1094368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_00_04,f,0-4,0,4,107517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_05_09,f,5-9,5,9,91900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_10_14,f,10-14,10,14,72663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_15_19,f,15-19,15,19,56668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_20_24,f,20-24,20,24,44693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_25_29,f,25-29,25,29,35040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_30_34,f,30-34,30,34,32013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_35_39,f,35-39,35,39,25251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_40_44,f,40-44,40,44,21020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_45_49,f,45-49,45,49,18125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_50_54,f,50-54,50,54,14243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_55_59,f,55-59,55,59,10730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_60_64,f,60-64,60,64,9890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_65_69,f,65-69,65,69,6806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_70_74,f,70-74,70,74,4831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_75_79,f,75-79,75,79,2766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,F_80PLUS,f,80+,80,,2272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_00_04,m,0-4,0,4,109472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_05_09,m,5-9,5,9,93536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_10_14,m,10-14,10,14,73543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_15_19,m,15-19,15,19,56231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_20_24,m,20-24,20,24,43469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_25_29,m,25-29,25,29,31730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_30_34,m,30-34,30,34,27589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_35_39,m,35-39,35,39,21552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_40_44,m,40-44,40,44,18047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_45_49,m,45-49,45,49,15872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_50_54,m,50-54,50,54,12792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_55_59,m,55-59,55,59,10099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_60_64,m,60-64,60,64,9446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_65_69,m,65-69,65,69,5971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_70_74,m,70-74,70,74,4225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_75_79,m,75-79,75,79,2251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,M_80PLUS,m,80+,80,,2115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_00_04,all,0-4,0,4,216989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_05_09,all,5-9,5,9,185436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_10_14,all,10-14,10,14,146206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_15_19,all,15-19,15,19,112899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_20_24,all,20-24,20,24,88162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_25_29,all,25-29,25,29,66770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_30_34,all,30-34,30,34,59602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_35_39,all,35-39,35,39,46803,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_40_44,all,40-44,40,44,39067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_45_49,all,45-49,45,49,33997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_50_54,all,50-54,50,54,27035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_55_59,all,55-59,55,59,20829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_60_64,all,60-64,60,64,19336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_65_69,all,65-69,65,69,12777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_70_74,all,70-74,70,74,9056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_75_79,all,75-79,75,79,5017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,T_80PLUS,all,80+,80,,4387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_TL,f,all,,,364644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_TL,m,all,,,349960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_TL,all,all,,,714604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_00_04,f,0-4,0,4,62426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_05_09,f,5-9,5,9,56259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_10_14,f,10-14,10,14,52893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_15_19,f,15-19,15,19,41927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_20_24,f,20-24,20,24,33897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_25_29,f,25-29,25,29,26402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_30_34,f,30-34,30,34,21277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_35_39,f,35-39,35,39,15943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_40_44,f,40-44,40,44,13485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_45_49,f,45-49,45,49,11824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_50_54,f,50-54,50,54,9116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_55_59,f,55-59,55,59,6487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_60_64,f,60-64,60,64,4169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_65_69,f,65-69,65,69,3326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_70_74,f,70-74,70,74,2011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_75_79,f,75-79,75,79,1588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,F_80PLUS,f,80+,80,,1614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_00_04,m,0-4,0,4,64109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_05_09,m,5-9,5,9,55694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_10_14,m,10-14,10,14,50820,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_15_19,m,15-19,15,19,42165,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_20_24,m,20-24,20,24,32018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_25_29,m,25-29,25,29,25148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_30_34,m,30-34,30,34,18737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_35_39,m,35-39,35,39,13734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_40_44,m,40-44,40,44,11392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_45_49,m,45-49,45,49,10279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_50_54,m,50-54,50,54,8775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_55_59,m,55-59,55,59,6628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_60_64,m,60-64,60,64,4473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_65_69,m,65-69,65,69,2655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_70_74,m,70-74,70,74,1399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_75_79,m,75-79,75,79,1008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,M_80PLUS,m,80+,80,,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_00_04,all,0-4,0,4,126535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_05_09,all,5-9,5,9,111953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_10_14,all,10-14,10,14,103713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_15_19,all,15-19,15,19,84092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_20_24,all,20-24,20,24,65915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_25_29,all,25-29,25,29,51550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_30_34,all,30-34,30,34,40014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_35_39,all,35-39,35,39,29677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_40_44,all,40-44,40,44,24877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_45_49,all,45-49,45,49,22103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_50_54,all,50-54,50,54,17891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_55_59,all,55-59,55,59,13115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_60_64,all,60-64,60,64,8642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_65_69,all,65-69,65,69,5981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_70_74,all,70-74,70,74,3410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_75_79,all,75-79,75,79,2596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,T_80PLUS,all,80+,80,,2540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_TL,f,all,,,1077450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_TL,m,all,,,1062220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_TL,all,all,,,2139670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_00_04,f,0-4,0,4,212482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_05_09,f,5-9,5,9,172137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_10_14,f,10-14,10,14,128680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_15_19,f,15-19,15,19,101320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_20_24,f,20-24,20,24,80785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_25_29,f,25-29,25,29,67139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_30_34,f,30-34,30,34,56660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_35_39,f,35-39,35,39,50952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_40_44,f,40-44,40,44,47326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_45_49,f,45-49,45,49,36988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_50_54,f,50-54,50,54,32567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_55_59,f,55-59,55,59,29178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_60_64,f,60-64,60,64,22474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_65_69,f,65-69,65,69,16501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_70_74,f,70-74,70,74,11398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_75_79,f,75-79,75,79,6229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,F_80PLUS,f,80+,80,,4634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_00_04,m,0-4,0,4,219558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_05_09,m,5-9,5,9,181978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_10_14,m,10-14,10,14,142819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_15_19,m,15-19,15,19,112911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_20_24,m,20-24,20,24,81160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_25_29,m,25-29,25,29,59921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_30_34,m,30-34,30,34,46161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_35_39,m,35-39,35,39,41677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_40_44,m,40-44,40,44,38233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_45_49,m,45-49,45,49,31084,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_50_54,m,50-54,50,54,26470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_55_59,m,55-59,55,59,26370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_60_64,m,60-64,60,64,20479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_65_69,m,65-69,65,69,15496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_70_74,m,70-74,70,74,9050,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_75_79,m,75-79,75,79,5161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,M_80PLUS,m,80+,80,,3692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_00_04,all,0-4,0,4,432040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_05_09,all,5-9,5,9,354115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_10_14,all,10-14,10,14,271499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_15_19,all,15-19,15,19,214231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_20_24,all,20-24,20,24,161945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_25_29,all,25-29,25,29,127060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_30_34,all,30-34,30,34,102821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_35_39,all,35-39,35,39,92629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_40_44,all,40-44,40,44,85559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_45_49,all,45-49,45,49,68072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_50_54,all,50-54,50,54,59037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_55_59,all,55-59,55,59,55548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_60_64,all,60-64,60,64,42953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_65_69,all,65-69,65,69,31997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_70_74,all,70-74,70,74,20448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_75_79,all,75-79,75,79,11390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,T_80PLUS,all,80+,80,,8326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_TL,f,all,,,424250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_TL,m,all,,,433321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_TL,all,all,,,857571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_00_04,f,0-4,0,4,71567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_05_09,f,5-9,5,9,59674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_10_14,f,10-14,10,14,55136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_15_19,f,15-19,15,19,42606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_20_24,f,20-24,20,24,36787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_25_29,f,25-29,25,29,33850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_30_34,f,30-34,30,34,30659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_35_39,f,35-39,35,39,22573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_40_44,f,40-44,40,44,16170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_45_49,f,45-49,45,49,12721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_50_54,f,50-54,50,54,11116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_55_59,f,55-59,55,59,9841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_60_64,f,60-64,60,64,7073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_65_69,f,65-69,65,69,5640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_70_74,f,70-74,70,74,3637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_75_79,f,75-79,75,79,2807,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,F_80PLUS,f,80+,80,,2393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_00_04,m,0-4,0,4,73906,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_05_09,m,5-9,5,9,61920,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_10_14,m,10-14,10,14,57870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_15_19,m,15-19,15,19,44723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_20_24,m,20-24,20,24,36879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_25_29,m,25-29,25,29,33277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_30_34,m,30-34,30,34,30568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_35_39,m,35-39,35,39,24702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_40_44,m,40-44,40,44,17863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_45_49,m,45-49,45,49,13625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_50_54,m,50-54,50,54,10588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_55_59,m,55-59,55,59,9658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_60_64,m,60-64,60,64,6581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_65_69,m,65-69,65,69,4861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_70_74,m,70-74,70,74,2603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_75_79,m,75-79,75,79,2208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,M_80PLUS,m,80+,80,,1489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_00_04,all,0-4,0,4,145473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_05_09,all,5-9,5,9,121594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_10_14,all,10-14,10,14,113006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_15_19,all,15-19,15,19,87329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_20_24,all,20-24,20,24,73666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_25_29,all,25-29,25,29,67127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_30_34,all,30-34,30,34,61227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_35_39,all,35-39,35,39,47275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_40_44,all,40-44,40,44,34033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_45_49,all,45-49,45,49,26346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_50_54,all,50-54,50,54,21704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_55_59,all,55-59,55,59,19499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_60_64,all,60-64,60,64,13654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_65_69,all,65-69,65,69,10501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_70_74,all,70-74,70,74,6240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_75_79,all,75-79,75,79,5015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,T_80PLUS,all,80+,80,,3882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_TL,f,all,,,1631341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_TL,m,all,,,1447495,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_TL,all,all,,,3078836,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_00_04,all,0-4,0,4,202276,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_05_09,all,5-9,5,9,201450,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_10_14,all,10-14,10,14,197620,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_15_19,all,15-19,15,19,195299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_20_24,all,20-24,20,24,191121,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_25_29,all,25-29,25,29,209628,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_30_34,all,30-34,30,34,227098,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_35_39,all,35-39,35,39,229265,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_40_44,all,40-44,40,44,223732,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_45_49,all,45-49,45,49,207663,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_50_54,all,50-54,50,54,173627,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_55_59,all,55-59,55,59,156995,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_60_64,all,60-64,60,64,152784,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_65_69,all,65-69,65,69,139588,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_70_74,all,70-74,70,74,122866,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_75_79,all,75-79,75,79,99037,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_80_84,all,80-84,80,84,70354,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_85_89,all,85-89,85,89,43248,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_90_94,all,90-94,90,94,24433,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_95_99,all,95-99,95,99,8839,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,T_100PLUS,all,100+,100,,1913,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_00_04,f,0-4,0,4,98150,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_05_09,f,5-9,5,9,97858,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_10_14,f,10-14,10,14,96149,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_15_19,f,15-19,15,19,95896,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_20_24,f,20-24,20,24,95623,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_25_29,f,25-29,25,29,106478,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_30_34,f,30-34,30,34,116252,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_35_39,f,35-39,35,39,117581,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_40_44,f,40-44,40,44,115282,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_45_49,f,45-49,45,49,108493,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_50_54,f,50-54,50,54,92453,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_55_59,f,55-59,55,59,85570,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_60_64,f,60-64,60,64,85773,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_65_69,f,65-69,65,69,80830,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_70_74,f,70-74,70,74,73736,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_75_79,f,75-79,75,79,62195,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_80_84,f,80-84,80,84,46610,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_85_89,f,85-89,85,89,30160,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_90_94,f,90-94,90,94,17980,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_95_99,f,95-99,95,99,6747,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,F_100PLUS,f,100+,100,,1525,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_00_04,m,0-4,0,4,104126,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_05_09,m,5-9,5,9,103592,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_10_14,m,10-14,10,14,101471,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_15_19,m,15-19,15,19,99403,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_20_24,m,20-24,20,24,95498,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_25_29,m,25-29,25,29,103150,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_30_34,m,30-34,30,34,110846,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_35_39,m,35-39,35,39,111684,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_40_44,m,40-44,40,44,108450,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_45_49,m,45-49,45,49,99170,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_50_54,m,50-54,50,54,81174,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_55_59,m,55-59,55,59,71425,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_60_64,m,60-64,60,64,67011,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_65_69,m,65-69,65,69,58758,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_70_74,m,70-74,70,74,49130,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_75_79,m,75-79,75,79,36842,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_80_84,m,80-84,80,84,23744,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_85_89,m,85-89,85,89,13088,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_90_94,m,90-94,90,94,6453,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_95_99,m,95-99,95,99,2092,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR002,Ciudad de Buenos Aires,M_00PLUS,m,00+,0,,388,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_TL,f,all,,,9016213,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_TL,m,all,,,8693385,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_TL,all,all,,,17709598,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_00_04,all,0-4,0,4,1406898,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_05_09,all,5-9,5,9,1456774,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_10_14,all,10-14,10,14,1409895,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_15_19,all,15-19,15,19,1323938,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_20_24,all,20-24,20,24,1289452,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_25_29,all,25-29,25,29,1316348,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_30_34,all,30-34,30,34,1311644,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_35_39,all,35-39,35,39,1222404,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_40_44,all,40-44,40,44,1208092,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_45_49,all,45-49,45,49,1086606,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_50_54,all,50-54,50,54,931505,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_55_59,all,55-59,55,59,844057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_60_64,all,60-64,60,64,762621,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_65_69,all,65-69,65,69,667302,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_70_74,all,70-74,70,74,555605,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_75_79,all,75-79,75,79,405310,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_80_84,all,80-84,80,84,264005,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_85_89,all,85-89,85,89,152788,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_90_94,all,90-94,90,94,69597,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_95_99,all,95-99,95,99,20869,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,T_100PLUS,all,100+,100,,3888,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_00_04,f,0-4,0,4,682560,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_05_09,f,5-9,5,9,707311,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_10_14,f,10-14,10,14,683554,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_15_19,f,15-19,15,19,645402,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_20_24,f,20-24,20,24,633528,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_25_29,f,25-29,25,29,652089,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_30_34,f,30-34,30,34,653641,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_35_39,f,35-39,35,39,612848,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_40_44,f,40-44,40,44,610617,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_45_49,f,45-49,45,49,552884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_50_54,f,50-54,50,54,478281,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_55_59,f,55-59,55,59,439690,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_60_64,f,60-64,60,64,403877,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_65_69,f,65-69,65,69,363531,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_70_74,f,70-74,70,74,313550,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_75_79,f,75-79,75,79,240448,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_80_84,f,80-84,80,84,167512,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_85_89,f,85-89,85,89,104156,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_90_94,f,90-94,90,94,51233,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_95_99,f,95-99,95,99,16307,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,F_100PLUS,f,100+,100,,3194,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_00_04,m,0-4,0,4,724338,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_05_09,m,5-9,5,9,749463,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_10_14,m,10-14,10,14,726341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_15_19,m,15-19,15,19,678536,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_20_24,m,20-24,20,24,655924,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_25_29,m,25-29,25,29,664259,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_30_34,m,30-34,30,34,658003,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_35_39,m,35-39,35,39,609556,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_40_44,m,40-44,40,44,597475,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_45_49,m,45-49,45,49,533722,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_50_54,m,50-54,50,54,453224,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_55_59,m,55-59,55,59,404367,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_60_64,m,60-64,60,64,358744,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_65_69,m,65-69,65,69,303771,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_70_74,m,70-74,70,74,242055,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_75_79,m,75-79,75,79,164862,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_80_84,m,80-84,80,84,96493,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_85_89,m,85-89,85,89,48632,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_90_94,m,90-94,90,94,18364,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_95_99,m,95-99,95,99,4562,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR006,Buenos Aires,M_00PLUS,m,00+,0,,694,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_TL,f,all,,,209254,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_TL,m,all,,,209737,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_TL,all,all,,,418991,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_00_04,all,0-4,0,4,34295,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_05_09,all,5-9,5,9,33961,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_10_14,all,10-14,10,14,33214,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_15_19,all,15-19,15,19,35728,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_20_24,all,20-24,20,24,36788,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_25_29,all,25-29,25,29,34670,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_30_34,all,30-34,30,34,29162,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_35_39,all,35-39,35,39,27546,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_40_44,all,40-44,40,44,28816,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_45_49,all,45-49,45,49,25536,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_50_54,all,50-54,50,54,21099,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_55_59,all,55-59,55,59,18449,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_60_64,all,60-64,60,64,16621,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_65_69,all,65-69,65,69,14452,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_70_74,all,70-74,70,74,11223,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_75_79,all,75-79,75,79,7832,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_80_84,all,80-84,80,84,4909,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_85_89,all,85-89,85,89,2849,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_90_94,all,90-94,90,94,1317,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_95_99,all,95-99,95,99,424,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,T_100PLUS,all,100+,100,,100,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_00_04,f,0-4,0,4,16643,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_05_09,f,5-9,5,9,16470,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_10_14,f,10-14,10,14,16063,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_15_19,f,15-19,15,19,17331,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_20_24,f,20-24,20,24,17900,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_25_29,f,25-29,25,29,16882,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_30_34,f,30-34,30,34,14394,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_35_39,f,35-39,35,39,13766,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_40_44,f,40-44,40,44,14542,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_45_49,f,45-49,45,49,12896,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_50_54,f,50-54,50,54,10633,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_55_59,f,55-59,55,59,9318,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_60_64,f,60-64,60,64,8447,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_65_69,f,65-69,65,69,7469,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_70_74,f,70-74,70,74,5979,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_75_79,f,75-79,75,79,4388,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_80_84,f,80-84,80,84,2934,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_85_89,f,85-89,85,89,1866,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_90_94,f,90-94,90,94,934,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_95_99,f,95-99,95,99,320,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,F_100PLUS,f,100+,100,,79,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_00_04,m,0-4,0,4,17652,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_05_09,m,5-9,5,9,17491,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_10_14,m,10-14,10,14,17151,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_15_19,m,15-19,15,19,18397,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_20_24,m,20-24,20,24,18888,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_25_29,m,25-29,25,29,17788,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_30_34,m,30-34,30,34,14768,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_35_39,m,35-39,35,39,13780,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_40_44,m,40-44,40,44,14274,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_45_49,m,45-49,45,49,12640,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_50_54,m,50-54,50,54,10466,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_55_59,m,55-59,55,59,9131,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_60_64,m,60-64,60,64,8174,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_65_69,m,65-69,65,69,6983,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_70_74,m,70-74,70,74,5244,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_75_79,m,75-79,75,79,3444,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_80_84,m,80-84,80,84,1975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_85_89,m,85-89,85,89,983,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_90_94,m,90-94,90,94,383,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_95_99,m,95-99,95,99,104,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR010,Catamarca,M_00PLUS,m,00+,0,,21,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_TL,f,all,,,1939365,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_TL,m,all,,,1858896,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_TL,all,all,,,3798261,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_00_04,all,0-4,0,4,295608,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_05_09,all,5-9,5,9,296417,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_10_14,all,10-14,10,14,278284,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_15_19,all,15-19,15,19,276748,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_20_24,all,20-24,20,24,292718,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_25_29,all,25-29,25,29,302971,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_30_34,all,30-34,30,34,287076,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_35_39,all,35-39,35,39,265274,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_40_44,all,40-44,40,44,259747,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_45_49,all,45-49,45,49,227710,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_50_54,all,50-54,50,54,193230,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_55_59,all,55-59,55,59,180761,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_60_64,all,60-64,60,64,163878,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_65_69,all,65-69,65,69,145451,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_70_74,all,70-74,70,74,124652,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_75_79,all,75-79,75,79,92861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_80_84,all,80-84,80,84,60299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_85_89,all,85-89,85,89,33971,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_90_94,all,90-94,90,94,15210,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_95_99,all,95-99,95,99,4540,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,T_100PLUS,all,100+,100,,855,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_00_04,f,0-4,0,4,143443,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_05_09,f,5-9,5,9,143903,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_10_14,f,10-14,10,14,135117,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_15_19,f,15-19,15,19,136000,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_20_24,f,20-24,20,24,145218,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_25_29,f,25-29,25,29,150406,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_30_34,f,30-34,30,34,143275,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_35_39,f,35-39,35,39,133096,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_40_44,f,40-44,40,44,130925,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_45_49,f,45-49,45,49,115693,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_50_54,f,50-54,50,54,99540,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_55_59,f,55-59,55,59,93943,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_60_64,f,60-64,60,64,86831,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_65_69,f,65-69,65,69,79478,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_70_74,f,70-74,70,74,70613,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_75_79,f,75-79,75,79,55088,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_80_84,f,80-84,80,84,38140,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_85_89,f,85-89,85,89,23134,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_90_94,f,90-94,90,94,11224,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_95_99,f,95-99,95,99,3586,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,F_100PLUS,f,100+,100,,712,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_00_04,m,0-4,0,4,152165,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_05_09,m,5-9,5,9,152514,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_10_14,m,10-14,10,14,143167,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_15_19,m,15-19,15,19,140748,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_20_24,m,20-24,20,24,147500,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_25_29,m,25-29,25,29,152565,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_30_34,m,30-34,30,34,143801,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_35_39,m,35-39,35,39,132178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_40_44,m,40-44,40,44,128822,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_45_49,m,45-49,45,49,112017,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_50_54,m,50-54,50,54,93690,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_55_59,m,55-59,55,59,86818,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_60_64,m,60-64,60,64,77047,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_65_69,m,65-69,65,69,65973,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_70_74,m,70-74,70,74,54039,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_75_79,m,75-79,75,79,37773,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_80_84,m,80-84,80,84,22159,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_85_89,m,85-89,85,89,10837,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_90_94,m,90-94,90,94,3986,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_95_99,m,95-99,95,99,954,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR014,Córdoba,M_00PLUS,m,00+,0,,143,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_TL,f,all,,,572533,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_TL,m,all,,,557787,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_TL,all,all,,,1130320,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_00_04,all,0-4,0,4,100740,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_05_09,all,5-9,5,9,100295,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_10_14,all,10-14,10,14,94565,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_15_19,all,15-19,15,19,90393,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_20_24,all,20-24,20,24,100133,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_25_29,all,25-29,25,29,99231,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_30_34,all,30-34,30,34,82235,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_35_39,all,35-39,35,39,70757,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_40_44,all,40-44,40,44,68322,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_45_49,all,45-49,45,49,60559,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_50_54,all,50-54,50,54,53338,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_55_59,all,55-59,55,59,50507,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_60_64,all,60-64,60,64,45355,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_65_69,all,65-69,65,69,38735,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_70_74,all,70-74,70,74,29747,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_75_79,all,75-79,75,79,20574,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_80_84,all,80-84,80,84,13033,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_85_89,all,85-89,85,89,7261,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_90_94,all,90-94,90,94,3245,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_95_99,all,95-99,95,99,1039,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,T_100PLUS,all,100+,100,,256,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_00_04,f,0-4,0,4,48868,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_05_09,f,5-9,5,9,48611,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_10_14,f,10-14,10,14,45646,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_15_19,f,15-19,15,19,44099,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_20_24,f,20-24,20,24,49341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_25_29,f,25-29,25,29,49466,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_30_34,f,30-34,30,34,41949,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_35_39,f,35-39,35,39,36382,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_40_44,f,40-44,40,44,35366,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_45_49,f,45-49,45,49,31518,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_50_54,f,50-54,50,54,27647,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_55_59,f,55-59,55,59,26154,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_60_64,f,60-64,60,64,23686,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_65_69,f,65-69,65,69,20276,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_70_74,f,70-74,70,74,15871,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_75_79,f,75-79,75,79,11592,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_80_84,f,80-84,80,84,8009,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_85_89,f,85-89,85,89,4813,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_90_94,f,90-94,90,94,2276,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_95_99,f,95-99,95,99,767,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,F_100PLUS,f,100+,100,,196,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_00_04,m,0-4,0,4,51872,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_05_09,m,5-9,5,9,51684,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_10_14,m,10-14,10,14,48919,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_15_19,m,15-19,15,19,46294,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_20_24,m,20-24,20,24,50792,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_25_29,m,25-29,25,29,49765,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_30_34,m,30-34,30,34,40286,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_35_39,m,35-39,35,39,34375,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_40_44,m,40-44,40,44,32956,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_45_49,m,45-49,45,49,29041,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_50_54,m,50-54,50,54,25691,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_55_59,m,55-59,55,59,24353,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_60_64,m,60-64,60,64,21669,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_65_69,m,65-69,65,69,18459,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_70_74,m,70-74,70,74,13876,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_75_79,m,75-79,75,79,8982,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_80_84,m,80-84,80,84,5024,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_85_89,m,85-89,85,89,2448,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_90_94,m,90-94,90,94,969,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_95_99,m,95-99,95,99,272,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR018,Corrientes,M_00PLUS,m,00+,0,,60,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_TL,f,all,,,616195,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_TL,m,all,,,600052,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_TL,all,all,,,1216247,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_00_04,all,0-4,0,4,111989,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_05_09,all,5-9,5,9,112126,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_10_14,all,10-14,10,14,106206,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_15_19,all,15-19,15,19,103359,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_20_24,all,20-24,20,24,110648,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_25_29,all,25-29,25,29,107702,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_30_34,all,30-34,30,34,88554,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_35_39,all,35-39,35,39,78803,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_40_44,all,40-44,40,44,75600,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_45_49,all,45-49,45,49,64359,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_50_54,all,50-54,50,54,54877,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_55_59,all,55-59,55,59,50839,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_60_64,all,60-64,60,64,45924,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_65_69,all,65-69,65,69,37799,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_70_74,all,70-74,70,74,27226,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_75_79,all,75-79,75,79,18330,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_80_84,all,80-84,80,84,11749,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_85_89,all,85-89,85,89,6401,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_90_94,all,90-94,90,94,2763,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_95_99,all,95-99,95,99,814,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,T_100PLUS,all,100+,100,,179,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_00_04,f,0-4,0,4,54909,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_05_09,f,5-9,5,9,54944,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_10_14,f,10-14,10,14,51553,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_15_19,f,15-19,15,19,50529,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_20_24,f,20-24,20,24,54466,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_25_29,f,25-29,25,29,53639,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_30_34,f,30-34,30,34,45127,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_35_39,f,35-39,35,39,40746,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_40_44,f,40-44,40,44,39033,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_45_49,f,45-49,45,49,33261,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_50_54,f,50-54,50,54,28370,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_55_59,f,55-59,55,59,26319,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_60_64,f,60-64,60,64,23867,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_65_69,f,65-69,65,69,19828,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_70_74,f,70-74,70,74,14717,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_75_79,f,75-79,75,79,10547,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_80_84,f,80-84,80,84,7329,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_85_89,f,85-89,85,89,4262,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_90_94,f,90-94,90,94,1987,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_95_99,f,95-99,95,99,622,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,F_100PLUS,f,100+,100,,140,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_00_04,m,0-4,0,4,57080,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_05_09,m,5-9,5,9,57182,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_10_14,m,10-14,10,14,54653,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_15_19,m,15-19,15,19,52830,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_20_24,m,20-24,20,24,56182,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_25_29,m,25-29,25,29,54063,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_30_34,m,30-34,30,34,43427,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_35_39,m,35-39,35,39,38057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_40_44,m,40-44,40,44,36567,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_45_49,m,45-49,45,49,31098,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_50_54,m,50-54,50,54,26507,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_55_59,m,55-59,55,59,24520,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_60_64,m,60-64,60,64,22057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_65_69,m,65-69,65,69,17971,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_70_74,m,70-74,70,74,12509,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_75_79,m,75-79,75,79,7783,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_80_84,m,80-84,80,84,4420,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_85_89,m,85-89,85,89,2139,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_90_94,m,90-94,90,94,776,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_95_99,m,95-99,95,99,192,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR022,Chaco,M_00PLUS,m,00+,0,,39,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_TL,f,all,,,313816,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_TL,m,all,,,315365,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_TL,all,all,,,629181,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_00_04,all,0-4,0,4,51204,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_05_09,all,5-9,5,9,52855,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_10_14,all,10-14,10,14,51467,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_15_19,all,15-19,15,19,49453,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_20_24,all,20-24,20,24,47575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_25_29,all,25-29,25,29,47310,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_30_34,all,30-34,30,34,47906,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_35_39,all,35-39,35,39,49260,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_40_44,all,40-44,40,44,48142,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_45_49,all,45-49,45,49,40000,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_50_54,all,50-54,50,54,31868,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_55_59,all,55-59,55,59,28270,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_60_64,all,60-64,60,64,24884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_65_69,all,65-69,65,69,20428,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_70_74,all,70-74,70,74,15422,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_75_79,all,75-79,75,79,10603,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_80_84,all,80-84,80,84,6571,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_85_89,all,85-89,85,89,3632,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_90_94,all,90-94,90,94,1663,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_95_99,all,95-99,95,99,549,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,T_100PLUS,all,100+,100,,119,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_00_04,f,0-4,0,4,25106,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_05_09,f,5-9,5,9,25798,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_10_14,f,10-14,10,14,24841,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_15_19,f,15-19,15,19,23953,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_20_24,f,20-24,20,24,23158,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_25_29,f,25-29,25,29,23245,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_30_34,f,30-34,30,34,23682,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_35_39,f,35-39,35,39,24110,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_40_44,f,40-44,40,44,23538,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_45_49,f,45-49,45,49,19866,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_50_54,f,50-54,50,54,16078,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_55_59,f,55-59,55,59,14352,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_60_64,f,60-64,60,64,12753,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_65_69,f,65-69,65,69,10764,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_70_74,f,70-74,70,74,8401,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_75_79,f,75-79,75,79,6073,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_80_84,f,80-84,80,84,4033,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_85_89,f,85-89,85,89,2408,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_90_94,f,90-94,90,94,1164,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_95_99,f,95-99,95,99,402,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,F_100PLUS,f,100+,100,,91,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_00_04,m,0-4,0,4,26098,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_05_09,m,5-9,5,9,27057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_10_14,m,10-14,10,14,26626,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_15_19,m,15-19,15,19,25500,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_20_24,m,20-24,20,24,24417,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_25_29,m,25-29,25,29,24065,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_30_34,m,30-34,30,34,24224,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_35_39,m,35-39,35,39,25150,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_40_44,m,40-44,40,44,24604,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_45_49,m,45-49,45,49,20134,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_50_54,m,50-54,50,54,15790,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_55_59,m,55-59,55,59,13918,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_60_64,m,60-64,60,64,12131,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_65_69,m,65-69,65,69,9664,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_70_74,m,70-74,70,74,7021,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_75_79,m,75-79,75,79,4530,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_80_84,m,80-84,80,84,2538,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_85_89,m,85-89,85,89,1224,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_90_94,m,90-94,90,94,499,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_95_99,m,95-99,95,99,147,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR026,Chubut,M_00PLUS,m,00+,0,,28,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_TL,f,all,,,711351,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_TL,m,all,,,687159,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_TL,all,all,,,1398510,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_00_04,all,0-4,0,4,111011,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_05_09,all,5-9,5,9,112101,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_10_14,all,10-14,10,14,108917,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_15_19,all,15-19,15,19,109508,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_20_24,all,20-24,20,24,112433,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_25_29,all,25-29,25,29,109107,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_30_34,all,30-34,30,34,98834,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_35_39,all,35-39,35,39,94194,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_40_44,all,40-44,40,44,93433,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_45_49,all,45-49,45,49,83452,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_50_54,all,50-54,50,54,71374,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_55_59,all,55-59,55,59,66214,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_60_64,all,60-64,60,64,59858,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_65_69,all,65-69,65,69,52497,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_70_74,all,70-74,70,74,43452,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_75_79,all,75-79,75,79,32304,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_80_84,all,80-84,80,84,20999,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_85_89,all,85-89,85,89,11737,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_90_94,all,90-94,90,94,5184,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_95_99,all,95-99,95,99,1567,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,T_100PLUS,all,100+,100,,334,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_00_04,f,0-4,0,4,53863,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_05_09,f,5-9,5,9,54422,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_10_14,f,10-14,10,14,52828,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_15_19,f,15-19,15,19,53451,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_20_24,f,20-24,20,24,55238,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_25_29,f,25-29,25,29,53872,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_30_34,f,30-34,30,34,49487,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_35_39,f,35-39,35,39,47609,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_40_44,f,40-44,40,44,47338,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_45_49,f,45-49,45,49,42283,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_50_54,f,50-54,50,54,36344,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_55_59,f,55-59,55,59,34300,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_60_64,f,60-64,60,64,31799,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_65_69,f,65-69,65,69,28335,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_70_74,f,70-74,70,74,24246,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_75_79,f,75-79,75,79,18955,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_80_84,f,80-84,80,84,13318,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_85_89,f,85-89,85,89,8174,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_90_94,f,90-94,90,94,3936,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_95_99,f,95-99,95,99,1270,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,F_100PLUS,f,100+,100,,283,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_00_04,m,0-4,0,4,57148,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_05_09,m,5-9,5,9,57679,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_10_14,m,10-14,10,14,56089,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_15_19,m,15-19,15,19,56057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_20_24,m,20-24,20,24,57195,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_25_29,m,25-29,25,29,55235,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_30_34,m,30-34,30,34,49347,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_35_39,m,35-39,35,39,46585,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_40_44,m,40-44,40,44,46095,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_45_49,m,45-49,45,49,41169,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_50_54,m,50-54,50,54,35030,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_55_59,m,55-59,55,59,31914,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_60_64,m,60-64,60,64,28059,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_65_69,m,65-69,65,69,24162,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_70_74,m,70-74,70,74,19206,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_75_79,m,75-79,75,79,13349,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_80_84,m,80-84,80,84,7681,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_85_89,m,85-89,85,89,3563,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_90_94,m,90-94,90,94,1248,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_95_99,m,95-99,95,99,297,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR030,Entre Ríos,M_00PLUS,m,00+,0,,51,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_TL,f,all,,,306459,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_TL,m,all,,,303560,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_TL,all,all,,,610019,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_00_04,all,0-4,0,4,56479,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_05_09,all,5-9,5,9,56187,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_10_14,all,10-14,10,14,53771,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_15_19,all,15-19,15,19,54375,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_20_24,all,20-24,20,24,56419,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_25_29,all,25-29,25,29,52843,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_30_34,all,30-34,30,34,40348,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_35_39,all,35-39,35,39,35304,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_40_44,all,40-44,40,44,35678,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_45_49,all,45-49,45,49,32256,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_50_54,all,50-54,50,54,28900,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_55_59,all,55-59,55,59,26608,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_60_64,all,60-64,60,64,23917,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_65_69,all,65-69,65,69,19853,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_70_74,all,70-74,70,74,14607,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_75_79,all,75-79,75,79,10204,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_80_84,all,80-84,80,84,6619,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_85_89,all,85-89,85,89,3553,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_90_94,all,90-94,90,94,1532,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_95_99,all,95-99,95,99,459,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,T_100PLUS,all,100+,100,,107,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_00_04,f,0-4,0,4,27411,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_05_09,f,5-9,5,9,27303,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_10_14,f,10-14,10,14,26087,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_15_19,f,15-19,15,19,26424,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_20_24,f,20-24,20,24,27340,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_25_29,f,25-29,25,29,25980,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_30_34,f,30-34,30,34,20668,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_35_39,f,35-39,35,39,18514,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_40_44,f,40-44,40,44,18559,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_45_49,f,45-49,45,49,16673,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_50_54,f,50-54,50,54,14813,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_55_59,f,55-59,55,59,13437,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_60_64,f,60-64,60,64,12341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_65_69,f,65-69,65,69,10361,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_70_74,f,70-74,70,74,7763,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_75_79,f,75-79,75,79,5618,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_80_84,f,80-84,80,84,3774,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_85_89,f,85-89,85,89,2097,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_90_94,f,90-94,90,94,947,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_95_99,f,95-99,95,99,286,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,F_100PLUS,f,100+,100,,63,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_00_04,m,0-4,0,4,29068,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_05_09,m,5-9,5,9,28884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_10_14,m,10-14,10,14,27684,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_15_19,m,15-19,15,19,27951,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_20_24,m,20-24,20,24,29079,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_25_29,m,25-29,25,29,26863,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_30_34,m,30-34,30,34,19680,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_35_39,m,35-39,35,39,16790,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_40_44,m,40-44,40,44,17119,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_45_49,m,45-49,45,49,15583,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_50_54,m,50-54,50,54,14087,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_55_59,m,55-59,55,59,13171,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_60_64,m,60-64,60,64,11576,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_65_69,m,65-69,65,69,9492,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_70_74,m,70-74,70,74,6844,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_75_79,m,75-79,75,79,4586,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_80_84,m,80-84,80,84,2845,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_85_89,m,85-89,85,89,1456,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_90_94,m,90-94,90,94,585,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_95_99,m,95-99,95,99,173,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR034,Formosa,M_00PLUS,m,00+,0,,44,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_TL,f,all,,,394140,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_TL,m,all,,,385072,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_TL,all,all,,,779212,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_00_04,all,0-4,0,4,66847,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_05_09,all,5-9,5,9,67211,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_10_14,all,10-14,10,14,65575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_15_19,all,15-19,15,19,67773,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_20_24,all,20-24,20,24,67480,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_25_29,all,25-29,25,29,65006,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_30_34,all,30-34,30,34,54806,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_35_39,all,35-39,35,39,52643,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_40_44,all,40-44,40,44,53969,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_45_49,all,45-49,45,49,46888,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_50_54,all,50-54,50,54,37456,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_55_59,all,55-59,55,59,32309,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_60_64,all,60-64,60,64,28536,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_65_69,all,65-69,65,69,24542,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_70_74,all,70-74,70,74,19181,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_75_79,all,75-79,75,79,13382,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_80_84,all,80-84,80,84,8414,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_85_89,all,85-89,85,89,4575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_90_94,all,90-94,90,94,1933,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_95_99,all,95-99,95,99,570,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,T_100PLUS,all,100+,100,,116,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_00_04,f,0-4,0,4,32421,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_05_09,f,5-9,5,9,32580,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_10_14,f,10-14,10,14,31710,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_15_19,f,15-19,15,19,32977,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_20_24,f,20-24,20,24,33067,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_25_29,f,25-29,25,29,32332,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_30_34,f,30-34,30,34,27789,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_35_39,f,35-39,35,39,26855,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_40_44,f,40-44,40,44,27419,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_45_49,f,45-49,45,49,24047,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_50_54,f,50-54,50,54,19531,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_55_59,f,55-59,55,59,17093,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_60_64,f,60-64,60,64,15325,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_65_69,f,65-69,65,69,13227,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_70_74,f,70-74,70,74,10560,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_75_79,f,75-79,75,79,7603,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_80_84,f,80-84,80,84,4938,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_85_89,f,85-89,85,89,2849,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_90_94,f,90-94,90,94,1311,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_95_99,f,95-99,95,99,415,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,F_100PLUS,f,100+,100,,91,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_00_04,m,0-4,0,4,34426,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_05_09,m,5-9,5,9,34631,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_10_14,m,10-14,10,14,33865,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_15_19,m,15-19,15,19,34796,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_20_24,m,20-24,20,24,34413,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_25_29,m,25-29,25,29,32674,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_30_34,m,30-34,30,34,27017,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_35_39,m,35-39,35,39,25788,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_40_44,m,40-44,40,44,26550,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_45_49,m,45-49,45,49,22841,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_50_54,m,50-54,50,54,17925,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_55_59,m,55-59,55,59,15216,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_60_64,m,60-64,60,64,13211,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_65_69,m,65-69,65,69,11315,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_70_74,m,70-74,70,74,8621,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_75_79,m,75-79,75,79,5779,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_80_84,m,80-84,80,84,3476,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_85_89,m,85-89,85,89,1726,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_90_94,m,90-94,90,94,622,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_95_99,m,95-99,95,99,155,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR038,Jujuy,M_00PLUS,m,00+,0,,25,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_TL,f,all,,,182150,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_TL,m,all,,,179244,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_TL,all,all,,,361394,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_00_04,all,0-4,0,4,27267,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_05_09,all,5-9,5,9,27523,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_10_14,all,10-14,10,14,27231,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_15_19,all,15-19,15,19,26976,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_20_24,all,20-24,20,24,26789,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_25_29,all,25-29,25,29,27073,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_30_34,all,30-34,30,34,25592,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_35_39,all,35-39,35,39,24764,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_40_44,all,40-44,40,44,24400,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_45_49,all,45-49,45,49,22075,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_50_54,all,50-54,50,54,19513,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_55_59,all,55-59,55,59,18348,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_60_64,all,60-64,60,64,16422,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_65_69,all,65-69,65,69,14358,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_70_74,all,70-74,70,74,12096,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_75_79,all,75-79,75,79,9226,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_80_84,all,80-84,80,84,6125,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_85_89,all,85-89,85,89,3450,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_90_94,all,90-94,90,94,1567,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_95_99,all,95-99,95,99,500,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,T_100PLUS,all,100+,100,,99,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_00_04,f,0-4,0,4,13233,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_05_09,f,5-9,5,9,13350,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_10_14,f,10-14,10,14,13208,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_15_19,f,15-19,15,19,13255,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_20_24,f,20-24,20,24,13069,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_25_29,f,25-29,25,29,13292,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_30_34,f,30-34,30,34,12751,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_35_39,f,35-39,35,39,12482,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_40_44,f,40-44,40,44,12254,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_45_49,f,45-49,45,49,11155,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_50_54,f,50-54,50,54,9927,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_55_59,f,55-59,55,59,9328,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_60_64,f,60-64,60,64,8376,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_65_69,f,65-69,65,69,7379,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_70_74,f,70-74,70,74,6453,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_75_79,f,75-79,75,79,5177,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_80_84,f,80-84,80,84,3694,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_85_89,f,85-89,85,89,2216,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_90_94,f,90-94,90,94,1093,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_95_99,f,95-99,95,99,378,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,F_100PLUS,f,100+,100,,80,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_00_04,m,0-4,0,4,14034,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_05_09,m,5-9,5,9,14173,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_10_14,m,10-14,10,14,14023,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_15_19,m,15-19,15,19,13721,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_20_24,m,20-24,20,24,13720,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_25_29,m,25-29,25,29,13781,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_30_34,m,30-34,30,34,12841,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_35_39,m,35-39,35,39,12282,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_40_44,m,40-44,40,44,12146,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_45_49,m,45-49,45,49,10920,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_50_54,m,50-54,50,54,9586,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_55_59,m,55-59,55,59,9020,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_60_64,m,60-64,60,64,8046,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_65_69,m,65-69,65,69,6979,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_70_74,m,70-74,70,74,5643,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_75_79,m,75-79,75,79,4049,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_80_84,m,80-84,80,84,2431,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_85_89,m,85-89,85,89,1234,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_90_94,m,90-94,90,94,474,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_95_99,m,95-99,95,99,122,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR042,La Pampa,M_00PLUS,m,00+,0,,19,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_TL,f,all,,,200189,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_TL,m,all,,,198459,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_TL,all,all,,,398648,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_00_04,all,0-4,0,4,33217,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_05_09,all,5-9,5,9,31910,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_10_14,all,10-14,10,14,30751,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_15_19,all,15-19,15,19,31475,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_20_24,all,20-24,20,24,34145,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_25_29,all,25-29,25,29,36557,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_30_34,all,30-34,30,34,32421,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_35_39,all,35-39,35,39,28306,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_40_44,all,40-44,40,44,27685,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_45_49,all,45-49,45,49,23454,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_50_54,all,50-54,50,54,19095,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_55_59,all,55-59,55,59,17339,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_60_64,all,60-64,60,64,15242,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_65_69,all,65-69,65,69,12816,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_70_74,all,70-74,70,74,9712,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_75_79,all,75-79,75,79,6606,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_80_84,all,80-84,80,84,4119,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_85_89,all,85-89,85,89,2322,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_90_94,all,90-94,90,94,1066,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_95_99,all,95-99,95,99,334,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,T_100PLUS,all,100+,100,,76,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_00_04,f,0-4,0,4,16112,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_05_09,f,5-9,5,9,15483,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_10_14,f,10-14,10,14,14847,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_15_19,f,15-19,15,19,15627,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_20_24,f,20-24,20,24,16914,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_25_29,f,25-29,25,29,18120,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_30_34,f,30-34,30,34,16292,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_35_39,f,35-39,35,39,14236,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_40_44,f,40-44,40,44,13951,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_45_49,f,45-49,45,49,11852,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_50_54,f,50-54,50,54,9658,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_55_59,f,55-59,55,59,8800,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_60_64,f,60-64,60,64,7750,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_65_69,f,65-69,65,69,6619,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_70_74,f,70-74,70,74,5172,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_75_79,f,75-79,75,79,3654,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_80_84,f,80-84,80,84,2486,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_85_89,f,85-89,85,89,1521,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_90_94,f,90-94,90,94,767,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_95_99,f,95-99,95,99,264,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,F_100PLUS,f,100+,100,,64,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_00_04,m,0-4,0,4,17105,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_05_09,m,5-9,5,9,16427,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_10_14,m,10-14,10,14,15904,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_15_19,m,15-19,15,19,15848,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_20_24,m,20-24,20,24,17231,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_25_29,m,25-29,25,29,18437,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_30_34,m,30-34,30,34,16129,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_35_39,m,35-39,35,39,14070,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_40_44,m,40-44,40,44,13734,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_45_49,m,45-49,45,49,11602,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_50_54,m,50-54,50,54,9437,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_55_59,m,55-59,55,59,8539,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_60_64,m,60-64,60,64,7492,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_65_69,m,65-69,65,69,6197,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_70_74,m,70-74,70,74,4540,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_75_79,m,75-79,75,79,2952,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_80_84,m,80-84,80,84,1633,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_85_89,m,85-89,85,89,801,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_90_94,m,90-94,90,94,299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_95_99,m,95-99,95,99,70,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR046,La Rioja,M_00PLUS,m,00+,0,,12,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_TL,f,all,,,1020963,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_TL,m,all,,,989400,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_TL,all,all,,,2010363,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_00_04,all,0-4,0,4,165973,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_05_09,all,5-9,5,9,168831,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_10_14,all,10-14,10,14,161413,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_15_19,all,15-19,15,19,152494,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_20_24,all,20-24,20,24,152259,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_25_29,all,25-29,25,29,158045,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_30_34,all,30-34,30,34,151696,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_35_39,all,35-39,35,39,138121,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_40_44,all,40-44,40,44,132499,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_45_49,all,45-49,45,49,117619,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_50_54,all,50-54,50,54,98804,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_55_59,all,55-59,55,59,88845,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_60_64,all,60-64,60,64,81711,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_65_69,all,65-69,65,69,74995,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_70_74,all,70-74,70,74,63637,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_75_79,all,75-79,75,79,46540,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_80_84,all,80-84,80,84,29587,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_85_89,all,85-89,85,89,16821,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_90_94,all,90-94,90,94,7734,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_95_99,all,95-99,95,99,2308,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,T_100PLUS,all,100+,100,,431,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_00_04,f,0-4,0,4,80529,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_05_09,f,5-9,5,9,81895,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_10_14,f,10-14,10,14,78094,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_15_19,f,15-19,15,19,74240,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_20_24,f,20-24,20,24,74749,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_25_29,f,25-29,25,29,78098,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_30_34,f,30-34,30,34,75491,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_35_39,f,35-39,35,39,69065,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_40_44,f,40-44,40,44,67066,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_45_49,f,45-49,45,49,60230,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_50_54,f,50-54,50,54,51048,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_55_59,f,55-59,55,59,46595,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_60_64,f,60-64,60,64,43624,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_65_69,f,65-69,65,69,40940,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_70_74,f,70-74,70,74,35646,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_75_79,f,75-79,75,79,27111,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_80_84,f,80-84,80,84,18167,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_85_89,f,85-89,85,89,10962,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_90_94,f,90-94,90,94,5380,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_95_99,f,95-99,95,99,1698,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,F_100PLUS,f,100+,100,,335,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_00_04,m,0-4,0,4,85444,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_05_09,m,5-9,5,9,86936,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_10_14,m,10-14,10,14,83319,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_15_19,m,15-19,15,19,78254,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_20_24,m,20-24,20,24,77510,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_25_29,m,25-29,25,29,79947,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_30_34,m,30-34,30,34,76205,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_35_39,m,35-39,35,39,69056,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_40_44,m,40-44,40,44,65433,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_45_49,m,45-49,45,49,57389,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_50_54,m,50-54,50,54,47756,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_55_59,m,55-59,55,59,42250,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_60_64,m,60-64,60,64,38087,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_65_69,m,65-69,65,69,34055,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_70_74,m,70-74,70,74,27991,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_75_79,m,75-79,75,79,19429,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_80_84,m,80-84,80,84,11420,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_85_89,m,85-89,85,89,5859,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_90_94,m,90-94,90,94,2354,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_95_99,m,95-99,95,99,610,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR050,Mendoza,M_00PLUS,m,00+,0,,96,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_TL,f,all,,,638473,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_TL,m,all,,,636519,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_TL,all,all,,,1274992,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_00_04,all,0-4,0,4,119346,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_05_09,all,5-9,5,9,120492,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_10_14,all,10-14,10,14,115390,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_15_19,all,15-19,15,19,116654,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_20_24,all,20-24,20,24,118637,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_25_29,all,25-29,25,29,109892,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_30_34,all,30-34,30,34,89288,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_35_39,all,35-39,35,39,79722,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_40_44,all,40-44,40,44,76566,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_45_49,all,45-49,45,49,66808,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_50_54,all,50-54,50,54,57210,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_55_59,all,55-59,55,59,53266,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_60_64,all,60-64,60,64,46878,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_65_69,all,65-69,65,69,37575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_70_74,all,70-74,70,74,27149,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_75_79,all,75-79,75,79,18299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_80_84,all,80-84,80,84,11719,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_85_89,all,85-89,85,89,6403,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_90_94,all,90-94,90,94,2722,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_95_99,all,95-99,95,99,799,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,T_100PLUS,all,100+,100,,177,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_00_04,f,0-4,0,4,57912,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_05_09,f,5-9,5,9,58522,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_10_14,f,10-14,10,14,55975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_15_19,f,15-19,15,19,56862,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_20_24,f,20-24,20,24,57998,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_25_29,f,25-29,25,29,54517,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_30_34,f,30-34,30,34,45340,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_35_39,f,35-39,35,39,40817,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_40_44,f,40-44,40,44,39102,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_45_49,f,45-49,45,49,34080,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_50_54,f,50-54,50,54,29233,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_55_59,f,55-59,55,59,27017,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_60_64,f,60-64,60,64,23746,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_65_69,f,65-69,65,69,19242,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_70_74,f,70-74,70,74,14364,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_75_79,f,75-79,75,79,10155,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_80_84,f,80-84,80,84,6933,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_85_89,f,85-89,85,89,4086,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_90_94,f,90-94,90,94,1861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_95_99,f,95-99,95,99,579,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,F_100PLUS,f,100+,100,,132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_00_04,m,0-4,0,4,61434,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_05_09,m,5-9,5,9,61970,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_10_14,m,10-14,10,14,59415,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_15_19,m,15-19,15,19,59792,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_20_24,m,20-24,20,24,60639,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_25_29,m,25-29,25,29,55375,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_30_34,m,30-34,30,34,43948,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_35_39,m,35-39,35,39,38905,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_40_44,m,40-44,40,44,37464,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_45_49,m,45-49,45,49,32728,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_50_54,m,50-54,50,54,27977,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_55_59,m,55-59,55,59,26249,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_60_64,m,60-64,60,64,23132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_65_69,m,65-69,65,69,18333,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_70_74,m,70-74,70,74,12785,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_75_79,m,75-79,75,79,8144,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_80_84,m,80-84,80,84,4786,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_85_89,m,85-89,85,89,2317,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_90_94,m,90-94,90,94,861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_95_99,m,95-99,95,99,220,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR054,Misiones,M_00PLUS,m,00+,0,,45,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_TL,f,all,,,338287,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_TL,m,all,,,334174,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_TL,all,all,,,672461,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_00_04,all,0-4,0,4,56198,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_05_09,all,5-9,5,9,58034,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_10_14,all,10-14,10,14,55982,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_15_19,all,15-19,15,19,52209,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_20_24,all,20-24,20,24,50529,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_25_29,all,25-29,25,29,52219,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_30_34,all,30-34,30,34,50691,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_35_39,all,35-39,35,39,48505,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_40_44,all,40-44,40,44,47816,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_45_49,all,45-49,45,49,42814,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_50_54,all,50-54,50,54,35722,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_55_59,all,55-59,55,59,31635,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_60_64,all,60-64,60,64,27267,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_65_69,all,65-69,65,69,22243,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_70_74,all,70-74,70,74,16822,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_75_79,all,75-79,75,79,11177,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_80_84,all,80-84,80,84,6711,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_85_89,all,85-89,85,89,3648,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_90_94,all,90-94,90,94,1625,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_95_99,all,95-99,95,99,502,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,T_100PLUS,all,100+,100,,112,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_00_04,f,0-4,0,4,27247,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_05_09,f,5-9,5,9,28168,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_10_14,f,10-14,10,14,27147,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_15_19,f,15-19,15,19,25454,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_20_24,f,20-24,20,24,24645,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_25_29,f,25-29,25,29,25626,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_30_34,f,30-34,30,34,25134,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_35_39,f,35-39,35,39,24492,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_40_44,f,40-44,40,44,24273,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_45_49,f,45-49,45,49,21857,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_50_54,f,50-54,50,54,18442,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_55_59,f,55-59,55,59,16488,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_60_64,f,60-64,60,64,14238,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_65_69,f,65-69,65,69,11724,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_70_74,f,70-74,70,74,9082,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_75_79,f,75-79,75,79,6287,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_80_84,f,80-84,80,84,4037,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_85_89,f,85-89,85,89,2371,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_90_94,f,90-94,90,94,1130,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_95_99,f,95-99,95,99,361,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,F_100PLUS,f,100+,100,,84,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_00_04,m,0-4,0,4,28951,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_05_09,m,5-9,5,9,29866,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_10_14,m,10-14,10,14,28835,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_15_19,m,15-19,15,19,26755,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_20_24,m,20-24,20,24,25884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_25_29,m,25-29,25,29,26593,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_30_34,m,30-34,30,34,25557,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_35_39,m,35-39,35,39,24013,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_40_44,m,40-44,40,44,23543,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_45_49,m,45-49,45,49,20957,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_50_54,m,50-54,50,54,17280,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_55_59,m,55-59,55,59,15147,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_60_64,m,60-64,60,64,13029,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_65_69,m,65-69,65,69,10519,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_70_74,m,70-74,70,74,7740,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_75_79,m,75-79,75,79,4890,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_80_84,m,80-84,80,84,2674,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_85_89,m,85-89,85,89,1277,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_90_94,m,90-94,90,94,495,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_95_99,m,95-99,95,99,141,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR058,Neuquén,M_00PLUS,m,00+,0,,28,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_TL,f,all,,,379542,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_TL,m,all,,,377510,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_TL,all,all,,,757052,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_00_04,all,0-4,0,4,60208,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_05_09,all,5-9,5,9,61398,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_10_14,all,10-14,10,14,59649,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_15_19,all,15-19,15,19,58776,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_20_24,all,20-24,20,24,57664,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_25_29,all,25-29,25,29,58401,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_30_34,all,30-34,30,34,55494,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_35_39,all,35-39,35,39,54622,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_40_44,all,40-44,40,44,53992,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_45_49,all,45-49,45,49,47167,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_50_54,all,50-54,50,54,39581,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_55_59,all,55-59,55,59,36035,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_60_64,all,60-64,60,64,31992,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_65_69,all,65-69,65,69,27178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_70_74,all,70-74,70,74,21665,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_75_79,all,75-79,75,79,15199,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_80_84,all,80-84,80,84,9433,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_85_89,all,85-89,85,89,5275,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_90_94,all,90-94,90,94,2426,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_95_99,all,95-99,95,99,748,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,T_100PLUS,all,100+,100,,149,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_00_04,f,0-4,0,4,29214,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_05_09,f,5-9,5,9,29776,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_10_14,f,10-14,10,14,28824,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_15_19,f,15-19,15,19,28530,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_20_24,f,20-24,20,24,28059,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_25_29,f,25-29,25,29,28688,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_30_34,f,30-34,30,34,27546,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_35_39,f,35-39,35,39,27426,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_40_44,f,40-44,40,44,27372,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_45_49,f,45-49,45,49,23817,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_50_54,f,50-54,50,54,20072,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_55_59,f,55-59,55,59,18507,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_60_64,f,60-64,60,64,16529,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_65_69,f,65-69,65,69,14178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_70_74,f,70-74,70,74,11526,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_75_79,f,75-79,75,79,8400,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_80_84,f,80-84,80,84,5518,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_85_89,f,85-89,85,89,3304,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_90_94,f,90-94,90,94,1622,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_95_99,f,95-99,95,99,522,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,F_100PLUS,f,100+,100,,112,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_00_04,m,0-4,0,4,30994,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_05_09,m,5-9,5,9,31622,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_10_14,m,10-14,10,14,30825,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_15_19,m,15-19,15,19,30246,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_20_24,m,20-24,20,24,29605,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_25_29,m,25-29,25,29,29713,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_30_34,m,30-34,30,34,27948,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_35_39,m,35-39,35,39,27196,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_40_44,m,40-44,40,44,26620,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_45_49,m,45-49,45,49,23350,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_50_54,m,50-54,50,54,19509,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_55_59,m,55-59,55,59,17528,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_60_64,m,60-64,60,64,15463,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_65_69,m,65-69,65,69,13000,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_70_74,m,70-74,70,74,10139,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_75_79,m,75-79,75,79,6799,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_80_84,m,80-84,80,84,3915,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_85_89,m,85-89,85,89,1971,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_90_94,m,90-94,90,94,804,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_95_99,m,95-99,95,99,226,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR062,Río Negro,M_00PLUS,m,00+,0,,37,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_TL,f,all,,,728514,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_TL,m,all,,,713474,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_TL,all,all,,,1441988,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_00_04,all,0-4,0,4,136313,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_05_09,all,5-9,5,9,136549,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_10_14,all,10-14,10,14,130534,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_15_19,all,15-19,15,19,127566,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_20_24,all,20-24,20,24,127529,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_25_29,all,25-29,25,29,122137,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_30_34,all,30-34,30,34,102702,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_35_39,all,35-39,35,39,93013,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_40_44,all,40-44,40,44,90351,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_45_49,all,45-49,45,49,78728,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_50_54,all,50-54,50,54,65185,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_55_59,all,55-59,55,59,56934,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_60_64,all,60-64,60,64,49289,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_65_69,all,65-69,65,69,41861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_70_74,all,70-74,70,74,32859,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_75_79,all,75-79,75,79,23023,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_80_84,all,80-84,80,84,14585,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_85_89,all,85-89,85,89,8070,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_90_94,all,90-94,90,94,3480,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_95_99,all,95-99,95,99,1053,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,T_100PLUS,all,100+,100,,227,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_00_04,f,0-4,0,4,66160,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_05_09,f,5-9,5,9,66380,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_10_14,f,10-14,10,14,63489,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_15_19,f,15-19,15,19,62659,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_20_24,f,20-24,20,24,62734,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_25_29,f,25-29,25,29,60815,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_30_34,f,30-34,30,34,52153,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_35_39,f,35-39,35,39,47792,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_40_44,f,40-44,40,44,46489,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_45_49,f,45-49,45,49,40596,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_50_54,f,50-54,50,54,33643,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_55_59,f,55-59,55,59,29499,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_60_64,f,60-64,60,64,25875,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_65_69,f,65-69,65,69,22291,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_70_74,f,70-74,70,74,17947,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_75_79,f,75-79,75,79,12975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_80_84,f,80-84,80,84,8620,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_85_89,f,85-89,85,89,5083,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_90_94,f,90-94,90,94,2368,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_95_99,f,95-99,95,99,770,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,F_100PLUS,f,100+,100,,176,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_00_04,m,0-4,0,4,70153,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_05_09,m,5-9,5,9,70169,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_10_14,m,10-14,10,14,67045,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_15_19,m,15-19,15,19,64907,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_20_24,m,20-24,20,24,64795,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_25_29,m,25-29,25,29,61322,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_30_34,m,30-34,30,34,50549,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_35_39,m,35-39,35,39,45221,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_40_44,m,40-44,40,44,43862,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_45_49,m,45-49,45,49,38132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_50_54,m,50-54,50,54,31542,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_55_59,m,55-59,55,59,27435,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_60_64,m,60-64,60,64,23414,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_65_69,m,65-69,65,69,19570,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_70_74,m,70-74,70,74,14912,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_75_79,m,75-79,75,79,10048,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_80_84,m,80-84,80,84,5965,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_85_89,m,85-89,85,89,2987,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_90_94,m,90-94,90,94,1112,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_95_99,m,95-99,95,99,283,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR066,Salta,M_00PLUS,m,00+,0,,51,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_TL,f,all,,,397862,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_TL,m,all,,,391627,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_TL,all,all,,,789489,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_00_04,all,0-4,0,4,66887,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_05_09,all,5-9,5,9,66102,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_10_14,all,10-14,10,14,67355,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_15_19,all,15-19,15,19,66484,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_20_24,all,20-24,20,24,65209,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_25_29,all,25-29,25,29,63785,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_30_34,all,30-34,30,34,56436,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_35_39,all,35-39,35,39,52107,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_40_44,all,40-44,40,44,51276,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_45_49,all,45-49,45,49,46409,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_50_54,all,50-54,50,54,38247,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_55_59,all,55-59,55,59,33876,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_60_64,all,60-64,60,64,30749,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_65_69,all,65-69,65,69,27562,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_70_74,all,70-74,70,74,22897,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_75_79,all,75-79,75,79,16353,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_80_84,all,80-84,80,84,9739,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_85_89,all,85-89,85,89,5143,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_90_94,all,90-94,90,94,2161,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_95_99,all,95-99,95,99,603,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,T_100PLUS,all,100+,100,,109,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_00_04,f,0-4,0,4,32455,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_05_09,f,5-9,5,9,31959,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_10_14,f,10-14,10,14,32337,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_15_19,f,15-19,15,19,32071,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_20_24,f,20-24,20,24,31732,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_25_29,f,25-29,25,29,31526,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_30_34,f,30-34,30,34,27981,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_35_39,f,35-39,35,39,25975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_40_44,f,40-44,40,44,25649,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_45_49,f,45-49,45,49,23511,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_50_54,f,50-54,50,54,19708,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_55_59,f,55-59,55,59,17726,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_60_64,f,60-64,60,64,16500,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_65_69,f,65-69,65,69,15064,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_70_74,f,70-74,70,74,12817,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_75_79,f,75-79,75,79,9512,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_80_84,f,80-84,80,84,5985,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_85_89,f,85-89,85,89,3332,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_90_94,f,90-94,90,94,1498,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_95_99,f,95-99,95,99,442,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,F_100PLUS,f,100+,100,,82,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_00_04,m,0-4,0,4,34432,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_05_09,m,5-9,5,9,34143,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_10_14,m,10-14,10,14,35018,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_15_19,m,15-19,15,19,34413,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_20_24,m,20-24,20,24,33477,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_25_29,m,25-29,25,29,32259,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_30_34,m,30-34,30,34,28455,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_35_39,m,35-39,35,39,26132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_40_44,m,40-44,40,44,25627,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_45_49,m,45-49,45,49,22898,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_50_54,m,50-54,50,54,18539,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_55_59,m,55-59,55,59,16150,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_60_64,m,60-64,60,64,14249,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_65_69,m,65-69,65,69,12498,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_70_74,m,70-74,70,74,10080,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_75_79,m,75-79,75,79,6841,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_80_84,m,80-84,80,84,3754,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_85_89,m,85-89,85,89,1811,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_90_94,m,90-94,90,94,663,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_95_99,m,95-99,95,99,161,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR070,San Juan,M_00PLUS,m,00+,0,,27,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_TL,f,all,,,259299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_TL,m,all,,,255311,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_TL,all,all,,,514610,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_00_04,all,0-4,0,4,41306,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_05_09,all,5-9,5,9,40735,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_10_14,all,10-14,10,14,40161,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_15_19,all,15-19,15,19,41699,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_20_24,all,20-24,20,24,42906,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_25_29,all,25-29,25,29,41396,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_30_34,all,30-34,30,34,36687,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_35_39,all,35-39,35,39,34782,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_40_44,all,40-44,40,44,35341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_45_49,all,45-49,45,49,30858,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_50_54,all,50-54,50,54,26087,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_55_59,all,55-59,55,59,23867,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_60_64,all,60-64,60,64,21439,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_65_69,all,65-69,65,69,18643,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_70_74,all,70-74,70,74,15143,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_75_79,all,75-79,75,79,10905,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_80_84,all,80-84,80,84,6641,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_85_89,all,85-89,85,89,3690,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_90_94,all,90-94,90,94,1672,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_95_99,all,95-99,95,99,531,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,T_100PLUS,all,100+,100,,121,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_00_04,f,0-4,0,4,20044,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_05_09,f,5-9,5,9,19811,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_10_14,f,10-14,10,14,19566,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_15_19,f,15-19,15,19,20596,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_20_24,f,20-24,20,24,21124,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_25_29,f,25-29,25,29,20500,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_30_34,f,30-34,30,34,18315,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_35_39,f,35-39,35,39,17566,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_40_44,f,40-44,40,44,17818,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_45_49,f,45-49,45,49,15445,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_50_54,f,50-54,50,54,13006,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_55_59,f,55-59,55,59,12072,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_60_64,f,60-64,60,64,11101,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_65_69,f,65-69,65,69,9842,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_70_74,f,70-74,70,74,8170,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_75_79,f,75-79,75,79,6169,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_80_84,f,80-84,80,84,4040,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_85_89,f,85-89,85,89,2408,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_90_94,f,90-94,90,94,1196,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_95_99,f,95-99,95,99,412,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,F_100PLUS,f,100+,100,,98,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_00_04,m,0-4,0,4,21262,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_05_09,m,5-9,5,9,20924,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_10_14,m,10-14,10,14,20595,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_15_19,m,15-19,15,19,21103,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_20_24,m,20-24,20,24,21782,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_25_29,m,25-29,25,29,20896,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_30_34,m,30-34,30,34,18372,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_35_39,m,35-39,35,39,17216,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_40_44,m,40-44,40,44,17523,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_45_49,m,45-49,45,49,15413,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_50_54,m,50-54,50,54,13081,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_55_59,m,55-59,55,59,11795,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_60_64,m,60-64,60,64,10338,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_65_69,m,65-69,65,69,8801,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_70_74,m,70-74,70,74,6973,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_75_79,m,75-79,75,79,4736,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_80_84,m,80-84,80,84,2601,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_85_89,m,85-89,85,89,1282,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_90_94,m,90-94,90,94,476,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_95_99,m,95-99,95,99,119,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR074,San Luis,M_00PLUS,m,00+,0,,23,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_TL,f,all,,,182272,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_TL,m,all,,,192484,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_TL,all,all,,,374756,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_00_04,all,0-4,0,4,33074,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_05_09,all,5-9,5,9,34008,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_10_14,all,10-14,10,14,33060,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_15_19,all,15-19,15,19,31638,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_20_24,all,20-24,20,24,28431,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_25_29,all,25-29,25,29,28725,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_30_34,all,30-34,30,34,30876,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_35_39,all,35-39,35,39,31896,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_40_44,all,40-44,40,44,29575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_45_49,all,45-49,45,49,23275,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_50_54,all,50-54,50,54,17795,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_55_59,all,55-59,55,59,15247,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_60_64,all,60-64,60,64,12537,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_65_69,all,65-69,65,69,9400,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_70_74,all,70-74,70,74,6474,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_75_79,all,75-79,75,79,4165,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_80_84,all,80-84,80,84,2524,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_85_89,all,85-89,85,89,1341,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_90_94,all,90-94,90,94,537,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_95_99,all,95-99,95,99,149,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,T_100PLUS,all,100+,100,,29,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_00_04,f,0-4,0,4,16061,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_05_09,f,5-9,5,9,16451,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_10_14,f,10-14,10,14,15909,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_15_19,f,15-19,15,19,15241,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_20_24,f,20-24,20,24,13879,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_25_29,f,25-29,25,29,14131,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_30_34,f,30-34,30,34,14958,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_35_39,f,35-39,35,39,15241,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_40_44,f,40-44,40,44,14033,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_45_49,f,45-49,45,49,11066,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_50_54,f,50-54,50,54,8517,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_55_59,f,55-59,55,59,7317,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_60_64,f,60-64,60,64,6071,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_65_69,f,65-69,65,69,4706,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_70_74,f,70-74,70,74,3428,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_75_79,f,75-79,75,79,2394,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_80_84,f,80-84,80,84,1527,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_85_89,f,85-89,85,89,856,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_90_94,f,90-94,90,94,359,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_95_99,f,95-99,95,99,106,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,F_100PLUS,f,100+,100,,21,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_00_04,m,0-4,0,4,17013,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_05_09,m,5-9,5,9,17557,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_10_14,m,10-14,10,14,17151,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_15_19,m,15-19,15,19,16397,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_20_24,m,20-24,20,24,14552,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_25_29,m,25-29,25,29,14594,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_30_34,m,30-34,30,34,15918,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_35_39,m,35-39,35,39,16655,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_40_44,m,40-44,40,44,15542,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_45_49,m,45-49,45,49,12209,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_50_54,m,50-54,50,54,9278,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_55_59,m,55-59,55,59,7930,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_60_64,m,60-64,60,64,6466,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_65_69,m,65-69,65,69,4694,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_70_74,m,70-74,70,74,3046,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_75_79,m,75-79,75,79,1771,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_80_84,m,80-84,80,84,997,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_85_89,m,85-89,85,89,485,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_90_94,m,90-94,90,94,178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_95_99,m,95-99,95,99,43,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR078,Santa Cruz,M_00PLUS,m,00+,0,,8,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_TL,f,all,,,1826441,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_TL,m,all,,,1736949,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_TL,all,all,,,3563390,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_00_04,all,0-4,0,4,266869,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_05_09,all,5-9,5,9,269494,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_10_14,all,10-14,10,14,260336,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_15_19,all,15-19,15,19,249877,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_20_24,all,20-24,20,24,262014,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_25_29,all,25-29,25,29,276600,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_30_34,all,30-34,30,34,272722,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_35_39,all,35-39,35,39,260909,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_40_44,all,40-44,40,44,253450,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_45_49,all,45-49,45,49,215178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_50_54,all,50-54,50,54,182044,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_55_59,all,55-59,55,59,172077,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_60_64,all,60-64,60,64,158887,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_65_69,all,65-69,65,69,140642,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_70_74,all,70-74,70,74,116810,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_75_79,all,75-79,75,79,87094,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_80_84,all,80-84,80,84,59557,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_85_89,all,85-89,85,89,35514,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_90_94,all,90-94,90,94,16833,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_95_99,all,95-99,95,99,5405,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,T_100PLUS,all,100+,100,,1078,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_00_04,f,0-4,0,4,129504,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_05_09,f,5-9,5,9,130822,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_10_14,f,10-14,10,14,127925,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_15_19,f,15-19,15,19,122183,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_20_24,f,20-24,20,24,129595,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_25_29,f,25-29,25,29,138057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_30_34,f,30-34,30,34,136361,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_35_39,f,35-39,35,39,130519,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_40_44,f,40-44,40,44,127815,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_45_49,f,45-49,45,49,109604,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_50_54,f,50-54,50,54,93583,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_55_59,f,55-59,55,59,89776,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_60_64,f,60-64,60,64,84412,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_65_69,f,65-69,65,69,76667,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_70_74,f,70-74,70,74,66522,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_75_79,f,75-79,75,79,52335,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_80_84,f,80-84,80,84,38338,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_85_89,f,85-89,85,89,24709,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_90_94,f,90-94,90,94,12568,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_95_99,f,95-99,95,99,4261,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,F_100PLUS,f,100+,100,,885,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_00_04,m,0-4,0,4,137365,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_05_09,m,5-9,5,9,138672,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_10_14,m,10-14,10,14,132411,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_15_19,m,15-19,15,19,127694,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_20_24,m,20-24,20,24,132419,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_25_29,m,25-29,25,29,138543,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_30_34,m,30-34,30,34,136361,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_35_39,m,35-39,35,39,130390,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_40_44,m,40-44,40,44,125635,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_45_49,m,45-49,45,49,105574,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_50_54,m,50-54,50,54,88461,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_55_59,m,55-59,55,59,82301,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_60_64,m,60-64,60,64,74475,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_65_69,m,65-69,65,69,63975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_70_74,m,70-74,70,74,50288,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_75_79,m,75-79,75,79,34759,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_80_84,m,80-84,80,84,21219,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_85_89,m,85-89,85,89,10805,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_90_94,m,90-94,90,94,4265,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_95_99,m,95-99,95,99,1144,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR082,Santa Fe,M_00PLUS,m,00+,0,,193,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_TL,f,all,,,496470,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_TL,m,all,,,491775,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_TL,all,all,,,988245,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_00_04,all,0-4,0,4,90191,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_05_09,all,5-9,5,9,87779,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_10_14,all,10-14,10,14,84697,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_15_19,all,15-19,15,19,89001,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_20_24,all,20-24,20,24,92591,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_25_29,all,25-29,25,29,84741,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_30_34,all,30-34,30,34,67924,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_35_39,all,35-39,35,39,62922,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_40_44,all,40-44,40,44,63476,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_45_49,all,45-49,45,49,54886,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_50_54,all,50-54,50,54,44153,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_55_59,all,55-59,55,59,38743,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_60_64,all,60-64,60,64,35265,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_65_69,all,65-69,65,69,30790,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_70_74,all,70-74,70,74,23849,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_75_79,all,75-79,75,79,16791,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_80_84,all,80-84,80,84,10873,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_85_89,all,85-89,85,89,5944,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_90_94,all,90-94,90,94,2623,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_95_99,all,95-99,95,99,813,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,T_100PLUS,all,100+,100,,193,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_00_04,f,0-4,0,4,43772,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_05_09,f,5-9,5,9,42595,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_10_14,f,10-14,10,14,41014,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_15_19,f,15-19,15,19,43411,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_20_24,f,20-24,20,24,45273,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_25_29,f,25-29,25,29,42030,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_30_34,f,30-34,30,34,34686,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_35_39,f,35-39,35,39,32649,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_40_44,f,40-44,40,44,32710,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_45_49,f,45-49,45,49,27893,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_50_54,f,50-54,50,54,22104,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_55_59,f,55-59,55,59,19455,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_60_64,f,60-64,60,64,18007,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_65_69,f,65-69,65,69,15846,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_70_74,f,70-74,70,74,12640,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_75_79,f,75-79,75,79,9386,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_80_84,f,80-84,80,84,6527,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_85_89,f,85-89,85,89,3861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_90_94,f,90-94,90,94,1846,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_95_99,f,95-99,95,99,612,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,F_100PLUS,f,100+,100,,153,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_00_04,m,0-4,0,4,46419,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_05_09,m,5-9,5,9,45184,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_10_14,m,10-14,10,14,43683,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_15_19,m,15-19,15,19,45590,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_20_24,m,20-24,20,24,47318,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_25_29,m,25-29,25,29,42711,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_30_34,m,30-34,30,34,33238,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_35_39,m,35-39,35,39,30273,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_40_44,m,40-44,40,44,30766,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_45_49,m,45-49,45,49,26993,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_50_54,m,50-54,50,54,22049,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_55_59,m,55-59,55,59,19288,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_60_64,m,60-64,60,64,17258,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_65_69,m,65-69,65,69,14944,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_70_74,m,70-74,70,74,11209,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_75_79,m,75-79,75,79,7405,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_80_84,m,80-84,80,84,4346,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_85_89,m,85-89,85,89,2083,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_90_94,m,90-94,90,94,777,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_95_99,m,95-99,95,99,201,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR086,Santiago del Estero,M_00PLUS,m,00+,0,,40,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_TL,f,all,,,867668,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_TL,m,all,,,846819,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_TL,all,all,,,1714487,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_00_04,all,0-4,0,4,150131,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_05_09,all,5-9,5,9,149876,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_10_14,all,10-14,10,14,142490,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_15_19,all,15-19,15,19,140215,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_20_24,all,20-24,20,24,145493,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_25_29,all,25-29,25,29,144332,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_30_34,all,30-34,30,34,128299,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_35_39,all,35-39,35,39,115466,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_40_44,all,40-44,40,44,114953,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_45_49,all,45-49,45,49,96256,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_50_54,all,50-54,50,54,77180,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_55_59,all,55-59,55,59,70088,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_60_64,all,60-64,60,64,66914,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_65_69,all,65-69,65,69,59921,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_70_74,all,70-74,70,74,46057,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_75_79,all,75-79,75,79,30450,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_80_84,all,80-84,80,84,18706,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_85_89,all,85-89,85,89,10905,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_90_94,all,90-94,90,94,4969,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_95_99,all,95-99,95,99,1489,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,T_100PLUS,all,100+,100,,297,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_00_04,f,0-4,0,4,72853,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_05_09,f,5-9,5,9,72713,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_10_14,f,10-14,10,14,68975,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_15_19,f,15-19,15,19,68370,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_20_24,f,20-24,20,24,71826,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_25_29,f,25-29,25,29,72154,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_30_34,f,30-34,30,34,64648,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_35_39,f,35-39,35,39,58459,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_40_44,f,40-44,40,44,58458,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_45_49,f,45-49,45,49,49288,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_50_54,f,50-54,50,54,39705,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_55_59,f,55-59,55,59,36577,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_60_64,f,60-64,60,64,35518,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_65_69,f,65-69,65,69,31891,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_70_74,f,70-74,70,74,25117,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_75_79,f,75-79,75,79,17488,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_80_84,f,80-84,80,84,11564,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_85_89,f,85-89,85,89,7242,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_90_94,f,90-94,90,94,3490,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_95_99,f,95-99,95,99,1102,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,F_100PLUS,f,100+,100,,230,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_00_04,m,0-4,0,4,77278,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_05_09,m,5-9,5,9,77163,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_10_14,m,10-14,10,14,73515,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_15_19,m,15-19,15,19,71845,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_20_24,m,20-24,20,24,73667,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_25_29,m,25-29,25,29,72178,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_30_34,m,30-34,30,34,63651,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_35_39,m,35-39,35,39,57007,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_40_44,m,40-44,40,44,56495,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_45_49,m,45-49,45,49,46968,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_50_54,m,50-54,50,54,37475,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_55_59,m,55-59,55,59,33511,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_60_64,m,60-64,60,64,31396,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_65_69,m,65-69,65,69,28030,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_70_74,m,70-74,70,74,20940,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_75_79,m,75-79,75,79,12962,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_80_84,m,80-84,80,84,7142,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_85_89,m,85-89,85,89,3663,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_90_94,m,90-94,90,94,1479,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_95_99,m,95-99,95,99,387,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR090,Tucumán,M_00PLUS,m,00+,0,,67,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_TL,f,all,,,87132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_TL,m,all,,,90565,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_TL,all,all,,,177697,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_00_04,all,0-4,0,4,14486,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_05_09,all,5-9,5,9,14329,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_10_14,all,10-14,10,14,14043,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_15_19,all,15-19,15,19,15099,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_20_24,all,20-24,20,24,14086,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_25_29,all,25-29,25,29,14232,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_30_34,all,30-34,30,34,14861,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_35_39,all,35-39,35,39,15071,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_40_44,all,40-44,40,44,13973,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_45_49,all,45-49,45,49,11391,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_50_54,all,50-54,50,54,9147,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_55_59,all,55-59,55,59,8575,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_60_64,all,60-64,60,64,7152,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_65_69,all,65-69,65,69,4952,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_70_74,all,70-74,70,74,3069,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_75_79,all,75-79,75,79,1649,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_80_84,all,80-84,80,84,885,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_85_89,all,85-89,85,89,449,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_90_94,all,90-94,90,94,185,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_95_99,all,95-99,95,99,52,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,T_100PLUS,all,100+,100,,11,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_00_04,f,0-4,0,4,7025,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_05_09,f,5-9,5,9,7007,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_10_14,f,10-14,10,14,6892,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_15_19,f,15-19,15,19,7318,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_20_24,f,20-24,20,24,6797,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_25_29,f,25-29,25,29,6998,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_30_34,f,30-34,30,34,7225,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_35_39,f,35-39,35,39,7246,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_40_44,f,40-44,40,44,6771,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_45_49,f,45-49,45,49,5680,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_50_54,f,50-54,50,54,4610,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_55_59,f,55-59,55,59,4270,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_60_64,f,60-64,60,64,3444,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_65_69,f,65-69,65,69,2415,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_70_74,f,70-74,70,74,1548,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_75_79,f,75-79,75,79,892,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_80_84,f,80-84,80,84,521,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_85_89,f,85-89,85,89,291,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_90_94,f,90-94,90,94,132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_95_99,f,95-99,95,99,41,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,F_100PLUS,f,100+,100,,9,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_00_04,m,0-4,0,4,7461,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_05_09,m,5-9,5,9,7322,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_10_14,m,10-14,10,14,7151,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_15_19,m,15-19,15,19,7781,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_20_24,m,20-24,20,24,7289,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_25_29,m,25-29,25,29,7234,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_30_34,m,30-34,30,34,7636,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_35_39,m,35-39,35,39,7825,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_40_44,m,40-44,40,44,7202,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_45_49,m,45-49,45,49,5711,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_50_54,m,50-54,50,54,4537,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_55_59,m,55-59,55,59,4305,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_60_64,m,60-64,60,64,3708,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_65_69,m,65-69,65,69,2537,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_70_74,m,70-74,70,74,1521,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_75_79,m,75-79,75,79,757,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_80_84,m,80-84,80,84,364,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_85_89,m,85-89,85,89,158,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_90_94,m,90-94,90,94,53,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_95_99,m,95-99,95,99,11,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,AR094,Tierra del Fuego,M_00PLUS,m,00+,0,,2,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_TL,f,all,,,63893,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_TL,m,all,,,60553,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_TL,all,all,,,124446,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_00_04,f,0-4,0,4,3505,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_05_09,f,5-9,5,9,4362,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_10_14,f,10-14,10,14,4278,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_15_19,f,15-19,15,19,3525,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_20_24,f,20-24,20,24,3663,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_25_29,f,25-29,25,29,5075,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_30_34,f,30-34,30,34,6033,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_35_39,f,35-39,35,39,5125,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_40_44,f,40-44,40,44,4095,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_45_49,f,45-49,45,49,3637,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_50_54,f,50-54,50,54,3837,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_55_59,f,55-59,55,59,4643,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_60_64,f,60-64,60,64,4221,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_65_69,f,65-69,65,69,2880,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_70_74,f,70-74,70,74,1832,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_75_79,f,75-79,75,79,938,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_80_84,f,80-84,80,84,1547,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,F_85PLUS,f,85+,85,,697,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_00_04,m,0-4,0,4,4094,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_05_09,m,5-9,5,9,5048,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_10_14,m,10-14,10,14,5206,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_15_19,m,15-19,15,19,4290,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_20_24,m,20-24,20,24,3955,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_25_29,m,25-29,25,29,4730,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_30_34,m,30-34,30,34,5823,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_35_39,m,35-39,35,39,4862,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_40_44,m,40-44,40,44,3575,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_45_49,m,45-49,45,49,3243,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_50_54,m,50-54,50,54,3289,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_55_59,m,55-59,55,59,4000,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_60_64,m,60-64,60,64,3566,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_65_69,m,65-69,65,69,2117,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_70_74,m,70-74,70,74,1137,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_75_79,m,75-79,75,79,479,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_80_84,m,80-84,80,84,752,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,M_85PLUS,m,85+,85,,387,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_00_04,all,0-4,0,4,7599,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_05_09,all,5-9,5,9,9410,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_10_14,all,10-14,10,14,9484,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_15_19,all,15-19,15,19,7815,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_20_24,all,20-24,20,24,7618,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_25_29,all,25-29,25,29,9805,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_30_34,all,30-34,30,34,11856,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_35_39,all,35-39,35,39,9987,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_40_44,all,40-44,40,44,7670,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_45_49,all,45-49,45,49,6880,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_50_54,all,50-54,50,54,7126,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_55_59,all,55-59,55,59,8643,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_60_64,all,60-64,60,64,7787,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_65_69,all,65-69,65,69,4997,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_70_74,all,70-74,70,74,2969,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_75_79,all,75-79,75,79,1417,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_80_84,all,80-84,80,84,2299,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM02,Aragatsotn,T_85PLUS,all,85+,85,,1084,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_TL,f,all,,,133166,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_TL,m,all,,,123464,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_TL,all,all,,,256630,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_00_04,f,0-4,0,4,7477,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_05_09,f,5-9,5,9,8581,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_10_14,f,10-14,10,14,9034,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_15_19,f,15-19,15,19,7153,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_20_24,f,20-24,20,24,7423,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_25_29,f,25-29,25,29,10544,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_30_34,f,30-34,30,34,12791,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_35_39,f,35-39,35,39,11332,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_40_44,f,40-44,40,44,8807,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_45_49,f,45-49,45,49,7272,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_50_54,f,50-54,50,54,7466,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_55_59,f,55-59,55,59,9650,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_60_64,f,60-64,60,64,9612,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_65_69,f,65-69,65,69,6408,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_70_74,f,70-74,70,74,3669,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_75_79,f,75-79,75,79,1822,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_80_84,f,80-84,80,84,2935,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,F_85PLUS,f,85+,85,,1190,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_00_04,m,0-4,0,4,8461,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_05_09,m,5-9,5,9,9934,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_10_14,m,10-14,10,14,9993,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_15_19,m,15-19,15,19,8318,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_20_24,m,20-24,20,24,7780,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_25_29,m,25-29,25,29,9815,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_30_34,m,30-34,30,34,11933,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_35_39,m,35-39,35,39,10689,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_40_44,m,40-44,40,44,7915,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_45_49,m,45-49,45,49,6056,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_50_54,m,50-54,50,54,5826,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_55_59,m,55-59,55,59,7653,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_60_64,m,60-64,60,64,8076,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_65_69,m,65-69,65,69,5108,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_70_74,m,70-74,70,74,2498,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_75_79,m,75-79,75,79,1054,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_80_84,m,80-84,80,84,1687,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,M_85PLUS,m,85+,85,,668,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_00_04,all,0-4,0,4,15938,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_05_09,all,5-9,5,9,18515,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_10_14,all,10-14,10,14,19027,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_15_19,all,15-19,15,19,15471,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_20_24,all,20-24,20,24,15203,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_25_29,all,25-29,25,29,20359,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_30_34,all,30-34,30,34,24724,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_35_39,all,35-39,35,39,22021,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_40_44,all,40-44,40,44,16722,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_45_49,all,45-49,45,49,13328,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_50_54,all,50-54,50,54,13292,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_55_59,all,55-59,55,59,17303,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_60_64,all,60-64,60,64,17688,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_65_69,all,65-69,65,69,11516,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_70_74,all,70-74,70,74,6167,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_75_79,all,75-79,75,79,2876,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_80_84,all,80-84,80,84,4622,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM03,Ararat,T_85PLUS,all,85+,85,,1858,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_TL,f,all,,,136094,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_TL,m,all,,,127850,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_TL,all,all,,,263944,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_00_04,f,0-4,0,4,7089,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_05_09,f,5-9,5,9,8461,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_10_14,f,10-14,10,14,8708,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_15_19,f,15-19,15,19,7377,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_20_24,f,20-24,20,24,7722,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_25_29,f,25-29,25,29,11326,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_30_34,f,30-34,30,34,12953,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_35_39,f,35-39,35,39,11711,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_40_44,f,40-44,40,44,9249,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_45_49,f,45-49,45,49,7878,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_50_54,f,50-54,50,54,7958,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_55_59,f,55-59,55,59,10057,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_60_64,f,60-64,60,64,9682,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_65_69,f,65-69,65,69,6351,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_70_74,f,70-74,70,74,3609,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_75_79,f,75-79,75,79,1948,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_80_84,f,80-84,80,84,2927,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,F_85PLUS,f,85+,85,,1088,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_00_04,m,0-4,0,4,7923,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_05_09,m,5-9,5,9,9802,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_10_14,m,10-14,10,14,10358,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_15_19,m,15-19,15,19,8723,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_20_24,m,20-24,20,24,8399,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_25_29,m,25-29,25,29,10742,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_30_34,m,30-34,30,34,12333,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_35_39,m,35-39,35,39,10728,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_40_44,m,40-44,40,44,8351,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_45_49,m,45-49,45,49,6660,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_50_54,m,50-54,50,54,6660,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_55_59,m,55-59,55,59,8316,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_60_64,m,60-64,60,64,8364,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_65_69,m,65-69,65,69,4895,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_70_74,m,70-74,70,74,2540,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_75_79,m,75-79,75,79,1090,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_80_84,m,80-84,80,84,1461,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,M_85PLUS,m,85+,85,,505,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_00_04,all,0-4,0,4,15012,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_05_09,all,5-9,5,9,18263,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_10_14,all,10-14,10,14,19066,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_15_19,all,15-19,15,19,16100,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_20_24,all,20-24,20,24,16121,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_25_29,all,25-29,25,29,22068,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_30_34,all,30-34,30,34,25286,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_35_39,all,35-39,35,39,22439,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_40_44,all,40-44,40,44,17600,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_45_49,all,45-49,45,49,14538,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_50_54,all,50-54,50,54,14618,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_55_59,all,55-59,55,59,18373,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_60_64,all,60-64,60,64,18046,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_65_69,all,65-69,65,69,11246,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_70_74,all,70-74,70,74,6149,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_75_79,all,75-79,75,79,3038,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_80_84,all,80-84,80,84,4388,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM04,Armavir,T_85PLUS,all,85+,85,,1593,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_TL,f,all,,,114243,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_TL,m,all,,,113026,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_TL,all,all,,,227269,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_00_04,f,0-4,0,4,6211,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_05_09,f,5-9,5,9,7136,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_10_14,f,10-14,10,14,7402,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_15_19,f,15-19,15,19,6594,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_20_24,f,20-24,20,24,7065,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_25_29,f,25-29,25,29,9622,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_30_34,f,30-34,30,34,10688,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_35_39,f,35-39,35,39,9606,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_40_44,f,40-44,40,44,7536,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_45_49,f,45-49,45,49,6651,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_50_54,f,50-54,50,54,6782,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_55_59,f,55-59,55,59,7941,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_60_64,f,60-64,60,64,7520,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_65_69,f,65-69,65,69,5106,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_70_74,f,70-74,70,74,3245,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_75_79,f,75-79,75,79,1507,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_80_84,f,80-84,80,84,2525,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,F_85PLUS,f,85+,85,,1106,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_00_04,m,0-4,0,4,7398,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_05_09,m,5-9,5,9,8622,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_10_14,m,10-14,10,14,9317,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_15_19,m,15-19,15,19,8036,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_20_24,m,20-24,20,24,7667,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_25_29,m,25-29,25,29,9102,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_30_34,m,30-34,30,34,10659,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_35_39,m,35-39,35,39,9327,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_40_44,m,40-44,40,44,7229,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_45_49,m,45-49,45,49,6037,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_50_54,m,50-54,50,54,6483,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_55_59,m,55-59,55,59,7336,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_60_64,m,60-64,60,64,6498,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_65_69,m,65-69,65,69,4050,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_70_74,m,70-74,70,74,2182,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_75_79,m,75-79,75,79,973,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_80_84,m,80-84,80,84,1432,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,M_85PLUS,m,85+,85,,678,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_00_04,all,0-4,0,4,13609,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_05_09,all,5-9,5,9,15758,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_10_14,all,10-14,10,14,16719,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_15_19,all,15-19,15,19,14630,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_20_24,all,20-24,20,24,14732,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_25_29,all,25-29,25,29,18724,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_30_34,all,30-34,30,34,21347,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_35_39,all,35-39,35,39,18933,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_40_44,all,40-44,40,44,14765,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_45_49,all,45-49,45,49,12688,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_50_54,all,50-54,50,54,13265,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_55_59,all,55-59,55,59,15277,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_60_64,all,60-64,60,64,14018,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_65_69,all,65-69,65,69,9156,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_70_74,all,70-74,70,74,5427,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_75_79,all,75-79,75,79,2480,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_80_84,all,80-84,80,84,3957,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM05,Geghar kunik,T_85PLUS,all,85+,85,,1784,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_TL,f,all,,,131523,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_TL,m,all,,,119654,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_TL,all,all,,,251177,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_00_04,f,0-4,0,4,7506,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_05_09,f,5-9,5,9,8628,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_10_14,f,10-14,10,14,8953,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_15_19,f,15-19,15,19,7346,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_20_24,f,20-24,20,24,7026,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_25_29,f,25-29,25,29,9421,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_30_34,f,30-34,30,34,12145,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_35_39,f,35-39,35,39,11353,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_40_44,f,40-44,40,44,8875,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_45_49,f,45-49,45,49,7435,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_50_54,f,50-54,50,54,7357,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_55_59,f,55-59,55,59,9531,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_60_64,f,60-64,60,64,9744,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_65_69,f,65-69,65,69,6801,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_70_74,f,70-74,70,74,4074,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_75_79,f,75-79,75,79,1809,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_80_84,f,80-84,80,84,2775,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,F_85PLUS,f,85+,85,,744,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_00_04,m,0-4,0,4,8088,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_05_09,m,5-9,5,9,9823,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_10_14,m,10-14,10,14,10053,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_15_19,m,15-19,15,19,8331,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_20_24,m,20-24,20,24,7411,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_25_29,m,25-29,25,29,8966,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_30_34,m,30-34,30,34,11255,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_35_39,m,35-39,35,39,10691,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_40_44,m,40-44,40,44,8075,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_45_49,m,45-49,45,49,6196,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_50_54,m,50-54,50,54,5572,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_55_59,m,55-59,55,59,7289,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_60_64,m,60-64,60,64,7595,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_65_69,m,65-69,65,69,4781,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_70_74,m,70-74,70,74,2628,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_75_79,m,75-79,75,79,1139,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_80_84,m,80-84,80,84,1421,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,M_85PLUS,m,85+,85,,340,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_00_04,all,0-4,0,4,15594,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_05_09,all,5-9,5,9,18451,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_10_14,all,10-14,10,14,19006,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_15_19,all,15-19,15,19,15677,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_20_24,all,20-24,20,24,14437,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_25_29,all,25-29,25,29,18387,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_30_34,all,30-34,30,34,23400,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_35_39,all,35-39,35,39,22044,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_40_44,all,40-44,40,44,16950,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_45_49,all,45-49,45,49,13631,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_50_54,all,50-54,50,54,12929,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_55_59,all,55-59,55,59,16820,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_60_64,all,60-64,60,64,17339,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_65_69,all,65-69,65,69,11582,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_70_74,all,70-74,70,74,6702,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_75_79,all,75-79,75,79,2948,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_80_84,all,80-84,80,84,4196,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM07,Kotayk,T_85PLUS,all,85+,85,,1084,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_TL,f,all,,,116051,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_TL,m,all,,,96515,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_TL,all,all,,,212566,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_00_04,f,0-4,0,4,6423,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_05_09,f,5-9,5,9,7622,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_10_14,f,10-14,10,14,7217,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_15_19,f,15-19,15,19,6475,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_20_24,f,20-24,20,24,6205,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_25_29,f,25-29,25,29,7982,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_30_34,f,30-34,30,34,9212,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_35_39,f,35-39,35,39,8802,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_40_44,f,40-44,40,44,7439,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_45_49,f,45-49,45,49,6566,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_50_54,f,50-54,50,54,6616,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_55_59,f,55-59,55,59,8538,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_60_64,f,60-64,60,64,8870,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_65_69,f,65-69,65,69,6517,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_70_74,f,70-74,70,74,4317,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_75_79,f,75-79,75,79,2370,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_80_84,f,80-84,80,84,3483,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,F_85PLUS,f,85+,85,,1397,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_00_04,m,0-4,0,4,6881,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_05_09,m,5-9,5,9,8412,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_10_14,m,10-14,10,14,8156,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_15_19,m,15-19,15,19,7168,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_20_24,m,20-24,20,24,6008,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_25_29,m,25-29,25,29,7172,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_30_34,m,30-34,30,34,8285,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_35_39,m,35-39,35,39,7577,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_40_44,m,40-44,40,44,5831,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_45_49,m,45-49,45,49,4776,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_50_54,m,50-54,50,54,4535,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_55_59,m,55-59,55,59,5797,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_60_64,m,60-64,60,64,6006,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_65_69,m,65-69,65,69,4158,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_70_74,m,70-74,70,74,2385,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_75_79,m,75-79,75,79,1261,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_80_84,m,80-84,80,84,1586,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,M_85PLUS,m,85+,85,,521,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_00_04,all,0-4,0,4,13304,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_05_09,all,5-9,5,9,16034,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_10_14,all,10-14,10,14,15373,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_15_19,all,15-19,15,19,13643,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_20_24,all,20-24,20,24,12213,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_25_29,all,25-29,25,29,15154,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_30_34,all,30-34,30,34,17497,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_35_39,all,35-39,35,39,16379,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_40_44,all,40-44,40,44,13270,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_45_49,all,45-49,45,49,11342,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_50_54,all,50-54,50,54,11151,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_55_59,all,55-59,55,59,14335,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_60_64,all,60-64,60,64,14876,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_65_69,all,65-69,65,69,10675,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_70_74,all,70-74,70,74,6702,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_75_79,all,75-79,75,79,3631,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_80_84,all,80-84,80,84,5069,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM06,Lori,T_85PLUS,all,85+,85,,1918,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_TL,f,all,,,123926,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_TL,m,all,,,107037,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_TL,all,all,,,230963,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_00_04,f,0-4,0,4,6940,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_05_09,f,5-9,5,9,8103,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_10_14,f,10-14,10,14,7708,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_15_19,f,15-19,15,19,6575,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_20_24,f,20-24,20,24,6461,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_25_29,f,25-29,25,29,9980,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_30_34,f,30-34,30,34,11136,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_35_39,f,35-39,35,39,9748,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_40_44,f,40-44,40,44,7632,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_45_49,f,45-49,45,49,7153,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_50_54,f,50-54,50,54,7276,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_55_59,f,55-59,55,59,9045,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_60_64,f,60-64,60,64,9188,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_65_69,f,65-69,65,69,6652,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_70_74,f,70-74,70,74,4121,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_75_79,f,75-79,75,79,2197,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_80_84,f,80-84,80,84,2947,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,F_85PLUS,f,85+,85,,1064,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_00_04,m,0-4,0,4,7666,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_05_09,m,5-9,5,9,9331,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_10_14,m,10-14,10,14,9053,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_15_19,m,15-19,15,19,7251,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_20_24,m,20-24,20,24,6535,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_25_29,m,25-29,25,29,8550,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_30_34,m,30-34,30,34,10006,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_35_39,m,35-39,35,39,8511,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_40_44,m,40-44,40,44,6277,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_45_49,m,45-49,45,49,5315,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_50_54,m,50-54,50,54,5521,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_55_59,m,55-59,55,59,6800,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_60_64,m,60-64,60,64,6546,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_65_69,m,65-69,65,69,4319,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_70_74,m,70-74,70,74,2499,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_75_79,m,75-79,75,79,1163,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_80_84,m,80-84,80,84,1280,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,M_85PLUS,m,85+,85,,414,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_00_04,all,0-4,0,4,14606,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_05_09,all,5-9,5,9,17434,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_10_14,all,10-14,10,14,16761,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_15_19,all,15-19,15,19,13826,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_20_24,all,20-24,20,24,12996,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_25_29,all,25-29,25,29,18530,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_30_34,all,30-34,30,34,21142,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_35_39,all,35-39,35,39,18259,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_40_44,all,40-44,40,44,13909,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_45_49,all,45-49,45,49,12468,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_50_54,all,50-54,50,54,12797,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_55_59,all,55-59,55,59,15845,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_60_64,all,60-64,60,64,15734,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_65_69,all,65-69,65,69,10971,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_70_74,all,70-74,70,74,6620,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_75_79,all,75-79,75,79,3360,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_80_84,all,80-84,80,84,4227,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM08,Shirak,T_85PLUS,all,85+,85,,1478,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_TL,f,all,,,70265,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_TL,m,all,,,65586,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_TL,all,all,,,135851,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_00_04,f,0-4,0,4,3311,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_05_09,f,5-9,5,9,3662,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_10_14,f,10-14,10,14,4380,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_15_19,f,15-19,15,19,3894,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_20_24,f,20-24,20,24,4183,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_25_29,f,25-29,25,29,4514,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_30_34,f,30-34,30,34,6139,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_35_39,f,35-39,35,39,5864,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_40_44,f,40-44,40,44,4893,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_45_49,f,45-49,45,49,4264,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_50_54,f,50-54,50,54,3981,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_55_59,f,55-59,55,59,4867,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_60_64,f,60-64,60,64,5399,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_65_69,f,65-69,65,69,3952,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_70_74,f,70-74,70,74,2562,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_75_79,f,75-79,75,79,1341,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_80_84,f,80-84,80,84,1968,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,F_85PLUS,f,85+,85,,1091,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_00_04,m,0-4,0,4,3535,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_05_09,m,5-9,5,9,3987,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_10_14,m,10-14,10,14,4821,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_15_19,m,15-19,15,19,4313,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_20_24,m,20-24,20,24,4098,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_25_29,m,25-29,25,29,4423,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_30_34,m,30-34,30,34,6016,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_35_39,m,35-39,35,39,5625,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_40_44,m,40-44,40,44,4662,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_45_49,m,45-49,45,49,4023,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_50_54,m,50-54,50,54,3700,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_55_59,m,55-59,55,59,4240,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_60_64,m,60-64,60,64,4508,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_65_69,m,65-69,65,69,3010,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_70_74,m,70-74,70,74,1823,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_75_79,m,75-79,75,79,890,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_80_84,m,80-84,80,84,1192,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,M_85PLUS,m,85+,85,,720,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_00_04,all,0-4,0,4,6846,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_05_09,all,5-9,5,9,7649,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_10_14,all,10-14,10,14,9201,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_15_19,all,15-19,15,19,8207,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_20_24,all,20-24,20,24,8281,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_25_29,all,25-29,25,29,8937,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_30_34,all,30-34,30,34,12155,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_35_39,all,35-39,35,39,11489,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_40_44,all,40-44,40,44,9555,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_45_49,all,45-49,45,49,8287,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_50_54,all,50-54,50,54,7681,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_55_59,all,55-59,55,59,9107,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_60_64,all,60-64,60,64,9907,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_65_69,all,65-69,65,69,6962,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_70_74,all,70-74,70,74,4385,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_75_79,all,75-79,75,79,2231,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_80_84,all,80-84,80,84,3160,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM09,Syunik,T_85PLUS,all,85+,85,,1811,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_TL,f,all,,,63679,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_TL,m,all,,,56855,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_TL,all,all,,,120534,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_00_04,f,0-4,0,4,3035,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_05_09,f,5-9,5,9,3575,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_10_14,f,10-14,10,14,4271,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_15_19,f,15-19,15,19,3679,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_20_24,f,20-24,20,24,3684,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_25_29,f,25-29,25,29,4024,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_30_34,f,30-34,30,34,5027,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_35_39,f,35-39,35,39,5197,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_40_44,f,40-44,40,44,4418,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_45_49,f,45-49,45,49,3646,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_50_54,f,50-54,50,54,3381,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_55_59,f,55-59,55,59,4412,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_60_64,f,60-64,60,64,4656,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_65_69,f,65-69,65,69,3432,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_70_74,f,70-74,70,74,2407,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_75_79,f,75-79,75,79,1211,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_80_84,f,80-84,80,84,2178,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,F_85PLUS,f,85+,85,,1446,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_00_04,m,0-4,0,4,3473,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_05_09,m,5-9,5,9,4005,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_10_14,m,10-14,10,14,4687,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_15_19,m,15-19,15,19,4036,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_20_24,m,20-24,20,24,3718,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_25_29,m,25-29,25,29,3863,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_30_34,m,30-34,30,34,4789,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_35_39,m,35-39,35,39,4600,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_40_44,m,40-44,40,44,3990,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_45_49,m,45-49,45,49,3251,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_50_54,m,50-54,50,54,2807,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_55_59,m,55-59,55,59,3530,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_60_64,m,60-64,60,64,3588,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_65_69,m,65-69,65,69,2451,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_70_74,m,70-74,70,74,1477,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_75_79,m,75-79,75,79,692,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_80_84,m,80-84,80,84,1112,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,M_85PLUS,m,85+,85,,786,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_00_04,all,0-4,0,4,6508,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_05_09,all,5-9,5,9,7580,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_10_14,all,10-14,10,14,8958,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_15_19,all,15-19,15,19,7715,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_20_24,all,20-24,20,24,7402,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_25_29,all,25-29,25,29,7887,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_30_34,all,30-34,30,34,9816,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_35_39,all,35-39,35,39,9797,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_40_44,all,40-44,40,44,8408,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_45_49,all,45-49,45,49,6897,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_50_54,all,50-54,50,54,6188,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_55_59,all,55-59,55,59,7942,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_60_64,all,60-64,60,64,8244,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_65_69,all,65-69,65,69,5883,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_70_74,all,70-74,70,74,3884,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_75_79,all,75-79,75,79,1903,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_80_84,all,80-84,80,84,3290,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM11,Tavush,T_85PLUS,all,85+,85,,2232,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_TL,f,all,,,25327,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_TL,m,all,,,22797,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_TL,all,all,,,48124,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_00_04,f,0-4,0,4,1278,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_05_09,f,5-9,5,9,1505,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_10_14,f,10-14,10,14,1546,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_15_19,f,15-19,15,19,1291,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_20_24,f,20-24,20,24,1402,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_25_29,f,25-29,25,29,1919,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_30_34,f,30-34,30,34,2348,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_35_39,f,35-39,35,39,2057,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_40_44,f,40-44,40,44,1577,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_45_49,f,45-49,45,49,1294,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_50_54,f,50-54,50,54,1487,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_55_59,f,55-59,55,59,1894,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_60_64,f,60-64,60,64,1974,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_65_69,f,65-69,65,69,1389,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_70_74,f,70-74,70,74,819,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_75_79,f,75-79,75,79,334,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_80_84,f,80-84,80,84,835,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,F_85PLUS,f,85+,85,,378,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_00_04,m,0-4,0,4,1394,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_05_09,m,5-9,5,9,1692,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_10_14,m,10-14,10,14,1785,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_15_19,m,15-19,15,19,1541,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_20_24,m,20-24,20,24,1364,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_25_29,m,25-29,25,29,1775,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_30_34,m,30-34,30,34,2269,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_35_39,m,35-39,35,39,1881,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_40_44,m,40-44,40,44,1324,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_45_49,m,45-49,45,49,1050,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_50_54,m,50-54,50,54,1108,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_55_59,m,55-59,55,59,1504,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_60_64,m,60-64,60,64,1684,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_65_69,m,65-69,65,69,1026,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_70_74,m,70-74,70,74,497,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_75_79,m,75-79,75,79,187,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_80_84,m,80-84,80,84,443,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,M_85PLUS,m,85+,85,,273,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_00_04,all,0-4,0,4,2672,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_05_09,all,5-9,5,9,3197,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_10_14,all,10-14,10,14,3331,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_15_19,all,15-19,15,19,2832,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_20_24,all,20-24,20,24,2766,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_25_29,all,25-29,25,29,3694,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_30_34,all,30-34,30,34,4617,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_35_39,all,35-39,35,39,3938,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_40_44,all,40-44,40,44,2901,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_45_49,all,45-49,45,49,2344,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_50_54,all,50-54,50,54,2595,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_55_59,all,55-59,55,59,3398,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_60_64,all,60-64,60,64,3658,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_65_69,all,65-69,65,69,2415,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_70_74,all,70-74,70,74,1316,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_75_79,all,75-79,75,79,521,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_80_84,all,80-84,80,84,1278,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM10,Vayots Dzor,T_85PLUS,all,85+,85,,651,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_TL,f,all,,,586977,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_TL,m,all,,,504770,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_TL,all,all,,,1091747,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_00_04,f,0-4,0,4,35493,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_05_09,f,5-9,5,9,35996,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_10_14,f,10-14,10,14,32009,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_15_19,f,15-19,15,19,26510,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_20_24,f,20-24,20,24,26222,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_25_29,f,25-29,25,29,39640,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_30_34,f,30-34,30,34,51474,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_35_39,f,35-39,35,39,50077,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_40_44,f,40-44,40,44,41945,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_45_49,f,45-49,45,49,36515,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_50_54,f,50-54,50,54,33167,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_55_59,f,55-59,55,59,38968,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_60_64,f,60-64,60,64,41966,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_65_69,f,65-69,65,69,33572,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_70_74,f,70-74,70,74,25588,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_75_79,f,75-79,75,79,13098,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_80_84,f,80-84,80,84,15779,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,F_85PLUS,f,85+,85,,8958,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_00_04,m,0-4,0,4,38648,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_05_09,m,5-9,5,9,40029,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_10_14,m,10-14,10,14,35370,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_15_19,m,15-19,15,19,29719,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_20_24,m,20-24,20,24,29015,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_25_29,m,25-29,25,29,35221,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_30_34,m,30-34,30,34,42339,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_35_39,m,35-39,35,39,41802,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_40_44,m,40-44,40,44,36401,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_45_49,m,45-49,45,49,30007,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_50_54,m,50-54,50,54,24700,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_55_59,m,55-59,55,59,27601,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_60_64,m,60-64,60,64,30086,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_65_69,m,65-69,65,69,23755,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_70_74,m,70-74,70,74,16190,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_75_79,m,75-79,75,79,8165,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_80_84,m,80-84,80,84,9263,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,M_85PLUS,m,85+,85,,6459,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_00_04,all,0-4,0,4,74141,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_05_09,all,5-9,5,9,76025,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_10_14,all,10-14,10,14,67379,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_15_19,all,15-19,15,19,56229,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_20_24,all,20-24,20,24,55237,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_25_29,all,25-29,25,29,74861,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_30_34,all,30-34,30,34,93813,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_35_39,all,35-39,35,39,91879,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_40_44,all,40-44,40,44,78346,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_45_49,all,45-49,45,49,66522,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_50_54,all,50-54,50,54,57867,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_55_59,all,55-59,55,59,66569,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_60_64,all,60-64,60,64,72052,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_65_69,all,65-69,65,69,57327,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_70_74,all,70-74,70,74,41778,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_75_79,all,75-79,75,79,21263,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_80_84,all,80-84,80,84,25042,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,AM01,Yerevan,T_85PLUS,all,85+,85,,15417,2021,National Statistical Service of the Republic of Armenia,UNFPA +AZE,Azerbaijan,1,Absheron,T_TL,all,all,,,568000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,M_TL,m,all,,,286100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,F_TL,f,all,,,281900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,M_00_14,m,0-14,0,14,56000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,M_15_59,m,15-59,15,59,198100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,M_60PLUS,m,60+,60,,32000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,F_00_14,f,0-14,0,14,65000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,F_15_62,f,15-62,15,62,197800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,1,Absheron,F_63PLUS,f,63+,63,,19100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,T_TL,all,all,,,2006000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,M_TL,m,all,,,1002900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,F_TL,f,all,,,1003100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,M_00_14,m,0-14,0,14,227600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,M_15_59,m,15-59,15,59,672600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,M_60PLUS,m,60+,60,,102700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,F_00_14,f,0-14,0,14,257400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,F_15_62,f,15-62,15,62,690500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,6,Aran,F_63PLUS,f,63+,63,,55200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,T_TL,all,all,,,1274800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,M_TL,m,all,,,638500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,F_TL,f,all,,,636300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,M_00_14,m,0-14,0,14,130300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,M_15_59,m,15-59,15,59,429400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,M_60PLUS,m,60+,60,,78800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,F_00_14,f,0-14,0,14,153300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,F_15_62,f,15-62,15,62,439600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,2,Ganja-Gazagh,F_63PLUS,f,63+,63,,43400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,T_TL,all,all,,,544100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,M_TL,m,all,,,269900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,F_TL,f,all,,,274200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,M_00_14,m,0-14,0,14,62700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,M_15_59,m,15-59,15,59,177600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,M_60PLUS,m,60+,60,,29600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,F_00_14,f,0-14,0,14,72100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,F_15_62,f,15-62,15,62,186300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,5,Guba-Khachmaz,F_63PLUS,f,63+,63,,15800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,T_TL,all,all,,,254100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,M_TL,m,all,,,127600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,F_TL,f,all,,,126500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,M_00_14,m,0-14,0,14,25800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,M_15_59,m,15-59,15,59,87800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,M_60PLUS,m,60+,60,,14000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,F_00_14,f,0-14,0,14,31900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,F_15_62,f,15-62,15,62,86000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,8,Kalbajar-Lachin,F_63PLUS,f,63+,63,,8600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,T_TL,all,all,,,927700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,M_TL,m,all,,,459400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,F_TL,f,all,,,468300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,M_00_14,m,0-14,0,14,107000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,M_15_59,m,15-59,15,59,307400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,M_60PLUS,m,60+,60,,45000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,F_00_14,f,0-14,0,14,125400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,F_15_62,f,15-62,15,62,318600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,4,Lankaran,F_63PLUS,f,63+,63,,24300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,T_TL,all,all,,,315300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,M_TL,m,all,,,156800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,F_TL,f,all,,,158500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,M_00_14,m,0-14,0,14,36000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,M_15_59,m,15-59,15,59,103800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,M_60PLUS,m,60+,60,,17000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,F_00_14,f,0-14,0,14,42900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,F_15_62,f,15-62,15,62,106500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,9,Mountainous Shirvan,F_63PLUS,f,63+,63,,9100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,T_TL,all,all,,,452800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,M_TL,m,all,,,226800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,F_TL,f,all,,,226000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,M_00_14,m,0-14,0,14,53000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,M_15_59,m,15-59,15,59,149800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,M_60PLUS,m,60+,60,,24000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,F_00_14,f,0-14,0,14,58300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,F_15_62,f,15-62,15,62,154500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,F_63PLUS,f,63+,63,,13200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,T_TL,all,all,,,616800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,M_TL,m,all,,,309000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,F_TL,f,all,,,307800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,M_00_14,m,0-14,0,14,64100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,M_15_59,m,15-59,15,59,209200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,M_60PLUS,m,60+,60,,35700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,F_00_14,f,0-14,0,14,70300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,F_15_62,f,15-62,15,62,218400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,3,Shaki-Zagatala,F_63PLUS,f,63+,63,,19100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,T_TL,all,all,,,675900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,M_TL,m,all,,,345400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,F_TL,f,all,,,330500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,M_00_14,m,0-14,0,14,65000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,M_15_59,m,15-59,15,59,232900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,M_60PLUS,m,60+,60,,47500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,F_00_14,f,0-14,0,14,76300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,F_15_62,f,15-62,15,62,226900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,7,Upper Garabagh,F_63PLUS,f,63+,63,,27300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,T_TL,all,all,,,2263,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,M_TL,m,all,,,1137700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,F_TL,f,all,,,1124900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,M_00_14,m,0-14,0,14,211900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,M_15_59,m,15-59,15,59,781100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,M_60PLUS,m,60+,60,,144700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,F_00_14,f,0-14,0,14,241900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,F_15_62,f,15-62,15,62,796800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,0,Baku,F_63PLUS,f,63+,63,,86200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +BGD,Bangladesh,BD10,Barisal,F_TL,f,all,,,4243339,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_TL,m,all,,,3867384,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_TL,all,all,,,8110723,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_00_04,f,0-4,0,4,339426,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_05_09,f,5-9,5,9,362038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_10_14,f,10-14,10,14,374056,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_15_19,f,15-19,15,19,320435,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_20_24,f,20-24,20,24,322732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_25_29,f,25-29,25,29,335313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_30_34,f,30-34,30,34,333002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_35_39,f,35-39,35,39,305773,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_40_44,f,40-44,40,44,272321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_45_49,f,45-49,45,49,275481,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_50_54,f,50-54,50,54,248877,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_55_59,f,55-59,55,59,210364,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_60_64,f,60-64,60,64,174948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_65_69,f,65-69,65,69,137293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_70_74,f,70-74,70,74,99870,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_75_79,f,75-79,75,79,67697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,F_80PLUS,f,80+,80,,63713,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_00_04,m,0-4,0,4,346661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_05_09,m,5-9,5,9,369598,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_10_14,m,10-14,10,14,390709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_15_19,m,15-19,15,19,327535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_20_24,m,20-24,20,24,275687,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_25_29,m,25-29,25,29,266840,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_30_34,m,30-34,30,34,266209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_35_39,m,35-39,35,39,258444,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_40_44,m,40-44,40,44,234792,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_45_49,m,45-49,45,49,221704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_50_54,m,50-54,50,54,200966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_55_59,m,55-59,55,59,184587,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_60_64,m,60-64,60,64,166696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_65_69,m,65-69,65,69,136416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_70_74,m,70-74,70,74,100563,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_75_79,m,75-79,75,79,65624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,M_80PLUS,m,80+,80,,54353,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_00_04,all,0-4,0,4,686087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_05_09,all,5-9,5,9,731636,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_10_14,all,10-14,10,14,764765,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_15_19,all,15-19,15,19,647970,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_20_24,all,20-24,20,24,598419,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_25_29,all,25-29,25,29,602153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_30_34,all,30-34,30,34,599211,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_35_39,all,35-39,35,39,564217,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_40_44,all,40-44,40,44,507113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_45_49,all,45-49,45,49,497185,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_50_54,all,50-54,50,54,449843,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_55_59,all,55-59,55,59,394951,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_60_64,all,60-64,60,64,341644,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_65_69,all,65-69,65,69,273709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_70_74,all,70-74,70,74,200433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_75_79,all,75-79,75,79,133321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,T_80PLUS,all,80+,80,,118066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_TL,f,all,,,16951397,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_TL,m,all,,,15641888,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_TL,all,all,,,32593285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_00_04,f,0-4,0,4,1540556,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_05_09,f,5-9,5,9,1537534,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_10_14,f,10-14,10,14,1576126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_15_19,f,15-19,15,19,1635132,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_20_24,f,20-24,20,24,1500941,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_25_29,f,25-29,25,29,1392138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_30_34,f,30-34,30,34,1253442,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_35_39,f,35-39,35,39,1158126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_40_44,f,40-44,40,44,1029059,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_45_49,f,45-49,45,49,981521,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_50_54,f,50-54,50,54,851430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_55_59,f,55-59,55,59,676109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_60_64,f,60-64,60,64,576853,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_65_69,f,65-69,65,69,434469,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_70_74,f,70-74,70,74,350446,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_75_79,f,75-79,75,79,226665,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,F_80PLUS,f,80+,80,,230850,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_00_04,m,0-4,0,4,1593555,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_05_09,m,5-9,5,9,1587527,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_10_14,m,10-14,10,14,1595834,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_15_19,m,15-19,15,19,1578968,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_20_24,m,20-24,20,24,1439157,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_25_29,m,25-29,25,29,1197104,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_30_34,m,30-34,30,34,1041947,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_35_39,m,35-39,35,39,968348,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_40_44,m,40-44,40,44,849176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_45_49,m,45-49,45,49,788655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_50_54,m,50-54,50,54,716047,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_55_59,m,55-59,55,59,625807,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_60_64,m,60-64,60,64,541118,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_65_69,m,65-69,65,69,421388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_70_74,m,70-74,70,74,319159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_75_79,m,75-79,75,79,204461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,M_80PLUS,m,80+,80,,173637,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_00_04,all,0-4,0,4,3134111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_05_09,all,5-9,5,9,3125061,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_10_14,all,10-14,10,14,3171960,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_15_19,all,15-19,15,19,3214100,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_20_24,all,20-24,20,24,2940098,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_25_29,all,25-29,25,29,2589242,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_30_34,all,30-34,30,34,2295389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_35_39,all,35-39,35,39,2126474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_40_44,all,40-44,40,44,1878235,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_45_49,all,45-49,45,49,1770176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_50_54,all,50-54,50,54,1567477,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_55_59,all,55-59,55,59,1301916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_60_64,all,60-64,60,64,1117971,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_65_69,all,65-69,65,69,855857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_70_74,all,70-74,70,74,669605,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_75_79,all,75-79,75,79,431126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,T_80PLUS,all,80+,80,,404487,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_TL,f,all,,,23170810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_TL,m,all,,,24142104,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_TL,all,all,,,47312914,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_00_04,f,0-4,0,4,1806957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_05_09,f,5-9,5,9,1764824,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_10_14,f,10-14,10,14,1831215,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_15_19,f,15-19,15,19,2123745,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_20_24,f,20-24,20,24,2415955,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_25_29,f,25-29,25,29,2241383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_30_34,f,30-34,30,34,1969502,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_35_39,f,35-39,35,39,1759748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_40_44,f,40-44,40,44,1542934,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_45_49,f,45-49,45,49,1402539,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_50_54,f,50-54,50,54,1167551,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_55_59,f,55-59,55,59,903021,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_60_64,f,60-64,60,64,727334,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_65_69,f,65-69,65,69,559974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_70_74,f,70-74,70,74,413186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_75_79,f,75-79,75,79,280347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,F_80PLUS,f,80+,80,,260595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_00_04,m,0-4,0,4,1873027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_05_09,m,5-9,5,9,1827080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_10_14,m,10-14,10,14,1889931,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_15_19,m,15-19,15,19,2156257,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_20_24,m,20-24,20,24,2711565,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_25_29,m,25-29,25,29,2520626,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_30_34,m,30-34,30,34,2133910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_35_39,m,35-39,35,39,1850851,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_40_44,m,40-44,40,44,1557561,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_45_49,m,45-49,45,49,1361313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_50_54,m,50-54,50,54,1166464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_55_59,m,55-59,55,59,955318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_60_64,m,60-64,60,64,755052,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_65_69,m,65-69,65,69,556887,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_70_74,m,70-74,70,74,389282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_75_79,m,75-79,75,79,244198,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,M_80PLUS,m,80+,80,,192782,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_00_04,all,0-4,0,4,3679984,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_05_09,all,5-9,5,9,3591904,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_10_14,all,10-14,10,14,3721146,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_15_19,all,15-19,15,19,4280002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_20_24,all,20-24,20,24,5127520,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_25_29,all,25-29,25,29,4762009,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_30_34,all,30-34,30,34,4103412,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_35_39,all,35-39,35,39,3610599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_40_44,all,40-44,40,44,3100495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_45_49,all,45-49,45,49,2763852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_50_54,all,50-54,50,54,2334015,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_55_59,all,55-59,55,59,1858339,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_60_64,all,60-64,60,64,1482386,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_65_69,all,65-69,65,69,1116861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_70_74,all,70-74,70,74,802468,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_75_79,all,75-79,75,79,524545,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,T_80PLUS,all,80+,80,,453377,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_TL,f,all,,,8305656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_TL,m,all,,,7826836,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_TL,all,all,,,16132492,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_00_04,f,0-4,0,4,568414,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_05_09,f,5-9,5,9,583437,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_10_14,f,10-14,10,14,639865,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_15_19,f,15-19,15,19,623928,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_20_24,f,20-24,20,24,685682,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_25_29,f,25-29,25,29,700953,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_30_34,f,30-34,30,34,709907,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_35_39,f,35-39,35,39,673633,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_40_44,f,40-44,40,44,601479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_45_49,f,45-49,45,49,577532,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_50_54,f,50-54,50,54,462629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_55_59,f,55-59,55,59,408984,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_60_64,f,60-64,60,64,309526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_65_69,f,65-69,65,69,285894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_70_74,f,70-74,70,74,197172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_75_79,f,75-79,75,79,153386,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,F_80PLUS,f,80+,80,,123235,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_00_04,m,0-4,0,4,588651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_05_09,m,5-9,5,9,598125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_10_14,m,10-14,10,14,672314,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_15_19,m,15-19,15,19,662315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_20_24,m,20-24,20,24,646823,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_25_29,m,25-29,25,29,628911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_30_34,m,30-34,30,34,611870,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_35_39,m,35-39,35,39,584220,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_40_44,m,40-44,40,44,552110,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_45_49,m,45-49,45,49,530032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_50_54,m,50-54,50,54,439897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_55_59,m,55-59,55,59,389208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_60_64,m,60-64,60,64,292663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_65_69,m,65-69,65,69,249972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_70_74,m,70-74,70,74,170671,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_75_79,m,75-79,75,79,121929,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,M_80PLUS,m,80+,80,,87125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_00_04,all,0-4,0,4,1157065,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_05_09,all,5-9,5,9,1181562,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_10_14,all,10-14,10,14,1312179,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_15_19,all,15-19,15,19,1286243,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_20_24,all,20-24,20,24,1332505,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_25_29,all,25-29,25,29,1329864,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_30_34,all,30-34,30,34,1321777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_35_39,all,35-39,35,39,1257853,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_40_44,all,40-44,40,44,1153589,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_45_49,all,45-49,45,49,1107564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_50_54,all,50-54,50,54,902526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_55_59,all,55-59,55,59,798192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_60_64,all,60-64,60,64,602189,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_65_69,all,65-69,65,69,535866,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_70_74,all,70-74,70,74,367843,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_75_79,all,75-79,75,79,275315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,T_80PLUS,all,80+,80,,210360,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_TL,f,all,,,6126785,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_TL,m,all,,,5682977,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_TL,all,all,,,11809762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_00_04,f,0-4,0,4,566549,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_05_09,f,5-9,5,9,576681,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_10_14,f,10-14,10,14,504068,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_15_19,f,15-19,15,19,411677,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_20_24,f,20-24,20,24,469176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_25_29,f,25-29,25,29,480218,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_30_34,f,30-34,30,34,472535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_35_39,f,35-39,35,39,440366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_40_44,f,40-44,40,44,418247,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_45_49,f,45-49,45,49,381084,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_50_54,f,50-54,50,54,351341,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_55_59,f,55-59,55,59,268402,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_60_64,f,60-64,60,64,242370,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_65_69,f,65-69,65,69,189003,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_70_74,f,70-74,70,74,157168,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_75_79,f,75-79,75,79,96420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,F_80PLUS,f,80+,80,,101480,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_00_04,m,0-4,0,4,582713,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_05_09,m,5-9,5,9,597789,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_10_14,m,10-14,10,14,538121,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_15_19,m,15-19,15,19,450737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_20_24,m,20-24,20,24,413897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_25_29,m,25-29,25,29,407972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_30_34,m,30-34,30,34,390548,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_35_39,m,35-39,35,39,376766,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_40_44,m,40-44,40,44,358577,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_45_49,m,45-49,45,49,325226,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_50_54,m,50-54,50,54,311369,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_55_59,m,55-59,55,59,249139,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_60_64,m,60-64,60,64,222019,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_65_69,m,65-69,65,69,166559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_70_74,m,70-74,70,74,137489,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_75_79,m,75-79,75,79,80328,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,M_80PLUS,m,80+,80,,73728,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_00_04,all,0-4,0,4,1149262,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_05_09,all,5-9,5,9,1174470,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_10_14,all,10-14,10,14,1042189,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_15_19,all,15-19,15,19,862414,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_20_24,all,20-24,20,24,883073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_25_29,all,25-29,25,29,888190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_30_34,all,30-34,30,34,863083,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_35_39,all,35-39,35,39,817132,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_40_44,all,40-44,40,44,776824,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_45_49,all,45-49,45,49,706310,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_50_54,all,50-54,50,54,662710,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_55_59,all,55-59,55,59,517541,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_60_64,all,60-64,60,64,464389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_65_69,all,65-69,65,69,355562,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_70_74,all,70-74,70,74,294657,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_75_79,all,75-79,75,79,176748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,T_80PLUS,all,80+,80,,175208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_TL,f,all,,,10341651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_TL,m,all,,,9809178,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_TL,all,all,,,20150829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_00_04,f,0-4,0,4,769978,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_05_09,f,5-9,5,9,769826,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_10_14,f,10-14,10,14,770460,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_15_19,f,15-19,15,19,759391,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_20_24,f,20-24,20,24,897361,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_25_29,f,25-29,25,29,903812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_30_34,f,30-34,30,34,883641,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_35_39,f,35-39,35,39,841846,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_40_44,f,40-44,40,44,755027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_45_49,f,45-49,45,49,701385,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_50_54,f,50-54,50,54,572675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_55_59,f,55-59,55,59,493046,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_60_64,f,60-64,60,64,378255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_65_69,f,65-69,65,69,328142,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_70_74,f,70-74,70,74,224346,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_75_79,f,75-79,75,79,159523,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,F_80PLUS,f,80+,80,,132937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_00_04,m,0-4,0,4,795997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_05_09,m,5-9,5,9,799419,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_10_14,m,10-14,10,14,825099,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_15_19,m,15-19,15,19,840578,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_20_24,m,20-24,20,24,850082,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_25_29,m,25-29,25,29,831032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_30_34,m,30-34,30,34,771515,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_35_39,m,35-39,35,39,737749,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_40_44,m,40-44,40,44,679827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_45_49,m,45-49,45,49,630308,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_50_54,m,50-54,50,54,531808,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_55_59,m,55-59,55,59,462994,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_60_64,m,60-64,60,64,348640,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_65_69,m,65-69,65,69,279948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_70_74,m,70-74,70,74,195586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_75_79,m,75-79,75,79,128743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,M_80PLUS,m,80+,80,,99853,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_00_04,all,0-4,0,4,1565975,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_05_09,all,5-9,5,9,1569245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_10_14,all,10-14,10,14,1595559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_15_19,all,15-19,15,19,1599969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_20_24,all,20-24,20,24,1747443,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_25_29,all,25-29,25,29,1734844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_30_34,all,30-34,30,34,1655156,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_35_39,all,35-39,35,39,1579595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_40_44,all,40-44,40,44,1434854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_45_49,all,45-49,45,49,1331693,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_50_54,all,50-54,50,54,1104483,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_55_59,all,55-59,55,59,956040,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_60_64,all,60-64,60,64,726895,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_65_69,all,65-69,65,69,608090,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_70_74,all,70-74,70,74,419932,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_75_79,all,75-79,75,79,288266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,T_80PLUS,all,80+,80,,232790,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_TL,f,all,,,8940526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_TL,m,all,,,8422986,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_TL,all,all,,,17363512,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_00_04,f,0-4,0,4,738042,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_05_09,f,5-9,5,9,744575,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_10_14,f,10-14,10,14,704452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_15_19,f,15-19,15,19,635234,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_20_24,f,20-24,20,24,737503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_25_29,f,25-29,25,29,771540,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_30_34,f,30-34,30,34,730255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_35_39,f,35-39,35,39,692955,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_40_44,f,40-44,40,44,619401,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_45_49,f,45-49,45,49,600937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_50_54,f,50-54,50,54,499605,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_55_59,f,55-59,55,59,440448,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_60_64,f,60-64,60,64,317769,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_65_69,f,65-69,65,69,272115,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_70_74,f,70-74,70,74,184513,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_75_79,f,75-79,75,79,136903,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,F_80PLUS,f,80+,80,,114279,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_00_04,m,0-4,0,4,768391,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_05_09,m,5-9,5,9,775786,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_10_14,m,10-14,10,14,746807,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_15_19,m,15-19,15,19,709162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_20_24,m,20-24,20,24,651429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_25_29,m,25-29,25,29,669863,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_30_34,m,30-34,30,34,643383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_35_39,m,35-39,35,39,615109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_40_44,m,40-44,40,44,556158,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_45_49,m,45-49,45,49,522003,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_50_54,m,50-54,50,54,446889,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_55_59,m,55-59,55,59,412028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_60_64,m,60-64,60,64,300146,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_65_69,m,65-69,65,69,241707,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_70_74,m,70-74,70,74,163750,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_75_79,m,75-79,75,79,111333,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,M_80PLUS,m,80+,80,,89042,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_00_04,all,0-4,0,4,1506433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_05_09,all,5-9,5,9,1520361,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_10_14,all,10-14,10,14,1451259,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_15_19,all,15-19,15,19,1344396,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_20_24,all,20-24,20,24,1388932,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_25_29,all,25-29,25,29,1441403,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_30_34,all,30-34,30,34,1373638,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_35_39,all,35-39,35,39,1308064,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_40_44,all,40-44,40,44,1175559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_45_49,all,45-49,45,49,1122940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_50_54,all,50-54,50,54,946494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_55_59,all,55-59,55,59,852476,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_60_64,all,60-64,60,64,617915,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_65_69,all,65-69,65,69,513822,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_70_74,all,70-74,70,74,348263,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_75_79,all,75-79,75,79,248236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,T_80PLUS,all,80+,80,,203321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_TL,f,all,,,6249070,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_TL,m,all,,,5927888,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_TL,all,all,,,12176958,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_00_04,f,0-4,0,4,646041,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_05_09,f,5-9,5,9,619090,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_10_14,f,10-14,10,14,571070,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_15_19,f,15-19,15,19,571222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_20_24,f,20-24,20,24,489416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_25_29,f,25-29,25,29,481285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_30_34,f,30-34,30,34,466632,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_35_39,f,35-39,35,39,427997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_40_44,f,40-44,40,44,396604,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_45_49,f,45-49,45,49,352478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_50_54,f,50-54,50,54,320232,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_55_59,f,55-59,55,59,229346,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_60_64,f,60-64,60,64,219688,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_65_69,f,65-69,65,69,149147,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_70_74,f,70-74,70,74,135732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_75_79,f,75-79,75,79,80070,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,F_80PLUS,f,80+,80,,93020,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_00_04,m,0-4,0,4,664463,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_05_09,m,5-9,5,9,635334,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_10_14,m,10-14,10,14,585959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_15_19,m,15-19,15,19,591071,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_20_24,m,20-24,20,24,543920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_25_29,m,25-29,25,29,436682,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_30_34,m,30-34,30,34,379935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_35_39,m,35-39,35,39,367758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_40_44,m,40-44,40,44,332827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_45_49,m,45-49,45,49,291885,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_50_54,m,50-54,50,54,275826,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_55_59,m,55-59,55,59,220222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_60_64,m,60-64,60,64,202856,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_65_69,m,65-69,65,69,142429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_70_74,m,70-74,70,74,119878,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_75_79,m,75-79,75,79,70122,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,M_80PLUS,m,80+,80,,66721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_00_04,all,0-4,0,4,1310504,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_05_09,all,5-9,5,9,1254424,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_10_14,all,10-14,10,14,1157029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_15_19,all,15-19,15,19,1162293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_20_24,all,20-24,20,24,1033336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_25_29,all,25-29,25,29,917967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_30_34,all,30-34,30,34,846567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_35_39,all,35-39,35,39,795755,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_40_44,all,40-44,40,44,729431,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_45_49,all,45-49,45,49,644363,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_50_54,all,50-54,50,54,596058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_55_59,all,55-59,55,59,449568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_60_64,all,60-64,60,64,422544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_65_69,all,65-69,65,69,291576,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_70_74,all,70-74,70,74,255610,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_75_79,all,75-79,75,79,150192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,T_80PLUS,all,80+,80,,159741,2022,UNFPA and US Census Bureau (USCB),UNFPA +BLZ,Belize,BZ01,Belize,T_TL,all,all,,,95292,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_TL,f,all,,,48420,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_TL,m,all,,,46872,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_00_04,all,0-4,0,4,9769,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_05_09,all,5-9,5,9,10139,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_10_14,all,10-14,10,14,10056,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_15_19,all,15-19,15,19,9225,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_20_24,all,20-24,20,24,9279,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_25_29,all,25-29,25,29,8619,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_30_34,all,30-34,30,34,7633,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_35_39,all,35-39,35,39,6834,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_40_44,all,40-44,40,44,5755,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_45_49,all,45-49,45,49,5040,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_50_54,all,50-54,50,54,3850,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_55_59,all,55-59,55,59,2679,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_60_64,all,60-64,60,64,1925,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,T_65PLUS,all,65+,65,,4478,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_00_04,f,0-4,0,4,4759,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_05_09,f,5-9,5,9,5114,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_10_14,f,10-14,10,14,4998,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_15_19,f,15-19,15,19,4703,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_20_24,f,20-24,20,24,4811,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_25_29,f,25-29,25,29,4509,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_30_34,f,30-34,30,34,3943,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_35_39,f,35-39,35,39,3532,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_40_44,f,40-44,40,44,2960,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_45_49,f,45-49,45,49,2475,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_50_54,f,50-54,50,54,1931,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_55_59,f,55-59,55,59,1345,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_60_64,f,60-64,60,64,956,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,F_65PLUS,f,65+,65,,2377,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_00_04,m,0-4,0,4,5010,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_05_09,m,5-9,5,9,5025,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_10_14,m,10-14,10,14,5058,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_15_19,m,15-19,15,19,4522,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_20_24,m,20-24,20,24,4468,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_25_29,m,25-29,25,29,4110,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_30_34,m,30-34,30,34,3690,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_35_39,m,35-39,35,39,3302,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_40_44,m,40-44,40,44,2795,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_45_49,m,45-49,45,49,2565,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_50_54,m,50-54,50,54,1919,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_55_59,m,55-59,55,59,1334,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_60_64,m,60-64,60,64,969,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,M_65PLUS,m,65+,65,,2101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_TL,all,all,,,75046,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_TL,f,all,,,37601,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_TL,m,all,,,37445,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_00_04,all,0-4,0,4,8713,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_05_09,all,5-9,5,9,10074,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_10_14,all,10-14,10,14,9820,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_15_19,all,15-19,15,19,8624,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_20_24,all,20-24,20,24,6954,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_25_29,all,25-29,25,29,5863,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_30_34,all,30-34,30,34,4897,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_35_39,all,35-39,35,39,4608,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_40_44,all,40-44,40,44,3768,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_45_49,all,45-49,45,49,3141,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_50_54,all,50-54,50,54,2532,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_55_59,all,55-59,55,59,1855,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_60_64,all,60-64,60,64,1319,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,T_65PLUS,all,65+,65,,2878,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_00_04,f,0-4,0,4,4245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_05_09,f,5-9,5,9,4950,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_10_14,f,10-14,10,14,4936,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_15_19,f,15-19,15,19,4288,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_20_24,f,20-24,20,24,3553,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_25_29,f,25-29,25,29,3101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_30_34,f,30-34,30,34,2551,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_35_39,f,35-39,35,39,2430,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_40_44,f,40-44,40,44,1910,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_45_49,f,45-49,45,49,1565,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_50_54,f,50-54,50,54,1252,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_55_59,f,55-59,55,59,871,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_60_64,f,60-64,60,64,617,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,F_65PLUS,f,65+,65,,1332,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_00_04,m,0-4,0,4,4468,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_05_09,m,5-9,5,9,5124,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_10_14,m,10-14,10,14,4884,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_15_19,m,15-19,15,19,4336,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_20_24,m,20-24,20,24,3401,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_25_29,m,25-29,25,29,2762,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_30_34,m,30-34,30,34,2346,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_35_39,m,35-39,35,39,2178,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_40_44,m,40-44,40,44,1858,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_45_49,m,45-49,45,49,1576,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_50_54,m,50-54,50,54,1280,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_55_59,m,55-59,55,59,984,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_60_64,m,60-64,60,64,702,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,M_65PLUS,m,65+,65,,1546,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_TL,all,all,,,41061,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_TL,f,all,,,20540,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_TL,m,all,,,20521,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_00_04,all,0-4,0,4,5005,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_05_09,all,5-9,5,9,4662,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_10_14,all,10-14,10,14,4290,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_15_19,all,15-19,15,19,4518,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_20_24,all,20-24,20,24,3864,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_25_29,all,25-29,25,29,3256,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_30_34,all,30-34,30,34,2819,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_35_39,all,35-39,35,39,2720,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_40_44,all,40-44,40,44,2220,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_45_49,all,45-49,45,49,2015,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_50_54,all,50-54,50,54,1603,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_55_59,all,55-59,55,59,1199,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_60_64,all,60-64,60,64,916,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,T_65PLUS,all,65+,65,,1974,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_00_04,f,0-4,0,4,2460,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_05_09,f,5-9,5,9,2309,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_10_14,f,10-14,10,14,2161,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_15_19,f,15-19,15,19,2309,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_20_24,f,20-24,20,24,1970,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_25_29,f,25-29,25,29,1674,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_30_34,f,30-34,30,34,1450,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_35_39,f,35-39,35,39,1374,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_40_44,f,40-44,40,44,1133,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_45_49,f,45-49,45,49,1003,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_50_54,f,50-54,50,54,788,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_55_59,f,55-59,55,59,587,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_60_64,f,60-64,60,64,399,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,F_65PLUS,f,65+,65,,923,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_00_04,m,0-4,0,4,2545,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_05_09,m,5-9,5,9,2353,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_10_14,m,10-14,10,14,2129,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_15_19,m,15-19,15,19,2209,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_20_24,m,20-24,20,24,1894,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_25_29,m,25-29,25,29,1582,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_30_34,m,30-34,30,34,1369,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_35_39,m,35-39,35,39,1346,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_40_44,m,40-44,40,44,1087,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_45_49,m,45-49,45,49,1012,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_50_54,m,50-54,50,54,815,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_55_59,m,55-59,55,59,612,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_60_64,m,60-64,60,64,517,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,M_65PLUS,m,65+,65,,1051,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_TL,all,all,,,45946,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_TL,f,all,,,22732,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_TL,m,all,,,23214,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_00_04,all,0-4,0,4,5638,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_05_09,all,5-9,5,9,5418,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_10_14,all,10-14,10,14,4952,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_15_19,all,15-19,15,19,4954,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_20_24,all,20-24,20,24,4542,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_25_29,all,25-29,25,29,3817,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_30_34,all,30-34,30,34,3236,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_35_39,all,35-39,35,39,2962,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_40_44,all,40-44,40,44,2550,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_45_49,all,45-49,45,49,2143,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_50_54,all,50-54,50,54,1649,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_55_59,all,55-59,55,59,1254,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_60_64,all,60-64,60,64,936,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,T_65PLUS,all,65+,65,,1894,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_00_04,f,0-4,0,4,2722,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_05_09,f,5-9,5,9,2703,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_10_14,f,10-14,10,14,2407,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_15_19,f,15-19,15,19,2471,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_20_24,f,20-24,20,24,2290,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_25_29,f,25-29,25,29,1929,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_30_34,f,30-34,30,34,1672,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_35_39,f,35-39,35,39,1523,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_40_44,f,40-44,40,44,1262,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_45_49,f,45-49,45,49,1045,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_50_54,f,50-54,50,54,800,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_55_59,f,55-59,55,59,587,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_60_64,f,60-64,60,64,476,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,F_65PLUS,f,65+,65,,845,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_00_04,m,0-4,0,4,2916,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_05_09,m,5-9,5,9,2715,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_10_14,m,10-14,10,14,2545,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_15_19,m,15-19,15,19,2483,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_20_24,m,20-24,20,24,2252,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_25_29,m,25-29,25,29,1888,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_30_34,m,30-34,30,34,1564,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_35_39,m,35-39,35,39,1439,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_40_44,m,40-44,40,44,1288,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_45_49,m,45-49,45,49,1098,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_50_54,m,50-54,50,54,849,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_55_59,m,55-59,55,59,667,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_60_64,m,60-64,60,64,460,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,M_65PLUS,m,65+,65,,1049,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_TL,all,all,,,34324,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_TL,f,all,,,16564,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_TL,m,all,,,17760,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_00_04,all,0-4,0,4,4131,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_05_09,all,5-9,5,9,4373,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_10_14,all,10-14,10,14,4341,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_15_19,all,15-19,15,19,3817,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_20_24,all,20-24,20,24,3212,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_25_29,all,25-29,25,29,2796,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_30_34,all,30-34,30,34,2412,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_35_39,all,35-39,35,39,2035,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_40_44,all,40-44,40,44,1701,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_45_49,all,45-49,45,49,1459,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_50_54,all,50-54,50,54,1169,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_55_59,all,55-59,55,59,893,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_60_64,all,60-64,60,64,650,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,T_65PLUS,all,65+,65,,1334,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_00_04,f,0-4,0,4,2051,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_05_09,f,5-9,5,9,2144,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_10_14,f,10-14,10,14,2176,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_15_19,f,15-19,15,19,1845,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_20_24,f,20-24,20,24,1544,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_25_29,f,25-29,25,29,1343,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_30_34,f,30-34,30,34,1168,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_35_39,f,35-39,35,39,949,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_40_44,f,40-44,40,44,774,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_45_49,f,45-49,45,49,688,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_50_54,f,50-54,50,54,551,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_55_59,f,55-59,55,59,401,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_60_64,f,60-64,60,64,267,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,F_65PLUS,f,65+,65,,663,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_00_04,m,0-4,0,4,2080,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_05_09,m,5-9,5,9,2229,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_10_14,m,10-14,10,14,2165,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_15_19,m,15-19,15,19,1972,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_20_24,m,20-24,20,24,1668,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_25_29,m,25-29,25,29,1453,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_30_34,m,30-34,30,34,1244,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_35_39,m,35-39,35,39,1086,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_40_44,m,40-44,40,44,927,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_45_49,m,45-49,45,49,771,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_50_54,m,50-54,50,54,618,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_55_59,m,55-59,55,59,492,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_60_64,m,60-64,60,64,383,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,M_65PLUS,m,65+,65,,671,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_TL,all,all,,,30785,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_TL,f,all,,,15370,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_TL,m,all,,,15415,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_00_04,all,0-4,0,4,4567,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_05_09,all,5-9,5,9,4569,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_10_14,all,10-14,10,14,4231,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_15_19,all,15-19,15,19,3513,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_20_24,all,20-24,20,24,2695,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_25_29,all,25-29,25,29,2157,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_30_34,all,30-34,30,34,1843,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_35_39,all,35-39,35,39,1521,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_40_44,all,40-44,40,44,1351,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_45_49,all,45-49,45,49,1156,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_50_54,all,50-54,50,54,918,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_55_59,all,55-59,55,59,761,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_60_64,all,60-64,60,64,477,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,T_65PLUS,all,65+,65,,1026,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_00_04,f,0-4,0,4,2292,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_05_09,f,5-9,5,9,2255,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_10_14,f,10-14,10,14,2147,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_15_19,f,15-19,15,19,1702,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_20_24,f,20-24,20,24,1375,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_25_29,f,25-29,25,29,1129,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_30_34,f,30-34,30,34,969,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_35_39,f,35-39,35,39,777,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_40_44,f,40-44,40,44,688,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_45_49,f,45-49,45,49,541,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_50_54,f,50-54,50,54,454,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_55_59,f,55-59,55,59,346,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_60_64,f,60-64,60,64,217,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,F_65PLUS,f,65+,65,,478,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_00_04,m,0-4,0,4,2275,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_05_09,m,5-9,5,9,2314,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_10_14,m,10-14,10,14,2084,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_15_19,m,15-19,15,19,1811,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_20_24,m,20-24,20,24,1320,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_25_29,m,25-29,25,29,1028,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_30_34,m,30-34,30,34,874,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_35_39,m,35-39,35,39,744,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_40_44,m,40-44,40,44,663,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_45_49,m,45-49,45,49,615,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_50_54,m,50-54,50,54,464,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_55_59,m,55-59,55,59,415,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_60_64,m,60-64,60,64,260,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,M_65PLUS,m,65+,65,,548,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BEN,Benin,BJ01,Alibori,F_TL,f,all,,,667564,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_TL,m,all,,,672084,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_TL,all,all,,,1339648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_00_04,f,0-4,0,4,135686,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_05_09,f,5-9,5,9,115892,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_10_14,f,10-14,10,14,82087,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_15_19,f,15-19,15,19,73382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_20_24,f,20-24,20,24,63080,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_25_29,f,25-29,25,29,50668,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_30_34,f,30-34,30,34,39454,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_35_39,f,35-39,35,39,28623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_40_44,f,40-44,40,44,23323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_45_49,f,45-49,45,49,16203,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_50_54,f,50-54,50,54,13682,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_55_59,f,55-59,55,59,7579,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_60_64,f,60-64,60,64,6781,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_65_69,f,65-69,65,69,4165,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_70_74,f,70-74,70,74,3716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_75_79,f,75-79,75,79,1654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,F_80PLUS,f,80+,80,,1589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_00_04,m,0-4,0,4,137176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_05_09,m,5-9,5,9,114831,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_10_14,m,10-14,10,14,83786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_15_19,m,15-19,15,19,67500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_20_24,m,20-24,20,24,59799,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_25_29,m,25-29,25,29,50093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_30_34,m,30-34,30,34,38914,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_35_39,m,35-39,35,39,28875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_40_44,m,40-44,40,44,24065,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_45_49,m,45-49,45,49,19597,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_50_54,m,50-54,50,54,15728,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_55_59,m,55-59,55,59,9042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_60_64,m,60-64,60,64,8615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_65_69,m,65-69,65,69,5578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_70_74,m,70-74,70,74,4721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_75_79,m,75-79,75,79,2222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,M_80PLUS,m,80+,80,,1542,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_00_04,all,0-4,0,4,272862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_05_09,all,5-9,5,9,230723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_10_14,all,10-14,10,14,165873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_15_19,all,15-19,15,19,140882,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_20_24,all,20-24,20,24,122879,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_25_29,all,25-29,25,29,100761,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_30_34,all,30-34,30,34,78368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_35_39,all,35-39,35,39,57498,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_40_44,all,40-44,40,44,47388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_45_49,all,45-49,45,49,35800,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_50_54,all,50-54,50,54,29410,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_55_59,all,55-59,55,59,16621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_60_64,all,60-64,60,64,15396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_65_69,all,65-69,65,69,9743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_70_74,all,70-74,70,74,8437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_75_79,all,75-79,75,79,3876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,T_80PLUS,all,80+,80,,3131,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_TL,f,all,,,516220,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_TL,m,all,,,507171,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_TL,all,all,,,1023391,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_00_04,f,0-4,0,4,99019,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_05_09,f,5-9,5,9,84590,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_10_14,f,10-14,10,14,62416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_15_19,f,15-19,15,19,51356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_20_24,f,20-24,20,24,45311,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_25_29,f,25-29,25,29,35341,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_30_34,f,30-34,30,34,31478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_35_39,f,35-39,35,39,22947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_40_44,f,40-44,40,44,21482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_45_49,f,45-49,45,49,17118,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_50_54,f,50-54,50,54,14438,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_55_59,f,55-59,55,59,8221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_60_64,f,60-64,60,64,8194,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_65_69,f,65-69,65,69,5931,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_70_74,f,70-74,70,74,4515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_75_79,f,75-79,75,79,2189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,F_80PLUS,f,80+,80,,1674,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_00_04,m,0-4,0,4,102116,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_05_09,m,5-9,5,9,88330,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_10_14,m,10-14,10,14,67074,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_15_19,m,15-19,15,19,51086,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_20_24,m,20-24,20,24,43661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_25_29,m,25-29,25,29,33181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_30_34,m,30-34,30,34,27252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_35_39,m,35-39,35,39,19961,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_40_44,m,40-44,40,44,17837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_45_49,m,45-49,45,49,14814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_50_54,m,50-54,50,54,13005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_55_59,m,55-59,55,59,7877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_60_64,m,60-64,60,64,7110,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_65_69,m,65-69,65,69,5787,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_70_74,m,70-74,70,74,4306,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_75_79,m,75-79,75,79,2321,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,M_80PLUS,m,80+,80,,1453,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_00_04,all,0-4,0,4,201135,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_05_09,all,5-9,5,9,172920,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_10_14,all,10-14,10,14,129490,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_15_19,all,15-19,15,19,102442,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_20_24,all,20-24,20,24,88972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_25_29,all,25-29,25,29,68522,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_30_34,all,30-34,30,34,58730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_35_39,all,35-39,35,39,42908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_40_44,all,40-44,40,44,39319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_45_49,all,45-49,45,49,31932,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_50_54,all,50-54,50,54,27443,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_55_59,all,55-59,55,59,16098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_60_64,all,60-64,60,64,15304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_65_69,all,65-69,65,69,11718,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_70_74,all,70-74,70,74,8821,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_75_79,all,75-79,75,79,4510,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,T_80PLUS,all,80+,80,,3127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_TL,f,all,,,1168659,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_TL,m,all,,,1151985,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_TL,all,all,,,2320644,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_00_04,f,0-4,0,4,195317,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_05_09,f,5-9,5,9,154359,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_10_14,f,10-14,10,14,138766,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_15_19,f,15-19,15,19,115331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_20_24,f,20-24,20,24,114796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_25_29,f,25-29,25,29,99730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_30_34,f,30-34,30,34,81770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_35_39,f,35-39,35,39,69672,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_40_44,f,40-44,40,44,52970,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_45_49,f,45-49,45,49,49541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_50_54,f,50-54,50,54,32075,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_55_59,f,55-59,55,59,21147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_60_64,f,60-64,60,64,15640,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_65_69,f,65-69,65,69,11394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_70_74,f,70-74,70,74,6990,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_75_79,f,75-79,75,79,5079,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,F_80PLUS,f,80+,80,,4082,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_00_04,m,0-4,0,4,204352,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_05_09,m,5-9,5,9,157115,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_10_14,m,10-14,10,14,133662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_15_19,m,15-19,15,19,114993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_20_24,m,20-24,20,24,121188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_25_29,m,25-29,25,29,98429,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_30_34,m,30-34,30,34,76090,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_35_39,m,35-39,35,39,62949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_40_44,m,40-44,40,44,48767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_45_49,m,45-49,45,49,47316,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_50_54,m,50-54,50,54,30926,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_55_59,m,55-59,55,59,20308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_60_64,m,60-64,60,64,14367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_65_69,m,65-69,65,69,9916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_70_74,m,70-74,70,74,5554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_75_79,m,75-79,75,79,3239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,M_80PLUS,m,80+,80,,2814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_00_04,all,0-4,0,4,399669,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_05_09,all,5-9,5,9,311474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_10_14,all,10-14,10,14,272428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_15_19,all,15-19,15,19,230324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_20_24,all,20-24,20,24,235984,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_25_29,all,25-29,25,29,198159,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_30_34,all,30-34,30,34,157860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_35_39,all,35-39,35,39,132621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_40_44,all,40-44,40,44,101737,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_45_49,all,45-49,45,49,96857,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_50_54,all,50-54,50,54,63001,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_55_59,all,55-59,55,59,41455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_60_64,all,60-64,60,64,30007,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_65_69,all,65-69,65,69,21310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_70_74,all,70-74,70,74,12544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_75_79,all,75-79,75,79,8318,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,T_80PLUS,all,80+,80,,6896,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_TL,f,all,,,943281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_TL,m,all,,,960294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_TL,all,all,,,1903575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_00_04,f,0-4,0,4,189591,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_05_09,f,5-9,5,9,153513,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_10_14,f,10-14,10,14,114042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_15_19,f,15-19,15,19,104028,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_20_24,f,20-24,20,24,92689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_25_29,f,25-29,25,29,70679,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_30_34,f,30-34,30,34,57331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_35_39,f,35-39,35,39,40510,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_40_44,f,40-44,40,44,34037,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_45_49,f,45-49,45,49,27013,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_50_54,f,50-54,50,54,20159,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_55_59,f,55-59,55,59,11672,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_60_64,f,60-64,60,64,10290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_65_69,f,65-69,65,69,6798,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_70_74,f,70-74,70,74,5384,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_75_79,f,75-79,75,79,3121,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,F_80PLUS,f,80+,80,,2424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_00_04,m,0-4,0,4,193313,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_05_09,m,5-9,5,9,152884,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_10_14,m,10-14,10,14,117326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_15_19,m,15-19,15,19,100370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_20_24,m,20-24,20,24,95456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_25_29,m,25-29,25,29,72815,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_30_34,m,30-34,30,34,56473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_35_39,m,35-39,35,39,40463,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_40_44,m,40-44,40,44,33746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_45_49,m,45-49,45,49,28549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_50_54,m,50-54,50,54,22484,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_55_59,m,55-59,55,59,13993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_60_64,m,60-64,60,64,12094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_65_69,m,65-69,65,69,8111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_70_74,m,70-74,70,74,6620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_75_79,m,75-79,75,79,3382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,M_80PLUS,m,80+,80,,2215,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_00_04,all,0-4,0,4,382904,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_05_09,all,5-9,5,9,306397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_10_14,all,10-14,10,14,231368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_15_19,all,15-19,15,19,204398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_20_24,all,20-24,20,24,188145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_25_29,all,25-29,25,29,143494,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_30_34,all,30-34,30,34,113804,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_35_39,all,35-39,35,39,80973,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_40_44,all,40-44,40,44,67783,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_45_49,all,45-49,45,49,55562,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_50_54,all,50-54,50,54,42643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_55_59,all,55-59,55,59,25665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_60_64,all,60-64,60,64,22384,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_65_69,all,65-69,65,69,14909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_70_74,all,70-74,70,74,12004,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_75_79,all,75-79,75,79,6503,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,T_80PLUS,all,80+,80,,4639,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_TL,f,all,,,459029,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_TL,m,all,,,452285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_TL,all,all,,,911314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_00_04,f,0-4,0,4,74371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_05_09,f,5-9,5,9,66377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_10_14,f,10-14,10,14,60498,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_15_19,f,15-19,15,19,50441,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_20_24,f,20-24,20,24,41895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_25_29,f,25-29,25,29,33544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_30_34,f,30-34,30,34,28718,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_35_39,f,35-39,35,39,24236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_40_44,f,40-44,40,44,19824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_45_49,f,45-49,45,49,16953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_50_54,f,50-54,50,54,12519,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_55_59,f,55-59,55,59,7873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_60_64,f,60-64,60,64,7202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_65_69,f,65-69,65,69,6244,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_70_74,f,70-74,70,74,3943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_75_79,f,75-79,75,79,2756,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,F_80PLUS,f,80+,80,,1635,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_00_04,m,0-4,0,4,78295,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_05_09,m,5-9,5,9,68458,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_10_14,m,10-14,10,14,63703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_15_19,m,15-19,15,19,55981,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_20_24,m,20-24,20,24,43456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_25_29,m,25-29,25,29,31817,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_30_34,m,30-34,30,34,24400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_35_39,m,35-39,35,39,19764,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_40_44,m,40-44,40,44,16868,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_45_49,m,45-49,45,49,14608,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_50_54,m,50-54,50,54,10723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_55_59,m,55-59,55,59,6532,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_60_64,m,60-64,60,64,6109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_65_69,m,65-69,65,69,5144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_70_74,m,70-74,70,74,3117,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_75_79,m,75-79,75,79,2086,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,M_80PLUS,m,80+,80,,1224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_00_04,all,0-4,0,4,152666,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_05_09,all,5-9,5,9,134835,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_10_14,all,10-14,10,14,124201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_15_19,all,15-19,15,19,106422,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_20_24,all,20-24,20,24,85351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_25_29,all,25-29,25,29,65361,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_30_34,all,30-34,30,34,53118,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_35_39,all,35-39,35,39,44000,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_40_44,all,40-44,40,44,36692,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_45_49,all,45-49,45,49,31561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_50_54,all,50-54,50,54,23242,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_55_59,all,55-59,55,59,14405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_60_64,all,60-64,60,64,13311,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_65_69,all,65-69,65,69,11388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_70_74,all,70-74,70,74,7060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_75_79,all,75-79,75,79,4842,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,T_80PLUS,all,80+,80,,2859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_TL,f,all,,,527652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_TL,m,all,,,468452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_TL,all,all,,,996104,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_00_04,f,0-4,0,4,85205,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_05_09,f,5-9,5,9,85337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_10_14,f,10-14,10,14,70828,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_15_19,f,15-19,15,19,58103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_20_24,f,20-24,20,24,44507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_25_29,f,25-29,25,29,39094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_30_34,f,30-34,30,34,31577,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_35_39,f,35-39,35,39,29319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_40_44,f,40-44,40,44,22712,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_45_49,f,45-49,45,49,19456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_50_54,f,50-54,50,54,13949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_55_59,f,55-59,55,59,6703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_60_64,f,60-64,60,64,8146,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_65_69,f,65-69,65,69,5133,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_70_74,f,70-74,70,74,3547,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_75_79,f,75-79,75,79,1878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,F_80PLUS,f,80+,80,,2158,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_00_04,m,0-4,0,4,85601,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_05_09,m,5-9,5,9,83178,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_10_14,m,10-14,10,14,69629,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_15_19,m,15-19,15,19,60837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_20_24,m,20-24,20,24,40489,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_25_29,m,25-29,25,29,30313,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_30_34,m,30-34,30,34,21052,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_35_39,m,35-39,35,39,18630,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_40_44,m,40-44,40,44,15349,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_45_49,m,45-49,45,49,13111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_50_54,m,50-54,50,54,10455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_55_59,m,55-59,55,59,4686,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_60_64,m,60-64,60,64,6191,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_65_69,m,65-69,65,69,3683,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_70_74,m,70-74,70,74,2592,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_75_79,m,75-79,75,79,1301,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,M_80PLUS,m,80+,80,,1355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_00_04,all,0-4,0,4,170806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_05_09,all,5-9,5,9,168515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_10_14,all,10-14,10,14,140457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_15_19,all,15-19,15,19,118940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_20_24,all,20-24,20,24,84996,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_25_29,all,25-29,25,29,69407,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_30_34,all,30-34,30,34,52629,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_35_39,all,35-39,35,39,47949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_40_44,all,40-44,40,44,38061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_45_49,all,45-49,45,49,32567,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_50_54,all,50-54,50,54,24404,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_55_59,all,55-59,55,59,11389,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_60_64,all,60-64,60,64,14337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_65_69,all,65-69,65,69,8816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_70_74,all,70-74,70,74,6139,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_75_79,all,75-79,75,79,3179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,T_80PLUS,all,80+,80,,3513,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_TL,f,all,,,393479,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_TL,m,all,,,396709,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_TL,all,all,,,790188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_00_04,f,0-4,0,4,67725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_05_09,f,5-9,5,9,60484,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_10_14,f,10-14,10,14,46232,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_15_19,f,15-19,15,19,39406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_20_24,f,20-24,20,24,37605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_25_29,f,25-29,25,29,30976,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_30_34,f,30-34,30,34,26067,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_35_39,f,35-39,35,39,20360,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_40_44,f,40-44,40,44,16762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_45_49,f,45-49,45,49,14275,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_50_54,f,50-54,50,54,10063,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_55_59,f,55-59,55,59,6397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_60_64,f,60-64,60,64,5661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_65_69,f,65-69,65,69,4782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_70_74,f,70-74,70,74,3224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_75_79,f,75-79,75,79,1967,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,F_80PLUS,f,80+,80,,1493,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_00_04,m,0-4,0,4,71235,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_05_09,m,5-9,5,9,64392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_10_14,m,10-14,10,14,52377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_15_19,m,15-19,15,19,43037,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_20_24,m,20-24,20,24,36456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_25_29,m,25-29,25,29,29468,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_30_34,m,30-34,30,34,22300,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_35_39,m,35-39,35,39,17046,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_40_44,m,40-44,40,44,14238,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_45_49,m,45-49,45,49,13380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_50_54,m,50-54,50,54,10034,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_55_59,m,55-59,55,59,5886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_60_64,m,60-64,60,64,5375,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_65_69,m,65-69,65,69,4906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_70_74,m,70-74,70,74,3112,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_75_79,m,75-79,75,79,2159,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,M_80PLUS,m,80+,80,,1308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_00_04,all,0-4,0,4,138960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_05_09,all,5-9,5,9,124876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_10_14,all,10-14,10,14,98609,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_15_19,all,15-19,15,19,82443,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_20_24,all,20-24,20,24,74061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_25_29,all,25-29,25,29,60444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_30_34,all,30-34,30,34,48367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_35_39,all,35-39,35,39,37406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_40_44,all,40-44,40,44,31000,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_45_49,all,45-49,45,49,27655,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_50_54,all,50-54,50,54,20097,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_55_59,all,55-59,55,59,12283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_60_64,all,60-64,60,64,11036,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_65_69,all,65-69,65,69,9688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_70_74,all,70-74,70,74,6336,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_75_79,all,75-79,75,79,4126,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,T_80PLUS,all,80+,80,,2801,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_TL,f,all,,,343688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_TL,m,all,,,324965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_TL,all,all,,,668653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_00_04,f,0-4,0,4,47758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_05_09,f,5-9,5,9,37524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_10_14,f,10-14,10,14,36966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_15_19,f,15-19,15,19,34847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_20_24,f,20-24,20,24,36660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_25_29,f,25-29,25,29,31849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_30_34,f,30-34,30,34,27200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_35_39,f,35-39,35,39,21697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_40_44,f,40-44,40,44,17219,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_45_49,f,45-49,45,49,16874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_50_54,f,50-54,50,54,10897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_55_59,f,55-59,55,59,9167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_60_64,f,60-64,60,64,5223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_65_69,f,65-69,65,69,4859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_70_74,f,70-74,70,74,2261,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_75_79,f,75-79,75,79,1966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,F_80PLUS,f,80+,80,,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_00_04,m,0-4,0,4,50832,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_05_09,m,5-9,5,9,36457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_10_14,m,10-14,10,14,30258,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_15_19,m,15-19,15,19,29301,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_20_24,m,20-24,20,24,37934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_25_29,m,25-29,25,29,33849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_30_34,m,30-34,30,34,27109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_35_39,m,35-39,35,39,20637,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_40_44,m,40-44,40,44,15986,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_45_49,m,45-49,45,49,15541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_50_54,m,50-54,50,54,9188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_55_59,m,55-59,55,59,6786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_60_64,m,60-64,60,64,4071,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_65_69,m,65-69,65,69,3818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_70_74,m,70-74,70,74,1596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_75_79,m,75-79,75,79,1251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,M_80PLUS,m,80+,80,,351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_00_04,all,0-4,0,4,98590,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_05_09,all,5-9,5,9,73981,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_10_14,all,10-14,10,14,67224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_15_19,all,15-19,15,19,64148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_20_24,all,20-24,20,24,74594,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_25_29,all,25-29,25,29,65698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_30_34,all,30-34,30,34,54309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_35_39,all,35-39,35,39,42334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_40_44,all,40-44,40,44,33205,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_45_49,all,45-49,45,49,32415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_50_54,all,50-54,50,54,20085,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_55_59,all,55-59,55,59,15953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_60_64,all,60-64,60,64,9294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_65_69,all,65-69,65,69,8677,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_70_74,all,70-74,70,74,3857,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_75_79,all,75-79,75,79,3217,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,T_80PLUS,all,80+,80,,1072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_TL,f,all,,,330842,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_TL,m,all,,,316435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_TL,all,all,,,647277,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_00_04,f,0-4,0,4,51481,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_05_09,f,5-9,5,9,46244,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_10_14,f,10-14,10,14,41223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_15_19,f,15-19,15,19,34276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_20_24,f,20-24,20,24,28809,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_25_29,f,25-29,25,29,23274,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_30_34,f,30-34,30,34,19918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_35_39,f,35-39,35,39,18496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_40_44,f,40-44,40,44,15528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_45_49,f,45-49,45,49,15109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_50_54,f,50-54,50,54,10768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_55_59,f,55-59,55,59,6954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_60_64,f,60-64,60,64,5915,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_65_69,f,65-69,65,69,5093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_70_74,f,70-74,70,74,3595,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_75_79,f,75-79,75,79,2331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,F_80PLUS,f,80+,80,,1828,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_00_04,m,0-4,0,4,52141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_05_09,m,5-9,5,9,47956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_10_14,m,10-14,10,14,43558,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_15_19,m,15-19,15,19,38762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_20_24,m,20-24,20,24,30906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_25_29,m,25-29,25,29,21907,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_30_34,m,30-34,30,34,16405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_35_39,m,35-39,35,39,14226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_40_44,m,40-44,40,44,11957,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_45_49,m,45-49,45,49,11917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_50_54,m,50-54,50,54,8337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_55_59,m,55-59,55,59,5023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_60_64,m,60-64,60,64,4592,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_65_69,m,65-69,65,69,3688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_70_74,m,70-74,70,74,2497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_75_79,m,75-79,75,79,1512,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,M_80PLUS,m,80+,80,,1051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_00_04,all,0-4,0,4,103622,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_05_09,all,5-9,5,9,94200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_10_14,all,10-14,10,14,84781,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_15_19,all,15-19,15,19,73038,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_20_24,all,20-24,20,24,59715,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_25_29,all,25-29,25,29,45181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_30_34,all,30-34,30,34,36323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_35_39,all,35-39,35,39,32722,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_40_44,all,40-44,40,44,27485,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_45_49,all,45-49,45,49,27026,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_50_54,all,50-54,50,54,19105,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_55_59,all,55-59,55,59,11977,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_60_64,all,60-64,60,64,10507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_65_69,all,65-69,65,69,8781,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_70_74,all,70-74,70,74,6092,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_75_79,all,75-79,75,79,3843,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,T_80PLUS,all,80+,80,,2879,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_TL,f,all,,,807506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_TL,m,all,,,780125,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_TL,all,all,,,1587631,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_00_04,f,0-4,0,4,134485,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_05_09,f,5-9,5,9,107906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_10_14,f,10-14,10,14,96111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_15_19,f,15-19,15,19,77942,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_20_24,f,20-24,20,24,76092,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_25_29,f,25-29,25,29,68761,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_30_34,f,30-34,30,34,54941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_35_39,f,35-39,35,39,46276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_40_44,f,40-44,40,44,35919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_45_49,f,45-49,45,49,33951,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_50_54,f,50-54,50,54,24211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_55_59,f,55-59,55,59,16735,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_60_64,f,60-64,60,64,12169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_65_69,f,65-69,65,69,10055,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_70_74,f,70-74,70,74,5354,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_75_79,f,75-79,75,79,3927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,F_80PLUS,f,80+,80,,2671,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_00_04,m,0-4,0,4,141289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_05_09,m,5-9,5,9,110730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_10_14,m,10-14,10,14,94012,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_15_19,m,15-19,15,19,79408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_20_24,m,20-24,20,24,74114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_25_29,m,25-29,25,29,63676,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_30_34,m,30-34,30,34,50659,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_35_39,m,35-39,35,39,40538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_40_44,m,40-44,40,44,31795,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_45_49,m,45-49,45,49,29990,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_50_54,m,50-54,50,54,21688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_55_59,m,55-59,55,59,14702,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_60_64,m,60-64,60,64,11643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_65_69,m,65-69,65,69,8287,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_70_74,m,70-74,70,74,3886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_75_79,m,75-79,75,79,2407,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,M_80PLUS,m,80+,80,,1301,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_00_04,all,0-4,0,4,275774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_05_09,all,5-9,5,9,218636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_10_14,all,10-14,10,14,190123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_15_19,all,15-19,15,19,157350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_20_24,all,20-24,20,24,150206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_25_29,all,25-29,25,29,132437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_30_34,all,30-34,30,34,105600,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_35_39,all,35-39,35,39,86814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_40_44,all,40-44,40,44,67714,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_45_49,all,45-49,45,49,63941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_50_54,all,50-54,50,54,45899,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_55_59,all,55-59,55,59,31437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_60_64,all,60-64,60,64,23812,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_65_69,all,65-69,65,69,18342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_70_74,all,70-74,70,74,9240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_75_79,all,75-79,75,79,6334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,T_80PLUS,all,80+,80,,3972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_TL,f,all,,,457060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_TL,m,all,,,431095,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_TL,all,all,,,888155,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_00_04,f,0-4,0,4,74405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_05_09,f,5-9,5,9,65043,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_10_14,f,10-14,10,14,55936,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_15_19,f,15-19,15,19,43472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_20_24,f,20-24,20,24,41803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_25_29,f,25-29,25,29,37091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_30_34,f,30-34,30,34,30340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_35_39,f,35-39,35,39,25577,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_40_44,f,40-44,40,44,20101,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_45_49,f,45-49,45,49,18452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_50_54,f,50-54,50,54,12941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_55_59,f,55-59,55,59,9051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_60_64,f,60-64,60,64,7475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_65_69,f,65-69,65,69,7057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_70_74,f,70-74,70,74,3982,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_75_79,f,75-79,75,79,2793,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,F_80PLUS,f,80+,80,,1541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_00_04,m,0-4,0,4,77229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_05_09,m,5-9,5,9,67183,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_10_14,m,10-14,10,14,57239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_15_19,m,15-19,15,19,45609,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_20_24,m,20-24,20,24,38662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_25_29,m,25-29,25,29,32894,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_30_34,m,30-34,30,34,25613,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_35_39,m,35-39,35,39,20425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_40_44,m,40-44,40,44,16508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_45_49,m,45-49,45,49,15181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_50_54,m,50-54,50,54,10790,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_55_59,m,55-59,55,59,6765,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_60_64,m,60-64,60,64,6005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_65_69,m,65-69,65,69,5212,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_70_74,m,70-74,70,74,2931,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_75_79,m,75-79,75,79,1885,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,M_80PLUS,m,80+,80,,964,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_00_04,all,0-4,0,4,151634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_05_09,all,5-9,5,9,132226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_10_14,all,10-14,10,14,113175,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_15_19,all,15-19,15,19,89081,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_20_24,all,20-24,20,24,80465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_25_29,all,25-29,25,29,69985,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_30_34,all,30-34,30,34,55953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_35_39,all,35-39,35,39,46002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_40_44,all,40-44,40,44,36609,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_45_49,all,45-49,45,49,33633,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_50_54,all,50-54,50,54,23731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_55_59,all,55-59,55,59,15816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_60_64,all,60-64,60,64,13480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_65_69,all,65-69,65,69,12269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_70_74,all,70-74,70,74,6913,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_75_79,all,75-79,75,79,4678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,T_80PLUS,all,80+,80,,2505,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_TL,f,all,,,593229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_TL,m,all,,,550099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_TL,all,all,,,1143328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_00_04,f,0-4,0,4,96817,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_05_09,f,5-9,5,9,84204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_10_14,f,10-14,10,14,76262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_15_19,f,15-19,15,19,60646,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_20_24,f,20-24,20,24,52556,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_25_29,f,25-29,25,29,43450,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_30_34,f,30-34,30,34,37482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_35_39,f,35-39,35,39,33136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_40_44,f,40-44,40,44,25730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_45_49,f,45-49,45,49,23405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_50_54,f,50-54,50,54,17620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_55_59,f,55-59,55,59,10759,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_60_64,f,60-64,60,64,10938,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_65_69,f,65-69,65,69,7900,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_70_74,f,70-74,70,74,6042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_75_79,f,75-79,75,79,3626,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,F_80PLUS,f,80+,80,,2656,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_00_04,m,0-4,0,4,98399,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_05_09,m,5-9,5,9,83890,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_10_14,m,10-14,10,14,76433,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_15_19,m,15-19,15,19,62244,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_20_24,m,20-24,20,24,48728,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_25_29,m,25-29,25,29,38380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_30_34,m,30-34,30,34,31262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_35_39,m,35-39,35,39,25707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_40_44,m,40-44,40,44,20612,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_45_49,m,45-49,45,49,18810,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_50_54,m,50-54,50,54,13880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_55_59,m,55-59,55,59,8383,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_60_64,m,60-64,60,64,8413,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_65_69,m,65-69,65,69,5993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_70_74,m,70-74,70,74,4617,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_75_79,m,75-79,75,79,2747,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,M_80PLUS,m,80+,80,,1601,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_00_04,all,0-4,0,4,195216,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_05_09,all,5-9,5,9,168094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_10_14,all,10-14,10,14,152695,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_15_19,all,15-19,15,19,122890,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_20_24,all,20-24,20,24,101284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_25_29,all,25-29,25,29,81830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_30_34,all,30-34,30,34,68744,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_35_39,all,35-39,35,39,58843,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_40_44,all,40-44,40,44,46342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_45_49,all,45-49,45,49,42215,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_50_54,all,50-54,50,54,31500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_55_59,all,55-59,55,59,19142,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_60_64,all,60-64,60,64,19351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_65_69,all,65-69,65,69,13893,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_70_74,all,70-74,70,74,10659,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_75_79,all,75-79,75,79,6373,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,T_80PLUS,all,80+,80,,4257,2023,Institut de la statistique du Bénin,UNFPA +BTN,Bhutan,BT001,Bumthang,F_TL,f,all,,,8993,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_TL,m,all,,,9506,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_TL,all,all,,,18499,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_00_04,f,0-4,0,4,751,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_05_09,f,5-9,5,9,715,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_10_14,f,10-14,10,14,725,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_15_19,f,15-19,15,19,741,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_20_24,f,20-24,20,24,710,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_25_29,f,25-29,25,29,753,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_30_34,f,30-34,30,34,858,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_35_39,f,35-39,35,39,790,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_40_44,f,40-44,40,44,599,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_45_49,f,45-49,45,49,486,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_50_54,f,50-54,50,54,407,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_55_59,f,55-59,55,59,337,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_60_64,f,60-64,60,64,293,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_65_69,f,65-69,65,69,264,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_70_74,f,70-74,70,74,226,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,F_75PLUS,f,75+,75,,339,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_00_04,m,0-4,0,4,781,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_05_09,m,5-9,5,9,759,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_10_14,m,10-14,10,14,775,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_15_19,m,15-19,15,19,782,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_20_24,m,20-24,20,24,720,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_25_29,m,25-29,25,29,882,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_30_34,m,30-34,30,34,1010,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_35_39,m,35-39,35,39,871,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_40_44,m,40-44,40,44,707,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_45_49,m,45-49,45,49,500,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_50_54,m,50-54,50,54,384,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_55_59,m,55-59,55,59,353,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_60_64,m,60-64,60,64,288,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_65_69,m,65-69,65,69,207,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_70_74,m,70-74,70,74,205,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,M_75PLUS,m,75+,75,,281,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_00_04,all,0-4,0,4,1532,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_05_09,all,5-9,5,9,1474,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_10_14,all,10-14,10,14,1500,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_15_19,all,15-19,15,19,1524,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_20_24,all,20-24,20,24,1430,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_25_29,all,25-29,25,29,1635,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_30_34,all,30-34,30,34,1867,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_35_39,all,35-39,35,39,1660,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_40_44,all,40-44,40,44,1306,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_45_49,all,45-49,45,49,987,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_50_54,all,50-54,50,54,791,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_55_59,all,55-59,55,59,690,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_60_64,all,60-64,60,64,581,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_65_69,all,65-69,65,69,471,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_70_74,all,70-74,70,74,431,2024,UNFPA,UNFPA +BTN,Bhutan,BT001,Bumthang,T_75PLUS,all,75+,75,,620,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_TL,f,all,,,34107,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_TL,m,all,,,36098,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_TL,all,all,,,70205,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_00_04,f,0-4,0,4,2553,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_05_09,f,5-9,5,9,2396,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_10_14,f,10-14,10,14,2659,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_15_19,f,15-19,15,19,2995,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_20_24,f,20-24,20,24,3811,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_25_29,f,25-29,25,29,3291,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_30_34,f,30-34,30,34,3516,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_35_39,f,35-39,35,39,3237,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_40_44,f,40-44,40,44,2551,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_45_49,f,45-49,45,49,1958,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_50_54,f,50-54,50,54,1468,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_55_59,f,55-59,55,59,1035,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_60_64,f,60-64,60,64,823,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_65_69,f,65-69,65,69,718,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_70_74,f,70-74,70,74,469,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,F_75PLUS,f,75+,75,,627,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_00_04,m,0-4,0,4,2607,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_05_09,m,5-9,5,9,2447,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_10_14,m,10-14,10,14,2682,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_15_19,m,15-19,15,19,2981,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_20_24,m,20-24,20,24,3362,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_25_29,m,25-29,25,29,3367,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_30_34,m,30-34,30,34,3820,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_35_39,m,35-39,35,39,3591,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_40_44,m,40-44,40,44,2866,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_45_49,m,45-49,45,49,2308,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_50_54,m,50-54,50,54,1921,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_55_59,m,55-59,55,59,1393,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_60_64,m,60-64,60,64,998,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_65_69,m,65-69,65,69,706,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_70_74,m,70-74,70,74,456,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,M_75PLUS,m,75+,75,,590,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_00_04,all,0-4,0,4,5160,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_05_09,all,5-9,5,9,4843,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_10_14,all,10-14,10,14,5341,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_15_19,all,15-19,15,19,5976,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_20_24,all,20-24,20,24,7174,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_25_29,all,25-29,25,29,6659,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_30_34,all,30-34,30,34,7337,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_35_39,all,35-39,35,39,6828,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_40_44,all,40-44,40,44,5417,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_45_49,all,45-49,45,49,4266,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_50_54,all,50-54,50,54,3389,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_55_59,all,55-59,55,59,2428,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_60_64,all,60-64,60,64,1821,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_65_69,all,65-69,65,69,1424,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_70_74,all,70-74,70,74,926,2024,UNFPA,UNFPA +BTN,Bhutan,BT002,Chhukha,T_75PLUS,all,75+,75,,1216,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_TL,f,all,,,12430,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_TL,m,all,,,13637,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_TL,all,all,,,26067,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_00_04,f,0-4,0,4,920,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_05_09,f,5-9,5,9,946,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_10_14,f,10-14,10,14,1140,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_15_19,f,15-19,15,19,1093,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_20_24,f,20-24,20,24,803,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_25_29,f,25-29,25,29,898,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_30_34,f,30-34,30,34,1124,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_35_39,f,35-39,35,39,1066,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_40_44,f,40-44,40,44,972,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_45_49,f,45-49,45,49,807,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_50_54,f,50-54,50,54,672,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_55_59,f,55-59,55,59,583,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_60_64,f,60-64,60,64,467,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_65_69,f,65-69,65,69,389,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_70_74,f,70-74,70,74,244,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,F_75PLUS,f,75+,75,,307,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_00_04,m,0-4,0,4,1009,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_05_09,m,5-9,5,9,1033,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_10_14,m,10-14,10,14,1313,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_15_19,m,15-19,15,19,1267,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_20_24,m,20-24,20,24,863,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_25_29,m,25-29,25,29,969,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_30_34,m,30-34,30,34,1246,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_35_39,m,35-39,35,39,1132,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_40_44,m,40-44,40,44,1009,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_45_49,m,45-49,45,49,852,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_50_54,m,50-54,50,54,660,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_55_59,m,55-59,55,59,690,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_60_64,m,60-64,60,64,471,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_65_69,m,65-69,65,69,466,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_70_74,m,70-74,70,74,292,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,M_75PLUS,m,75+,75,,366,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_00_04,all,0-4,0,4,1929,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_05_09,all,5-9,5,9,1978,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_10_14,all,10-14,10,14,2453,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_15_19,all,15-19,15,19,2360,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_20_24,all,20-24,20,24,1667,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_25_29,all,25-29,25,29,1866,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_30_34,all,30-34,30,34,2370,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_35_39,all,35-39,35,39,2198,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_40_44,all,40-44,40,44,1981,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_45_49,all,45-49,45,49,1659,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_50_54,all,50-54,50,54,1332,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_55_59,all,55-59,55,59,1273,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_60_64,all,60-64,60,64,938,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_65_69,all,65-69,65,69,854,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_70_74,all,70-74,70,74,535,2024,UNFPA,UNFPA +BTN,Bhutan,BT003,Dagana,T_75PLUS,all,75+,75,,673,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_TL,f,all,,,2071,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_TL,m,all,,,2365,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_TL,all,all,,,4435,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_00_04,f,0-4,0,4,165,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_05_09,f,5-9,5,9,160,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_10_14,f,10-14,10,14,196,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_15_19,f,15-19,15,19,199,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_20_24,f,20-24,20,24,147,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_25_29,f,25-29,25,29,155,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_30_34,f,30-34,30,34,184,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_35_39,f,35-39,35,39,180,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_40_44,f,40-44,40,44,147,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_45_49,f,45-49,45,49,106,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_50_54,f,50-54,50,54,91,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_55_59,f,55-59,55,59,76,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_60_64,f,60-64,60,64,84,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_65_69,f,65-69,65,69,59,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_70_74,f,70-74,70,74,52,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,F_75PLUS,f,75+,75,,72,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_00_04,m,0-4,0,4,175,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_05_09,m,5-9,5,9,173,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_10_14,m,10-14,10,14,202,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_15_19,m,15-19,15,19,234,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_20_24,m,20-24,20,24,196,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_25_29,m,25-29,25,29,220,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_30_34,m,30-34,30,34,254,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_35_39,m,35-39,35,39,234,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_40_44,m,40-44,40,44,160,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_45_49,m,45-49,45,49,131,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_50_54,m,50-54,50,54,106,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_55_59,m,55-59,55,59,94,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_60_64,m,60-64,60,64,61,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_65_69,m,65-69,65,69,56,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_70_74,m,70-74,70,74,32,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,M_75PLUS,m,75+,75,,37,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_00_04,all,0-4,0,4,340,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_05_09,all,5-9,5,9,333,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_10_14,all,10-14,10,14,398,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_15_19,all,15-19,15,19,432,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_20_24,all,20-24,20,24,342,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_25_29,all,25-29,25,29,375,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_30_34,all,30-34,30,34,438,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_35_39,all,35-39,35,39,413,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_40_44,all,40-44,40,44,307,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_45_49,all,45-49,45,49,237,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_50_54,all,50-54,50,54,197,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_55_59,all,55-59,55,59,171,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_60_64,all,60-64,60,64,146,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_65_69,all,65-69,65,69,115,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_70_74,all,70-74,70,74,84,2024,UNFPA,UNFPA +BTN,Bhutan,BT004,Gasa,T_75PLUS,all,75+,75,,109,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_TL,f,all,,,6307,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_TL,m,all,,,7578,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_TL,all,all,,,13884,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_00_04,f,0-4,0,4,503,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_05_09,f,5-9,5,9,473,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_10_14,f,10-14,10,14,582,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_15_19,f,15-19,15,19,641,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_20_24,f,20-24,20,24,459,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_25_29,f,25-29,25,29,514,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_30_34,f,30-34,30,34,604,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_35_39,f,35-39,35,39,565,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_40_44,f,40-44,40,44,420,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_45_49,f,45-49,45,49,348,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_50_54,f,50-54,50,54,268,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_55_59,f,55-59,55,59,253,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_60_64,f,60-64,60,64,204,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_65_69,f,65-69,65,69,187,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_70_74,f,70-74,70,74,121,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,F_75PLUS,f,75+,75,,163,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_00_04,m,0-4,0,4,555,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_05_09,m,5-9,5,9,486,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_10_14,m,10-14,10,14,596,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_15_19,m,15-19,15,19,774,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_20_24,m,20-24,20,24,554,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_25_29,m,25-29,25,29,643,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_30_34,m,30-34,30,34,922,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_35_39,m,35-39,35,39,806,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_40_44,m,40-44,40,44,590,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_45_49,m,45-49,45,49,465,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_50_54,m,50-54,50,54,304,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_55_59,m,55-59,55,59,229,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_60_64,m,60-64,60,64,188,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_65_69,m,65-69,65,69,185,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_70_74,m,70-74,70,74,130,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,M_75PLUS,m,75+,75,,151,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_00_04,all,0-4,0,4,1059,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_05_09,all,5-9,5,9,960,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_10_14,all,10-14,10,14,1178,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_15_19,all,15-19,15,19,1415,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_20_24,all,20-24,20,24,1013,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_25_29,all,25-29,25,29,1157,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_30_34,all,30-34,30,34,1526,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_35_39,all,35-39,35,39,1371,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_40_44,all,40-44,40,44,1010,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_45_49,all,45-49,45,49,813,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_50_54,all,50-54,50,54,572,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_55_59,all,55-59,55,59,482,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_60_64,all,60-64,60,64,393,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_65_69,all,65-69,65,69,372,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_70_74,all,70-74,70,74,251,2024,UNFPA,UNFPA +BTN,Bhutan,BT005,Haa,T_75PLUS,all,75+,75,,313,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_TL,f,all,,,6399,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_TL,m,all,,,6891,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_TL,all,all,,,13290,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_00_04,f,0-4,0,4,542,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_05_09,f,5-9,5,9,506,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_10_14,f,10-14,10,14,579,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_15_19,f,15-19,15,19,507,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_20_24,f,20-24,20,24,405,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_25_29,f,25-29,25,29,447,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_30_34,f,30-34,30,34,519,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_35_39,f,35-39,35,39,484,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_40_44,f,40-44,40,44,507,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_45_49,f,45-49,45,49,373,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_50_54,f,50-54,50,54,330,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_55_59,f,55-59,55,59,320,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_60_64,f,60-64,60,64,225,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_65_69,f,65-69,65,69,215,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_70_74,f,70-74,70,74,169,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,F_75PLUS,f,75+,75,,271,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_00_04,m,0-4,0,4,587,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_05_09,m,5-9,5,9,545,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_10_14,m,10-14,10,14,652,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_15_19,m,15-19,15,19,684,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_20_24,m,20-24,20,24,357,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_25_29,m,25-29,25,29,505,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_30_34,m,30-34,30,34,590,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_35_39,m,35-39,35,39,577,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_40_44,m,40-44,40,44,486,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_45_49,m,45-49,45,49,341,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_50_54,m,50-54,50,54,332,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_55_59,m,55-59,55,59,341,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_60_64,m,60-64,60,64,283,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_65_69,m,65-69,65,69,222,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_70_74,m,70-74,70,74,164,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,M_75PLUS,m,75+,75,,223,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_00_04,all,0-4,0,4,1130,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_05_09,all,5-9,5,9,1051,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_10_14,all,10-14,10,14,1230,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_15_19,all,15-19,15,19,1191,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_20_24,all,20-24,20,24,762,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_25_29,all,25-29,25,29,953,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_30_34,all,30-34,30,34,1108,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_35_39,all,35-39,35,39,1061,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_40_44,all,40-44,40,44,993,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_45_49,all,45-49,45,49,714,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_50_54,all,50-54,50,54,662,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_55_59,all,55-59,55,59,661,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_60_64,all,60-64,60,64,508,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_65_69,all,65-69,65,69,436,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_70_74,all,70-74,70,74,334,2024,UNFPA,UNFPA +BTN,Bhutan,BT006,Lhuentse,T_75PLUS,all,75+,75,,494,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_TL,f,all,,,18837,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_TL,m,all,,,17223,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_TL,all,all,,,36060,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_00_04,f,0-4,0,4,1628,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_05_09,f,5-9,5,9,1606,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_10_14,f,10-14,10,14,1685,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_15_19,f,15-19,15,19,1649,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_20_24,f,20-24,20,24,1201,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_25_29,f,25-29,25,29,1375,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_30_34,f,30-34,30,34,1614,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_35_39,f,35-39,35,39,1638,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_40_44,f,40-44,40,44,1400,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_45_49,f,45-49,45,49,1060,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_50_54,f,50-54,50,54,858,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_55_59,f,55-59,55,59,813,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_60_64,f,60-64,60,64,726,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_65_69,f,65-69,65,69,550,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_70_74,f,70-74,70,74,423,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,F_75PLUS,f,75+,75,,612,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_00_04,m,0-4,0,4,1538,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_05_09,m,5-9,5,9,1562,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_10_14,m,10-14,10,14,1631,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_15_19,m,15-19,15,19,1619,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_20_24,m,20-24,20,24,964,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_25_29,m,25-29,25,29,1137,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_30_34,m,30-34,30,34,1463,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_35_39,m,35-39,35,39,1350,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_40_44,m,40-44,40,44,1290,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_45_49,m,45-49,45,49,912,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_50_54,m,50-54,50,54,816,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_55_59,m,55-59,55,59,812,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_60_64,m,60-64,60,64,674,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_65_69,m,65-69,65,69,496,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_70_74,m,70-74,70,74,421,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,M_75PLUS,m,75+,75,,538,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_00_04,all,0-4,0,4,3166,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_05_09,all,5-9,5,9,3168,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_10_14,all,10-14,10,14,3315,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_15_19,all,15-19,15,19,3268,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_20_24,all,20-24,20,24,2165,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_25_29,all,25-29,25,29,2512,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_30_34,all,30-34,30,34,3077,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_35_39,all,35-39,35,39,2988,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_40_44,all,40-44,40,44,2689,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_45_49,all,45-49,45,49,1972,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_50_54,all,50-54,50,54,1674,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_55_59,all,55-59,55,59,1626,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_60_64,all,60-64,60,64,1399,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_65_69,all,65-69,65,69,1046,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_70_74,all,70-74,70,74,844,2024,UNFPA,UNFPA +BTN,Bhutan,BT007,Monggar,T_75PLUS,all,75+,75,,1150,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_TL,f,all,,,26044,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_TL,m,all,,,26861,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_TL,all,all,,,52905,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_00_04,f,0-4,0,4,1984,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_05_09,f,5-9,5,9,1889,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_10_14,f,10-14,10,14,1812,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_15_19,f,15-19,15,19,2378,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_20_24,f,20-24,20,24,2611,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_25_29,f,25-29,25,29,2523,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_30_34,f,30-34,30,34,2551,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_35_39,f,35-39,35,39,2192,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_40_44,f,40-44,40,44,1819,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_45_49,f,45-49,45,49,1407,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_50_54,f,50-54,50,54,1170,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_55_59,f,55-59,55,59,943,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_60_64,f,60-64,60,64,763,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_65_69,f,65-69,65,69,729,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_70_74,f,70-74,70,74,507,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,F_75PLUS,f,75+,75,,764,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_00_04,m,0-4,0,4,2066,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_05_09,m,5-9,5,9,1919,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_10_14,m,10-14,10,14,1895,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_15_19,m,15-19,15,19,2295,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_20_24,m,20-24,20,24,2603,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_25_29,m,25-29,25,29,2775,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_30_34,m,30-34,30,34,2908,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_35_39,m,35-39,35,39,2426,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_40_44,m,40-44,40,44,1827,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_45_49,m,45-49,45,49,1469,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_50_54,m,50-54,50,54,1226,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_55_59,m,55-59,55,59,920,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_60_64,m,60-64,60,64,783,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_65_69,m,65-69,65,69,636,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_70_74,m,70-74,70,74,455,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,M_75PLUS,m,75+,75,,656,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_00_04,all,0-4,0,4,4051,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_05_09,all,5-9,5,9,3808,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_10_14,all,10-14,10,14,3707,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_15_19,all,15-19,15,19,4674,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_20_24,all,20-24,20,24,5214,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_25_29,all,25-29,25,29,5298,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_30_34,all,30-34,30,34,5459,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_35_39,all,35-39,35,39,4619,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_40_44,all,40-44,40,44,3646,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_45_49,all,45-49,45,49,2876,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_50_54,all,50-54,50,54,2395,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_55_59,all,55-59,55,59,1864,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_60_64,all,60-64,60,64,1546,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_65_69,all,65-69,65,69,1366,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_70_74,all,70-74,70,74,962,2024,UNFPA,UNFPA +BTN,Bhutan,BT008,Paro,T_75PLUS,all,75+,75,,1420,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_TL,f,all,,,11819,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_TL,m,all,,,12054,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_TL,all,all,,,23876,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_00_04,f,0-4,0,4,961,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_05_09,f,5-9,5,9,917,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_10_14,f,10-14,10,14,973,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_15_19,f,15-19,15,19,926,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_20_24,f,20-24,20,24,732,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_25_29,f,25-29,25,29,873,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_30_34,f,30-34,30,34,970,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_35_39,f,35-39,35,39,837,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_40_44,f,40-44,40,44,798,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_45_49,f,45-49,45,49,706,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_50_54,f,50-54,50,54,582,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_55_59,f,55-59,55,59,618,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_60_64,f,60-64,60,64,499,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_65_69,f,65-69,65,69,528,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_70_74,f,70-74,70,74,372,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,F_75PLUS,f,75+,75,,527,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_00_04,m,0-4,0,4,906,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_05_09,m,5-9,5,9,910,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_10_14,m,10-14,10,14,1016,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_15_19,m,15-19,15,19,1046,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_20_24,m,20-24,20,24,631,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_25_29,m,25-29,25,29,909,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_30_34,m,30-34,30,34,1082,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_35_39,m,35-39,35,39,970,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_40_44,m,40-44,40,44,863,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_45_49,m,45-49,45,49,692,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_50_54,m,50-54,50,54,557,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_55_59,m,55-59,55,59,587,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_60_64,m,60-64,60,64,569,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_65_69,m,65-69,65,69,491,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_70_74,m,70-74,70,74,357,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,M_75PLUS,m,75+,75,,468,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_00_04,all,0-4,0,4,1867,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_05_09,all,5-9,5,9,1827,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_10_14,all,10-14,10,14,1989,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_15_19,all,15-19,15,19,1973,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_20_24,all,20-24,20,24,1364,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_25_29,all,25-29,25,29,1782,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_30_34,all,30-34,30,34,2053,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_35_39,all,35-39,35,39,1807,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_40_44,all,40-44,40,44,1661,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_45_49,all,45-49,45,49,1398,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_50_54,all,50-54,50,54,1139,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_55_59,all,55-59,55,59,1205,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_60_64,all,60-64,60,64,1068,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_65_69,all,65-69,65,69,1019,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_70_74,all,70-74,70,74,729,2024,UNFPA,UNFPA +BTN,Bhutan,BT009,Pemagatshel,T_75PLUS,all,75+,75,,995,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_TL,f,all,,,14918,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_TL,m,all,,,16757,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_TL,all,all,,,31676,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_00_04,f,0-4,0,4,1119,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_05_09,f,5-9,5,9,991,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_10_14,f,10-14,10,14,1262,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_15_19,f,15-19,15,19,1758,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_20_24,f,20-24,20,24,1287,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_25_29,f,25-29,25,29,1179,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_30_34,f,30-34,30,34,1277,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_35_39,f,35-39,35,39,1174,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_40_44,f,40-44,40,44,1132,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_45_49,f,45-49,45,49,809,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_50_54,f,50-54,50,54,662,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_55_59,f,55-59,55,59,603,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_60_64,f,60-64,60,64,482,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_65_69,f,65-69,65,69,414,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_70_74,f,70-74,70,74,335,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,F_75PLUS,f,75+,75,,435,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_00_04,m,0-4,0,4,1229,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_05_09,m,5-9,5,9,1222,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_10_14,m,10-14,10,14,1328,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_15_19,m,15-19,15,19,1893,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_20_24,m,20-24,20,24,1409,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_25_29,m,25-29,25,29,1480,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_30_34,m,30-34,30,34,1550,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_35_39,m,35-39,35,39,1409,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_40_44,m,40-44,40,44,1173,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_45_49,m,45-49,45,49,889,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_50_54,m,50-54,50,54,737,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_55_59,m,55-59,55,59,671,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_60_64,m,60-64,60,64,550,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_65_69,m,65-69,65,69,407,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_70_74,m,70-74,70,74,361,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,M_75PLUS,m,75+,75,,448,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_00_04,all,0-4,0,4,2349,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_05_09,all,5-9,5,9,2213,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_10_14,all,10-14,10,14,2589,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_15_19,all,15-19,15,19,3652,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_20_24,all,20-24,20,24,2696,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_25_29,all,25-29,25,29,2660,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_30_34,all,30-34,30,34,2827,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_35_39,all,35-39,35,39,2583,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_40_44,all,40-44,40,44,2304,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_45_49,all,45-49,45,49,1697,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_50_54,all,50-54,50,54,1399,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_55_59,all,55-59,55,59,1274,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_60_64,all,60-64,60,64,1032,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_65_69,all,65-69,65,69,821,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_70_74,all,70-74,70,74,696,2024,UNFPA,UNFPA +BTN,Bhutan,BT010,Punakha,T_75PLUS,all,75+,75,,883,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_TL,f,all,,,16573,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_TL,m,all,,,18271,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_TL,all,all,,,34845,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_00_04,f,0-4,0,4,1355,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_05_09,f,5-9,5,9,1389,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_10_14,f,10-14,10,14,1491,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_15_19,f,15-19,15,19,1488,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_20_24,f,20-24,20,24,1323,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_25_29,f,25-29,25,29,1264,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_30_34,f,30-34,30,34,1478,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_35_39,f,35-39,35,39,1359,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_40_44,f,40-44,40,44,1173,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_45_49,f,45-49,45,49,1000,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_50_54,f,50-54,50,54,840,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_55_59,f,55-59,55,59,688,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_60_64,f,60-64,60,64,533,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_65_69,f,65-69,65,69,474,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_70_74,f,70-74,70,74,304,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,F_75PLUS,f,75+,75,,415,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_00_04,m,0-4,0,4,1390,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_05_09,m,5-9,5,9,1361,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_10_14,m,10-14,10,14,1533,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_15_19,m,15-19,15,19,1573,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_20_24,m,20-24,20,24,1493,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_25_29,m,25-29,25,29,1378,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_30_34,m,30-34,30,34,1781,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_35_39,m,35-39,35,39,1551,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_40_44,m,40-44,40,44,1371,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_45_49,m,45-49,45,49,1089,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_50_54,m,50-54,50,54,902,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_55_59,m,55-59,55,59,822,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_60_64,m,60-64,60,64,638,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_65_69,m,65-69,65,69,572,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_70_74,m,70-74,70,74,384,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,M_75PLUS,m,75+,75,,436,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_00_04,all,0-4,0,4,2745,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_05_09,all,5-9,5,9,2750,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_10_14,all,10-14,10,14,3023,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_15_19,all,15-19,15,19,3061,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_20_24,all,20-24,20,24,2815,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_25_29,all,25-29,25,29,2642,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_30_34,all,30-34,30,34,3259,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_35_39,all,35-39,35,39,2909,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_40_44,all,40-44,40,44,2544,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_45_49,all,45-49,45,49,2089,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_50_54,all,50-54,50,54,1742,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_55_59,all,55-59,55,59,1510,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_60_64,all,60-64,60,64,1171,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_65_69,all,65-69,65,69,1045,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_70_74,all,70-74,70,74,688,2024,UNFPA,UNFPA +BTN,Bhutan,BT011,Samdrupjongkhar,T_75PLUS,all,75+,75,,851,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_TL,f,all,,,31517,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_TL,m,all,,,31728,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_TL,all,all,,,63245,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_00_04,f,0-4,0,4,2290,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_05_09,f,5-9,5,9,2319,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_10_14,f,10-14,10,14,2694,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_15_19,f,15-19,15,19,2511,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_20_24,f,20-24,20,24,2405,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_25_29,f,25-29,25,29,2508,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_30_34,f,30-34,30,34,2899,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_35_39,f,35-39,35,39,2859,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_40_44,f,40-44,40,44,2552,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_45_49,f,45-49,45,49,2014,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_50_54,f,50-54,50,54,1689,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_55_59,f,55-59,55,59,1499,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_60_64,f,60-64,60,64,1103,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_65_69,f,65-69,65,69,927,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_70_74,f,70-74,70,74,566,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,F_75PLUS,f,75+,75,,682,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_00_04,m,0-4,0,4,2319,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_05_09,m,5-9,5,9,2289,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_10_14,m,10-14,10,14,2829,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_15_19,m,15-19,15,19,2483,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_20_24,m,20-24,20,24,1944,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_25_29,m,25-29,25,29,2232,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_30_34,m,30-34,30,34,2875,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_35_39,m,35-39,35,39,2854,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_40_44,m,40-44,40,44,2522,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_45_49,m,45-49,45,49,2008,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_50_54,m,50-54,50,54,1743,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_55_59,m,55-59,55,59,1693,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_60_64,m,60-64,60,64,1297,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_65_69,m,65-69,65,69,1024,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_70_74,m,70-74,70,74,696,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,M_75PLUS,m,75+,75,,920,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_00_04,all,0-4,0,4,4609,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_05_09,all,5-9,5,9,4608,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_10_14,all,10-14,10,14,5522,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_15_19,all,15-19,15,19,4994,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_20_24,all,20-24,20,24,4349,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_25_29,all,25-29,25,29,4740,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_30_34,all,30-34,30,34,5774,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_35_39,all,35-39,35,39,5712,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_40_44,all,40-44,40,44,5074,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_45_49,all,45-49,45,49,4022,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_50_54,all,50-54,50,54,3432,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_55_59,all,55-59,55,59,3192,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_60_64,all,60-64,60,64,2400,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_65_69,all,65-69,65,69,1952,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_70_74,all,70-74,70,74,1261,2024,UNFPA,UNFPA +BTN,Bhutan,BT012,Samtse,T_75PLUS,all,75+,75,,1602,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_TL,f,all,,,24494,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_TL,m,all,,,26475,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_TL,all,all,,,50969,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_00_04,f,0-4,0,4,1784,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_05_09,f,5-9,5,9,1710,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_10_14,f,10-14,10,14,1980,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_15_19,f,15-19,15,19,2459,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_20_24,f,20-24,20,24,2037,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_25_29,f,25-29,25,29,2084,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_30_34,f,30-34,30,34,2261,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_35_39,f,35-39,35,39,2205,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_40_44,f,40-44,40,44,1846,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_45_49,f,45-49,45,49,1501,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_50_54,f,50-54,50,54,1136,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_55_59,f,55-59,55,59,1018,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_60_64,f,60-64,60,64,850,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_65_69,f,65-69,65,69,638,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_70_74,f,70-74,70,74,431,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,F_75PLUS,f,75+,75,,552,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_00_04,m,0-4,0,4,1661,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_05_09,m,5-9,5,9,1765,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_10_14,m,10-14,10,14,1949,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_15_19,m,15-19,15,19,2295,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_20_24,m,20-24,20,24,2219,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_25_29,m,25-29,25,29,2297,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_30_34,m,30-34,30,34,2704,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_35_39,m,35-39,35,39,2594,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_40_44,m,40-44,40,44,2063,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_45_49,m,45-49,45,49,1745,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_50_54,m,50-54,50,54,1284,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_55_59,m,55-59,55,59,1151,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_60_64,m,60-64,60,64,935,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_65_69,m,65-69,65,69,706,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_70_74,m,70-74,70,74,517,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,M_75PLUS,m,75+,75,,589,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_00_04,all,0-4,0,4,3446,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_05_09,all,5-9,5,9,3475,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_10_14,all,10-14,10,14,3928,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_15_19,all,15-19,15,19,4754,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_20_24,all,20-24,20,24,4256,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_25_29,all,25-29,25,29,4380,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_30_34,all,30-34,30,34,4965,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_35_39,all,35-39,35,39,4799,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_40_44,all,40-44,40,44,3909,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_45_49,all,45-49,45,49,3247,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_50_54,all,50-54,50,54,2421,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_55_59,all,55-59,55,59,2169,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_60_64,all,60-64,60,64,1786,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_65_69,all,65-69,65,69,1344,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_70_74,all,70-74,70,74,948,2024,UNFPA,UNFPA +BTN,Bhutan,BT013,Sarpang,T_75PLUS,all,75+,75,,1141,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_TL,f,all,,,81524,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_TL,m,all,,,85309,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_TL,all,all,,,166833,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_00_04,f,0-4,0,4,6525,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_05_09,f,5-9,5,9,5779,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_10_14,f,10-14,10,14,5314,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_15_19,f,15-19,15,19,7031,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_20_24,f,20-24,20,24,9764,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_25_29,f,25-29,25,29,9638,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_30_34,f,30-34,30,34,9423,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_35_39,f,35-39,35,39,7752,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_40_44,f,40-44,40,44,5522,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_45_49,f,45-49,45,49,3983,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_50_54,f,50-54,50,54,2803,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_55_59,f,55-59,55,59,2143,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_60_64,f,60-64,60,64,1656,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_65_69,f,65-69,65,69,1362,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_70_74,f,70-74,70,74,1148,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,F_75PLUS,f,75+,75,,1683,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_00_04,m,0-4,0,4,6656,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_05_09,m,5-9,5,9,5733,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_10_14,m,10-14,10,14,5428,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_15_19,m,15-19,15,19,6184,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_20_24,m,20-24,20,24,8692,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_25_29,m,25-29,25,29,10431,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_30_34,m,30-34,30,34,10976,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_35_39,m,35-39,35,39,8819,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_40_44,m,40-44,40,44,6551,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_45_49,m,45-49,45,49,5024,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_50_54,m,50-54,50,54,3432,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_55_59,m,55-59,55,59,2256,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_60_64,m,60-64,60,64,1650,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_65_69,m,65-69,65,69,1307,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_70_74,m,70-74,70,74,857,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,M_75PLUS,m,75+,75,,1314,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_00_04,all,0-4,0,4,13181,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_05_09,all,5-9,5,9,11512,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_10_14,all,10-14,10,14,10742,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_15_19,all,15-19,15,19,13215,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_20_24,all,20-24,20,24,18456,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_25_29,all,25-29,25,29,20069,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_30_34,all,30-34,30,34,20399,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_35_39,all,35-39,35,39,16570,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_40_44,all,40-44,40,44,12073,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_45_49,all,45-49,45,49,9007,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_50_54,all,50-54,50,54,6234,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_55_59,all,55-59,55,59,4398,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_60_64,all,60-64,60,64,3306,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_65_69,all,65-69,65,69,2668,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_70_74,all,70-74,70,74,2005,2024,UNFPA,UNFPA +BTN,Bhutan,BT014,Thimphu,T_75PLUS,all,75+,75,,2997,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_TL,f,all,,,20295,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_TL,m,all,,,21428,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_TL,all,all,,,41723,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_00_04,f,0-4,0,4,1595,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_05_09,f,5-9,5,9,1673,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_10_14,f,10-14,10,14,1730,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_15_19,f,15-19,15,19,1844,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_20_24,f,20-24,20,24,1785,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_25_29,f,25-29,25,29,1408,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_30_34,f,30-34,30,34,1676,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_35_39,f,35-39,35,39,1523,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_40_44,f,40-44,40,44,1448,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_45_49,f,45-49,45,49,1266,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_50_54,f,50-54,50,54,1006,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_55_59,f,55-59,55,59,870,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_60_64,f,60-64,60,64,727,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_65_69,f,65-69,65,69,647,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_70_74,f,70-74,70,74,433,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,F_75PLUS,f,75+,75,,664,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_00_04,m,0-4,0,4,1658,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_05_09,m,5-9,5,9,1622,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_10_14,m,10-14,10,14,1807,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_15_19,m,15-19,15,19,2085,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_20_24,m,20-24,20,24,1776,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_25_29,m,25-29,25,29,1578,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_30_34,m,30-34,30,34,1708,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_35_39,m,35-39,35,39,1549,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_40_44,m,40-44,40,44,1485,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_45_49,m,45-49,45,49,1172,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_50_54,m,50-54,50,54,1150,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_55_59,m,55-59,55,59,1043,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_60_64,m,60-64,60,64,853,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_65_69,m,65-69,65,69,705,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_70_74,m,70-74,70,74,565,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,M_75PLUS,m,75+,75,,673,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_00_04,all,0-4,0,4,3253,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_05_09,all,5-9,5,9,3295,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_10_14,all,10-14,10,14,3537,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_15_19,all,15-19,15,19,3929,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_20_24,all,20-24,20,24,3562,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_25_29,all,25-29,25,29,2985,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_30_34,all,30-34,30,34,3383,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_35_39,all,35-39,35,39,3071,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_40_44,all,40-44,40,44,2932,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_45_49,all,45-49,45,49,2439,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_50_54,all,50-54,50,54,2156,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_55_59,all,55-59,55,59,1914,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_60_64,all,60-64,60,64,1580,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_65_69,all,65-69,65,69,1352,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_70_74,all,70-74,70,74,998,2024,UNFPA,UNFPA +BTN,Bhutan,BT015,Trashigang,T_75PLUS,all,75+,75,,1337,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_TL,f,all,,,9033,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_TL,m,all,,,14397,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_TL,all,all,,,23430,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_00_04,f,0-4,0,4,744,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_05_09,f,5-9,5,9,643,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_10_14,f,10-14,10,14,611,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_15_19,f,15-19,15,19,907,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_20_24,f,20-24,20,24,1147,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_25_29,f,25-29,25,29,777,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_30_34,f,30-34,30,34,760,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_35_39,f,35-39,35,39,703,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_40_44,f,40-44,40,44,576,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_45_49,f,45-49,45,49,450,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_50_54,f,50-54,50,54,374,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_55_59,f,55-59,55,59,306,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_60_64,f,60-64,60,64,291,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_65_69,f,65-69,65,69,268,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_70_74,f,70-74,70,74,182,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,F_75PLUS,f,75+,75,,293,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_00_04,m,0-4,0,4,849,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_05_09,m,5-9,5,9,735,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_10_14,m,10-14,10,14,720,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_15_19,m,15-19,15,19,956,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_20_24,m,20-24,20,24,1801,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_25_29,m,25-29,25,29,1822,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_30_34,m,30-34,30,34,1774,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_35_39,m,35-39,35,39,1435,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_40_44,m,40-44,40,44,1247,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_45_49,m,45-49,45,49,886,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_50_54,m,50-54,50,54,603,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_55_59,m,55-59,55,59,442,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_60_64,m,60-64,60,64,348,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_65_69,m,65-69,65,69,240,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_70_74,m,70-74,70,74,200,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,M_75PLUS,m,75+,75,,339,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_00_04,all,0-4,0,4,1593,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_05_09,all,5-9,5,9,1378,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_10_14,all,10-14,10,14,1331,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_15_19,all,15-19,15,19,1864,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_20_24,all,20-24,20,24,2948,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_25_29,all,25-29,25,29,2599,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_30_34,all,30-34,30,34,2535,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_35_39,all,35-39,35,39,2139,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_40_44,all,40-44,40,44,1822,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_45_49,all,45-49,45,49,1336,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_50_54,all,50-54,50,54,977,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_55_59,all,55-59,55,59,748,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_60_64,all,60-64,60,64,639,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_65_69,all,65-69,65,69,508,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_70_74,all,70-74,70,74,382,2024,UNFPA,UNFPA +BTN,Bhutan,BT017,Trongsa,T_75PLUS,all,75+,75,,632,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_TL,f,all,,,11827,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_TL,m,all,,,12547,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_TL,all,all,,,24373,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_00_04,f,0-4,0,4,857,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_05_09,f,5-9,5,9,861,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_10_14,f,10-14,10,14,961,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_15_19,f,15-19,15,19,1028,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_20_24,f,20-24,20,24,743,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_25_29,f,25-29,25,29,825,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_30_34,f,30-34,30,34,1024,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_35_39,f,35-39,35,39,1035,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_40_44,f,40-44,40,44,963,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_45_49,f,45-49,45,49,749,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_50_54,f,50-54,50,54,702,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_55_59,f,55-59,55,59,613,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_60_64,f,60-64,60,64,457,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_65_69,f,65-69,65,69,377,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_70_74,f,70-74,70,74,258,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,F_75PLUS,f,75+,75,,374,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_00_04,m,0-4,0,4,860,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_05_09,m,5-9,5,9,899,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_10_14,m,10-14,10,14,1068,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_15_19,m,15-19,15,19,1058,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_20_24,m,20-24,20,24,748,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_25_29,m,25-29,25,29,836,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_30_34,m,30-34,30,34,1119,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_35_39,m,35-39,35,39,1110,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_40_44,m,40-44,40,44,971,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_45_49,m,45-49,45,49,785,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_50_54,m,50-54,50,54,686,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_55_59,m,55-59,55,59,616,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_60_64,m,60-64,60,64,547,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_65_69,m,65-69,65,69,471,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_70_74,m,70-74,70,74,357,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,M_75PLUS,m,75+,75,,416,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_00_04,all,0-4,0,4,1717,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_05_09,all,5-9,5,9,1760,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_10_14,all,10-14,10,14,2029,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_15_19,all,15-19,15,19,2085,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_20_24,all,20-24,20,24,1491,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_25_29,all,25-29,25,29,1661,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_30_34,all,30-34,30,34,2143,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_35_39,all,35-39,35,39,2145,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_40_44,all,40-44,40,44,1934,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_45_49,all,45-49,45,49,1534,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_50_54,all,50-54,50,54,1389,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_55_59,all,55-59,55,59,1229,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_60_64,all,60-64,60,64,1004,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_65_69,all,65-69,65,69,848,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_70_74,all,70-74,70,74,615,2024,UNFPA,UNFPA +BTN,Bhutan,BT018,Tsirang,T_75PLUS,all,75+,75,,790,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_TL,f,all,,,19518,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_TL,m,all,,,28376,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_TL,all,all,,,47894,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_00_04,f,0-4,0,4,1704,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_05_09,f,5-9,5,9,1655,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_10_14,f,10-14,10,14,1644,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_15_19,f,15-19,15,19,1488,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_20_24,f,20-24,20,24,1485,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_25_29,f,25-29,25,29,1704,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_30_34,f,30-34,30,34,1831,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_35_39,f,35-39,35,39,1613,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_40_44,f,40-44,40,44,1471,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_45_49,f,45-49,45,49,1105,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_50_54,f,50-54,50,54,931,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_55_59,f,55-59,55,59,693,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_60_64,f,60-64,60,64,624,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_65_69,f,65-69,65,69,550,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_70_74,f,70-74,70,74,442,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,F_75PLUS,f,75+,75,,580,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_00_04,m,0-4,0,4,1934,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_05_09,m,5-9,5,9,1847,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_10_14,m,10-14,10,14,1849,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_15_19,m,15-19,15,19,1878,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_20_24,m,20-24,20,24,2573,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_25_29,m,25-29,25,29,3134,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_30_34,m,30-34,30,34,3310,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_35_39,m,35-39,35,39,2877,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_40_44,m,40-44,40,44,2405,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_45_49,m,45-49,45,49,1952,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_50_54,m,50-54,50,54,1378,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_55_59,m,55-59,55,59,967,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_60_64,m,60-64,60,64,627,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_65_69,m,65-69,65,69,580,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_70_74,m,70-74,70,74,417,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,M_75PLUS,m,75+,75,,645,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_00_04,all,0-4,0,4,3637,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_05_09,all,5-9,5,9,3502,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_10_14,all,10-14,10,14,3494,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_15_19,all,15-19,15,19,3366,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_20_24,all,20-24,20,24,4058,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_25_29,all,25-29,25,29,4838,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_30_34,all,30-34,30,34,5141,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_35_39,all,35-39,35,39,4490,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_40_44,all,40-44,40,44,3876,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_45_49,all,45-49,45,49,3058,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_50_54,all,50-54,50,54,2309,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_55_59,all,55-59,55,59,1660,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_60_64,all,60-64,60,64,1251,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_65_69,all,65-69,65,69,1130,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_70_74,all,70-74,70,74,859,2024,UNFPA,UNFPA +BTN,Bhutan,BT019,Wangduephodrang,T_75PLUS,all,75+,75,,1226,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_TL,f,all,,,8160,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_TL,m,all,,,8282,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_TL,all,all,,,16442,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_00_04,f,0-4,0,4,681,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_05_09,f,5-9,5,9,793,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_10_14,f,10-14,10,14,835,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_15_19,f,15-19,15,19,739,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_20_24,f,20-24,20,24,483,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_25_29,f,25-29,25,29,578,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_30_34,f,30-34,30,34,635,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_35_39,f,35-39,35,39,629,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_40_44,f,40-44,40,44,562,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_45_49,f,45-49,45,49,446,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_50_54,f,50-54,50,54,420,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_55_59,f,55-59,55,59,368,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_60_64,f,60-64,60,64,291,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_65_69,f,65-69,65,69,284,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_70_74,f,70-74,70,74,173,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,F_75PLUS,f,75+,75,,245,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_00_04,m,0-4,0,4,737,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_05_09,m,5-9,5,9,763,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_10_14,m,10-14,10,14,825,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_15_19,m,15-19,15,19,768,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_20_24,m,20-24,20,24,488,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_25_29,m,25-29,25,29,584,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_30_34,m,30-34,30,34,657,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_35_39,m,35-39,35,39,648,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_40_44,m,40-44,40,44,609,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_45_49,m,45-49,45,49,413,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_50_54,m,50-54,50,54,414,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_55_59,m,55-59,55,59,340,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_60_64,m,60-64,60,64,342,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_65_69,m,65-69,65,69,294,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_70_74,m,70-74,70,74,192,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,M_75PLUS,m,75+,75,,207,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_00_04,all,0-4,0,4,1418,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_05_09,all,5-9,5,9,1556,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_10_14,all,10-14,10,14,1661,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_15_19,all,15-19,15,19,1507,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_20_24,all,20-24,20,24,971,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_25_29,all,25-29,25,29,1161,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_30_34,all,30-34,30,34,1292,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_35_39,all,35-39,35,39,1278,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_40_44,all,40-44,40,44,1171,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_45_49,all,45-49,45,49,859,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_50_54,all,50-54,50,54,834,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_55_59,all,55-59,55,59,707,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_60_64,all,60-64,60,64,634,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_65_69,all,65-69,65,69,578,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_70_74,all,70-74,70,74,364,2024,UNFPA,UNFPA +BTN,Bhutan,BT016,Yangtse,T_75PLUS,all,75+,75,,452,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_TL,f,all,,,7946,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_TL,m,all,,,8627,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_TL,all,all,,,16573,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_00_04,f,0-4,0,4,659,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_05_09,f,5-9,5,9,647,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_10_14,f,10-14,10,14,730,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_15_19,f,15-19,15,19,706,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_20_24,f,20-24,20,24,444,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_25_29,f,25-29,25,29,564,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_30_34,f,30-34,30,34,671,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_35_39,f,35-39,35,39,602,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_40_44,f,40-44,40,44,509,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_45_49,f,45-49,45,49,486,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_50_54,f,50-54,50,54,375,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_55_59,f,55-59,55,59,377,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_60_64,f,60-64,60,64,314,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_65_69,f,65-69,65,69,277,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_70_74,f,70-74,70,74,209,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,F_75PLUS,f,75+,75,,375,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_00_04,m,0-4,0,4,706,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_05_09,m,5-9,5,9,639,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_10_14,m,10-14,10,14,785,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_15_19,m,15-19,15,19,819,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_20_24,m,20-24,20,24,491,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_25_29,m,25-29,25,29,659,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_30_34,m,30-34,30,34,801,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_35_39,m,35-39,35,39,708,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_40_44,m,40-44,40,44,584,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_45_49,m,45-49,45,49,470,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_50_54,m,50-54,50,54,374,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_55_59,m,55-59,55,59,395,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_60_64,m,60-64,60,64,330,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_65_69,m,65-69,65,69,281,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_70_74,m,70-74,70,74,243,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,M_75PLUS,m,75+,75,,341,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_00_04,all,0-4,0,4,1365,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_05_09,all,5-9,5,9,1286,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_10_14,all,10-14,10,14,1515,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_15_19,all,15-19,15,19,1525,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_20_24,all,20-24,20,24,935,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_25_29,all,25-29,25,29,1222,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_30_34,all,30-34,30,34,1473,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_35_39,all,35-39,35,39,1310,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_40_44,all,40-44,40,44,1093,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_45_49,all,45-49,45,49,957,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_50_54,all,50-54,50,54,750,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_55_59,all,55-59,55,59,772,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_60_64,all,60-64,60,64,644,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_65_69,all,65-69,65,69,558,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_70_74,all,70-74,70,74,452,2024,UNFPA,UNFPA +BTN,Bhutan,BT020,Zhemgang,T_75PLUS,all,75+,75,,716,2024,UNFPA,UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_TL,f,all,,,250914,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_TL,m,all,,,265424,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_TL,all,all,,,516338,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_00_04,f,0-4,0,4,31575,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_05_09,f,5-9,5,9,29836,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_10_14,f,10-14,10,14,28940,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_15_19,f,15-19,15,19,27198,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_20_24,f,20-24,20,24,23400,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_25_29,f,25-29,25,29,19739,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_30_34,f,30-34,30,34,17600,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_35_39,f,35-39,35,39,15125,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_40_44,f,40-44,40,44,12489,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_45_49,f,45-49,45,49,10497,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_50_54,f,50-54,50,54,8823,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_55_59,f,55-59,55,59,7045,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_60_64,f,60-64,60,64,5685,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_65_69,f,65-69,65,69,4385,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_70_74,f,70-74,70,74,3435,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_75_79,f,75-79,75,79,2380,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,F_80PLUS,f,80+,80,,2762,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_00_04,m,0-4,0,4,32988,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_05_09,m,5-9,5,9,31112,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_10_14,m,10-14,10,14,30262,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_15_19,m,15-19,15,19,28878,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_20_24,m,20-24,20,24,25480,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_25_29,m,25-29,25,29,21293,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_30_34,m,30-34,30,34,18294,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_35_39,m,35-39,35,39,15577,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_40_44,m,40-44,40,44,12847,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_45_49,m,45-49,45,49,11043,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_50_54,m,50-54,50,54,9633,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_55_59,m,55-59,55,59,7850,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_60_64,m,60-64,60,64,6329,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_65_69,m,65-69,65,69,4900,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_70_74,m,70-74,70,74,3820,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_75_79,m,75-79,75,79,2557,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,M_80PLUS,m,80+,80,,2561,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_00_04,all,0-4,0,4,64563,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_05_09,all,5-9,5,9,60948,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_10_14,all,10-14,10,14,59202,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_15_19,all,15-19,15,19,56076,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_20_24,all,20-24,20,24,48880,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_25_29,all,25-29,25,29,41032,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_30_34,all,30-34,30,34,35894,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_35_39,all,35-39,35,39,30702,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_40_44,all,40-44,40,44,25336,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_45_49,all,45-49,45,49,21540,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_50_54,all,50-54,50,54,18456,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_55_59,all,55-59,55,59,14895,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_60_64,all,60-64,60,64,12014,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_65_69,all,65-69,65,69,9285,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_70_74,all,70-74,70,74,7255,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_75_79,all,75-79,75,79,4937,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO08,Beni,T_80PLUS,all,80+,80,,5323,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_TL,f,all,,,332123,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_TL,m,all,,,328996,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_TL,all,all,,,661119,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_00_04,f,0-4,0,4,32410,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_05_09,f,5-9,5,9,31690,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_10_14,f,10-14,10,14,32542,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_15_19,f,15-19,15,19,32160,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_20_24,f,20-24,20,24,31159,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_25_29,f,25-29,25,29,27831,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_30_34,f,30-34,30,34,23139,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_35_39,f,35-39,35,39,19667,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_40_44,f,40-44,40,44,17298,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_45_49,f,45-49,45,49,15562,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_50_54,f,50-54,50,54,13707,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_55_59,f,55-59,55,59,12145,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_60_64,f,60-64,60,64,10404,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_65_69,f,65-69,65,69,8777,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_70_74,f,70-74,70,74,7823,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_75_79,f,75-79,75,79,6379,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,F_80PLUS,f,80+,80,,9430,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_00_04,m,0-4,0,4,33926,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_05_09,m,5-9,5,9,33098,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_10_14,m,10-14,10,14,33865,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_15_19,m,15-19,15,19,33576,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_20_24,m,20-24,20,24,32716,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_25_29,m,25-29,25,29,28845,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_30_34,m,30-34,30,34,23250,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_35_39,m,35-39,35,39,19400,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_40_44,m,40-44,40,44,16672,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_45_49,m,45-49,45,49,14702,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_50_54,m,50-54,50,54,12541,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_55_59,m,55-59,55,59,10891,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_60_64,m,60-64,60,64,9156,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_65_69,m,65-69,65,69,7681,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_70_74,m,70-74,70,74,6744,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_75_79,m,75-79,75,79,5293,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,M_80PLUS,m,80+,80,,6640,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_00_04,all,0-4,0,4,66336,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_05_09,all,5-9,5,9,64788,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_10_14,all,10-14,10,14,66407,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_15_19,all,15-19,15,19,65736,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_20_24,all,20-24,20,24,63875,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_25_29,all,25-29,25,29,56676,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_30_34,all,30-34,30,34,46389,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_35_39,all,35-39,35,39,39067,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_40_44,all,40-44,40,44,33970,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_45_49,all,45-49,45,49,30264,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_50_54,all,50-54,50,54,26248,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_55_59,all,55-59,55,59,23036,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_60_64,all,60-64,60,64,19560,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_65_69,all,65-69,65,69,16458,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_70_74,all,70-74,70,74,14567,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_75_79,all,75-79,75,79,11672,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO01,Chuquisaca,T_80PLUS,all,80+,80,,16070,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_TL,f,all,,,1065739,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_TL,m,all,,,1051373,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_TL,all,all,,,2117112,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_00_04,f,0-4,0,4,100644,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_05_09,f,5-9,5,9,98610,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_10_14,f,10-14,10,14,99799,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_15_19,f,15-19,15,19,100773,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_20_24,f,20-24,20,24,98381,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_25_29,f,25-29,25,29,91396,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_30_34,f,30-34,30,34,81486,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_35_39,f,35-39,35,39,71222,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_40_44,f,40-44,40,44,61959,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_45_49,f,45-49,45,49,52550,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_50_54,f,50-54,50,54,43705,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_55_59,f,55-59,55,59,37606,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_60_64,f,60-64,60,64,32345,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_65_69,f,65-69,65,69,28257,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_70_74,f,70-74,70,74,23752,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_75_79,f,75-79,75,79,18612,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,F_80PLUS,f,80+,80,,24642,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_00_04,m,0-4,0,4,105418,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_05_09,m,5-9,5,9,103283,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_10_14,m,10-14,10,14,104222,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_15_19,m,15-19,15,19,103831,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_20_24,m,20-24,20,24,99852,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_25_29,m,25-29,25,29,92102,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_30_34,m,30-34,30,34,81321,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_35_39,m,35-39,35,39,69866,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_40_44,m,40-44,40,44,59860,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_45_49,m,45-49,45,49,49759,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_50_54,m,50-54,50,54,40602,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_55_59,m,55-59,55,59,34665,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_60_64,m,60-64,60,64,29267,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_65_69,m,65-69,65,69,24920,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_70_74,m,70-74,70,74,20236,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_75_79,m,75-79,75,79,15000,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,M_80PLUS,m,80+,80,,17169,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_00_04,all,0-4,0,4,206062,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_05_09,all,5-9,5,9,201893,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_10_14,all,10-14,10,14,204021,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_15_19,all,15-19,15,19,204604,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_20_24,all,20-24,20,24,198233,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_25_29,all,25-29,25,29,183498,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_30_34,all,30-34,30,34,162807,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_35_39,all,35-39,35,39,141088,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_40_44,all,40-44,40,44,121819,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_45_49,all,45-49,45,49,102309,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_50_54,all,50-54,50,54,84307,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_55_59,all,55-59,55,59,72271,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_60_64,all,60-64,60,64,61612,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_65_69,all,65-69,65,69,53177,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_70_74,all,70-74,70,74,43988,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_75_79,all,75-79,75,79,33612,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO03,Cochabamba,T_80PLUS,all,80+,80,,41811,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_TL,f,all,,,1536809,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_TL,m,all,,,1515138,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_TL,all,all,,,3051947,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_00_04,f,0-4,0,4,131723,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_05_09,f,5-9,5,9,134220,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_10_14,f,10-14,10,14,138544,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_15_19,f,15-19,15,19,138229,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_20_24,f,20-24,20,24,132161,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_25_29,f,25-29,25,29,123288,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_30_34,f,30-34,30,34,113535,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_35_39,f,35-39,35,39,104527,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_40_44,f,40-44,40,44,96095,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_45_49,f,45-49,45,49,86048,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_50_54,f,50-54,50,54,75991,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_55_59,f,55-59,55,59,64099,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_60_64,f,60-64,60,64,53938,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_65_69,f,65-69,65,69,44477,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_70_74,f,70-74,70,74,36954,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_75_79,f,75-79,75,79,28009,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,F_80PLUS,f,80+,80,,34971,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_00_04,m,0-4,0,4,137480,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_05_09,m,5-9,5,9,139013,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_10_14,m,10-14,10,14,143270,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_15_19,m,15-19,15,19,142733,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_20_24,m,20-24,20,24,134168,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_25_29,m,25-29,25,29,123416,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_30_34,m,30-34,30,34,113265,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_35_39,m,35-39,35,39,103101,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_40_44,m,40-44,40,44,93387,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_45_49,m,45-49,45,49,82174,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_50_54,m,50-54,50,54,71770,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_55_59,m,55-59,55,59,59780,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_60_64,m,60-64,60,64,49909,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_65_69,m,65-69,65,69,40491,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_70_74,m,70-74,70,74,32885,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_75_79,m,75-79,75,79,24064,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,M_80PLUS,m,80+,80,,24232,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_00_04,all,0-4,0,4,269203,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_05_09,all,5-9,5,9,273233,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_10_14,all,10-14,10,14,281814,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_15_19,all,15-19,15,19,280962,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_20_24,all,20-24,20,24,266329,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_25_29,all,25-29,25,29,246704,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_30_34,all,30-34,30,34,226800,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_35_39,all,35-39,35,39,207628,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_40_44,all,40-44,40,44,189482,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_45_49,all,45-49,45,49,168222,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_50_54,all,50-54,50,54,147761,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_55_59,all,55-59,55,59,123879,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_60_64,all,60-64,60,64,103847,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_65_69,all,65-69,65,69,84968,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_70_74,all,70-74,70,74,69839,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_75_79,all,75-79,75,79,52073,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO02,La Paz,T_80PLUS,all,80+,80,,59203,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_TL,f,all,,,271339,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_TL,m,all,,,281749,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_TL,all,all,,,553088,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_00_04,f,0-4,0,4,23352,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_05_09,f,5-9,5,9,24553,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_10_14,f,10-14,10,14,25433,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_15_19,f,15-19,15,19,24353,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_20_24,f,20-24,20,24,22451,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_25_29,f,25-29,25,29,20802,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_30_34,f,30-34,30,34,19149,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_35_39,f,35-39,35,39,18660,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_40_44,f,40-44,40,44,17816,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_45_49,f,45-49,45,49,15417,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_50_54,f,50-54,50,54,13073,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_55_59,f,55-59,55,59,11094,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_60_64,f,60-64,60,64,9343,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_65_69,f,65-69,65,69,8150,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_70_74,f,70-74,70,74,6650,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_75_79,f,75-79,75,79,4999,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,F_80PLUS,f,80+,80,,6044,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_00_04,m,0-4,0,4,24623,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_05_09,m,5-9,5,9,26151,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_10_14,m,10-14,10,14,27333,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_15_19,m,15-19,15,19,27193,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_20_24,m,20-24,20,24,25797,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_25_29,m,25-29,25,29,23535,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_30_34,m,30-34,30,34,21515,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_35_39,m,35-39,35,39,19910,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_40_44,m,40-44,40,44,17794,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_45_49,m,45-49,45,49,14818,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_50_54,m,50-54,50,54,12303,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_55_59,m,55-59,55,59,10297,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_60_64,m,60-64,60,64,8532,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_65_69,m,65-69,65,69,7306,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_70_74,m,70-74,70,74,5838,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_75_79,m,75-79,75,79,4228,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,M_80PLUS,m,80+,80,,4576,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_00_04,all,0-4,0,4,47975,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_05_09,all,5-9,5,9,50704,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_10_14,all,10-14,10,14,52766,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_15_19,all,15-19,15,19,51546,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_20_24,all,20-24,20,24,48248,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_25_29,all,25-29,25,29,44337,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_30_34,all,30-34,30,34,40664,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_35_39,all,35-39,35,39,38570,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_40_44,all,40-44,40,44,35610,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_45_49,all,45-49,45,49,30235,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_50_54,all,50-54,50,54,25376,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_55_59,all,55-59,55,59,21391,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_60_64,all,60-64,60,64,17875,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_65_69,all,65-69,65,69,15456,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_70_74,all,70-74,70,74,12488,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_75_79,all,75-79,75,79,9227,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO04,Oruro,T_80PLUS,all,80+,80,,10620,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_TL,f,all,,,75301,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_TL,m,all,,,88426,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_TL,all,all,,,163727,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_00_04,f,0-4,0,4,9689,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_05_09,f,5-9,5,9,9076,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_10_14,f,10-14,10,14,8235,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_15_19,f,15-19,15,19,7590,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_20_24,f,20-24,20,24,7214,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_25_29,f,25-29,25,29,6572,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_30_34,f,30-34,30,34,5905,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_35_39,f,35-39,35,39,5196,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_40_44,f,40-44,40,44,4263,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_45_49,f,45-49,45,49,3231,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_50_54,f,50-54,50,54,2514,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_55_59,f,55-59,55,59,1867,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_60_64,f,60-64,60,64,1409,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_65_69,f,65-69,65,69,975,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_70_74,f,70-74,70,74,674,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_75_79,f,75-79,75,79,441,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,F_80PLUS,f,80+,80,,450,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_00_04,m,0-4,0,4,10176,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_05_09,m,5-9,5,9,9587,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_10_14,m,10-14,10,14,8763,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_15_19,m,15-19,15,19,8315,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_20_24,m,20-24,20,24,8511,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_25_29,m,25-29,25,29,8281,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_30_34,m,30-34,30,34,7430,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_35_39,m,35-39,35,39,6441,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_40_44,m,40-44,40,44,5398,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_45_49,m,45-49,45,49,4263,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_50_54,m,50-54,50,54,3430,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_55_59,m,55-59,55,59,2584,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_60_64,m,60-64,60,64,1953,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_65_69,m,65-69,65,69,1335,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_70_74,m,70-74,70,74,914,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_75_79,m,75-79,75,79,571,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,M_80PLUS,m,80+,80,,474,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_00_04,all,0-4,0,4,19865,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_05_09,all,5-9,5,9,18663,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_10_14,all,10-14,10,14,16998,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_15_19,all,15-19,15,19,15905,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_20_24,all,20-24,20,24,15725,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_25_29,all,25-29,25,29,14853,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_30_34,all,30-34,30,34,13335,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_35_39,all,35-39,35,39,11637,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_40_44,all,40-44,40,44,9661,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_45_49,all,45-49,45,49,7494,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_50_54,all,50-54,50,54,5944,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_55_59,all,55-59,55,59,4451,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_60_64,all,60-64,60,64,3362,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_65_69,all,65-69,65,69,2310,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_70_74,all,70-74,70,74,1588,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_75_79,all,75-79,75,79,1012,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO09,Pando,T_80PLUS,all,80+,80,,924,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_TL,f,all,,,457357,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_TL,m,all,,,458730,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_TL,all,all,,,916087,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_00_04,f,0-4,0,4,47387,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_05_09,f,5-9,5,9,45080,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_10_14,f,10-14,10,14,46374,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_15_19,f,15-19,15,19,46486,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_20_24,f,20-24,20,24,42759,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_25_29,f,25-29,25,29,35256,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_30_34,f,30-34,30,34,28649,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_35_39,f,35-39,35,39,26277,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_40_44,f,40-44,40,44,23909,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_45_49,f,45-49,45,49,20852,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_50_54,f,50-54,50,54,18176,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_55_59,f,55-59,55,59,16269,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_60_64,f,60-64,60,64,14441,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_65_69,f,65-69,65,69,13159,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_70_74,f,70-74,70,74,11498,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_75_79,f,75-79,75,79,8962,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,F_80PLUS,f,80+,80,,11823,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_00_04,m,0-4,0,4,49636,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_05_09,m,5-9,5,9,47239,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_10_14,m,10-14,10,14,48641,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_15_19,m,15-19,15,19,49052,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_20_24,m,20-24,20,24,45140,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_25_29,m,25-29,25,29,36652,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_30_34,m,30-34,30,34,29463,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_35_39,m,35-39,35,39,27247,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_40_44,m,40-44,40,44,24523,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_45_49,m,45-49,45,49,20737,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_50_54,m,50-54,50,54,17477,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_55_59,m,55-59,55,59,15084,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_60_64,m,60-64,60,64,12675,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_65_69,m,65-69,65,69,10925,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_70_74,m,70-74,70,74,9221,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_75_79,m,75-79,75,79,6864,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,M_80PLUS,m,80+,80,,8154,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_00_04,all,0-4,0,4,97023,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_05_09,all,5-9,5,9,92319,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_10_14,all,10-14,10,14,95015,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_15_19,all,15-19,15,19,95538,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_20_24,all,20-24,20,24,87899,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_25_29,all,25-29,25,29,71908,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_30_34,all,30-34,30,34,58112,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_35_39,all,35-39,35,39,53524,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_40_44,all,40-44,40,44,48432,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_45_49,all,45-49,45,49,41589,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_50_54,all,50-54,50,54,35653,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_55_59,all,55-59,55,59,31353,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_60_64,all,60-64,60,64,27116,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_65_69,all,65-69,65,69,24084,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_70_74,all,70-74,70,74,20719,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_75_79,all,75-79,75,79,15826,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO05,Potosí,T_80PLUS,all,80+,80,,19977,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_TL,f,all,,,1695862,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_TL,m,all,,,1729537,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_TL,all,all,,,3425399,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_00_04,f,0-4,0,4,174588,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_05_09,f,5-9,5,9,174196,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_10_14,f,10-14,10,14,165727,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_15_19,f,15-19,15,19,158130,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_20_24,f,20-24,20,24,154034,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_25_29,f,25-29,25,29,149463,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_30_34,f,30-34,30,34,137495,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_35_39,f,35-39,35,39,119731,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_40_44,f,40-44,40,44,100257,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_45_49,f,45-49,45,49,84182,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_50_54,f,50-54,50,54,68720,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_55_59,f,55-59,55,59,55829,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_60_64,f,60-64,60,64,45549,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_65_69,f,65-69,65,69,36501,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_70_74,f,70-74,70,74,27964,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_75_79,f,75-79,75,79,19782,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,F_80PLUS,f,80+,80,,23714,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_00_04,m,0-4,0,4,182559,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_05_09,m,5-9,5,9,181633,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_10_14,m,10-14,10,14,172629,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_15_19,m,15-19,15,19,163125,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_20_24,m,20-24,20,24,156675,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_25_29,m,25-29,25,29,150779,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_30_34,m,30-34,30,34,138155,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_35_39,m,35-39,35,39,120764,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_40_44,m,40-44,40,44,102319,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_45_49,m,45-49,45,49,86812,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_50_54,m,50-54,50,54,71060,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_55_59,m,55-59,55,59,57619,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_60_64,m,60-64,60,64,46337,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_65_69,m,65-69,65,69,36383,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_70_74,m,70-74,70,74,27036,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_75_79,m,75-79,75,79,17989,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,M_80PLUS,m,80+,80,,17663,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_00_04,all,0-4,0,4,357147,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_05_09,all,5-9,5,9,355829,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_10_14,all,10-14,10,14,338356,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_15_19,all,15-19,15,19,321255,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_20_24,all,20-24,20,24,310709,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_25_29,all,25-29,25,29,300242,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_30_34,all,30-34,30,34,275650,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_35_39,all,35-39,35,39,240495,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_40_44,all,40-44,40,44,202576,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_45_49,all,45-49,45,49,170994,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_50_54,all,50-54,50,54,139780,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_55_59,all,55-59,55,59,113448,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_60_64,all,60-64,60,64,91886,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_65_69,all,65-69,65,69,72884,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_70_74,all,70-74,70,74,55000,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_75_79,all,75-79,75,79,37771,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO07,Santa Cruz,T_80PLUS,all,80+,80,,41377,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_TL,f,all,,,297386,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_TL,m,all,,,303828,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_TL,all,all,,,601214,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_00_04,f,0-4,0,4,27330,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_05_09,f,5-9,5,9,28285,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_10_14,f,10-14,10,14,27782,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_15_19,f,15-19,15,19,26759,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_20_24,f,20-24,20,24,25162,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_25_29,f,25-29,25,29,23668,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_30_34,f,30-34,30,34,22410,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_35_39,f,35-39,35,39,20773,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_40_44,f,40-44,40,44,18810,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_45_49,f,45-49,45,49,16460,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_50_54,f,50-54,50,54,14059,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_55_59,f,55-59,55,59,11579,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_60_64,f,60-64,60,64,9391,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_65_69,f,65-69,65,69,7668,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_70_74,f,70-74,70,74,6221,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_75_79,f,75-79,75,79,4827,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,F_80PLUS,f,80+,80,,6202,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_00_04,m,0-4,0,4,28679,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_05_09,m,5-9,5,9,29712,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_10_14,m,10-14,10,14,29230,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_15_19,m,15-19,15,19,28060,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_20_24,m,20-24,20,24,26831,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_25_29,m,25-29,25,29,25498,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_30_34,m,30-34,30,34,23616,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_35_39,m,35-39,35,39,21386,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_40_44,m,40-44,40,44,19029,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_45_49,m,45-49,45,49,16462,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_50_54,m,50-54,50,54,13898,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_55_59,m,55-59,55,59,11319,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_60_64,m,60-64,60,64,8979,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_65_69,m,65-69,65,69,7015,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_70_74,m,70-74,70,74,5432,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_75_79,m,75-79,75,79,4035,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,M_80PLUS,m,80+,80,,4647,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_00_04,all,0-4,0,4,56009,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_05_09,all,5-9,5,9,57997,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_10_14,all,10-14,10,14,57012,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_15_19,all,15-19,15,19,54819,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_20_24,all,20-24,20,24,51993,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_25_29,all,25-29,25,29,49166,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_30_34,all,30-34,30,34,46026,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_35_39,all,35-39,35,39,42159,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_40_44,all,40-44,40,44,37839,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_45_49,all,45-49,45,49,32922,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_50_54,all,50-54,50,54,27957,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_55_59,all,55-59,55,59,22898,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_60_64,all,60-64,60,64,18370,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_65_69,all,65-69,65,69,14683,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_70_74,all,70-74,70,74,11653,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_75_79,all,75-79,75,79,8862,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),BO06,Tarija,T_80PLUS,all,80+,80,,10849,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BWA,Botswana,BW12,Central,F_TL,f,all,,,347357,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_TL,m,all,,,312587,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_TL,all,all,,,659944,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_00_04,f,0-4,0,4,35275,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_05_09,f,5-9,5,9,35883,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_10_14,f,10-14,10,14,36396,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_15_19,f,15-19,15,19,33786,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_20_24,f,20-24,20,24,22998,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_25_29,f,25-29,25,29,22710,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_30_34,f,30-34,30,34,22008,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_35_39,f,35-39,35,39,21815,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_40_44,f,40-44,40,44,21875,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_45_49,f,45-49,45,49,19186,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_50_54,f,50-54,50,54,16518,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_55_59,f,55-59,55,59,15026,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_60_64,f,60-64,60,64,13478,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_65_69,f,65-69,65,69,10012,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_70_74,f,70-74,70,74,7982,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_75_79,f,75-79,75,79,5942,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,F_80PLUS,f,80+,80,,6467,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_00_04,m,0-4,0,4,36193,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_05_09,m,5-9,5,9,37196,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_10_14,m,10-14,10,14,36749,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_15_19,m,15-19,15,19,34374,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_20_24,m,20-24,20,24,22854,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_25_29,m,25-29,25,29,22046,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_30_34,m,30-34,30,34,20743,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_35_39,m,35-39,35,39,17199,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_40_44,m,40-44,40,44,16359,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_45_49,m,45-49,45,49,15163,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_50_54,m,50-54,50,54,13695,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_55_59,m,55-59,55,59,11485,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_60_64,m,60-64,60,64,9084,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_65_69,m,65-69,65,69,6197,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_70_74,m,70-74,70,74,5391,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_75_79,m,75-79,75,79,3957,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,M_80PLUS,m,80+,80,,3902,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_00_04,all,0-4,0,4,71468,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_05_09,all,5-9,5,9,73079,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_10_14,all,10-14,10,14,73145,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_15_19,all,15-19,15,19,68160,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_20_24,all,20-24,20,24,45852,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_25_29,all,25-29,25,29,44756,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_30_34,all,30-34,30,34,42751,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_35_39,all,35-39,35,39,39014,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_40_44,all,40-44,40,44,38234,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_45_49,all,45-49,45,49,34349,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_50_54,all,50-54,50,54,30213,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_55_59,all,55-59,55,59,26511,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_60_64,all,60-64,60,64,22562,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_65_69,all,65-69,65,69,16209,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_70_74,all,70-74,70,74,13373,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_75_79,all,75-79,75,79,9899,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,T_80PLUS,all,80+,80,,10369,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_TL,f,all,,,15754,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_TL,m,all,,,16116,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_TL,all,all,,,31870,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_00_04,f,0-4,0,4,1500,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_05_09,f,5-9,5,9,1434,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_10_14,f,10-14,10,14,1326,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_15_19,f,15-19,15,19,983,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_20_24,f,20-24,20,24,1484,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_25_29,f,25-29,25,29,1676,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_30_34,f,30-34,30,34,1619,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_35_39,f,35-39,35,39,1392,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_40_44,f,40-44,40,44,1203,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_45_49,f,45-49,45,49,936,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_50_54,f,50-54,50,54,640,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_55_59,f,55-59,55,59,451,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_60_64,f,60-64,60,64,412,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_65_69,f,65-69,65,69,275,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_70_74,f,70-74,70,74,183,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_75_79,f,75-79,75,79,119,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,F_80PLUS,f,80+,80,,121,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_00_04,m,0-4,0,4,1550,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_05_09,m,5-9,5,9,1451,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_10_14,m,10-14,10,14,1341,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_15_19,m,15-19,15,19,1020,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_20_24,m,20-24,20,24,1881,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_25_29,m,25-29,25,29,1798,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_30_34,m,30-34,30,34,1645,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_35_39,m,35-39,35,39,1328,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_40_44,m,40-44,40,44,1232,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_45_49,m,45-49,45,49,933,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_50_54,m,50-54,50,54,753,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_55_59,m,55-59,55,59,428,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_60_64,m,60-64,60,64,291,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_65_69,m,65-69,65,69,207,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_70_74,m,70-74,70,74,117,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_75_79,m,75-79,75,79,88,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,M_80PLUS,m,80+,80,,53,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_00_04,all,0-4,0,4,3050,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_05_09,all,5-9,5,9,2885,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_10_14,all,10-14,10,14,2667,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_15_19,all,15-19,15,19,2003,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_20_24,all,20-24,20,24,3365,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_25_29,all,25-29,25,29,3474,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_30_34,all,30-34,30,34,3264,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_35_39,all,35-39,35,39,2720,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_40_44,all,40-44,40,44,2435,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_45_49,all,45-49,45,49,1869,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_50_54,all,50-54,50,54,1393,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_55_59,all,55-59,55,59,879,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_60_64,all,60-64,60,64,703,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_65_69,all,65-69,65,69,482,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_70_74,all,70-74,70,74,300,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_75_79,all,75-79,75,79,207,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,T_80PLUS,all,80+,80,,174,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_TL,f,all,,,57574,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_TL,m,all,,,53032,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_TL,all,all,,,110606,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_00_04,f,0-4,0,4,4928,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_05_09,f,5-9,5,9,4761,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_10_14,f,10-14,10,14,4671,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_15_19,f,15-19,15,19,4858,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_20_24,f,20-24,20,24,6292,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_25_29,f,25-29,25,29,6638,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_30_34,f,30-34,30,34,5749,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_35_39,f,35-39,35,39,5268,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_40_44,f,40-44,40,44,4656,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_45_49,f,45-49,45,49,3113,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_50_54,f,50-54,50,54,2203,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_55_59,f,55-59,55,59,1611,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_60_64,f,60-64,60,64,1114,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_65_69,f,65-69,65,69,686,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_70_74,f,70-74,70,74,461,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_75_79,f,75-79,75,79,292,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,F_80PLUS,f,80+,80,,273,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_00_04,m,0-4,0,4,4957,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_05_09,m,5-9,5,9,4706,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_10_14,m,10-14,10,14,4584,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_15_19,m,15-19,15,19,4472,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_20_24,m,20-24,20,24,5464,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_25_29,m,25-29,25,29,6098,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_30_34,m,30-34,30,34,5800,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_35_39,m,35-39,35,39,4245,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_40_44,m,40-44,40,44,3812,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_45_49,m,45-49,45,49,3096,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_50_54,m,50-54,50,54,2313,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_55_59,m,55-59,55,59,1488,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_60_64,m,60-64,60,64,843,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_65_69,m,65-69,65,69,474,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_70_74,m,70-74,70,74,369,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_75_79,m,75-79,75,79,196,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,M_80PLUS,m,80+,80,,115,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_00_04,all,0-4,0,4,9885,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_05_09,all,5-9,5,9,9467,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_10_14,all,10-14,10,14,9255,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_15_19,all,15-19,15,19,9330,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_20_24,all,20-24,20,24,11756,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_25_29,all,25-29,25,29,12736,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_30_34,all,30-34,30,34,11549,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_35_39,all,35-39,35,39,9513,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_40_44,all,40-44,40,44,8468,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_45_49,all,45-49,45,49,6209,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_50_54,all,50-54,50,54,4516,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_55_59,all,55-59,55,59,3099,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_60_64,all,60-64,60,64,1957,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_65_69,all,65-69,65,69,1160,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_70_74,all,70-74,70,74,830,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_75_79,all,75-79,75,79,488,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,T_80PLUS,all,80+,80,,388,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_TL,f,all,,,140784,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_TL,m,all,,,131813,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_TL,all,all,,,272597,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_00_04,f,0-4,0,4,8897,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_05_09,f,5-9,5,9,8875,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_10_14,f,10-14,10,14,8887,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_15_19,f,15-19,15,19,11783,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_20_24,f,20-24,20,24,17936,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_25_29,f,25-29,25,29,16140,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_30_34,f,30-34,30,34,15919,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_35_39,f,35-39,35,39,14791,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_40_44,f,40-44,40,44,13004,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_45_49,f,45-49,45,49,8770,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_50_54,f,50-54,50,54,6039,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_55_59,f,55-59,55,59,4055,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_60_64,f,60-64,60,64,2560,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_65_69,f,65-69,65,69,1461,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_70_74,f,70-74,70,74,766,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_75_79,f,75-79,75,79,516,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,F_80PLUS,f,80+,80,,385,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_00_04,m,0-4,0,4,8990,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_05_09,m,5-9,5,9,8886,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_10_14,m,10-14,10,14,8639,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_15_19,m,15-19,15,19,10353,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_20_24,m,20-24,20,24,16875,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_25_29,m,25-29,25,29,15732,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_30_34,m,30-34,30,34,14741,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_35_39,m,35-39,35,39,11968,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_40_44,m,40-44,40,44,11490,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_45_49,m,45-49,45,49,8904,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_50_54,m,50-54,50,54,6452,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_55_59,m,55-59,55,59,4079,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_60_64,m,60-64,60,64,2267,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_65_69,m,65-69,65,69,1255,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_70_74,m,70-74,70,74,634,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_75_79,m,75-79,75,79,348,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,M_80PLUS,m,80+,80,,200,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_00_04,all,0-4,0,4,17887,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_05_09,all,5-9,5,9,17761,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_10_14,all,10-14,10,14,17526,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_15_19,all,15-19,15,19,22136,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_20_24,all,20-24,20,24,34811,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_25_29,all,25-29,25,29,31872,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_30_34,all,30-34,30,34,30660,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_35_39,all,35-39,35,39,26759,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_40_44,all,40-44,40,44,24494,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_45_49,all,45-49,45,49,17674,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_50_54,all,50-54,50,54,12491,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_55_59,all,55-59,55,59,8134,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_60_64,all,60-64,60,64,4827,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_65_69,all,65-69,65,69,2716,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_70_74,all,70-74,70,74,1400,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_75_79,all,75-79,75,79,864,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,T_80PLUS,all,80+,80,,585,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_TL,f,all,,,28153,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_TL,m,all,,,29116,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_TL,all,all,,,57269,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_00_04,f,0-4,0,4,2973,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_05_09,f,5-9,5,9,2985,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_10_14,f,10-14,10,14,2888,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_15_19,f,15-19,15,19,2932,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_20_24,f,20-24,20,24,2295,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_25_29,f,25-29,25,29,2250,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_30_34,f,30-34,30,34,2115,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_35_39,f,35-39,35,39,2108,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_40_44,f,40-44,40,44,1944,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_45_49,f,45-49,45,49,1509,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_50_54,f,50-54,50,54,1032,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_55_59,f,55-59,55,59,859,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_60_64,f,60-64,60,64,581,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_65_69,f,65-69,65,69,520,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_70_74,f,70-74,70,74,374,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_75_79,f,75-79,75,79,344,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,F_80PLUS,f,80+,80,,444,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_00_04,m,0-4,0,4,3152,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_05_09,m,5-9,5,9,3058,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_10_14,m,10-14,10,14,2987,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_15_19,m,15-19,15,19,2828,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_20_24,m,20-24,20,24,2348,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_25_29,m,25-29,25,29,2550,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_30_34,m,30-34,30,34,2410,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_35_39,m,35-39,35,39,2019,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_40_44,m,40-44,40,44,1765,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_45_49,m,45-49,45,49,1807,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_50_54,m,50-54,50,54,1319,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_55_59,m,55-59,55,59,892,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_60_64,m,60-64,60,64,567,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_65_69,m,65-69,65,69,460,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_70_74,m,70-74,70,74,276,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_75_79,m,75-79,75,79,327,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,M_80PLUS,m,80+,80,,351,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_00_04,all,0-4,0,4,6125,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_05_09,all,5-9,5,9,6043,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_10_14,all,10-14,10,14,5875,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_15_19,all,15-19,15,19,5760,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_20_24,all,20-24,20,24,4643,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_25_29,all,25-29,25,29,4800,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_30_34,all,30-34,30,34,4525,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_35_39,all,35-39,35,39,4127,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_40_44,all,40-44,40,44,3709,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_45_49,all,45-49,45,49,3316,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_50_54,all,50-54,50,54,2351,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_55_59,all,55-59,55,59,1751,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_60_64,all,60-64,60,64,1148,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_65_69,all,65-69,65,69,980,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_70_74,all,70-74,70,74,650,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_75_79,all,75-79,75,79,671,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,T_80PLUS,all,80+,80,,795,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_TL,f,all,,,9109,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_TL,m,all,,,10907,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_TL,all,all,,,20016,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_00_04,f,0-4,0,4,731,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_05_09,f,5-9,5,9,835,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_10_14,f,10-14,10,14,779,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_15_19,f,15-19,15,19,585,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_20_24,f,20-24,20,24,900,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_25_29,f,25-29,25,29,1105,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_30_34,f,30-34,30,34,1092,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_35_39,f,35-39,35,39,1047,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_40_44,f,40-44,40,44,866,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_45_49,f,45-49,45,49,572,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_50_54,f,50-54,50,54,311,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_55_59,f,55-59,55,59,153,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_60_64,f,60-64,60,64,70,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_65_69,f,65-69,65,69,26,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_70_74,f,70-74,70,74,19,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_75_79,f,75-79,75,79,8,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,F_80PLUS,f,80+,80,,10,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_00_04,m,0-4,0,4,742,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_05_09,m,5-9,5,9,769,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_10_14,m,10-14,10,14,802,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_15_19,m,15-19,15,19,516,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_20_24,m,20-24,20,24,900,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_25_29,m,25-29,25,29,1379,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_30_34,m,30-34,30,34,1502,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_35_39,m,35-39,35,39,1132,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_40_44,m,40-44,40,44,1042,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_45_49,m,45-49,45,49,837,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_50_54,m,50-54,50,54,663,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_55_59,m,55-59,55,59,387,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_60_64,m,60-64,60,64,132,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_65_69,m,65-69,65,69,62,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_70_74,m,70-74,70,74,29,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_75_79,m,75-79,75,79,8,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,M_80PLUS,m,80+,80,,5,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_00_04,all,0-4,0,4,1473,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_05_09,all,5-9,5,9,1604,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_10_14,all,10-14,10,14,1581,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_15_19,all,15-19,15,19,1101,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_20_24,all,20-24,20,24,1800,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_25_29,all,25-29,25,29,2484,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_30_34,all,30-34,30,34,2594,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_35_39,all,35-39,35,39,2179,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_40_44,all,40-44,40,44,1908,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_45_49,all,45-49,45,49,1409,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_50_54,all,50-54,50,54,974,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_55_59,all,55-59,55,59,540,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_60_64,all,60-64,60,64,202,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_65_69,all,65-69,65,69,88,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_70_74,all,70-74,70,74,48,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_75_79,all,75-79,75,79,16,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,T_80PLUS,all,80+,80,,15,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_TL,f,all,,,30356,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_TL,m,all,,,29862,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_TL,all,all,,,60218,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_00_04,f,0-4,0,4,2949,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_05_09,f,5-9,5,9,3117,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_10_14,f,10-14,10,14,3066,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_15_19,f,15-19,15,19,3168,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_20_24,f,20-24,20,24,2058,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_25_29,f,25-29,25,29,2314,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_30_34,f,30-34,30,34,2306,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_35_39,f,35-39,35,39,2307,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_40_44,f,40-44,40,44,1928,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_45_49,f,45-49,45,49,1703,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_50_54,f,50-54,50,54,1219,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_55_59,f,55-59,55,59,1074,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_60_64,f,60-64,60,64,997,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_65_69,f,65-69,65,69,789,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_70_74,f,70-74,70,74,507,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_75_79,f,75-79,75,79,410,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,F_80PLUS,f,80+,80,,444,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_00_04,m,0-4,0,4,3086,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_05_09,m,5-9,5,9,3237,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_10_14,m,10-14,10,14,3117,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_15_19,m,15-19,15,19,3173,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_20_24,m,20-24,20,24,2094,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_25_29,m,25-29,25,29,2284,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_30_34,m,30-34,30,34,2458,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_35_39,m,35-39,35,39,2072,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_40_44,m,40-44,40,44,1805,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_45_49,m,45-49,45,49,1766,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_50_54,m,50-54,50,54,1325,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_55_59,m,55-59,55,59,1073,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_60_64,m,60-64,60,64,809,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_65_69,m,65-69,65,69,562,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_70_74,m,70-74,70,74,455,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_75_79,m,75-79,75,79,291,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,M_80PLUS,m,80+,80,,255,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_00_04,all,0-4,0,4,6035,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_05_09,all,5-9,5,9,6354,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_10_14,all,10-14,10,14,6183,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_15_19,all,15-19,15,19,6341,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_20_24,all,20-24,20,24,4152,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_25_29,all,25-29,25,29,4598,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_30_34,all,30-34,30,34,4764,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_35_39,all,35-39,35,39,4379,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_40_44,all,40-44,40,44,3733,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_45_49,all,45-49,45,49,3469,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_50_54,all,50-54,50,54,2544,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_55_59,all,55-59,55,59,2147,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_60_64,all,60-64,60,64,1806,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_65_69,all,65-69,65,69,1351,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_70_74,all,70-74,70,74,962,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_75_79,all,75-79,75,79,701,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,T_80PLUS,all,80+,80,,699,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_TL,f,all,,,58243,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_TL,m,all,,,53280,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_TL,all,all,,,111523,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_00_04,f,0-4,0,4,5185,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_05_09,f,5-9,5,9,5209,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_10_14,f,10-14,10,14,4976,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_15_19,f,15-19,15,19,4532,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_20_24,f,20-24,20,24,4470,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_25_29,f,25-29,25,29,4291,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_30_34,f,30-34,30,34,4330,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_35_39,f,35-39,35,39,4457,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_40_44,f,40-44,40,44,4341,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_45_49,f,45-49,45,49,3404,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_50_54,f,50-54,50,54,2866,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_55_59,f,55-59,55,59,2573,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_60_64,f,60-64,60,64,2297,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_65_69,f,65-69,65,69,1892,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_70_74,f,70-74,70,74,1356,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_75_79,f,75-79,75,79,1106,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,F_80PLUS,f,80+,80,,958,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_00_04,m,0-4,0,4,5251,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_05_09,m,5-9,5,9,5204,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_10_14,m,10-14,10,14,5307,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_15_19,m,15-19,15,19,4678,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_20_24,m,20-24,20,24,4500,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_25_29,m,25-29,25,29,4088,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_30_34,m,30-34,30,34,4164,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_35_39,m,35-39,35,39,3365,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_40_44,m,40-44,40,44,3439,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_45_49,m,45-49,45,49,3073,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_50_54,m,50-54,50,54,2729,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_55_59,m,55-59,55,59,2269,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_60_64,m,60-64,60,64,1656,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_65_69,m,65-69,65,69,1246,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_70_74,m,70-74,70,74,975,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_75_79,m,75-79,75,79,778,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,M_80PLUS,m,80+,80,,558,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_00_04,all,0-4,0,4,10436,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_05_09,all,5-9,5,9,10413,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_10_14,all,10-14,10,14,10283,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_15_19,all,15-19,15,19,9210,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_20_24,all,20-24,20,24,8970,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_25_29,all,25-29,25,29,8379,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_30_34,all,30-34,30,34,8494,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_35_39,all,35-39,35,39,7822,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_40_44,all,40-44,40,44,7780,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_45_49,all,45-49,45,49,6477,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_50_54,all,50-54,50,54,5595,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_55_59,all,55-59,55,59,4842,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_60_64,all,60-64,60,64,3953,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_65_69,all,65-69,65,69,3138,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_70_74,all,70-74,70,74,2331,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_75_79,all,75-79,75,79,1884,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,T_80PLUS,all,80+,80,,1516,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_TL,f,all,,,212373,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_TL,m,all,,,198310,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_TL,all,all,,,410683,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_00_04,f,0-4,0,4,19936,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_05_09,f,5-9,5,9,19483,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_10_14,f,10-14,10,14,18823,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_15_19,f,15-19,15,19,16280,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_20_24,f,20-24,20,24,20528,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_25_29,f,25-29,25,29,19481,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_30_34,f,30-34,30,34,18131,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_35_39,f,35-39,35,39,16403,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_40_44,f,40-44,40,44,15261,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_45_49,f,45-49,45,49,11901,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_50_54,f,50-54,50,54,9060,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_55_59,f,55-59,55,59,7330,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_60_64,f,60-64,60,64,5814,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_65_69,f,65-69,65,69,5031,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_70_74,f,70-74,70,74,3648,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_75_79,f,75-79,75,79,2587,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,F_80PLUS,f,80+,80,,2676,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_00_04,m,0-4,0,4,20532,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_05_09,m,5-9,5,9,20368,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_10_14,m,10-14,10,14,18871,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_15_19,m,15-19,15,19,16021,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_20_24,m,20-24,20,24,18970,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_25_29,m,25-29,25,29,19070,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_30_34,m,30-34,30,34,17586,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_35_39,m,35-39,35,39,14098,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_40_44,m,40-44,40,44,12767,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_45_49,m,45-49,45,49,10101,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_50_54,m,50-54,50,54,8658,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_55_59,m,55-59,55,59,6803,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_60_64,m,60-64,60,64,4691,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_65_69,m,65-69,65,69,3486,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_70_74,m,70-74,70,74,2782,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_75_79,m,75-79,75,79,2043,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,M_80PLUS,m,80+,80,,1463,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_00_04,all,0-4,0,4,40468,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_05_09,all,5-9,5,9,39851,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_10_14,all,10-14,10,14,37694,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_15_19,all,15-19,15,19,32301,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_20_24,all,20-24,20,24,39498,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_25_29,all,25-29,25,29,38551,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_30_34,all,30-34,30,34,35717,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_35_39,all,35-39,35,39,30501,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_40_44,all,40-44,40,44,28028,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_45_49,all,45-49,45,49,22002,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_50_54,all,50-54,50,54,17718,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_55_59,all,55-59,55,59,14133,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_60_64,all,60-64,60,64,10505,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_65_69,all,65-69,65,69,8517,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_70_74,all,70-74,70,74,6430,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_75_79,all,75-79,75,79,4630,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,T_80PLUS,all,80+,80,,4139,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_TL,f,all,,,13318,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_TL,m,all,,,12243,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_TL,all,all,,,25561,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_00_04,f,0-4,0,4,1042,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_05_09,f,5-9,5,9,1048,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_10_14,f,10-14,10,14,1106,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_15_19,f,15-19,15,19,1249,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_20_24,f,20-24,20,24,1197,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_25_29,f,25-29,25,29,1289,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_30_34,f,30-34,30,34,1353,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_35_39,f,35-39,35,39,1194,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_40_44,f,40-44,40,44,1154,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_45_49,f,45-49,45,49,778,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_50_54,f,50-54,50,54,567,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_55_59,f,55-59,55,59,400,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_60_64,f,60-64,60,64,340,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_65_69,f,65-69,65,69,255,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_70_74,f,70-74,70,74,166,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_75_79,f,75-79,75,79,110,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,F_80PLUS,f,80+,80,,70,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_00_04,m,0-4,0,4,1083,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_05_09,m,5-9,5,9,1088,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_10_14,m,10-14,10,14,1144,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_15_19,m,15-19,15,19,1089,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_20_24,m,20-24,20,24,1125,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_25_29,m,25-29,25,29,1175,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_30_34,m,30-34,30,34,1264,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_35_39,m,35-39,35,39,1044,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_40_44,m,40-44,40,44,924,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_45_49,m,45-49,45,49,724,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_50_54,m,50-54,50,54,572,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_55_59,m,55-59,55,59,423,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_60_64,m,60-64,60,64,218,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_65_69,m,65-69,65,69,157,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_70_74,m,70-74,70,74,99,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_75_79,m,75-79,75,79,66,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,M_80PLUS,m,80+,80,,48,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_00_04,all,0-4,0,4,2125,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_05_09,all,5-9,5,9,2136,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_10_14,all,10-14,10,14,2250,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_15_19,all,15-19,15,19,2338,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_20_24,all,20-24,20,24,2322,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_25_29,all,25-29,25,29,2464,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_30_34,all,30-34,30,34,2617,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_35_39,all,35-39,35,39,2238,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_40_44,all,40-44,40,44,2078,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_45_49,all,45-49,45,49,1502,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_50_54,all,50-54,50,54,1139,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_55_59,all,55-59,55,59,823,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_60_64,all,60-64,60,64,558,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_65_69,all,65-69,65,69,412,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_70_74,all,70-74,70,74,265,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_75_79,all,75-79,75,79,176,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,T_80PLUS,all,80+,80,,118,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_TL,f,all,,,41133,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_TL,m,all,,,35588,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_TL,all,all,,,76721,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_00_04,f,0-4,0,4,4098,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_05_09,f,5-9,5,9,4216,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_10_14,f,10-14,10,14,4224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_15_19,f,15-19,15,19,3902,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_20_24,f,20-24,20,24,2970,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_25_29,f,25-29,25,29,2746,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_30_34,f,30-34,30,34,2665,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_35_39,f,35-39,35,39,2560,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_40_44,f,40-44,40,44,2674,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_45_49,f,45-49,45,49,2224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_50_54,f,50-54,50,54,1873,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_55_59,f,55-59,55,59,1834,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_60_64,f,60-64,60,64,1572,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_65_69,f,65-69,65,69,1127,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_70_74,f,70-74,70,74,926,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_75_79,f,75-79,75,79,697,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,F_80PLUS,f,80+,80,,825,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_00_04,m,0-4,0,4,4126,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_05_09,m,5-9,5,9,4255,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_10_14,m,10-14,10,14,4371,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_15_19,m,15-19,15,19,4129,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_20_24,m,20-24,20,24,2540,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_25_29,m,25-29,25,29,2521,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_30_34,m,30-34,30,34,2329,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_35_39,m,35-39,35,39,1894,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_40_44,m,40-44,40,44,1840,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_45_49,m,45-49,45,49,1746,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_50_54,m,50-54,50,54,1522,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_55_59,m,55-59,55,59,1316,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_60_64,m,60-64,60,64,1019,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_65_69,m,65-69,65,69,651,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_70_74,m,70-74,70,74,537,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_75_79,m,75-79,75,79,397,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,M_80PLUS,m,80+,80,,395,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_00_04,all,0-4,0,4,8224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_05_09,all,5-9,5,9,8471,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_10_14,all,10-14,10,14,8595,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_15_19,all,15-19,15,19,8031,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_20_24,all,20-24,20,24,5510,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_25_29,all,25-29,25,29,5267,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_30_34,all,30-34,30,34,4994,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_35_39,all,35-39,35,39,4454,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_40_44,all,40-44,40,44,4514,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_45_49,all,45-49,45,49,3970,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_50_54,all,50-54,50,54,3395,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_55_59,all,55-59,55,59,3150,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_60_64,all,60-64,60,64,2591,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_65_69,all,65-69,65,69,1778,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_70_74,all,70-74,70,74,1463,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_75_79,all,75-79,75,79,1094,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,T_80PLUS,all,80+,80,,1220,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_TL,f,all,,,95674,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_TL,m,all,,,86306,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_TL,all,all,,,181980,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_00_04,f,0-4,0,4,10643,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_05_09,f,5-9,5,9,10506,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_10_14,f,10-14,10,14,9935,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_15_19,f,15-19,15,19,8000,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_20_24,f,20-24,20,24,8001,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_25_29,f,25-29,25,29,8068,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_30_34,f,30-34,30,34,7119,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_35_39,f,35-39,35,39,6404,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_40_44,f,40-44,40,44,6003,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_45_49,f,45-49,45,49,5013,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_50_54,f,50-54,50,54,3575,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_55_59,f,55-59,55,59,2770,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_60_64,f,60-64,60,64,2480,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_65_69,f,65-69,65,69,2302,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_70_74,f,70-74,70,74,1910,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_75_79,f,75-79,75,79,1248,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,F_80PLUS,f,80+,80,,1697,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_00_04,m,0-4,0,4,10854,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_05_09,m,5-9,5,9,10822,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_10_14,m,10-14,10,14,9759,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_15_19,m,15-19,15,19,7817,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_20_24,m,20-24,20,24,6995,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_25_29,m,25-29,25,29,7393,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_30_34,m,30-34,30,34,6693,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_35_39,m,35-39,35,39,4970,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_40_44,m,40-44,40,44,4312,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_45_49,m,45-49,45,49,4043,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_50_54,m,50-54,50,54,3322,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_55_59,m,55-59,55,59,2494,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_60_64,m,60-64,60,64,2010,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_65_69,m,65-69,65,69,1591,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_70_74,m,70-74,70,74,1272,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_75_79,m,75-79,75,79,936,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,M_80PLUS,m,80+,80,,1023,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_00_04,all,0-4,0,4,21497,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_05_09,all,5-9,5,9,21328,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_10_14,all,10-14,10,14,19694,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_15_19,all,15-19,15,19,15817,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_20_24,all,20-24,20,24,14996,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_25_29,all,25-29,25,29,15461,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_30_34,all,30-34,30,34,13812,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_35_39,all,35-39,35,39,11374,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_40_44,all,40-44,40,44,10315,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_45_49,all,45-49,45,49,9056,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_50_54,all,50-54,50,54,6897,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_55_59,all,55-59,55,59,5264,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_60_64,all,60-64,60,64,4490,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_65_69,all,65-69,65,69,3893,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_70_74,all,70-74,70,74,3182,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_75_79,all,75-79,75,79,2184,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,T_80PLUS,all,80+,80,,2720,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_TL,f,all,,,4552,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_TL,m,all,,,4516,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_TL,all,all,,,9068,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_00_04,f,0-4,0,4,411,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_05_09,f,5-9,5,9,453,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_10_14,f,10-14,10,14,400,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_15_19,f,15-19,15,19,295,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_20_24,f,20-24,20,24,401,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_25_29,f,25-29,25,29,513,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_30_34,f,30-34,30,34,591,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_35_39,f,35-39,35,39,575,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_40_44,f,40-44,40,44,377,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_45_49,f,45-49,45,49,248,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_50_54,f,50-54,50,54,133,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_55_59,f,55-59,55,59,85,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_60_64,f,60-64,60,64,25,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_65_69,f,65-69,65,69,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_70_74,f,70-74,70,74,14,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_75_79,f,75-79,75,79,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,F_80PLUS,f,80+,80,,9,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_00_04,m,0-4,0,4,417,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_05_09,m,5-9,5,9,426,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_10_14,m,10-14,10,14,399,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_15_19,m,15-19,15,19,239,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_20_24,m,20-24,20,24,238,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_25_29,m,25-29,25,29,416,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_30_34,m,30-34,30,34,537,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_35_39,m,35-39,35,39,516,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_40_44,m,40-44,40,44,506,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_45_49,m,45-49,45,49,356,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_50_54,m,50-54,50,54,287,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_55_59,m,55-59,55,59,135,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_60_64,m,60-64,60,64,20,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_65_69,m,65-69,65,69,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_70_74,m,70-74,70,74,7,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_75_79,m,75-79,75,79,1,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,M_80PLUS,m,80+,80,,5,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_00_04,all,0-4,0,4,828,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_05_09,all,5-9,5,9,879,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_10_14,all,10-14,10,14,799,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_15_19,all,15-19,15,19,534,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_20_24,all,20-24,20,24,639,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_25_29,all,25-29,25,29,929,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_30_34,all,30-34,30,34,1128,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_35_39,all,35-39,35,39,1091,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_40_44,all,40-44,40,44,883,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_45_49,all,45-49,45,49,604,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_50_54,all,50-54,50,54,420,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_55_59,all,55-59,55,59,220,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_60_64,all,60-64,60,64,45,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_65_69,all,65-69,65,69,22,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_70_74,all,70-74,70,74,21,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_75_79,all,75-79,75,79,12,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,T_80PLUS,all,80+,80,,14,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_TL,f,all,,,22231,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_TL,m,all,,,22039,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_TL,all,all,,,44270,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_00_04,f,0-4,0,4,1850,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_05_09,f,5-9,5,9,2013,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_10_14,f,10-14,10,14,2122,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_15_19,f,15-19,15,19,1944,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_20_24,f,20-24,20,24,1983,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_25_29,f,25-29,25,29,2355,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_30_34,f,30-34,30,34,2300,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_35_39,f,35-39,35,39,2122,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_40_44,f,40-44,40,44,1847,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_45_49,f,45-49,45,49,1234,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_50_54,f,50-54,50,54,932,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_55_59,f,55-59,55,59,584,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_60_64,f,60-64,60,64,445,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_65_69,f,65-69,65,69,216,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_70_74,f,70-74,70,74,117,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_75_79,f,75-79,75,79,88,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,F_80PLUS,f,80+,80,,79,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_00_04,m,0-4,0,4,1922,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_05_09,m,5-9,5,9,1972,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_10_14,m,10-14,10,14,2068,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_15_19,m,15-19,15,19,1789,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_20_24,m,20-24,20,24,1808,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_25_29,m,25-29,25,29,2275,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_30_34,m,30-34,30,34,2231,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_35_39,m,35-39,35,39,1784,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_40_44,m,40-44,40,44,1663,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_45_49,m,45-49,45,49,1352,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_50_54,m,50-54,50,54,1235,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_55_59,m,55-59,55,59,1074,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_60_64,m,60-64,60,64,438,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_65_69,m,65-69,65,69,186,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_70_74,m,70-74,70,74,124,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_75_79,m,75-79,75,79,71,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,M_80PLUS,m,80+,80,,47,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_00_04,all,0-4,0,4,3772,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_05_09,all,5-9,5,9,3985,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_10_14,all,10-14,10,14,4190,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_15_19,all,15-19,15,19,3733,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_20_24,all,20-24,20,24,3791,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_25_29,all,25-29,25,29,4630,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_30_34,all,30-34,30,34,4531,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_35_39,all,35-39,35,39,3906,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_40_44,all,40-44,40,44,3510,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_45_49,all,45-49,45,49,2586,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_50_54,all,50-54,50,54,2167,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_55_59,all,55-59,55,59,1658,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_60_64,all,60-64,60,64,883,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_65_69,all,65-69,65,69,402,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_70_74,all,70-74,70,74,241,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_75_79,all,75-79,75,79,159,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,T_80PLUS,all,80+,80,,126,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_TL,f,all,,,63534,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_TL,m,all,,,56446,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_TL,all,all,,,119980,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_00_04,f,0-4,0,4,4499,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_05_09,f,5-9,5,9,4388,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_10_14,f,10-14,10,14,4310,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_15_19,f,15-19,15,19,6242,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_20_24,f,20-24,20,24,6726,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_25_29,f,25-29,25,29,6199,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_30_34,f,30-34,30,34,6031,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_35_39,f,35-39,35,39,5568,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_40_44,f,40-44,40,44,5379,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_45_49,f,45-49,45,49,3783,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_50_54,f,50-54,50,54,2790,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_55_59,f,55-59,55,59,2067,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_60_64,f,60-64,60,64,1717,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_65_69,f,65-69,65,69,1521,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_70_74,f,70-74,70,74,1087,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_75_79,f,75-79,75,79,635,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,F_80PLUS,f,80+,80,,592,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_00_04,m,0-4,0,4,4489,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_05_09,m,5-9,5,9,4175,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_10_14,m,10-14,10,14,4426,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_15_19,m,15-19,15,19,5407,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_20_24,m,20-24,20,24,6534,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_25_29,m,25-29,25,29,5763,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_30_34,m,30-34,30,34,5430,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_35_39,m,35-39,35,39,4390,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_40_44,m,40-44,40,44,4207,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_45_49,m,45-49,45,49,3168,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_50_54,m,50-54,50,54,2817,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_55_59,m,55-59,55,59,1970,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_60_64,m,60-64,60,64,1298,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_65_69,m,65-69,65,69,985,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_70_74,m,70-74,70,74,645,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_75_79,m,75-79,75,79,474,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,M_80PLUS,m,80+,80,,268,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_00_04,all,0-4,0,4,8988,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_05_09,all,5-9,5,9,8563,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_10_14,all,10-14,10,14,8736,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_15_19,all,15-19,15,19,11649,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_20_24,all,20-24,20,24,13260,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_25_29,all,25-29,25,29,11962,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_30_34,all,30-34,30,34,11461,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_35_39,all,35-39,35,39,9958,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_40_44,all,40-44,40,44,9586,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_45_49,all,45-49,45,49,6951,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_50_54,all,50-54,50,54,5607,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_55_59,all,55-59,55,59,4037,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_60_64,all,60-64,60,64,3015,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_65_69,all,65-69,65,69,2506,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_70_74,all,70-74,70,74,1732,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_75_79,all,75-79,75,79,1109,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,T_80PLUS,all,80+,80,,860,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_TL,f,all,,,116601,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_TL,m,all,,,104904,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_TL,all,all,,,221505,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_00_04,f,0-4,0,4,11633,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_05_09,f,5-9,5,9,11865,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_10_14,f,10-14,10,14,11403,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_15_19,f,15-19,15,19,10754,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_20_24,f,20-24,20,24,7315,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_25_29,f,25-29,25,29,6979,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_30_34,f,30-34,30,34,7077,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_35_39,f,35-39,35,39,7230,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_40_44,f,40-44,40,44,7915,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_45_49,f,45-49,45,49,6946,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_50_54,f,50-54,50,54,5861,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_55_59,f,55-59,55,59,5520,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_60_64,f,60-64,60,64,5021,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_65_69,f,65-69,65,69,4063,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_70_74,f,70-74,70,74,2825,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_75_79,f,75-79,75,79,2186,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,F_80PLUS,f,80+,80,,2008,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_00_04,m,0-4,0,4,12048,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_05_09,m,5-9,5,9,12042,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_10_14,m,10-14,10,14,12050,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_15_19,m,15-19,15,19,10975,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_20_24,m,20-24,20,24,6928,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_25_29,m,25-29,25,29,6682,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_30_34,m,30-34,30,34,6414,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_35_39,m,35-39,35,39,5613,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_40_44,m,40-44,40,44,5592,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_45_49,m,45-49,45,49,5232,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_50_54,m,50-54,50,54,5218,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_55_59,m,55-59,55,59,4718,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_60_64,m,60-64,60,64,3435,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_65_69,m,65-69,65,69,2870,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_70_74,m,70-74,70,74,2179,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_75_79,m,75-79,75,79,1625,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,M_80PLUS,m,80+,80,,1283,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_00_04,all,0-4,0,4,23681,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_05_09,all,5-9,5,9,23907,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_10_14,all,10-14,10,14,23453,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_15_19,all,15-19,15,19,21729,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_20_24,all,20-24,20,24,14243,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_25_29,all,25-29,25,29,13661,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_30_34,all,30-34,30,34,13491,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_35_39,all,35-39,35,39,12843,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_40_44,all,40-44,40,44,13507,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_45_49,all,45-49,45,49,12178,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_50_54,all,50-54,50,54,11079,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_55_59,all,55-59,55,59,10238,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_60_64,all,60-64,60,64,8456,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_65_69,all,65-69,65,69,6933,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_70_74,all,70-74,70,74,5004,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_75_79,all,75-79,75,79,3811,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,T_80PLUS,all,80+,80,,3291,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_TL,f,all,,,1927,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_TL,m,all,,,2326,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_TL,all,all,,,4253,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_00_04,f,0-4,0,4,142,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_05_09,f,5-9,5,9,195,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_10_14,f,10-14,10,14,243,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_15_19,f,15-19,15,19,238,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_20_24,f,20-24,20,24,145,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_25_29,f,25-29,25,29,185,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_30_34,f,30-34,30,34,216,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_35_39,f,35-39,35,39,198,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_40_44,f,40-44,40,44,184,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_45_49,f,45-49,45,49,99,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_50_54,f,50-54,50,54,48,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_55_59,f,55-59,55,59,16,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_60_64,f,60-64,60,64,11,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_65_69,f,65-69,65,69,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_70_74,f,70-74,70,74,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_75_79,f,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,F_80PLUS,f,80+,80,,2,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_00_04,m,0-4,0,4,160,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_05_09,m,5-9,5,9,172,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_10_14,m,10-14,10,14,196,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_15_19,m,15-19,15,19,259,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_20_24,m,20-24,20,24,162,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_25_29,m,25-29,25,29,194,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_30_34,m,30-34,30,34,254,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_35_39,m,35-39,35,39,256,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_40_44,m,40-44,40,44,272,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_45_49,m,45-49,45,49,200,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_50_54,m,50-54,50,54,109,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_55_59,m,55-59,55,59,68,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_60_64,m,60-64,60,64,17,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_65_69,m,65-69,65,69,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_70_74,m,70-74,70,74,2,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_75_79,m,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,M_80PLUS,m,80+,80,,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_00_04,all,0-4,0,4,302,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_05_09,all,5-9,5,9,367,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_10_14,all,10-14,10,14,439,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_15_19,all,15-19,15,19,497,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_20_24,all,20-24,20,24,307,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_25_29,all,25-29,25,29,379,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_30_34,all,30-34,30,34,470,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_35_39,all,35-39,35,39,454,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_40_44,all,40-44,40,44,456,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_45_49,all,45-49,45,49,299,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_50_54,all,50-54,50,54,157,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_55_59,all,55-59,55,59,84,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_60_64,all,60-64,60,64,28,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_65_69,all,65-69,65,69,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_70_74,all,70-74,70,74,7,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_75_79,all,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,T_80PLUS,all,80+,80,,2,2023,UNFPA,UNFPA +BRA,Brazil,BR12,Acre,F_TL,f,all,,,414686,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_TL,m,all,,,415332,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_TL,all,all,,,830018,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_00_04,f,0-4,0,4,34921,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_05_09,f,5-9,5,9,36455,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_10_14,f,10-14,10,14,36645,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_15_19,f,15-19,15,19,38254,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_20_24,f,20-24,20,24,38095,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_25_29,f,25-29,25,29,34892,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_30_34,f,30-34,30,34,32127,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_35_39,f,35-39,35,39,32167,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_40_44,f,40-44,40,44,30570,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_45_49,f,45-49,45,49,24110,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_50_54,f,50-54,50,54,19854,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_55_59,f,55-59,55,59,16328,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_60_64,f,60-64,60,64,13214,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_65_69,f,65-69,65,69,9976,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_70_74,f,70-74,70,74,7013,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_75_79,f,75-79,75,79,4617,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_80_84,f,80-84,80,84,2926,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_85_89,f,85-89,85,89,1488,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_90_94,f,90-94,90,94,731,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_95_99,f,95-99,95,99,233,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,F_100PLUS,f,100+,100,,70,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_00_04,m,0-4,0,4,36080,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_05_09,m,5-9,5,9,38131,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_10_14,m,10-14,10,14,38928,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_15_19,m,15-19,15,19,40435,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_20_24,m,20-24,20,24,39152,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_25_29,m,25-29,25,29,33956,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_30_34,m,30-34,30,34,30655,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_35_39,m,35-39,35,39,30926,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_40_44,m,40-44,40,44,29668,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_45_49,m,45-49,45,49,23718,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_50_54,m,50-54,50,54,19772,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_55_59,m,55-59,55,59,15763,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_60_64,m,60-64,60,64,12632,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_65_69,m,65-69,65,69,9716,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_70_74,m,70-74,70,74,6766,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_75_79,m,75-79,75,79,4352,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_80_84,m,80-84,80,84,2641,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_85_89,m,85-89,85,89,1254,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_90_94,m,90-94,90,94,534,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_95_99,m,95-99,95,99,181,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,M_100PLUS,m,100+,100,,72,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_00_04,all,0-4,0,4,71001,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_05_09,all,5-9,5,9,74586,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_10_14,all,10-14,10,14,75573,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_15_19,all,15-19,15,19,78689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_20_24,all,20-24,20,24,77247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_25_29,all,25-29,25,29,68848,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_30_34,all,30-34,30,34,62782,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_35_39,all,35-39,35,39,63093,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_40_44,all,40-44,40,44,60238,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_45_49,all,45-49,45,49,47828,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_50_54,all,50-54,50,54,39626,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_55_59,all,55-59,55,59,32091,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_60_64,all,60-64,60,64,25846,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_65_69,all,65-69,65,69,19692,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_70_74,all,70-74,70,74,13779,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_75_79,all,75-79,75,79,8969,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_80_84,all,80-84,80,84,5567,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_85_89,all,85-89,85,89,2742,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_90_94,all,90-94,90,94,1265,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_95_99,all,95-99,95,99,414,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR12,Acre,T_100PLUS,all,100+,100,,142,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_TL,f,all,,,1630264,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_TL,m,all,,,1497419,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_TL,all,all,,,3127683,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_00_04,f,0-4,0,4,112541,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_05_09,f,5-9,5,9,115544,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_10_14,f,10-14,10,14,121204,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_15_19,f,15-19,15,19,127040,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_20_24,f,20-24,20,24,131798,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_25_29,f,25-29,25,29,127153,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_30_34,f,30-34,30,34,121433,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_35_39,f,35-39,35,39,128076,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_40_44,f,40-44,40,44,122656,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_45_49,f,45-49,45,49,109731,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_50_54,f,50-54,50,54,97414,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_55_59,f,55-59,55,59,86639,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_60_64,f,60-64,60,64,70628,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_65_69,f,65-69,65,69,55630,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_70_74,f,70-74,70,74,41646,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_75_79,f,75-79,75,79,27702,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_80_84,f,80-84,80,84,17915,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_85_89,f,85-89,85,89,9488,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_90_94,f,90-94,90,94,4142,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_95_99,f,95-99,95,99,1324,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,F_100PLUS,f,100+,100,,560,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_00_04,m,0-4,0,4,116283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_05_09,m,5-9,5,9,120377,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_10_14,m,10-14,10,14,125742,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_15_19,m,15-19,15,19,131153,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_20_24,m,20-24,20,24,126842,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_25_29,m,25-29,25,29,115769,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_30_34,m,30-34,30,34,106710,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_35_39,m,35-39,35,39,112303,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_40_44,m,40-44,40,44,109403,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_45_49,m,45-49,45,49,95623,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_50_54,m,50-54,50,54,84061,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_55_59,m,55-59,55,59,72967,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_60_64,m,60-64,60,64,58713,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_65_69,m,65-69,65,69,45201,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_70_74,m,70-74,70,74,33637,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_75_79,m,75-79,75,79,21234,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_80_84,m,80-84,80,84,12598,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_85_89,m,85-89,85,89,5667,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_90_94,m,90-94,90,94,2209,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_95_99,m,95-99,95,99,667,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,M_100PLUS,m,100+,100,,260,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_00_04,all,0-4,0,4,228824,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_05_09,all,5-9,5,9,235921,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_10_14,all,10-14,10,14,246946,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_15_19,all,15-19,15,19,258193,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_20_24,all,20-24,20,24,258640,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_25_29,all,25-29,25,29,242922,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_30_34,all,30-34,30,34,228143,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_35_39,all,35-39,35,39,240379,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_40_44,all,40-44,40,44,232059,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_45_49,all,45-49,45,49,205354,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_50_54,all,50-54,50,54,181475,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_55_59,all,55-59,55,59,159606,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_60_64,all,60-64,60,64,129341,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_65_69,all,65-69,65,69,100831,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_70_74,all,70-74,70,74,75283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_75_79,all,75-79,75,79,48936,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_80_84,all,80-84,80,84,30513,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_85_89,all,85-89,85,89,15155,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_90_94,all,90-94,90,94,6351,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_95_99,all,95-99,95,99,1991,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR27,Alagoas,T_100PLUS,all,100+,100,,820,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_TL,f,all,,,369243,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_TL,m,all,,,364516,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_TL,all,all,,,733759,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_00_04,f,0-4,0,4,32200,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_05_09,f,5-9,5,9,32818,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_10_14,f,10-14,10,14,31936,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_15_19,f,15-19,15,19,33269,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_20_24,f,20-24,20,24,34634,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_25_29,f,25-29,25,29,32404,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_30_34,f,30-34,30,34,29836,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_35_39,f,35-39,35,39,29419,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_40_44,f,40-44,40,44,26711,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_45_49,f,45-49,45,49,21876,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_50_54,f,50-54,50,54,18033,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_55_59,f,55-59,55,59,13966,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_60_64,f,60-64,60,64,11034,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_65_69,f,65-69,65,69,8057,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_70_74,f,70-74,70,74,5159,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_75_79,f,75-79,75,79,3584,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_80_84,f,80-84,80,84,2159,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_85_89,f,85-89,85,89,1295,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_90_94,f,90-94,90,94,562,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_95_99,f,95-99,95,99,169,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,F_100PLUS,f,100+,100,,122,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_00_04,m,0-4,0,4,33466,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_05_09,m,5-9,5,9,34346,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_10_14,m,10-14,10,14,33410,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_15_19,m,15-19,15,19,34359,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_20_24,m,20-24,20,24,34754,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_25_29,m,25-29,25,29,31015,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_30_34,m,30-34,30,34,28527,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_35_39,m,35-39,35,39,27694,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_40_44,m,40-44,40,44,25102,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_45_49,m,45-49,45,49,20854,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_50_54,m,50-54,50,54,17564,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_55_59,m,55-59,55,59,13650,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_60_64,m,60-64,60,64,10729,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_65_69,m,65-69,65,69,7659,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_70_74,m,70-74,70,74,5039,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_75_79,m,75-79,75,79,3078,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_80_84,m,80-84,80,84,1864,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_85_89,m,85-89,85,89,918,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_90_94,m,90-94,90,94,341,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_95_99,m,95-99,95,99,106,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,M_100PLUS,m,100+,100,,41,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_00_04,all,0-4,0,4,65666,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_05_09,all,5-9,5,9,67164,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_10_14,all,10-14,10,14,65346,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_15_19,all,15-19,15,19,67628,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_20_24,all,20-24,20,24,69388,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_25_29,all,25-29,25,29,63419,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_30_34,all,30-34,30,34,58363,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_35_39,all,35-39,35,39,57113,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_40_44,all,40-44,40,44,51813,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_45_49,all,45-49,45,49,42730,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_50_54,all,50-54,50,54,35597,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_55_59,all,55-59,55,59,27616,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_60_64,all,60-64,60,64,21763,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_65_69,all,65-69,65,69,15716,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_70_74,all,70-74,70,74,10198,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_75_79,all,75-79,75,79,6662,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_80_84,all,80-84,80,84,4023,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_85_89,all,85-89,85,89,2213,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_90_94,all,90-94,90,94,903,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_95_99,all,95-99,95,99,275,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR16,Amapá,T_100PLUS,all,100+,100,,163,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_TL,f,all,,,1975803,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_TL,m,all,,,1965810,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_TL,all,all,,,3941613,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_00_04,f,0-4,0,4,173050,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_05_09,f,5-9,5,9,180364,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_10_14,f,10-14,10,14,174619,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_15_19,f,15-19,15,19,180811,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_20_24,f,20-24,20,24,180531,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_25_29,f,25-29,25,29,167295,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_30_34,f,30-34,30,34,151350,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_35_39,f,35-39,35,39,151981,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_40_44,f,40-44,40,44,142677,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_45_49,f,45-49,45,49,115147,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_50_54,f,50-54,50,54,93408,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_55_59,f,55-59,55,59,77158,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_60_64,f,60-64,60,64,62676,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_65_69,f,65-69,65,69,47575,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_70_74,f,70-74,70,74,31864,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_75_79,f,75-79,75,79,20527,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_80_84,f,80-84,80,84,12816,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_85_89,f,85-89,85,89,7150,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_90_94,f,90-94,90,94,3157,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_95_99,f,95-99,95,99,1158,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,F_100PLUS,f,100+,100,,489,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_00_04,m,0-4,0,4,178676,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_05_09,m,5-9,5,9,187406,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_10_14,m,10-14,10,14,181311,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_15_19,m,15-19,15,19,187167,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_20_24,m,20-24,20,24,182347,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_25_29,m,25-29,25,29,164868,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_30_34,m,30-34,30,34,145717,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_35_39,m,35-39,35,39,147366,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_40_44,m,40-44,40,44,140039,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_45_49,m,45-49,45,49,112801,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_50_54,m,50-54,50,54,93449,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_55_59,m,55-59,55,59,75093,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_60_64,m,60-64,60,64,60698,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_65_69,m,65-69,65,69,44790,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_70_74,m,70-74,70,74,29073,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_75_79,m,75-79,75,79,17342,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_80_84,m,80-84,80,84,10109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_85_89,m,85-89,85,89,4769,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_90_94,m,90-94,90,94,1930,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_95_99,m,95-99,95,99,617,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,M_100PLUS,m,100+,100,,242,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_00_04,all,0-4,0,4,351726,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_05_09,all,5-9,5,9,367770,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_10_14,all,10-14,10,14,355930,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_15_19,all,15-19,15,19,367978,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_20_24,all,20-24,20,24,362878,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_25_29,all,25-29,25,29,332163,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_30_34,all,30-34,30,34,297067,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_35_39,all,35-39,35,39,299347,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_40_44,all,40-44,40,44,282716,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_45_49,all,45-49,45,49,227948,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_50_54,all,50-54,50,54,186857,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_55_59,all,55-59,55,59,152251,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_60_64,all,60-64,60,64,123374,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_65_69,all,65-69,65,69,92365,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_70_74,all,70-74,70,74,60937,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_75_79,all,75-79,75,79,37869,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_80_84,all,80-84,80,84,22925,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_85_89,all,85-89,85,89,11919,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_90_94,all,90-94,90,94,5087,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_95_99,all,95-99,95,99,1775,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR13,Amazonas,T_100PLUS,all,100+,100,,731,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_TL,f,all,,,7305940,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_TL,m,all,,,6835686,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_TL,all,all,,,14141626,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_00_04,f,0-4,0,4,437445,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_05_09,f,5-9,5,9,474441,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_10_14,f,10-14,10,14,494188,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_15_19,f,15-19,15,19,526098,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_20_24,f,20-24,20,24,547767,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_25_29,f,25-29,25,29,531569,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_30_34,f,30-34,30,34,539484,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_35_39,f,35-39,35,39,611594,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_40_44,f,40-44,40,44,605895,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_45_49,f,45-49,45,49,495771,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_50_54,f,50-54,50,54,448311,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_55_59,f,55-59,55,59,409065,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_60_64,f,60-64,60,64,345977,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_65_69,f,65-69,65,69,268687,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_70_74,f,70-74,70,74,212526,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_75_79,f,75-79,75,79,149255,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_80_84,f,80-84,80,84,104377,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_85_89,f,85-89,85,89,58827,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_90_94,f,90-94,90,94,30287,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_95_99,f,95-99,95,99,10573,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,F_100PLUS,f,100+,100,,3803,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_00_04,m,0-4,0,4,450360,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_05_09,m,5-9,5,9,491109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_10_14,m,10-14,10,14,515528,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_15_19,m,15-19,15,19,542861,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_20_24,m,20-24,20,24,536500,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_25_29,m,25-29,25,29,489887,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_30_34,m,30-34,30,34,481719,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_35_39,m,35-39,35,39,549298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_40_44,m,40-44,40,44,564106,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_45_49,m,45-49,45,49,460284,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_50_54,m,50-54,50,54,414050,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_55_59,m,55-59,55,59,365017,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_60_64,m,60-64,60,64,307278,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_65_69,m,65-69,65,69,231811,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_70_74,m,70-74,70,74,179799,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_75_79,m,75-79,75,79,119041,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_80_84,m,80-84,80,84,75704,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_85_89,m,85-89,85,89,37194,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_90_94,m,90-94,90,94,17067,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_95_99,m,95-99,95,99,5540,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,M_100PLUS,m,100+,100,,1533,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_00_04,all,0-4,0,4,887805,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_05_09,all,5-9,5,9,965550,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_10_14,all,10-14,10,14,1009716,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_15_19,all,15-19,15,19,1068959,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_20_24,all,20-24,20,24,1084267,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_25_29,all,25-29,25,29,1021456,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_30_34,all,30-34,30,34,1021203,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_35_39,all,35-39,35,39,1160892,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_40_44,all,40-44,40,44,1170001,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_45_49,all,45-49,45,49,956055,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_50_54,all,50-54,50,54,862361,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_55_59,all,55-59,55,59,774082,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_60_64,all,60-64,60,64,653255,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_65_69,all,65-69,65,69,500498,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_70_74,all,70-74,70,74,392325,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_75_79,all,75-79,75,79,268296,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_80_84,all,80-84,80,84,180081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_85_89,all,85-89,85,89,96021,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_90_94,all,90-94,90,94,47354,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_95_99,all,95-99,95,99,16113,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR29,Bahia,T_100PLUS,all,100+,100,,5336,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_TL,f,all,,,4537030,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_TL,m,all,,,4257927,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_TL,all,all,,,8794957,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_00_04,f,0-4,0,4,280785,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_05_09,f,5-9,5,9,298601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_10_14,f,10-14,10,14,301306,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_15_19,f,15-19,15,19,318346,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_20_24,f,20-24,20,24,350081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_25_29,f,25-29,25,29,368075,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_30_34,f,30-34,30,34,361434,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_35_39,f,35-39,35,39,364496,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_40_44,f,40-44,40,44,346024,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_45_49,f,45-49,45,49,297089,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_50_54,f,50-54,50,54,273328,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_55_59,f,55-59,55,59,258096,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_60_64,f,60-64,60,64,203739,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_65_69,f,65-69,65,69,162115,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_70_74,f,70-74,70,74,133576,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_75_79,f,75-79,75,79,90601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_80_84,f,80-84,80,84,66393,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_85_89,f,85-89,85,89,37281,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_90_94,f,90-94,90,94,18019,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_95_99,f,95-99,95,99,6277,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,F_100PLUS,f,100+,100,,1368,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_00_04,m,0-4,0,4,293550,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_05_09,m,5-9,5,9,311294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_10_14,m,10-14,10,14,316899,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_15_19,m,15-19,15,19,330466,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_20_24,m,20-24,20,24,351598,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_25_29,m,25-29,25,29,351614,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_30_34,m,30-34,30,34,337983,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_35_39,m,35-39,35,39,337705,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_40_44,m,40-44,40,44,319883,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_45_49,m,45-49,45,49,269593,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_50_54,m,50-54,50,54,244355,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_55_59,m,55-59,55,59,221823,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_60_64,m,60-64,60,64,174235,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_65_69,m,65-69,65,69,132808,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_70_74,m,70-74,70,74,106513,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_75_79,m,75-79,75,79,71160,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_80_84,m,80-84,80,84,48069,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_85_89,m,85-89,85,89,24079,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_90_94,m,90-94,90,94,10406,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_95_99,m,95-99,95,99,3263,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,M_100PLUS,m,100+,100,,631,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_00_04,all,0-4,0,4,574335,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_05_09,all,5-9,5,9,609895,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_10_14,all,10-14,10,14,618205,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_15_19,all,15-19,15,19,648812,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_20_24,all,20-24,20,24,701679,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_25_29,all,25-29,25,29,719689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_30_34,all,30-34,30,34,699417,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_35_39,all,35-39,35,39,702201,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_40_44,all,40-44,40,44,665907,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_45_49,all,45-49,45,49,566682,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_50_54,all,50-54,50,54,517683,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_55_59,all,55-59,55,59,479919,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_60_64,all,60-64,60,64,377974,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_65_69,all,65-69,65,69,294923,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_70_74,all,70-74,70,74,240089,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_75_79,all,75-79,75,79,161761,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_80_84,all,80-84,80,84,114462,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_85_89,all,85-89,85,89,61360,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_90_94,all,90-94,90,94,28425,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_95_99,all,95-99,95,99,9540,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR23,Ceará,T_100PLUS,all,100+,100,,1999,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_TL,f,all,,,1474595,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_TL,m,all,,,1342786,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_TL,all,all,,,2817381,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_00_04,f,0-4,0,4,82242,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_05_09,f,5-9,5,9,90452,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_10_14,f,10-14,10,14,89769,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_15_19,f,15-19,15,19,103099,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_20_24,f,20-24,20,24,112523,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_25_29,f,25-29,25,29,113649,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_30_34,f,30-34,30,34,115247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_35_39,f,35-39,35,39,127225,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_40_44,f,40-44,40,44,135768,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_45_49,f,45-49,45,49,112932,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_50_54,f,50-54,50,54,96186,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_55_59,f,55-59,55,59,83140,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_60_64,f,60-64,60,64,65542,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_65_69,f,65-69,65,69,51726,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_70_74,f,70-74,70,74,38695,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_75_79,f,75-79,75,79,25416,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_80_84,f,80-84,80,84,16411,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_85_89,f,85-89,85,89,8986,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_90_94,f,90-94,90,94,4122,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_95_99,f,95-99,95,99,1242,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,F_100PLUS,f,100+,100,,223,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_00_04,m,0-4,0,4,84606,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_05_09,m,5-9,5,9,94159,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_10_14,m,10-14,10,14,93005,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_15_19,m,15-19,15,19,105447,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_20_24,m,20-24,20,24,115443,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_25_29,m,25-29,25,29,110513,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_30_34,m,30-34,30,34,107927,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_35_39,m,35-39,35,39,112084,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_40_44,m,40-44,40,44,117591,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_45_49,m,45-49,45,49,97138,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_50_54,m,50-54,50,54,83450,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_55_59,m,55-59,55,59,68696,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_60_64,m,60-64,60,64,50972,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_65_69,m,65-69,65,69,38223,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_70_74,m,70-74,70,74,27493,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_75_79,m,75-79,75,79,16980,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_80_84,m,80-84,80,84,11090,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_85_89,m,85-89,85,89,5415,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_90_94,m,90-94,90,94,1999,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_95_99,m,95-99,95,99,478,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,M_100PLUS,m,100+,100,,77,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_00_04,all,0-4,0,4,166848,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_05_09,all,5-9,5,9,184611,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_10_14,all,10-14,10,14,182774,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_15_19,all,15-19,15,19,208546,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_20_24,all,20-24,20,24,227966,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_25_29,all,25-29,25,29,224162,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_30_34,all,30-34,30,34,223174,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_35_39,all,35-39,35,39,239309,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_40_44,all,40-44,40,44,253359,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_45_49,all,45-49,45,49,210070,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_50_54,all,50-54,50,54,179636,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_55_59,all,55-59,55,59,151836,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_60_64,all,60-64,60,64,116514,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_65_69,all,65-69,65,69,89949,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_70_74,all,70-74,70,74,66188,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_75_79,all,75-79,75,79,42396,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_80_84,all,80-84,80,84,27501,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_85_89,all,85-89,85,89,14401,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_90_94,all,90-94,90,94,6121,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_95_99,all,95-99,95,99,1720,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR53,Distrito Federal,T_100PLUS,all,100+,100,,300,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_TL,f,all,,,1963649,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_TL,m,all,,,1870063,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_TL,all,all,,,3833712,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_00_04,f,0-4,0,4,118011,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_05_09,f,5-9,5,9,124589,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_10_14,f,10-14,10,14,120550,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_15_19,f,15-19,15,19,125788,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_20_24,f,20-24,20,24,137294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_25_29,f,25-29,25,29,141409,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_30_34,f,30-34,30,34,148966,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_35_39,f,35-39,35,39,161001,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_40_44,f,40-44,40,44,161363,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_45_49,f,45-49,45,49,134083,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_50_54,f,50-54,50,54,125474,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_55_59,f,55-59,55,59,118586,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_60_64,f,60-64,60,64,106352,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_65_69,f,65-69,65,69,86373,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_70_74,f,70-74,70,74,60581,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_75_79,f,75-79,75,79,39241,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_80_84,f,80-84,80,84,27254,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_85_89,f,85-89,85,89,16298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_90_94,f,90-94,90,94,7655,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_95_99,f,95-99,95,99,2303,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,F_100PLUS,f,100+,100,,478,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_00_04,m,0-4,0,4,122554,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_05_09,m,5-9,5,9,129691,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_10_14,m,10-14,10,14,126101,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_15_19,m,15-19,15,19,130241,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_20_24,m,20-24,20,24,138739,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_25_29,m,25-29,25,29,138015,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_30_34,m,30-34,30,34,142584,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_35_39,m,35-39,35,39,152838,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_40_44,m,40-44,40,44,154033,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_45_49,m,45-49,45,49,126872,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_50_54,m,50-54,50,54,116889,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_55_59,m,55-59,55,59,106643,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_60_64,m,60-64,60,64,94063,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_65_69,m,65-69,65,69,75415,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_70_74,m,70-74,70,74,50654,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_75_79,m,75-79,75,79,30829,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_80_84,m,80-84,80,84,18737,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_85_89,m,85-89,85,89,9891,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_90_94,m,90-94,90,94,4064,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_95_99,m,95-99,95,99,1010,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,M_100PLUS,m,100+,100,,200,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_00_04,all,0-4,0,4,240565,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_05_09,all,5-9,5,9,254280,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_10_14,all,10-14,10,14,246651,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_15_19,all,15-19,15,19,256029,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_20_24,all,20-24,20,24,276033,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_25_29,all,25-29,25,29,279424,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_30_34,all,30-34,30,34,291550,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_35_39,all,35-39,35,39,313839,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_40_44,all,40-44,40,44,315396,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_45_49,all,45-49,45,49,260955,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_50_54,all,50-54,50,54,242363,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_55_59,all,55-59,55,59,225229,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_60_64,all,60-64,60,64,200415,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_65_69,all,65-69,65,69,161788,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_70_74,all,70-74,70,74,111235,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_75_79,all,75-79,75,79,70070,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_80_84,all,80-84,80,84,45991,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_85_89,all,85-89,85,89,26189,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_90_94,all,90-94,90,94,11719,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_95_99,all,95-99,95,99,3313,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR32,Espírito Santo,T_100PLUS,all,100+,100,,678,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_TL,f,all,,,3589554,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_TL,m,all,,,3466941,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_TL,all,all,,,7056495,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_00_04,f,0-4,0,4,226922,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_05_09,f,5-9,5,9,242471,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_10_14,f,10-14,10,14,232415,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_15_19,f,15-19,15,19,250341,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_20_24,f,20-24,20,24,276001,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_25_29,f,25-29,25,29,284305,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_30_34,f,30-34,30,34,286189,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_35_39,f,35-39,35,39,296459,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_40_44,f,40-44,40,44,292908,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_45_49,f,45-49,45,49,253523,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_50_54,f,50-54,50,54,228298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_55_59,f,55-59,55,59,201032,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_60_64,f,60-64,60,64,167181,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_65_69,f,65-69,65,69,127997,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_70_74,f,70-74,70,74,92873,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_75_79,f,75-79,75,79,60189,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_80_84,f,80-84,80,84,38947,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_85_89,f,85-89,85,89,20119,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_90_94,f,90-94,90,94,8524,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_95_99,f,95-99,95,99,2279,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,F_100PLUS,f,100+,100,,581,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_00_04,m,0-4,0,4,234656,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_05_09,m,5-9,5,9,251601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_10_14,m,10-14,10,14,243224,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_15_19,m,15-19,15,19,258460,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_20_24,m,20-24,20,24,278317,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_25_29,m,25-29,25,29,280165,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_30_34,m,30-34,30,34,277284,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_35_39,m,35-39,35,39,283635,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_40_44,m,40-44,40,44,281193,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_45_49,m,45-49,45,49,238214,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_50_54,m,50-54,50,54,213233,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_55_59,m,55-59,55,59,181232,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_60_64,m,60-64,60,64,148363,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_65_69,m,65-69,65,69,112155,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_70_74,m,70-74,70,74,80586,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_75_79,m,75-79,75,79,51274,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_80_84,m,80-84,80,84,31307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_85_89,m,85-89,85,89,14745,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_90_94,m,90-94,90,94,5541,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_95_99,m,95-99,95,99,1434,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,M_100PLUS,m,100+,100,,322,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_00_04,all,0-4,0,4,461578,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_05_09,all,5-9,5,9,494072,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_10_14,all,10-14,10,14,475639,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_15_19,all,15-19,15,19,508801,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_20_24,all,20-24,20,24,554318,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_25_29,all,25-29,25,29,564470,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_30_34,all,30-34,30,34,563473,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_35_39,all,35-39,35,39,580094,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_40_44,all,40-44,40,44,574101,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_45_49,all,45-49,45,49,491737,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_50_54,all,50-54,50,54,441531,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_55_59,all,55-59,55,59,382264,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_60_64,all,60-64,60,64,315544,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_65_69,all,65-69,65,69,240152,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_70_74,all,70-74,70,74,173459,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_75_79,all,75-79,75,79,111463,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_80_84,all,80-84,80,84,70254,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_85_89,all,85-89,85,89,34864,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_90_94,all,90-94,90,94,14065,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_95_99,all,95-99,95,99,3713,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR52,Goiás,T_100PLUS,all,100+,100,,903,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_TL,f,all,,,3447276,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_TL,m,all,,,3329423,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_TL,all,all,,,6776699,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_00_04,f,0-4,0,4,254617,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_05_09,f,5-9,5,9,267932,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_10_14,f,10-14,10,14,284745,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_15_19,f,15-19,15,19,301482,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_20_24,f,20-24,20,24,287142,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_25_29,f,25-29,25,29,265654,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_30_34,f,30-34,30,34,271154,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_35_39,f,35-39,35,39,281311,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_40_44,f,40-44,40,44,254249,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_45_49,f,45-49,45,49,203342,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_50_54,f,50-54,50,54,177775,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_55_59,f,55-59,55,59,160707,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_60_64,f,60-64,60,64,131065,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_65_69,f,65-69,65,69,104338,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_70_74,f,70-74,70,74,78357,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_75_79,f,75-79,75,79,52725,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_80_84,f,80-84,80,84,36818,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_85_89,f,85-89,85,89,20256,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_90_94,f,90-94,90,94,8813,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_95_99,f,95-99,95,99,3188,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,F_100PLUS,f,100+,100,,1606,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_00_04,m,0-4,0,4,262482,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_05_09,m,5-9,5,9,279151,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_10_14,m,10-14,10,14,296653,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_15_19,m,15-19,15,19,311432,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_20_24,m,20-24,20,24,285307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_25_29,m,25-29,25,29,252414,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_30_34,m,30-34,30,34,251891,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_35_39,m,35-39,35,39,263674,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_40_44,m,40-44,40,44,241768,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_45_49,m,45-49,45,49,193148,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_50_54,m,50-54,50,54,165469,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_55_59,m,55-59,55,59,141239,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_60_64,m,60-64,60,64,118403,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_65_69,m,65-69,65,69,93833,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_70_74,m,70-74,70,74,70926,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_75_79,m,75-79,75,79,46780,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_80_84,m,80-84,80,84,30476,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_85_89,m,85-89,85,89,15423,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_90_94,m,90-94,90,94,6181,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_95_99,m,95-99,95,99,1908,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,M_100PLUS,m,100+,100,,865,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_00_04,all,0-4,0,4,517099,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_05_09,all,5-9,5,9,547083,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_10_14,all,10-14,10,14,581398,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_15_19,all,15-19,15,19,612914,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_20_24,all,20-24,20,24,572449,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_25_29,all,25-29,25,29,518068,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_30_34,all,30-34,30,34,523045,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_35_39,all,35-39,35,39,544985,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_40_44,all,40-44,40,44,496017,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_45_49,all,45-49,45,49,396490,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_50_54,all,50-54,50,54,343244,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_55_59,all,55-59,55,59,301946,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_60_64,all,60-64,60,64,249468,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_65_69,all,65-69,65,69,198171,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_70_74,all,70-74,70,74,149283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_75_79,all,75-79,75,79,99505,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_80_84,all,80-84,80,84,67294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_85_89,all,85-89,85,89,35679,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_90_94,all,90-94,90,94,14994,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_95_99,all,95-99,95,99,5096,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR21,Maranhão,T_100PLUS,all,100+,100,,2471,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_TL,f,all,,,1817408,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_TL,m,all,,,1841241,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_TL,all,all,,,3658649,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_00_04,f,0-4,0,4,138443,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_05_09,f,5-9,5,9,138955,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_10_14,f,10-14,10,14,129323,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_15_19,f,15-19,15,19,133010,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_20_24,f,20-24,20,24,142764,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_25_29,f,25-29,25,29,151244,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_30_34,f,30-34,30,34,149867,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_35_39,f,35-39,35,39,151615,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_40_44,f,40-44,40,44,143800,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_45_49,f,45-49,45,49,121206,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_50_54,f,50-54,50,54,106874,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_55_59,f,55-59,55,59,92032,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_60_64,f,60-64,60,64,74093,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_65_69,f,65-69,65,69,55265,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_70_74,f,70-74,70,74,37685,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_75_79,f,75-79,75,79,24308,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_80_84,f,80-84,80,84,14974,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_85_89,f,85-89,85,89,7723,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_90_94,f,90-94,90,94,3113,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_95_99,f,95-99,95,99,820,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,F_100PLUS,f,100+,100,,294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_00_04,m,0-4,0,4,143095,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_05_09,m,5-9,5,9,144518,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_10_14,m,10-14,10,14,135352,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_15_19,m,15-19,15,19,137790,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_20_24,m,20-24,20,24,146781,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_25_29,m,25-29,25,29,152478,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_30_34,m,30-34,30,34,149800,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_35_39,m,35-39,35,39,152580,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_40_44,m,40-44,40,44,144616,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_45_49,m,45-49,45,49,121088,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_50_54,m,50-54,50,54,108393,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_55_59,m,55-59,55,59,92546,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_60_64,m,60-64,60,64,74346,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_65_69,m,65-69,65,69,54703,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_70_74,m,70-74,70,74,37103,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_75_79,m,75-79,75,79,23023,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_80_84,m,80-84,80,84,13538,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_85_89,m,85-89,85,89,6257,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_90_94,m,90-94,90,94,2400,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_95_99,m,95-99,95,99,636,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,M_100PLUS,m,100+,100,,198,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_00_04,all,0-4,0,4,281538,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_05_09,all,5-9,5,9,283473,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_10_14,all,10-14,10,14,264675,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_15_19,all,15-19,15,19,270800,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_20_24,all,20-24,20,24,289545,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_25_29,all,25-29,25,29,303722,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_30_34,all,30-34,30,34,299667,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_35_39,all,35-39,35,39,304195,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_40_44,all,40-44,40,44,288416,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_45_49,all,45-49,45,49,242294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_50_54,all,50-54,50,54,215267,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_55_59,all,55-59,55,59,184578,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_60_64,all,60-64,60,64,148439,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_65_69,all,65-69,65,69,109968,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_70_74,all,70-74,70,74,74788,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_75_79,all,75-79,75,79,47331,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_80_84,all,80-84,80,84,28512,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_85_89,all,85-89,85,89,13980,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_90_94,all,90-94,90,94,5513,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_95_99,all,95-99,95,99,1456,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR51,Mato Grosso,T_100PLUS,all,100+,100,,492,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_TL,f,all,,,1400498,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_TL,m,all,,,1356515,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_TL,all,all,,,2757013,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_00_04,f,0-4,0,4,98042,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_05_09,f,5-9,5,9,102283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_10_14,f,10-14,10,14,97477,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_15_19,f,15-19,15,19,97319,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_20_24,f,20-24,20,24,103157,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_25_29,f,25-29,25,29,109412,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_30_34,f,30-34,30,34,107829,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_35_39,f,35-39,35,39,109993,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_40_44,f,40-44,40,44,107723,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_45_49,f,45-49,45,49,92824,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_50_54,f,50-54,50,54,85868,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_55_59,f,55-59,55,59,78808,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_60_64,f,60-64,60,64,66989,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_65_69,f,65-69,65,69,52134,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_70_74,f,70-74,70,74,36453,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_75_79,f,75-79,75,79,24638,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_80_84,f,80-84,80,84,15646,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_85_89,f,85-89,85,89,8699,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_90_94,f,90-94,90,94,3761,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_95_99,f,95-99,95,99,1100,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,F_100PLUS,f,100+,100,,343,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_00_04,m,0-4,0,4,101161,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_05_09,m,5-9,5,9,105913,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_10_14,m,10-14,10,14,101916,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_15_19,m,15-19,15,19,100956,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_20_24,m,20-24,20,24,103778,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_25_29,m,25-29,25,29,107219,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_30_34,m,30-34,30,34,104625,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_35_39,m,35-39,35,39,106012,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_40_44,m,40-44,40,44,103398,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_45_49,m,45-49,45,49,87621,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_50_54,m,50-54,50,54,80880,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_55_59,m,55-59,55,59,71708,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_60_64,m,60-64,60,64,59656,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_65_69,m,65-69,65,69,46184,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_70_74,m,70-74,70,74,32266,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_75_79,m,75-79,75,79,20876,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_80_84,m,80-84,80,84,12596,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_85_89,m,85-89,85,89,6430,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_90_94,m,90-94,90,94,2575,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_95_99,m,95-99,95,99,620,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,M_100PLUS,m,100+,100,,125,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_00_04,all,0-4,0,4,199203,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_05_09,all,5-9,5,9,208196,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_10_14,all,10-14,10,14,199393,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_15_19,all,15-19,15,19,198275,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_20_24,all,20-24,20,24,206935,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_25_29,all,25-29,25,29,216631,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_30_34,all,30-34,30,34,212454,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_35_39,all,35-39,35,39,216005,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_40_44,all,40-44,40,44,211121,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_45_49,all,45-49,45,49,180445,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_50_54,all,50-54,50,54,166748,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_55_59,all,55-59,55,59,150516,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_60_64,all,60-64,60,64,126645,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_65_69,all,65-69,65,69,98318,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_70_74,all,70-74,70,74,68719,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_75_79,all,75-79,75,79,45514,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_80_84,all,80-84,80,84,28242,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_85_89,all,85-89,85,89,15129,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_90_94,all,90-94,90,94,6336,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_95_99,all,95-99,95,99,1720,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR50,Mato Grosso do Sul,T_100PLUS,all,100+,100,,468,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_TL,f,all,,,10524280,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_TL,m,all,,,10015709,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_TL,all,all,,,20539989,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_00_04,f,0-4,0,4,583742,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_05_09,f,5-9,5,9,617296,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_10_14,f,10-14,10,14,618090,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_15_19,f,15-19,15,19,670858,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_20_24,f,20-24,20,24,758055,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_25_29,f,25-29,25,29,772492,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_30_34,f,30-34,30,34,781751,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_35_39,f,35-39,35,39,810162,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_40_44,f,40-44,40,44,833623,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_45_49,f,45-49,45,49,717858,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_50_54,f,50-54,50,54,690825,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_55_59,f,55-59,55,59,664500,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_60_64,f,60-64,60,64,590542,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_65_69,f,65-69,65,69,478163,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_70_74,f,70-74,70,74,357249,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_75_79,f,75-79,75,79,246926,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_80_84,f,80-84,80,84,168961,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_85_89,f,85-89,85,89,99891,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_90_94,f,90-94,90,94,46355,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_95_99,f,95-99,95,99,13946,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,F_100PLUS,f,100+,100,,2995,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_00_04,m,0-4,0,4,603282,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_05_09,m,5-9,5,9,640292,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_10_14,m,10-14,10,14,645217,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_15_19,m,15-19,15,19,692733,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_20_24,m,20-24,20,24,768502,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_25_29,m,25-29,25,29,763617,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_30_34,m,30-34,30,34,759089,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_35_39,m,35-39,35,39,775297,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_40_44,m,40-44,40,44,797074,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_45_49,m,45-49,45,49,675025,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_50_54,m,50-54,50,54,642111,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_55_59,m,55-59,55,59,598562,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_60_64,m,60-64,60,64,526302,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_65_69,m,65-69,65,69,418203,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_70_74,m,70-74,70,74,301148,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_75_79,m,75-79,75,79,194440,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_80_84,m,80-84,80,84,120984,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_85_89,m,85-89,85,89,61931,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_90_94,m,90-94,90,94,24691,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_95_99,m,95-99,95,99,6100,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,M_100PLUS,m,100+,100,,1109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_00_04,all,0-4,0,4,1187024,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_05_09,all,5-9,5,9,1257588,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_10_14,all,10-14,10,14,1263307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_15_19,all,15-19,15,19,1363591,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_20_24,all,20-24,20,24,1526557,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_25_29,all,25-29,25,29,1536109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_30_34,all,30-34,30,34,1540840,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_35_39,all,35-39,35,39,1585459,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_40_44,all,40-44,40,44,1630697,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_45_49,all,45-49,45,49,1392883,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_50_54,all,50-54,50,54,1332936,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_55_59,all,55-59,55,59,1263062,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_60_64,all,60-64,60,64,1116844,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_65_69,all,65-69,65,69,896366,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_70_74,all,70-74,70,74,658397,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_75_79,all,75-79,75,79,441366,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_80_84,all,80-84,80,84,289945,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_85_89,all,85-89,85,89,161822,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_90_94,all,90-94,90,94,71046,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_95_99,all,95-99,95,99,20046,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR31,Minas Gerais,T_100PLUS,all,100+,100,,4104,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_TL,f,all,,,5867030,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_TL,m,all,,,5577350,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_TL,all,all,,,11444380,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_00_04,f,0-4,0,4,342243,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_05_09,f,5-9,5,9,372288,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_10_14,f,10-14,10,14,360167,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_15_19,f,15-19,15,19,374283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_20_24,f,20-24,20,24,419797,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_25_29,f,25-29,25,29,445745,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_30_34,f,30-34,30,34,443806,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_35_39,f,35-39,35,39,446332,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_40_44,f,40-44,40,44,447899,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_45_49,f,45-49,45,49,403354,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_50_54,f,50-54,50,54,394505,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_55_59,f,55-59,55,59,371758,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_60_64,f,60-64,60,64,319233,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_65_69,f,65-69,65,69,257449,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_70_74,f,70-74,70,74,189390,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_75_79,f,75-79,75,79,128848,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_80_84,f,80-84,80,84,80944,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_85_89,f,85-89,85,89,44342,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_90_94,f,90-94,90,94,18842,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_95_99,f,95-99,95,99,4886,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,F_100PLUS,f,100+,100,,919,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_00_04,m,0-4,0,4,355890,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_05_09,m,5-9,5,9,387628,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_10_14,m,10-14,10,14,377081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_15_19,m,15-19,15,19,386743,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_20_24,m,20-24,20,24,426841,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_25_29,m,25-29,25,29,443286,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_30_34,m,30-34,30,34,430515,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_35_39,m,35-39,35,39,427441,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_40_44,m,40-44,40,44,425631,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_45_49,m,45-49,45,49,376195,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_50_54,m,50-54,50,54,362198,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_55_59,m,55-59,55,59,329634,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_60_64,m,60-64,60,64,275017,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_65_69,m,65-69,65,69,217601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_70_74,m,70-74,70,74,155653,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_75_79,m,75-79,75,79,100776,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_80_84,m,80-84,80,84,58636,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_85_89,m,85-89,85,89,27968,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_90_94,m,90-94,90,94,9970,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_95_99,m,95-99,95,99,2266,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,M_100PLUS,m,100+,100,,380,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_00_04,all,0-4,0,4,698133,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_05_09,all,5-9,5,9,759916,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_10_14,all,10-14,10,14,737248,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_15_19,all,15-19,15,19,761026,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_20_24,all,20-24,20,24,846638,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_25_29,all,25-29,25,29,889031,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_30_34,all,30-34,30,34,874321,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_35_39,all,35-39,35,39,873773,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_40_44,all,40-44,40,44,873530,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_45_49,all,45-49,45,49,779549,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_50_54,all,50-54,50,54,756703,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_55_59,all,55-59,55,59,701392,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_60_64,all,60-64,60,64,594250,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_65_69,all,65-69,65,69,475050,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_70_74,all,70-74,70,74,345043,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_75_79,all,75-79,75,79,229624,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_80_84,all,80-84,80,84,139580,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_85_89,all,85-89,85,89,72310,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_90_94,all,90-94,90,94,28812,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_95_99,all,95-99,95,99,7152,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR41,Paraná,T_100PLUS,all,100+,100,,1299,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_TL,f,all,,,2055832,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_TL,m,all,,,1918855,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_TL,all,all,,,3974687,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_00_04,f,0-4,0,4,130135,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_05_09,f,5-9,5,9,135380,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_10_14,f,10-14,10,14,138805,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_15_19,f,15-19,15,19,144732,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_20_24,f,20-24,20,24,150151,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_25_29,f,25-29,25,29,151017,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_30_34,f,30-34,30,34,153524,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_35_39,f,35-39,35,39,162330,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_40_44,f,40-44,40,44,158690,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_45_49,f,45-49,45,49,138679,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_50_54,f,50-54,50,54,125852,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_55_59,f,55-59,55,59,118581,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_60_64,f,60-64,60,64,95710,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_65_69,f,65-69,65,69,77604,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_70_74,f,70-74,70,74,64686,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_75_79,f,75-79,75,79,45518,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_80_84,f,80-84,80,84,33249,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_85_89,f,85-89,85,89,18385,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_90_94,f,90-94,90,94,8962,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_95_99,f,95-99,95,99,2919,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,F_100PLUS,f,100+,100,,923,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_00_04,m,0-4,0,4,134750,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_05_09,m,5-9,5,9,141221,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_10_14,m,10-14,10,14,146630,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_15_19,m,15-19,15,19,151543,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_20_24,m,20-24,20,24,151096,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_25_29,m,25-29,25,29,145127,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_30_34,m,30-34,30,34,142748,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_35_39,m,35-39,35,39,150472,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_40_44,m,40-44,40,44,146975,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_45_49,m,45-49,45,49,126489,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_50_54,m,50-54,50,54,112185,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_55_59,m,55-59,55,59,102247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_60_64,m,60-64,60,64,80981,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_65_69,m,65-69,65,69,63109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_70_74,m,70-74,70,74,49710,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_75_79,m,75-79,75,79,33350,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_80_84,m,80-84,80,84,22537,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_85_89,m,85-89,85,89,11085,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_90_94,m,90-94,90,94,4642,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_95_99,m,95-99,95,99,1551,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,M_100PLUS,m,100+,100,,407,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_00_04,all,0-4,0,4,264885,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_05_09,all,5-9,5,9,276601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_10_14,all,10-14,10,14,285435,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_15_19,all,15-19,15,19,296275,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_20_24,all,20-24,20,24,301247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_25_29,all,25-29,25,29,296144,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_30_34,all,30-34,30,34,296272,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_35_39,all,35-39,35,39,312802,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_40_44,all,40-44,40,44,305665,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_45_49,all,45-49,45,49,265168,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_50_54,all,50-54,50,54,238037,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_55_59,all,55-59,55,59,220828,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_60_64,all,60-64,60,64,176691,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_65_69,all,65-69,65,69,140713,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_70_74,all,70-74,70,74,114396,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_75_79,all,75-79,75,79,78868,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_80_84,all,80-84,80,84,55786,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_85_89,all,85-89,85,89,29470,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_90_94,all,90-94,90,94,13604,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_95_99,all,95-99,95,99,4470,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR25,Paraíba,T_100PLUS,all,100+,100,,1330,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_TL,f,all,,,4068318,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_TL,m,all,,,4051813,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_TL,all,all,,,8120131,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_00_04,f,0-4,0,4,311310,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_05_09,f,5-9,5,9,328088,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_10_14,f,10-14,10,14,336152,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_15_19,f,15-19,15,19,357210,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_20_24,f,20-24,20,24,351593,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_25_29,f,25-29,25,29,337315,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_30_34,f,30-34,30,34,327297,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_35_39,f,35-39,35,39,330427,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_40_44,f,40-44,40,44,303188,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_45_49,f,45-49,45,49,245198,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_50_54,f,50-54,50,54,209466,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_55_59,f,55-59,55,59,176004,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_60_64,f,60-64,60,64,145300,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_65_69,f,65-69,65,69,112271,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_70_74,f,70-74,70,74,78933,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_75_79,f,75-79,75,79,53433,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_80_84,f,80-84,80,84,34150,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_85_89,f,85-89,85,89,18871,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_90_94,f,90-94,90,94,8238,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_95_99,f,95-99,95,99,2687,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,F_100PLUS,f,100+,100,,1187,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_00_04,m,0-4,0,4,320735,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_05_09,m,5-9,5,9,341532,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_10_14,m,10-14,10,14,353125,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_15_19,m,15-19,15,19,369568,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_20_24,m,20-24,20,24,356294,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_25_29,m,25-29,25,29,328649,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_30_34,m,30-34,30,34,313245,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_35_39,m,35-39,35,39,320262,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_40_44,m,40-44,40,44,301426,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_45_49,m,45-49,45,49,245005,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_50_54,m,50-54,50,54,209895,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_55_59,m,55-59,55,59,170815,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_60_64,m,60-64,60,64,141998,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_65_69,m,65-69,65,69,107810,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_70_74,m,70-74,70,74,75307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_75_79,m,75-79,75,79,47888,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_80_84,m,80-84,80,84,28030,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_85_89,m,85-89,85,89,13178,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_90_94,m,90-94,90,94,5126,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_95_99,m,95-99,95,99,1448,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,M_100PLUS,m,100+,100,,477,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_00_04,all,0-4,0,4,632045,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_05_09,all,5-9,5,9,669620,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_10_14,all,10-14,10,14,689277,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_15_19,all,15-19,15,19,726778,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_20_24,all,20-24,20,24,707887,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_25_29,all,25-29,25,29,665964,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_30_34,all,30-34,30,34,640542,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_35_39,all,35-39,35,39,650689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_40_44,all,40-44,40,44,604614,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_45_49,all,45-49,45,49,490203,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_50_54,all,50-54,50,54,419361,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_55_59,all,55-59,55,59,346819,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_60_64,all,60-64,60,64,287298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_65_69,all,65-69,65,69,220081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_70_74,all,70-74,70,74,154240,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_75_79,all,75-79,75,79,101321,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_80_84,all,80-84,80,84,62180,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_85_89,all,85-89,85,89,32049,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_90_94,all,90-94,90,94,13364,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_95_99,all,95-99,95,99,4135,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR15,Pará,T_100PLUS,all,100+,100,,1664,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_TL,f,all,,,4737611,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_TL,m,all,,,4321320,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_TL,all,all,,,9058931,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_00_04,f,0-4,0,4,292307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_05_09,f,5-9,5,9,315976,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_10_14,f,10-14,10,14,320692,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_15_19,f,15-19,15,19,337524,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_20_24,f,20-24,20,24,357075,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_25_29,f,25-29,25,29,350624,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_30_34,f,30-34,30,34,359896,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_35_39,f,35-39,35,39,374480,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_40_44,f,40-44,40,44,368646,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_45_49,f,45-49,45,49,326531,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_50_54,f,50-54,50,54,296292,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_55_59,f,55-59,55,59,270409,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_60_64,f,60-64,60,64,226029,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_65_69,f,65-69,65,69,179088,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_70_74,f,70-74,70,74,140770,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_75_79,f,75-79,75,79,96454,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_80_84,f,80-84,80,84,65987,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_85_89,f,85-89,85,89,35728,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_90_94,f,90-94,90,94,16305,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_95_99,f,95-99,95,99,5246,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,F_100PLUS,f,100+,100,,1552,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_00_04,m,0-4,0,4,300904,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_05_09,m,5-9,5,9,329093,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_10_14,m,10-14,10,14,335707,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_15_19,m,15-19,15,19,348046,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_20_24,m,20-24,20,24,355843,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_25_29,m,25-29,25,29,330119,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_30_34,m,30-34,30,34,325806,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_35_39,m,35-39,35,39,335186,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_40_44,m,40-44,40,44,333035,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_45_49,m,45-49,45,49,286701,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_50_54,m,50-54,50,54,254204,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_55_59,m,55-59,55,59,221676,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_60_64,m,60-64,60,64,182730,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_65_69,m,65-69,65,69,137093,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_70_74,m,70-74,70,74,103789,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_75_79,m,75-79,75,79,67844,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_80_84,m,80-84,80,84,42172,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_85_89,m,85-89,85,89,20167,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_90_94,m,90-94,90,94,8158,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_95_99,m,95-99,95,99,2458,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,M_100PLUS,m,100+,100,,589,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_00_04,all,0-4,0,4,593211,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_05_09,all,5-9,5,9,645069,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_10_14,all,10-14,10,14,656399,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_15_19,all,15-19,15,19,685570,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_20_24,all,20-24,20,24,712918,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_25_29,all,25-29,25,29,680743,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_30_34,all,30-34,30,34,685702,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_35_39,all,35-39,35,39,709666,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_40_44,all,40-44,40,44,701681,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_45_49,all,45-49,45,49,613232,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_50_54,all,50-54,50,54,550496,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_55_59,all,55-59,55,59,492085,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_60_64,all,60-64,60,64,408759,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_65_69,all,65-69,65,69,316181,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_70_74,all,70-74,70,74,244559,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_75_79,all,75-79,75,79,164298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_80_84,all,80-84,80,84,108159,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_85_89,all,85-89,85,89,55895,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_90_94,all,90-94,90,94,24463,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_95_99,all,95-99,95,99,7704,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR26,Pernambuco,T_100PLUS,all,100+,100,,2141,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_TL,f,all,,,1670597,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_TL,m,all,,,1600602,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_TL,all,all,,,3271199,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_00_04,f,0-4,0,4,106248,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_05_09,f,5-9,5,9,110949,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_10_14,f,10-14,10,14,116577,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_15_19,f,15-19,15,19,125844,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_20_24,f,20-24,20,24,128673,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_25_29,f,25-29,25,29,122311,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_30_34,f,30-34,30,34,126179,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_35_39,f,35-39,35,39,135801,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_40_44,f,40-44,40,44,128343,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_45_49,f,45-49,45,49,109783,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_50_54,f,50-54,50,54,97665,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_55_59,f,55-59,55,59,93353,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_60_64,f,60-64,60,64,77283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_65_69,f,65-69,65,69,61303,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_70_74,f,70-74,70,74,50605,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_75_79,f,75-79,75,79,34395,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_80_84,f,80-84,80,84,23081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_85_89,f,85-89,85,89,13324,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_90_94,f,90-94,90,94,6357,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_95_99,f,95-99,95,99,2037,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,F_100PLUS,f,100+,100,,486,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_00_04,m,0-4,0,4,110290,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_05_09,m,5-9,5,9,115175,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_10_14,m,10-14,10,14,122695,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_15_19,m,15-19,15,19,131514,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_20_24,m,20-24,20,24,130264,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_25_29,m,25-29,25,29,119904,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_30_34,m,30-34,30,34,119846,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_35_39,m,35-39,35,39,128024,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_40_44,m,40-44,40,44,122452,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_45_49,m,45-49,45,49,103302,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_50_54,m,50-54,50,54,89813,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_55_59,m,55-59,55,59,82295,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_60_64,m,60-64,60,64,67862,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_65_69,m,65-69,65,69,52689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_70_74,m,70-74,70,74,42821,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_75_79,m,75-79,75,79,28556,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_80_84,m,80-84,80,84,18335,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_85_89,m,85-89,85,89,9204,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_90_94,m,90-94,90,94,4134,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_95_99,m,95-99,95,99,1199,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,M_100PLUS,m,100+,100,,228,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_00_04,all,0-4,0,4,216538,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_05_09,all,5-9,5,9,226124,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_10_14,all,10-14,10,14,239272,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_15_19,all,15-19,15,19,257358,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_20_24,all,20-24,20,24,258937,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_25_29,all,25-29,25,29,242215,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_30_34,all,30-34,30,34,246025,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_35_39,all,35-39,35,39,263825,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_40_44,all,40-44,40,44,250795,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_45_49,all,45-49,45,49,213085,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_50_54,all,50-54,50,54,187478,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_55_59,all,55-59,55,59,175648,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_60_64,all,60-64,60,64,145145,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_65_69,all,65-69,65,69,113992,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_70_74,all,70-74,70,74,93426,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_75_79,all,75-79,75,79,62951,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_80_84,all,80-84,80,84,41416,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_85_89,all,85-89,85,89,22528,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_90_94,all,90-94,90,94,10491,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_95_99,all,95-99,95,99,3236,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR22,Piauí,T_100PLUS,all,100+,100,,714,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_TL,f,all,,,1703967,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_TL,m,all,,,1598762,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_TL,all,all,,,3302729,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_00_04,f,0-4,0,4,100175,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_05_09,f,5-9,5,9,107831,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_10_14,f,10-14,10,14,112360,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_15_19,f,15-19,15,19,119063,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_20_24,f,20-24,20,24,126822,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_25_29,f,25-29,25,29,130696,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_30_34,f,30-34,30,34,131955,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_35_39,f,35-39,35,39,139658,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_40_44,f,40-44,40,44,132837,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_45_49,f,45-49,45,49,114701,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_50_54,f,50-54,50,54,106235,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_55_59,f,55-59,55,59,102477,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_60_64,f,60-64,60,64,80756,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_65_69,f,65-69,65,69,62491,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_70_74,f,70-74,70,74,50834,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_75_79,f,75-79,75,79,34956,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_80_84,f,80-84,80,84,25557,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_85_89,f,85-89,85,89,14309,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_90_94,f,90-94,90,94,6877,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_95_99,f,95-99,95,99,2698,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,F_100PLUS,f,100+,100,,679,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_00_04,m,0-4,0,4,104530,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_05_09,m,5-9,5,9,112456,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_10_14,m,10-14,10,14,117306,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_15_19,m,15-19,15,19,124463,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_20_24,m,20-24,20,24,128569,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_25_29,m,25-29,25,29,125815,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_30_34,m,30-34,30,34,123743,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_35_39,m,35-39,35,39,130499,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_40_44,m,40-44,40,44,123659,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_45_49,m,45-49,45,49,104631,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_50_54,m,50-54,50,54,96018,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_55_59,m,55-59,55,59,88339,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_60_64,m,60-64,60,64,69844,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_65_69,m,65-69,65,69,50858,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_70_74,m,70-74,70,74,39718,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_75_79,m,75-79,75,79,26431,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_80_84,m,80-84,80,84,17877,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_85_89,m,85-89,85,89,8740,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_90_94,m,90-94,90,94,3696,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_95_99,m,95-99,95,99,1273,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,M_100PLUS,m,100+,100,,297,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_00_04,all,0-4,0,4,204705,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_05_09,all,5-9,5,9,220287,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_10_14,all,10-14,10,14,229666,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_15_19,all,15-19,15,19,243526,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_20_24,all,20-24,20,24,255391,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_25_29,all,25-29,25,29,256511,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_30_34,all,30-34,30,34,255698,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_35_39,all,35-39,35,39,270157,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_40_44,all,40-44,40,44,256496,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_45_49,all,45-49,45,49,219332,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_50_54,all,50-54,50,54,202253,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_55_59,all,55-59,55,59,190816,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_60_64,all,60-64,60,64,150600,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_65_69,all,65-69,65,69,113349,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_70_74,all,70-74,70,74,90552,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_75_79,all,75-79,75,79,61387,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_80_84,all,80-84,80,84,43434,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_85_89,all,85-89,85,89,23049,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_90_94,all,90-94,90,94,10573,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_95_99,all,95-99,95,99,3971,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR24,Rio Grande do Norte,T_100PLUS,all,100+,100,,976,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_TL,f,all,,,5627214,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_TL,m,all,,,5255751,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_TL,all,all,,,10882965,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_00_04,f,0-4,0,4,298843,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_05_09,f,5-9,5,9,325131,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_10_14,f,10-14,10,14,308669,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_15_19,f,15-19,15,19,328536,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_20_24,f,20-24,20,24,375711,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_25_29,f,25-29,25,29,395452,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_30_34,f,30-34,30,34,403172,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_35_39,f,35-39,35,39,421822,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_40_44,f,40-44,40,44,422654,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_45_49,f,45-49,45,49,366936,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_50_54,f,50-54,50,54,367206,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_55_59,f,55-59,55,59,381955,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_60_64,f,60-64,60,64,352713,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_65_69,f,65-69,65,69,294263,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_70_74,f,70-74,70,74,228510,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_75_79,f,75-79,75,79,157501,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_80_84,f,80-84,80,84,102988,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_85_89,f,85-89,85,89,60479,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_90_94,f,90-94,90,94,26559,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_95_99,f,95-99,95,99,6885,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,F_100PLUS,f,100+,100,,1229,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_00_04,m,0-4,0,4,310948,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_05_09,m,5-9,5,9,340754,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_10_14,m,10-14,10,14,322165,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_15_19,m,15-19,15,19,340532,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_20_24,m,20-24,20,24,379935,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_25_29,m,25-29,25,29,387770,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_30_34,m,30-34,30,34,388046,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_35_39,m,35-39,35,39,402582,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_40_44,m,40-44,40,44,399959,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_45_49,m,45-49,45,49,342746,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_50_54,m,50-54,50,54,337216,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_55_59,m,55-59,55,59,340809,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_60_64,m,60-64,60,64,308803,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_65_69,m,65-69,65,69,248703,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_70_74,m,70-74,70,74,182032,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_75_79,m,75-79,75,79,114073,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_80_84,m,80-84,80,84,64852,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_85_89,m,85-89,85,89,30725,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_90_94,m,90-94,90,94,10619,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_95_99,m,95-99,95,99,2175,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,M_100PLUS,m,100+,100,,307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_00_04,all,0-4,0,4,609791,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_05_09,all,5-9,5,9,665885,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_10_14,all,10-14,10,14,630834,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_15_19,all,15-19,15,19,669068,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_20_24,all,20-24,20,24,755646,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_25_29,all,25-29,25,29,783222,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_30_34,all,30-34,30,34,791218,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_35_39,all,35-39,35,39,824404,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_40_44,all,40-44,40,44,822613,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_45_49,all,45-49,45,49,709682,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_50_54,all,50-54,50,54,704422,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_55_59,all,55-59,55,59,722764,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_60_64,all,60-64,60,64,661516,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_65_69,all,65-69,65,69,542966,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_70_74,all,70-74,70,74,410542,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_75_79,all,75-79,75,79,271574,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_80_84,all,80-84,80,84,167840,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_85_89,all,85-89,85,89,91204,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_90_94,all,90-94,90,94,37178,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_95_99,all,95-99,95,99,9060,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR43,Rio Grande do Sul,T_100PLUS,all,100+,100,,1536,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_TL,f,all,,,8477499,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_TL,m,all,,,7577675,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_TL,all,all,,,16055174,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_00_04,f,0-4,0,4,432675,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_05_09,f,5-9,5,9,498295,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_10_14,f,10-14,10,14,470169,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_15_19,f,15-19,15,19,498039,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_20_24,f,20-24,20,24,578934,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_25_29,f,25-29,25,29,600367,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_30_34,f,30-34,30,34,607630,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_35_39,f,35-39,35,39,641328,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_40_44,f,40-44,40,44,680728,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_45_49,f,45-49,45,49,589057,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_50_54,f,50-54,50,54,568264,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_55_59,f,55-59,55,59,548769,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_60_64,f,60-64,60,64,509851,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_65_69,f,65-69,65,69,428087,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_70_74,f,70-74,70,74,324420,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_75_79,f,75-79,75,79,213426,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_80_84,f,80-84,80,84,144783,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_85_89,f,85-89,85,89,86521,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_90_94,f,90-94,90,94,41789,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_95_99,f,95-99,95,99,12142,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,F_100PLUS,f,100+,100,,2225,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_00_04,m,0-4,0,4,443094,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_05_09,m,5-9,5,9,517446,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_10_14,m,10-14,10,14,494467,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_15_19,m,15-19,15,19,513939,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_20_24,m,20-24,20,24,570077,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_25_29,m,25-29,25,29,560559,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_30_34,m,30-34,30,34,554702,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_35_39,m,35-39,35,39,573236,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_40_44,m,40-44,40,44,612313,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_45_49,m,45-49,45,49,519365,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_50_54,m,50-54,50,54,494486,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_55_59,m,55-59,55,59,461606,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_60_64,m,60-64,60,64,412587,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_65_69,m,65-69,65,69,327730,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_70_74,m,70-74,70,74,235212,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_75_79,m,75-79,75,79,140230,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_80_84,m,80-84,80,84,84593,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_85_89,m,85-89,85,89,41692,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_90_94,m,90-94,90,94,16196,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_95_99,m,95-99,95,99,3658,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,M_100PLUS,m,100+,100,,487,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_00_04,all,0-4,0,4,875769,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_05_09,all,5-9,5,9,1015741,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_10_14,all,10-14,10,14,964636,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_15_19,all,15-19,15,19,1011978,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_20_24,all,20-24,20,24,1149011,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_25_29,all,25-29,25,29,1160926,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_30_34,all,30-34,30,34,1162332,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_35_39,all,35-39,35,39,1214564,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_40_44,all,40-44,40,44,1293041,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_45_49,all,45-49,45,49,1108422,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_50_54,all,50-54,50,54,1062750,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_55_59,all,55-59,55,59,1010375,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_60_64,all,60-64,60,64,922438,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_65_69,all,65-69,65,69,755817,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_70_74,all,70-74,70,74,559632,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_75_79,all,75-79,75,79,353656,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_80_84,all,80-84,80,84,229376,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_85_89,all,85-89,85,89,128213,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_90_94,all,90-94,90,94,57985,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_95_99,all,95-99,95,99,15800,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR33,Rio de Janeiro,T_100PLUS,all,100+,100,,2712,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_TL,f,all,,,793209,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_TL,m,all,,,787987,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_TL,all,all,,,1581196,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_00_04,f,0-4,0,4,55789,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_05_09,f,5-9,5,9,57632,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_10_14,f,10-14,10,14,57425,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_15_19,f,15-19,15,19,60116,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_20_24,f,20-24,20,24,62360,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_25_29,f,25-29,25,29,63935,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_30_34,f,30-34,30,34,63709,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_35_39,f,35-39,35,39,65691,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_40_44,f,40-44,40,44,63350,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_45_49,f,45-49,45,49,54514,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_50_54,f,50-54,50,54,48344,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_55_59,f,55-59,55,59,42038,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_60_64,f,60-64,60,64,33780,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_65_69,f,65-69,65,69,25110,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_70_74,f,70-74,70,74,17080,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_75_79,f,75-79,75,79,10685,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_80_84,f,80-84,80,84,6604,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_85_89,f,85-89,85,89,3352,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_90_94,f,90-94,90,94,1263,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_95_99,f,95-99,95,99,337,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,F_100PLUS,f,100+,100,,95,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_00_04,m,0-4,0,4,57661,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_05_09,m,5-9,5,9,59904,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_10_14,m,10-14,10,14,59741,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_15_19,m,15-19,15,19,61942,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_20_24,m,20-24,20,24,62155,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_25_29,m,25-29,25,29,62121,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_30_34,m,30-34,30,34,61525,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_35_39,m,35-39,35,39,62298,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_40_44,m,40-44,40,44,60618,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_45_49,m,45-49,45,49,52217,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_50_54,m,50-54,50,54,47558,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_55_59,m,55-59,55,59,42507,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_60_64,m,60-64,60,64,33995,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_65_69,m,65-69,65,69,25122,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_70_74,m,70-74,70,74,16948,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_75_79,m,75-79,75,79,10561,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_80_84,m,80-84,80,84,6590,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_85_89,m,85-89,85,89,3001,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_90_94,m,90-94,90,94,1188,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_95_99,m,95-99,95,99,283,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,M_100PLUS,m,100+,100,,52,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_00_04,all,0-4,0,4,113450,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_05_09,all,5-9,5,9,117536,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_10_14,all,10-14,10,14,117166,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_15_19,all,15-19,15,19,122058,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_20_24,all,20-24,20,24,124515,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_25_29,all,25-29,25,29,126056,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_30_34,all,30-34,30,34,125234,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_35_39,all,35-39,35,39,127989,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_40_44,all,40-44,40,44,123968,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_45_49,all,45-49,45,49,106731,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_50_54,all,50-54,50,54,95902,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_55_59,all,55-59,55,59,84545,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_60_64,all,60-64,60,64,67775,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_65_69,all,65-69,65,69,50232,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_70_74,all,70-74,70,74,34028,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_75_79,all,75-79,75,79,21246,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_80_84,all,80-84,80,84,13194,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_85_89,all,85-89,85,89,6353,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_90_94,all,90-94,90,94,2451,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_95_99,all,95-99,95,99,620,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR11,Rondônia,T_100PLUS,all,100+,100,,147,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_TL,f,all,,,316315,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_TL,m,all,,,320392,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_TL,all,all,,,636707,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_00_04,f,0-4,0,4,31758,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_05_09,f,5-9,5,9,30713,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_10_14,f,10-14,10,14,28288,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_15_19,f,15-19,15,19,28002,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_20_24,f,20-24,20,24,29351,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_25_29,f,25-29,25,29,28132,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_30_34,f,30-34,30,34,25129,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_35_39,f,35-39,35,39,24524,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_40_44,f,40-44,40,44,22316,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_45_49,f,45-49,45,49,17520,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_50_54,f,50-54,50,54,14070,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_55_59,f,55-59,55,59,11618,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_60_64,f,60-64,60,64,8999,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_65_69,f,65-69,65,69,6525,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_70_74,f,70-74,70,74,4154,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_75_79,f,75-79,75,79,2479,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_80_84,f,80-84,80,84,1492,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_85_89,f,85-89,85,89,757,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_90_94,f,90-94,90,94,334,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_95_99,f,95-99,95,99,114,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,F_100PLUS,f,100+,100,,40,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_00_04,m,0-4,0,4,32994,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_05_09,m,5-9,5,9,32530,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_10_14,m,10-14,10,14,29925,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_15_19,m,15-19,15,19,28873,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_20_24,m,20-24,20,24,29360,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_25_29,m,25-29,25,29,27568,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_30_34,m,30-34,30,34,24602,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_35_39,m,35-39,35,39,24419,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_40_44,m,40-44,40,44,21464,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_45_49,m,45-49,45,49,16924,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_50_54,m,50-54,50,54,14317,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_55_59,m,55-59,55,59,11850,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_60_64,m,60-64,60,64,9086,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_65_69,m,65-69,65,69,6857,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_70_74,m,70-74,70,74,4576,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_75_79,m,75-79,75,79,2570,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_80_84,m,80-84,80,84,1455,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_85_89,m,85-89,85,89,667,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_90_94,m,90-94,90,94,261,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_95_99,m,95-99,95,99,61,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,M_100PLUS,m,100+,100,,33,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_00_04,all,0-4,0,4,64752,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_05_09,all,5-9,5,9,63243,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_10_14,all,10-14,10,14,58213,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_15_19,all,15-19,15,19,56875,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_20_24,all,20-24,20,24,58711,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_25_29,all,25-29,25,29,55700,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_30_34,all,30-34,30,34,49731,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_35_39,all,35-39,35,39,48943,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_40_44,all,40-44,40,44,43780,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_45_49,all,45-49,45,49,34444,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_50_54,all,50-54,50,54,28387,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_55_59,all,55-59,55,59,23468,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_60_64,all,60-64,60,64,18085,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_65_69,all,65-69,65,69,13382,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_70_74,all,70-74,70,74,8730,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_75_79,all,75-79,75,79,5049,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_80_84,all,80-84,80,84,2947,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_85_89,all,85-89,85,89,1424,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_90_94,all,90-94,90,94,595,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_95_99,all,95-99,95,99,175,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR14,Roraima,T_100PLUS,all,100+,100,,73,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_TL,f,all,,,3859258,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_TL,m,all,,,3751103,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_TL,all,all,,,7610361,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_00_04,f,0-4,0,4,228840,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_05_09,f,5-9,5,9,239113,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_10_14,f,10-14,10,14,226977,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_15_19,f,15-19,15,19,235495,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_20_24,f,20-24,20,24,282432,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_25_29,f,25-29,25,29,310650,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_30_34,f,30-34,30,34,317628,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_35_39,f,35-39,35,39,319233,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_40_44,f,40-44,40,44,305162,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_45_49,f,45-49,45,49,258512,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_50_54,f,50-54,50,54,246411,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_55_59,f,55-59,55,59,238757,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_60_64,f,60-64,60,64,205491,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_65_69,f,65-69,65,69,160087,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_70_74,f,70-74,70,74,118537,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_75_79,f,75-79,75,79,76660,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_80_84,f,80-84,80,84,47995,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_85_89,f,85-89,85,89,26806,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_90_94,f,90-94,90,94,11225,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_95_99,f,95-99,95,99,2781,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,F_100PLUS,f,100+,100,,466,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_00_04,m,0-4,0,4,239566,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_05_09,m,5-9,5,9,250512,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_10_14,m,10-14,10,14,238202,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_15_19,m,15-19,15,19,245134,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_20_24,m,20-24,20,24,292053,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_25_29,m,25-29,25,29,312449,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_30_34,m,30-34,30,34,319361,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_35_39,m,35-39,35,39,316249,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_40_44,m,40-44,40,44,301917,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_45_49,m,45-49,45,49,248935,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_50_54,m,50-54,50,54,233481,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_55_59,m,55-59,55,59,218899,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_60_64,m,60-64,60,64,184463,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_65_69,m,65-69,65,69,138563,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_70_74,m,70-74,70,74,99148,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_75_79,m,75-79,75,79,58689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_80_84,m,80-84,80,84,32258,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_85_89,m,85-89,85,89,14855,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_90_94,m,90-94,90,94,5091,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_95_99,m,95-99,95,99,1077,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,M_100PLUS,m,100+,100,,201,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_00_04,all,0-4,0,4,468406,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_05_09,all,5-9,5,9,489625,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_10_14,all,10-14,10,14,465179,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_15_19,all,15-19,15,19,480629,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_20_24,all,20-24,20,24,574485,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_25_29,all,25-29,25,29,623099,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_30_34,all,30-34,30,34,636989,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_35_39,all,35-39,35,39,635482,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_40_44,all,40-44,40,44,607079,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_45_49,all,45-49,45,49,507447,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_50_54,all,50-54,50,54,479892,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_55_59,all,55-59,55,59,457656,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_60_64,all,60-64,60,64,389954,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_65_69,all,65-69,65,69,298650,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_70_74,all,70-74,70,74,217685,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_75_79,all,75-79,75,79,135349,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_80_84,all,80-84,80,84,80253,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_85_89,all,85-89,85,89,41661,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_90_94,all,90-94,90,94,16316,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_95_99,all,95-99,95,99,3858,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR42,Santa Catarina,T_100PLUS,all,100+,100,,667,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_TL,f,all,,,1152196,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_TL,m,all,,,1057808,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_TL,all,all,,,2210004,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_00_04,f,0-4,0,4,72551,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_05_09,f,5-9,5,9,76721,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_10_14,f,10-14,10,14,80532,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_15_19,f,15-19,15,19,85049,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_20_24,f,20-24,20,24,90758,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_25_29,f,25-29,25,29,91442,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_30_34,f,30-34,30,34,89804,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_35_39,f,35-39,35,39,94303,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_40_44,f,40-44,40,44,92295,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_45_49,f,45-49,45,49,78379,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_50_54,f,50-54,50,54,71409,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_55_59,f,55-59,55,59,63500,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_60_64,f,60-64,60,64,50220,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_65_69,f,65-69,65,69,38574,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_70_74,f,70-74,70,74,29558,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_75_79,f,75-79,75,79,20382,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_80_84,f,80-84,80,84,13670,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_85_89,f,85-89,85,89,7659,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_90_94,f,90-94,90,94,3750,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_95_99,f,95-99,95,99,1275,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,F_100PLUS,f,100+,100,,365,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_00_04,m,0-4,0,4,75459,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_05_09,m,5-9,5,9,80020,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_10_14,m,10-14,10,14,84218,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_15_19,m,15-19,15,19,87495,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_20_24,m,20-24,20,24,88110,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_25_29,m,25-29,25,29,83868,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_30_34,m,30-34,30,34,79861,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_35_39,m,35-39,35,39,83036,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_40_44,m,40-44,40,44,81990,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_45_49,m,45-49,45,49,68478,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_50_54,m,50-54,50,54,62310,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_55_59,m,55-59,55,59,53807,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_60_64,m,60-64,60,64,42397,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_65_69,m,65-69,65,69,31898,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_70_74,m,70-74,70,74,23460,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_75_79,m,75-79,75,79,15332,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_80_84,m,80-84,80,84,9014,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_85_89,m,85-89,85,89,4426,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_90_94,m,90-94,90,94,1834,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_95_99,m,95-99,95,99,629,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,M_100PLUS,m,100+,100,,166,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_00_04,all,0-4,0,4,148010,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_05_09,all,5-9,5,9,156741,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_10_14,all,10-14,10,14,164750,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_15_19,all,15-19,15,19,172544,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_20_24,all,20-24,20,24,178868,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_25_29,all,25-29,25,29,175310,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_30_34,all,30-34,30,34,169665,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_35_39,all,35-39,35,39,177339,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_40_44,all,40-44,40,44,174285,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_45_49,all,45-49,45,49,146857,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_50_54,all,50-54,50,54,133719,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_55_59,all,55-59,55,59,117307,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_60_64,all,60-64,60,64,92617,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_65_69,all,65-69,65,69,70472,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_70_74,all,70-74,70,74,53018,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_75_79,all,75-79,75,79,35714,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_80_84,all,80-84,80,84,22684,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_85_89,all,85-89,85,89,12085,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_90_94,all,90-94,90,94,5584,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_95_99,all,95-99,95,99,1904,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR28,Sergipe,T_100PLUS,all,100+,100,,531,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_TL,f,all,,,23014862,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_TL,m,all,,,21396376,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_TL,all,all,,,44411238,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_00_04,f,0-4,0,4,1211572,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_05_09,f,5-9,5,9,1360130,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_10_14,f,10-14,10,14,1334980,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_15_19,f,15-19,15,19,1396816,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_20_24,f,20-24,20,24,1584091,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_25_29,f,25-29,25,29,1655473,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_30_34,f,30-34,30,34,1730527,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_35_39,f,35-39,35,39,1873165,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_40_44,f,40-44,40,44,1902856,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_45_49,f,45-49,45,49,1639164,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_50_54,f,50-54,50,54,1534930,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_55_59,f,55-59,55,59,1433780,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_60_64,f,60-64,60,64,1294948,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_65_69,f,65-69,65,69,1054437,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_70_74,f,70-74,70,74,795497,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_75_79,f,75-79,75,79,533810,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_80_84,f,80-84,80,84,351593,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_85_89,f,85-89,85,89,203595,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_90_94,f,90-94,90,94,93907,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_95_99,f,95-99,95,99,25635,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,F_100PLUS,f,100+,100,,3956,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_00_04,m,0-4,0,4,1255998,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_05_09,m,5-9,5,9,1415247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_10_14,m,10-14,10,14,1397236,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_15_19,m,15-19,15,19,1460853,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_20_24,m,20-24,20,24,1626745,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_25_29,m,25-29,25,29,1650670,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_30_34,m,30-34,30,34,1672739,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_35_39,m,35-39,35,39,1763514,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_40_44,m,40-44,40,44,1764496,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_45_49,m,45-49,45,49,1487081,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_50_54,m,50-54,50,54,1375110,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_55_59,m,55-59,55,59,1233497,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_60_64,m,60-64,60,64,1070434,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_65_69,m,65-69,65,69,846244,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_70_74,m,70-74,70,74,608455,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_75_79,m,75-79,75,79,379387,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_80_84,m,80-84,80,84,226250,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_85_89,m,85-89,85,89,110144,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_90_94,m,90-94,90,94,41900,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_95_99,m,95-99,95,99,9237,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,M_100PLUS,m,100+,100,,1139,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_00_04,all,0-4,0,4,2467570,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_05_09,all,5-9,5,9,2775377,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_10_14,all,10-14,10,14,2732216,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_15_19,all,15-19,15,19,2857669,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_20_24,all,20-24,20,24,3210836,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_25_29,all,25-29,25,29,3306143,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_30_34,all,30-34,30,34,3403266,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_35_39,all,35-39,35,39,3636679,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_40_44,all,40-44,40,44,3667352,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_45_49,all,45-49,45,49,3126245,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_50_54,all,50-54,50,54,2910040,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_55_59,all,55-59,55,59,2667277,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_60_64,all,60-64,60,64,2365382,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_65_69,all,65-69,65,69,1900681,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_70_74,all,70-74,70,74,1403952,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_75_79,all,75-79,75,79,913197,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_80_84,all,80-84,80,84,577843,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_85_89,all,85-89,85,89,313739,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_90_94,all,90-94,90,94,135807,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_95_99,all,95-99,95,99,34872,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR35,São Paulo,T_100PLUS,all,100+,100,,5095,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_TL,f,all,,,754191,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_TL,m,all,,,757269,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_TL,all,all,,,1511460,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_00_04,f,0-4,0,4,55764,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_05_09,f,5-9,5,9,57710,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_10_14,f,10-14,10,14,58155,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_15_19,f,15-19,15,19,62003,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_20_24,f,20-24,20,24,61567,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_25_29,f,25-29,25,29,59553,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_30_34,f,30-34,30,34,58909,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_35_39,f,35-39,35,39,60865,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_40_44,f,40-44,40,44,58180,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_45_49,f,45-49,45,49,49183,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_50_54,f,50-54,50,54,41893,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_55_59,f,55-59,55,59,36545,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_60_64,f,60-64,60,64,29210,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_65_69,f,65-69,65,69,22855,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_70_74,f,70-74,70,74,16535,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_75_79,f,75-79,75,79,11317,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_80_84,f,80-84,80,84,7488,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_85_89,f,85-89,85,89,3925,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_90_94,f,90-94,90,94,1739,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_95_99,f,95-99,95,99,605,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,F_100PLUS,f,100+,100,,190,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_00_04,m,0-4,0,4,58619,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_05_09,m,5-9,5,9,59776,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_10_14,m,10-14,10,14,60962,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_15_19,m,15-19,15,19,63370,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_20_24,m,20-24,20,24,61904,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_25_29,m,25-29,25,29,58023,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_30_34,m,30-34,30,34,56035,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_35_39,m,35-39,35,39,58703,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_40_44,m,40-44,40,44,57250,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_45_49,m,45-49,45,49,49061,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_50_54,m,50-54,50,54,41924,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_55_59,m,55-59,55,59,36585,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_60_64,m,60-64,60,64,29247,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_65_69,m,65-69,65,69,23074,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_70_74,m,70-74,70,74,17518,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_75_79,m,75-79,75,79,11690,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_80_84,m,80-84,80,84,7540,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_85_89,m,85-89,85,89,3824,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_90_94,m,90-94,90,94,1588,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_95_99,m,95-99,95,99,444,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,M_100PLUS,m,100+,100,,132,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_00_04,all,0-4,0,4,114383,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_05_09,all,5-9,5,9,117486,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_10_14,all,10-14,10,14,119117,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_15_19,all,15-19,15,19,125373,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_20_24,all,20-24,20,24,123471,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_25_29,all,25-29,25,29,117576,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_30_34,all,30-34,30,34,114944,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_35_39,all,35-39,35,39,119568,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_40_44,all,40-44,40,44,115430,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_45_49,all,45-49,45,49,98244,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_50_54,all,50-54,50,54,83817,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_55_59,all,55-59,55,59,73130,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_60_64,all,60-64,60,64,58457,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_65_69,all,65-69,65,69,45929,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_70_74,all,70-74,70,74,34053,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_75_79,all,75-79,75,79,23007,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_80_84,all,80-84,80,84,15028,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_85_89,all,85-89,85,89,7749,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_90_94,all,90-94,90,94,3327,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_95_99,all,95-99,95,99,1049,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,BR17,Tocantins,T_100PLUS,all,100+,100,,322,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_TL,f,all,,,1049130,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_TL,m,all,,,1031594,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_TL,all,all,,,2080724,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_00_04,f,0-4,0,4,183315,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_05_09,f,5-9,5,9,151820,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_10_14,f,10-14,10,14,134469,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_15_19,f,15-19,15,19,103443,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_20_24,f,20-24,20,24,91257,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_25_29,f,25-29,25,29,78681,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_30_34,f,30-34,30,34,67981,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_35_39,f,35-39,35,39,55749,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_40_44,f,40-44,40,44,45956,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_45_49,f,45-49,45,49,37323,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_50_54,f,50-54,50,54,29919,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_55_59,f,55-59,55,59,23287,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_60_64,f,60-64,60,64,16855,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_65_69,f,65-69,65,69,11849,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_70_74,f,70-74,70,74,7924,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_75_79,f,75-79,75,79,4840,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,F_80PLUS,f,80+,80,,4462,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_00_04,m,0-4,0,4,193853,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_05_09,m,5-9,5,9,165287,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_10_14,m,10-14,10,14,139967,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_15_19,m,15-19,15,19,118270,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_20_24,m,20-24,20,24,90799,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_25_29,m,25-29,25,29,69075,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_30_34,m,30-34,30,34,55789,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_35_39,m,35-39,35,39,44315,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_40_44,m,40-44,40,44,35594,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_45_49,m,45-49,45,49,29606,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_50_54,m,50-54,50,54,24707,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_55_59,m,55-59,55,59,20092,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_60_64,m,60-64,60,64,14899,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_65_69,m,65-69,65,69,11098,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_70_74,m,70-74,70,74,7774,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_75_79,m,75-79,75,79,5324,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,M_80PLUS,m,80+,80,,5145,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_00_04,all,0-4,0,4,377168,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_05_09,all,5-9,5,9,317107,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_10_14,all,10-14,10,14,274436,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_15_19,all,15-19,15,19,221713,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_20_24,all,20-24,20,24,182056,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_25_29,all,25-29,25,29,147756,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_30_34,all,30-34,30,34,123770,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_35_39,all,35-39,35,39,100064,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_40_44,all,40-44,40,44,81550,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_45_49,all,45-49,45,49,66929,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_50_54,all,50-54,50,54,54626,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_55_59,all,55-59,55,59,43379,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_60_64,all,60-64,60,64,31754,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_65_69,all,65-69,65,69,22947,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_70_74,all,70-74,70,74,15698,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_75_79,all,75-79,75,79,10164,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF46,Boucle Du Mouhoun,T_80PLUS,all,80+,80,,9607,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_TL,f,all,,,473492,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_TL,m,all,,,446517,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_TL,all,all,,,920009,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_00_04,f,0-4,0,4,83100,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_05_09,f,5-9,5,9,69045,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_10_14,f,10-14,10,14,61300,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_15_19,f,15-19,15,19,49840,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_20_24,f,20-24,20,24,42500,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_25_29,f,25-29,25,29,37458,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_30_34,f,30-34,30,34,32000,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_35_39,f,35-39,35,39,25233,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_40_44,f,40-44,40,44,19477,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_45_49,f,45-49,45,49,15033,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_50_54,f,50-54,50,54,12161,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_55_59,f,55-59,55,59,9445,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_60_64,f,60-64,60,64,6552,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_65_69,f,65-69,65,69,4580,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_70_74,f,70-74,70,74,2832,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_75_79,f,75-79,75,79,1646,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,F_80PLUS,f,80+,80,,1290,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_00_04,m,0-4,0,4,86147,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_05_09,m,5-9,5,9,72773,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_10_14,m,10-14,10,14,61058,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_15_19,m,15-19,15,19,49122,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_20_24,m,20-24,20,24,37954,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_25_29,m,25-29,25,29,29825,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_30_34,m,30-34,30,34,24718,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_35_39,m,35-39,35,39,20100,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_40_44,m,40-44,40,44,15809,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_45_49,m,45-49,45,49,12636,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_50_54,m,50-54,50,54,10278,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_55_59,m,55-59,55,59,8011,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_60_64,m,60-64,60,64,6282,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_65_69,m,65-69,65,69,4858,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_70_74,m,70-74,70,74,3126,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_75_79,m,75-79,75,79,2124,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,M_80PLUS,m,80+,80,,1696,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_00_04,all,0-4,0,4,169247,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_05_09,all,5-9,5,9,141818,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_10_14,all,10-14,10,14,122358,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_15_19,all,15-19,15,19,98962,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_20_24,all,20-24,20,24,80454,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_25_29,all,25-29,25,29,67283,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_30_34,all,30-34,30,34,56718,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_35_39,all,35-39,35,39,45333,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_40_44,all,40-44,40,44,35286,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_45_49,all,45-49,45,49,27669,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_50_54,all,50-54,50,54,22439,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_55_59,all,55-59,55,59,17456,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_60_64,all,60-64,60,64,12834,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_65_69,all,65-69,65,69,9438,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_70_74,all,70-74,70,74,5958,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_75_79,all,75-79,75,79,3770,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF47,Cascades,T_80PLUS,all,80+,80,,2986,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_TL,f,all,,,1757045,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_TL,m,all,,,1752983,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_TL,all,all,,,3510028,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_00_04,f,0-4,0,4,234389,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_05_09,f,5-9,5,9,204347,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_10_14,f,10-14,10,14,198094,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_15_19,f,15-19,15,19,208129,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_20_24,f,20-24,20,24,203104,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_25_29,f,25-29,25,29,178925,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_30_34,f,30-34,30,34,146452,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_35_39,f,35-39,35,39,108334,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_40_44,f,40-44,40,44,77938,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_45_49,f,45-49,45,49,57024,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_50_54,f,50-54,50,54,42989,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_55_59,f,55-59,55,59,33740,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_60_64,f,60-64,60,64,23317,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_65_69,f,65-69,65,69,16308,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_70_74,f,70-74,70,74,10770,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_75_79,f,75-79,75,79,6619,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,F_80PLUS,f,80+,80,,6566,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_00_04,m,0-4,0,4,247747,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_05_09,m,5-9,5,9,214495,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_10_14,m,10-14,10,14,184561,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_15_19,m,15-19,15,19,172776,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_20_24,m,20-24,20,24,185482,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_25_29,m,25-29,25,29,174065,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_30_34,m,30-34,30,34,151670,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_35_39,m,35-39,35,39,119419,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_40_44,m,40-44,40,44,89680,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_45_49,m,45-49,45,49,65178,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_50_54,m,50-54,50,54,47200,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_55_59,m,55-59,55,59,35077,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_60_64,m,60-64,60,64,25110,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_65_69,m,65-69,65,69,16828,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_70_74,m,70-74,70,74,10667,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_75_79,m,75-79,75,79,6602,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,M_80PLUS,m,80+,80,,6426,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_00_04,all,0-4,0,4,482136,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_05_09,all,5-9,5,9,418842,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_10_14,all,10-14,10,14,382655,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_15_19,all,15-19,15,19,380905,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_20_24,all,20-24,20,24,388586,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_25_29,all,25-29,25,29,352990,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_30_34,all,30-34,30,34,298122,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_35_39,all,35-39,35,39,227753,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_40_44,all,40-44,40,44,167618,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_45_49,all,45-49,45,49,122202,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_50_54,all,50-54,50,54,90189,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_55_59,all,55-59,55,59,68817,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_60_64,all,60-64,60,64,48427,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_65_69,all,65-69,65,69,33136,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_70_74,all,70-74,70,74,21437,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_75_79,all,75-79,75,79,13221,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF13,Centre,T_80PLUS,all,80+,80,,12992,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_TL,f,all,,,929201,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_TL,m,all,,,819925,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_TL,all,all,,,1749126,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_00_04,f,0-4,0,4,157514,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_05_09,f,5-9,5,9,134854,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_10_14,f,10-14,10,14,114863,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_15_19,f,15-19,15,19,96205,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_20_24,f,20-24,20,24,82831,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_25_29,f,25-29,25,29,71584,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_30_34,f,30-34,30,34,59876,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_35_39,f,35-39,35,39,48787,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_40_44,f,40-44,40,44,39499,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_45_49,f,45-49,45,49,32282,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_50_54,f,50-54,50,54,25241,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_55_59,f,55-59,55,59,19476,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_60_64,f,60-64,60,64,15074,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_65_69,f,65-69,65,69,11347,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_70_74,f,70-74,70,74,8387,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_75_79,f,75-79,75,79,5386,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,F_80PLUS,f,80+,80,,5995,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_00_04,m,0-4,0,4,166595,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_05_09,m,5-9,5,9,145818,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_10_14,m,10-14,10,14,123163,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_15_19,m,15-19,15,19,89172,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_20_24,m,20-24,20,24,60521,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_25_29,m,25-29,25,29,45781,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_30_34,m,30-34,30,34,36061,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_35_39,m,35-39,35,39,30678,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_40_44,m,40-44,40,44,25466,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_45_49,m,45-49,45,49,21860,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_50_54,m,50-54,50,54,18570,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_55_59,m,55-59,55,59,15198,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_60_64,m,60-64,60,64,12543,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_65_69,m,65-69,65,69,9583,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_70_74,m,70-74,70,74,7478,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_75_79,m,75-79,75,79,5201,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,M_80PLUS,m,80+,80,,6237,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_00_04,all,0-4,0,4,324109,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_05_09,all,5-9,5,9,280672,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_10_14,all,10-14,10,14,238026,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_15_19,all,15-19,15,19,185377,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_20_24,all,20-24,20,24,143352,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_25_29,all,25-29,25,29,117365,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_30_34,all,30-34,30,34,95937,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_35_39,all,35-39,35,39,79465,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_40_44,all,40-44,40,44,64965,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_45_49,all,45-49,45,49,54142,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_50_54,all,50-54,50,54,43811,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_55_59,all,55-59,55,59,34674,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_60_64,all,60-64,60,64,27617,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_65_69,all,65-69,65,69,20930,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_70_74,all,70-74,70,74,15865,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_75_79,all,75-79,75,79,10587,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF48,Centre-Est,T_80PLUS,all,80+,80,,12232,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_TL,f,all,,,1101439,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_TL,m,all,,,984803,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_TL,all,all,,,2086242,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_00_04,f,0-4,0,4,197852,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_05_09,f,5-9,5,9,162970,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_10_14,f,10-14,10,14,143490,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_15_19,f,15-19,15,19,118246,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_20_24,f,20-24,20,24,98755,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_25_29,f,25-29,25,29,80867,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_30_34,f,30-34,30,34,67234,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_35_39,f,35-39,35,39,54858,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_40_44,f,40-44,40,44,45189,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_45_49,f,45-49,45,49,36022,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_50_54,f,50-54,50,54,28320,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_55_59,f,55-59,55,59,21966,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_60_64,f,60-64,60,64,15825,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_65_69,f,65-69,65,69,11307,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_70_74,f,70-74,70,74,8323,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_75_79,f,75-79,75,79,4786,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,F_80PLUS,f,80+,80,,5429,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_00_04,m,0-4,0,4,204879,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_05_09,m,5-9,5,9,169130,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_10_14,m,10-14,10,14,138513,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_15_19,m,15-19,15,19,105816,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_20_24,m,20-24,20,24,79131,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_25_29,m,25-29,25,29,61220,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_30_34,m,30-34,30,34,47052,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_35_39,m,35-39,35,39,37837,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_40_44,m,40-44,40,44,30201,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_45_49,m,45-49,45,49,24578,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_50_54,m,50-54,50,54,21730,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_55_59,m,55-59,55,59,18145,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_60_64,m,60-64,60,64,14204,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_65_69,m,65-69,65,69,11195,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_70_74,m,70-74,70,74,8598,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_75_79,m,75-79,75,79,5798,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,M_80PLUS,m,80+,80,,6776,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_00_04,all,0-4,0,4,402731,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_05_09,all,5-9,5,9,332100,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_10_14,all,10-14,10,14,282003,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_15_19,all,15-19,15,19,224062,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_20_24,all,20-24,20,24,177886,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_25_29,all,25-29,25,29,142087,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_30_34,all,30-34,30,34,114286,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_35_39,all,35-39,35,39,92695,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_40_44,all,40-44,40,44,75390,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_45_49,all,45-49,45,49,60600,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_50_54,all,50-54,50,54,50050,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_55_59,all,55-59,55,59,40111,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_60_64,all,60-64,60,64,30029,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_65_69,all,65-69,65,69,22502,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_70_74,all,70-74,70,74,16921,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_75_79,all,75-79,75,79,10584,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF49,Centre-Nord,T_80PLUS,all,80+,80,,12205,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_TL,f,all,,,983228,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_TL,m,all,,,845251,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_TL,all,all,,,1828479,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_00_04,f,0-4,0,4,161911,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_05_09,f,5-9,5,9,135748,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_10_14,f,10-14,10,14,121776,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_15_19,f,15-19,15,19,102453,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_20_24,f,20-24,20,24,78631,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_25_29,f,25-29,25,29,67801,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_30_34,f,30-34,30,34,61654,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_35_39,f,35-39,35,39,54231,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_40_44,f,40-44,40,44,46063,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_45_49,f,45-49,45,49,38089,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_50_54,f,50-54,50,54,31098,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_55_59,f,55-59,55,59,24979,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_60_64,f,60-64,60,64,18825,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_65_69,f,65-69,65,69,14291,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_70_74,f,70-74,70,74,10789,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_75_79,f,75-79,75,79,6862,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,F_80PLUS,f,80+,80,,8027,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_00_04,m,0-4,0,4,171293,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_05_09,m,5-9,5,9,143301,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_10_14,m,10-14,10,14,118963,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_15_19,m,15-19,15,19,98800,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_20_24,m,20-24,20,24,72215,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_25_29,m,25-29,25,29,49056,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_30_34,m,30-34,30,34,36530,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_35_39,m,35-39,35,39,30585,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_40_44,m,40-44,40,44,26007,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_45_49,m,45-49,45,49,22529,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_50_54,m,50-54,50,54,18848,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_55_59,m,55-59,55,59,15481,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_60_64,m,60-64,60,64,12226,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_65_69,m,65-69,65,69,9760,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_70_74,m,70-74,70,74,7635,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_75_79,m,75-79,75,79,5811,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,M_80PLUS,m,80+,80,,6211,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_00_04,all,0-4,0,4,333204,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_05_09,all,5-9,5,9,279049,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_10_14,all,10-14,10,14,240739,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_15_19,all,15-19,15,19,201253,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_20_24,all,20-24,20,24,150846,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_25_29,all,25-29,25,29,116857,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_30_34,all,30-34,30,34,98184,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_35_39,all,35-39,35,39,84816,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_40_44,all,40-44,40,44,72070,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_45_49,all,45-49,45,49,60618,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_50_54,all,50-54,50,54,49946,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_55_59,all,55-59,55,59,40460,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_60_64,all,60-64,60,64,31051,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_65_69,all,65-69,65,69,24051,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_70_74,all,70-74,70,74,18424,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_75_79,all,75-79,75,79,12673,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF50,Centre-Ouest,T_80PLUS,all,80+,80,,14238,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_TL,f,all,,,452088,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_TL,m,all,,,405580,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_TL,all,all,,,857668,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_00_04,f,0-4,0,4,70609,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_05_09,f,5-9,5,9,60088,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_10_14,f,10-14,10,14,54582,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_15_19,f,15-19,15,19,47050,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_20_24,f,20-24,20,24,34509,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_25_29,f,25-29,25,29,29667,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_30_34,f,30-34,30,34,28655,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_35_39,f,35-39,35,39,25670,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_40_44,f,40-44,40,44,21879,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_45_49,f,45-49,45,49,18855,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_50_54,f,50-54,50,54,16096,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_55_59,f,55-59,55,59,12883,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_60_64,f,60-64,60,64,9890,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_65_69,f,65-69,65,69,7839,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_70_74,f,70-74,70,74,5842,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_75_79,f,75-79,75,79,3664,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,F_80PLUS,f,80+,80,,4310,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_00_04,m,0-4,0,4,75888,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_05_09,m,5-9,5,9,65202,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_10_14,m,10-14,10,14,55448,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_15_19,m,15-19,15,19,46626,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_20_24,m,20-24,20,24,31036,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_25_29,m,25-29,25,29,23022,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_30_34,m,30-34,30,34,19580,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_35_39,m,35-39,35,39,16598,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_40_44,m,40-44,40,44,14077,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_45_49,m,45-49,45,49,12119,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_50_54,m,50-54,50,54,10694,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_55_59,m,55-59,55,59,9160,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_60_64,m,60-64,60,64,7344,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_65_69,m,65-69,65,69,6112,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_70_74,m,70-74,70,74,5013,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_75_79,m,75-79,75,79,3512,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,M_80PLUS,m,80+,80,,4149,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_00_04,all,0-4,0,4,146497,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_05_09,all,5-9,5,9,125290,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_10_14,all,10-14,10,14,110030,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_15_19,all,15-19,15,19,93676,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_20_24,all,20-24,20,24,65545,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_25_29,all,25-29,25,29,52689,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_30_34,all,30-34,30,34,48235,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_35_39,all,35-39,35,39,42268,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_40_44,all,40-44,40,44,35956,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_45_49,all,45-49,45,49,30974,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_50_54,all,50-54,50,54,26790,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_55_59,all,55-59,55,59,22043,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_60_64,all,60-64,60,64,17234,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_65_69,all,65-69,65,69,13951,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_70_74,all,70-74,70,74,10855,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_75_79,all,75-79,75,79,7176,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF51,Centre-Sud,T_80PLUS,all,80+,80,,8459,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_TL,f,all,,,1111761,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_TL,m,all,,,1072832,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_TL,all,all,,,2184593,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_00_04,f,0-4,0,4,221547,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_05_09,f,5-9,5,9,178934,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_10_14,f,10-14,10,14,140748,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_15_19,f,15-19,15,19,120012,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_20_24,f,20-24,20,24,102033,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_25_29,f,25-29,25,29,86629,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_30_34,f,30-34,30,34,65227,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_35_39,f,35-39,35,39,52665,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_40_44,f,40-44,40,44,40237,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_45_49,f,45-49,45,49,30721,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_50_54,f,50-54,50,54,22538,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_55_59,f,55-59,55,59,16152,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_60_64,f,60-64,60,64,11756,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_65_69,f,65-69,65,69,8080,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_70_74,f,70-74,70,74,5963,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_75_79,f,75-79,75,79,3616,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,F_80PLUS,f,80+,80,,4903,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_00_04,m,0-4,0,4,230521,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_05_09,m,5-9,5,9,189648,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_10_14,m,10-14,10,14,152595,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_15_19,m,15-19,15,19,116761,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_20_24,m,20-24,20,24,88051,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_25_29,m,25-29,25,29,68924,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_30_34,m,30-34,30,34,51286,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_35_39,m,35-39,35,39,41641,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_40_44,m,40-44,40,44,32073,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_45_49,m,45-49,45,49,25632,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_50_54,m,50-54,50,54,21279,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_55_59,m,55-59,55,59,16472,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_60_64,m,60-64,60,64,12324,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_65_69,m,65-69,65,69,8674,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_70_74,m,70-74,70,74,6390,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_75_79,m,75-79,75,79,4505,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,M_80PLUS,m,80+,80,,6056,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_00_04,all,0-4,0,4,452068,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_05_09,all,5-9,5,9,368582,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_10_14,all,10-14,10,14,293343,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_15_19,all,15-19,15,19,236773,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_20_24,all,20-24,20,24,190084,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_25_29,all,25-29,25,29,155553,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_30_34,all,30-34,30,34,116513,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_35_39,all,35-39,35,39,94306,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_40_44,all,40-44,40,44,72310,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_45_49,all,45-49,45,49,56353,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_50_54,all,50-54,50,54,43817,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_55_59,all,55-59,55,59,32624,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_60_64,all,60-64,60,64,24080,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_65_69,all,65-69,65,69,16754,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_70_74,all,70-74,70,74,12353,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_75_79,all,75-79,75,79,8121,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF52,Est,T_80PLUS,all,80+,80,,10959,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_TL,f,all,,,1272663,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_TL,m,all,,,1237835,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_TL,all,all,,,2510498,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_00_04,f,0-4,0,4,199835,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_05_09,f,5-9,5,9,177025,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_10_14,f,10-14,10,14,155595,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_15_19,f,15-19,15,19,142373,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_20_24,f,20-24,20,24,126960,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_25_29,f,25-29,25,29,107684,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_30_34,f,30-34,30,34,90210,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_35_39,f,35-39,35,39,70422,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_40_44,f,40-44,40,44,54619,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_45_49,f,45-49,45,49,42407,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_50_54,f,50-54,50,54,33147,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_55_59,f,55-59,55,59,25877,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_60_64,f,60-64,60,64,18075,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_65_69,f,65-69,65,69,12260,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_70_74,f,70-74,70,74,7698,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_75_79,f,75-79,75,79,4441,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,F_80PLUS,f,80+,80,,4035,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_00_04,m,0-4,0,4,204065,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_05_09,m,5-9,5,9,188268,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_10_14,m,10-14,10,14,161273,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_15_19,m,15-19,15,19,135813,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_20_24,m,20-24,20,24,119029,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_25_29,m,25-29,25,29,96689,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_30_34,m,30-34,30,34,78928,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_35_39,m,35-39,35,39,62857,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_40_44,m,40-44,40,44,49071,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_45_49,m,45-49,45,49,39207,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_50_54,m,50-54,50,54,30789,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_55_59,m,55-59,55,59,24047,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_60_64,m,60-64,60,64,17376,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_65_69,m,65-69,65,69,12216,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_70_74,m,70-74,70,74,8132,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_75_79,m,75-79,75,79,5294,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,M_80PLUS,m,80+,80,,4781,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_00_04,all,0-4,0,4,403900,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_05_09,all,5-9,5,9,365293,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_10_14,all,10-14,10,14,316868,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_15_19,all,15-19,15,19,278186,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_20_24,all,20-24,20,24,245989,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_25_29,all,25-29,25,29,204373,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_30_34,all,30-34,30,34,169138,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_35_39,all,35-39,35,39,133279,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_40_44,all,40-44,40,44,103690,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_45_49,all,45-49,45,49,81614,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_50_54,all,50-54,50,54,63936,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_55_59,all,55-59,55,59,49924,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_60_64,all,60-64,60,64,35451,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_65_69,all,65-69,65,69,24476,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_70_74,all,70-74,70,74,15830,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_75_79,all,75-79,75,79,9735,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF53,Hauts-Bassins,T_80PLUS,all,80+,80,,8816,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_TL,f,all,,,1005699,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_TL,m,all,,,893752,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_TL,all,all,,,1899451,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_00_04,f,0-4,0,4,179255,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_05_09,f,5-9,5,9,147456,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_10_14,f,10-14,10,14,128872,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_15_19,f,15-19,15,19,107780,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_20_24,f,20-24,20,24,86280,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_25_29,f,25-29,25,29,70603,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_30_34,f,30-34,30,34,59637,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_35_39,f,35-39,35,39,50420,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_40_44,f,40-44,40,44,42477,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_45_49,f,45-49,45,49,34027,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_50_54,f,50-54,50,54,27699,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_55_59,f,55-59,55,59,22660,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_60_64,f,60-64,60,64,16676,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_65_69,f,65-69,65,69,12264,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_70_74,f,70-74,70,74,8825,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_75_79,f,75-79,75,79,5392,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,F_80PLUS,f,80+,80,,5376,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_00_04,m,0-4,0,4,178559,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_05_09,m,5-9,5,9,148900,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_10_14,m,10-14,10,14,130585,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_15_19,m,15-19,15,19,98900,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_20_24,m,20-24,20,24,75079,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_25_29,m,25-29,25,29,56222,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_30_34,m,30-34,30,34,43314,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_35_39,m,35-39,35,39,33365,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_40_44,m,40-44,40,44,27370,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_45_49,m,45-49,45,49,22100,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_50_54,m,50-54,50,54,19870,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_55_59,m,55-59,55,59,16635,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_60_64,m,60-64,60,64,12677,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_65_69,m,65-69,65,69,9993,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_70_74,m,70-74,70,74,7977,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_75_79,m,75-79,75,79,5947,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,M_80PLUS,m,80+,80,,6259,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_00_04,all,0-4,0,4,357814,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_05_09,all,5-9,5,9,296356,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_10_14,all,10-14,10,14,259457,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_15_19,all,15-19,15,19,206680,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_20_24,all,20-24,20,24,161359,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_25_29,all,25-29,25,29,126825,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_30_34,all,30-34,30,34,102951,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_35_39,all,35-39,35,39,83785,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_40_44,all,40-44,40,44,69847,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_45_49,all,45-49,45,49,56127,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_50_54,all,50-54,50,54,47569,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_55_59,all,55-59,55,59,39295,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_60_64,all,60-64,60,64,29353,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_65_69,all,65-69,65,69,22257,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_70_74,all,70-74,70,74,16802,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_75_79,all,75-79,75,79,11339,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF54,Nord,T_80PLUS,all,80+,80,,11635,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_TL,f,all,,,572878,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_TL,m,all,,,502071,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_TL,all,all,,,1074949,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_00_04,f,0-4,0,4,96077,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_05_09,f,5-9,5,9,80002,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_10_14,f,10-14,10,14,71294,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_15_19,f,15-19,15,19,59760,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_20_24,f,20-24,20,24,46583,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_25_29,f,25-29,25,29,40080,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_30_34,f,30-34,30,34,35548,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_35_39,f,35-39,35,39,30924,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_40_44,f,40-44,40,44,25954,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_45_49,f,45-49,45,49,21631,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_50_54,f,50-54,50,54,17944,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_55_59,f,55-59,55,59,13888,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_60_64,f,60-64,60,64,10780,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_65_69,f,65-69,65,69,7968,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_70_74,f,70-74,70,74,6146,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_75_79,f,75-79,75,79,3784,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,F_80PLUS,f,80+,80,,4515,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_00_04,m,0-4,0,4,101473,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_05_09,m,5-9,5,9,84382,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_10_14,m,10-14,10,14,69676,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_15_19,m,15-19,15,19,55187,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_20_24,m,20-24,20,24,39141,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_25_29,m,25-29,25,29,29385,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_30_34,m,30-34,30,34,23267,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_35_39,m,35-39,35,39,19241,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_40_44,m,40-44,40,44,15885,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_45_49,m,45-49,45,49,13532,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_50_54,m,50-54,50,54,11866,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_55_59,m,55-59,55,59,10134,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_60_64,m,60-64,60,64,8391,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_65_69,m,65-69,65,69,6778,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_70_74,m,70-74,70,74,5433,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_75_79,m,75-79,75,79,3841,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,M_80PLUS,m,80+,80,,4459,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_00_04,all,0-4,0,4,197550,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_05_09,all,5-9,5,9,164384,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_10_14,all,10-14,10,14,140970,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_15_19,all,15-19,15,19,114947,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_20_24,all,20-24,20,24,85724,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_25_29,all,25-29,25,29,69465,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_30_34,all,30-34,30,34,58815,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_35_39,all,35-39,35,39,50165,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_40_44,all,40-44,40,44,41839,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_45_49,all,45-49,45,49,35163,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_50_54,all,50-54,50,54,29810,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_55_59,all,55-59,55,59,24022,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_60_64,all,60-64,60,64,19171,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_65_69,all,65-69,65,69,14746,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_70_74,all,70-74,70,74,11579,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_75_79,all,75-79,75,79,7625,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF55,Plateau-Central,T_80PLUS,all,80+,80,,8974,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_TL,f,all,,,599100,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_TL,m,all,,,601785,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_TL,all,all,,,1200885,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_00_04,f,0-4,0,4,107819,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_05_09,f,5-9,5,9,89275,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_10_14,f,10-14,10,14,78940,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_15_19,f,15-19,15,19,67667,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_20_24,f,20-24,20,24,56309,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_25_29,f,25-29,25,29,47841,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_30_34,f,30-34,30,34,36722,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_35_39,f,35-39,35,39,29769,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_40_44,f,40-44,40,44,23562,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_45_49,f,45-49,45,49,18506,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_50_54,f,50-54,50,54,14049,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_55_59,f,55-59,55,59,10277,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_60_64,f,60-64,60,64,6949,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_65_69,f,65-69,65,69,4942,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_70_74,f,70-74,70,74,3103,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_75_79,f,75-79,75,79,1884,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,F_80PLUS,f,80+,80,,1486,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_00_04,m,0-4,0,4,112834,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_05_09,m,5-9,5,9,96048,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_10_14,m,10-14,10,14,75959,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_15_19,m,15-19,15,19,62696,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_20_24,m,20-24,20,24,54621,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_25_29,m,25-29,25,29,45860,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_30_34,m,30-34,30,34,34177,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_35_39,m,35-39,35,39,27371,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_40_44,m,40-44,40,44,21727,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_45_49,m,45-49,45,49,17565,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_50_54,m,50-54,50,54,14962,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_55_59,m,55-59,55,59,12016,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_60_64,m,60-64,60,64,8999,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_65_69,m,65-69,65,69,6666,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_70_74,m,70-74,70,74,4292,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_75_79,m,75-79,75,79,3157,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,M_80PLUS,m,80+,80,,2835,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_00_04,all,0-4,0,4,220653,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_05_09,all,5-9,5,9,185323,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_10_14,all,10-14,10,14,154899,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_15_19,all,15-19,15,19,130363,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_20_24,all,20-24,20,24,110930,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_25_29,all,25-29,25,29,93701,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_30_34,all,30-34,30,34,70899,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_35_39,all,35-39,35,39,57140,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_40_44,all,40-44,40,44,45289,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_45_49,all,45-49,45,49,36071,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_50_54,all,50-54,50,54,29011,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_55_59,all,55-59,55,59,22293,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_60_64,all,60-64,60,64,15948,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_65_69,all,65-69,65,69,11608,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_70_74,all,70-74,70,74,7395,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_75_79,all,75-79,75,79,5041,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF56,Sahel,T_80PLUS,all,80+,80,,4321,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_TL,f,all,,,500569,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_TL,m,all,,,465694,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_TL,all,all,,,966263,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_00_04,f,0-4,0,4,81775,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_05_09,f,5-9,5,9,68767,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_10_14,f,10-14,10,14,60089,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_15_19,f,15-19,15,19,49111,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_20_24,f,20-24,20,24,43433,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_25_29,f,25-29,25,29,37803,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_30_34,f,30-34,30,34,33338,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_35_39,f,35-39,35,39,27770,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_40_44,f,40-44,40,44,23835,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_45_49,f,45-49,45,49,19782,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_50_54,f,50-54,50,54,16115,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_55_59,f,55-59,55,59,12863,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_60_64,f,60-64,60,64,9663,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_65_69,f,65-69,65,69,6957,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_70_74,f,70-74,70,74,4402,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_75_79,f,75-79,75,79,2576,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,F_80PLUS,f,80+,80,,2290,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_00_04,m,0-4,0,4,86197,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_05_09,m,5-9,5,9,73895,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_10_14,m,10-14,10,14,63366,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_15_19,m,15-19,15,19,51305,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_20_24,m,20-24,20,24,41632,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_25_29,m,25-29,25,29,32550,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_30_34,m,30-34,30,34,26150,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_35_39,m,35-39,35,39,20347,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_40_44,m,40-44,40,44,16603,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_45_49,m,45-49,45,49,13518,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_50_54,m,50-54,50,54,10850,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_55_59,m,55-59,55,59,8891,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_60_64,m,60-64,60,64,7148,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_65_69,m,65-69,65,69,5095,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_70_74,m,70-74,70,74,3570,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_75_79,m,75-79,75,79,2468,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,M_80PLUS,m,80+,80,,2109,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_00_04,all,0-4,0,4,167972,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_05_09,all,5-9,5,9,142662,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_10_14,all,10-14,10,14,123455,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_15_19,all,15-19,15,19,100416,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_20_24,all,20-24,20,24,85065,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_25_29,all,25-29,25,29,70353,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_30_34,all,30-34,30,34,59488,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_35_39,all,35-39,35,39,48117,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_40_44,all,40-44,40,44,40438,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_45_49,all,45-49,45,49,33300,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_50_54,all,50-54,50,54,26965,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_55_59,all,55-59,55,59,21754,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_60_64,all,60-64,60,64,16811,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_65_69,all,65-69,65,69,12052,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_70_74,all,70-74,70,74,7972,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_75_79,all,75-79,75,79,5044,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,BF57,Sud-Ouest,T_80PLUS,all,80+,80,,4399,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BDI,Burundi,BDI001,Bubanza,F_TL,f,all,,,263744,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_TL,m,all,,,286650,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_TL,all,all,,,550394,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_00_04,f,0-4,0,4,52847,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_05_09,f,5-9,5,9,39634,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_10_14,f,10-14,10,14,27501,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_15_19,f,15-19,15,19,27227,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_20_24,f,20-24,20,24,24200,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_25_29,f,25-29,25,29,20058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_30_34,f,30-34,30,34,16201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_35_39,f,35-39,35,39,14729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_40_44,f,40-44,40,44,10263,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_45_49,f,45-49,45,49,8417,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_50_54,f,50-54,50,54,6414,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_55_59,f,55-59,55,59,4959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_60_64,f,60-64,60,64,4307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_65_69,f,65-69,65,69,3141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_70_74,f,70-74,70,74,2156,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_75_79,f,75-79,75,79,961,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_80PLUS,f,80+,80,,729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_00_04,m,0-4,0,4,55771,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_05_09,m,5-9,5,9,41343,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_10_14,m,10-14,10,14,29041,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_15_19,m,15-19,15,19,29102,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_20_24,m,20-24,20,24,28650,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_25_29,m,25-29,25,29,24609,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_30_34,m,30-34,30,34,18473,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_35_39,m,35-39,35,39,16166,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_40_44,m,40-44,40,44,11756,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_45_49,m,45-49,45,49,9103,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_50_54,m,50-54,50,54,6975,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_55_59,m,55-59,55,59,5292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_60_64,m,60-64,60,64,4276,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_65_69,m,65-69,65,69,3055,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_70_74,m,70-74,70,74,1863,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_75_79,m,75-79,75,79,736,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_80PLUS,m,80+,80,,439,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_00_04,all,0-4,0,4,108618,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_05_09,all,5-9,5,9,80977,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_10_14,all,10-14,10,14,56542,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_15_19,all,15-19,15,19,56329,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_20_24,all,20-24,20,24,52850,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_25_29,all,25-29,25,29,44667,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_30_34,all,30-34,30,34,34674,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_35_39,all,35-39,35,39,30895,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_40_44,all,40-44,40,44,22019,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_45_49,all,45-49,45,49,17520,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_50_54,all,50-54,50,54,13389,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_55_59,all,55-59,55,59,10251,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_60_64,all,60-64,60,64,8583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_65_69,all,65-69,65,69,6196,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_70_74,all,70-74,70,74,4019,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_75_79,all,75-79,75,79,1697,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_80PLUS,all,80+,80,,1168,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_00,f,0-0,0,0,11312,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_01,f,1-1,1,1,10964,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_02,f,2-2,2,2,10607,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_03,f,3-3,3,3,10215,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_04,f,4-4,4,4,9767,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_05,f,5-5,5,5,9236,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_06,f,6-6,6,6,8612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_07,f,7-7,7,7,7928,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_08,f,8-8,8,8,7226,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_09,f,9-9,9,9,6574,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_10,f,10-10,10,10,6028,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_11,f,11-11,11,11,5624,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_12,f,12-12,12,12,5378,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_13,f,13-13,13,13,5275,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_14,f,14-14,14,14,5288,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_15,f,15-15,15,15,5368,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_16,f,16-16,16,16,5457,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_17,f,17-17,17,17,5504,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_18,f,18-18,18,18,5471,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,F_19,f,19-19,19,19,5361,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_00,m,0-0,0,0,12060,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_01,m,1-1,1,1,11619,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_02,m,2-2,2,2,11180,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_03,m,3-3,3,3,10717,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_04,m,4-4,4,4,10209,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_05,m,5-5,5,5,9630,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_06,m,6-6,6,6,8971,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_07,m,7-7,7,7,8261,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_08,m,8-8,8,8,7543,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_09,m,9-9,9,9,6883,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_10,m,10-10,10,10,6334,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_11,m,11-11,11,11,5927,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_12,m,12-12,12,12,5682,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_13,m,13-13,13,13,5583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_14,m,14-14,14,14,5601,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_15,m,15-15,15,15,5690,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_16,m,16-16,16,16,5788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_17,m,17-17,17,17,5856,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_18,m,18-18,18,18,5873,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,M_19,m,19-19,19,19,5855,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_00,all,0-0,0,0,23307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_01,all,1-1,1,1,22554,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_02,all,2-2,2,2,21788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_03,all,3-3,3,3,20959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_04,all,4-4,4,4,20017,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_05,all,5-5,5,5,18911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_06,all,6-6,6,6,17623,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_07,all,7-7,7,7,16214,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_08,all,8-8,8,8,14775,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_09,all,9-9,9,9,13444,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_10,all,10-10,10,10,12335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_11,all,11-11,11,11,11515,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_12,all,12-12,12,12,11022,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_13,all,13-13,13,13,10822,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_14,all,14-14,14,14,10863,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_15,all,15-15,15,15,11048,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_16,all,16-16,16,16,11252,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_17,all,17-17,17,17,11385,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_18,all,18-18,18,18,11383,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI001,Bubanza,T_19,all,19-19,19,19,11256,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_TL,f,all,,,498747,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_TL,m,all,,,618997,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_TL,all,all,,,1117744,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_00_04,f,0-4,0,4,80279,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_05_09,f,5-9,5,9,64985,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_10_14,f,10-14,10,14,55788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_15_19,f,15-19,15,19,60276,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_20_24,f,20-24,20,24,53939,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_25_29,f,25-29,25,29,49585,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_30_34,f,30-34,30,34,41176,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_35_39,f,35-39,35,39,27883,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_40_44,f,40-44,40,44,18823,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_45_49,f,45-49,45,49,13214,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_50_54,f,50-54,50,54,8645,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_55_59,f,55-59,55,59,7627,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_60_64,f,60-64,60,64,6037,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_65_69,f,65-69,65,69,4755,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_70_74,f,70-74,70,74,2707,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_75_79,f,75-79,75,79,1822,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_80PLUS,f,80+,80,,1206,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_00_04,m,0-4,0,4,81979,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_05_09,m,5-9,5,9,66836,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_10_14,m,10-14,10,14,55852,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_15_19,m,15-19,15,19,67099,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_20_24,m,20-24,20,24,76432,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_25_29,m,25-29,25,29,72576,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_30_34,m,30-34,30,34,62294,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_35_39,m,35-39,35,39,44568,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_40_44,m,40-44,40,44,32523,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_45_49,m,45-49,45,49,20196,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_50_54,m,50-54,50,54,13640,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_55_59,m,55-59,55,59,9938,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_60_64,m,60-64,60,64,6602,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_65_69,m,65-69,65,69,4430,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_70_74,m,70-74,70,74,2297,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_75_79,m,75-79,75,79,1024,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_80PLUS,m,80+,80,,711,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_00_04,all,0-4,0,4,162258,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_05_09,all,5-9,5,9,131821,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_10_14,all,10-14,10,14,111640,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_15_19,all,15-19,15,19,127375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_20_24,all,20-24,20,24,130371,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_25_29,all,25-29,25,29,122161,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_30_34,all,30-34,30,34,103470,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_35_39,all,35-39,35,39,72451,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_40_44,all,40-44,40,44,51346,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_45_49,all,45-49,45,49,33410,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_50_54,all,50-54,50,54,22285,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_55_59,all,55-59,55,59,17565,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_60_64,all,60-64,60,64,12639,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_65_69,all,65-69,65,69,9185,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_70_74,all,70-74,70,74,5004,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_75_79,all,75-79,75,79,2846,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_80PLUS,all,80+,80,,1917,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_00,f,0-0,0,0,17256,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_01,f,1-1,1,1,16643,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_02,f,2-2,2,2,16054,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_03,f,3-3,3,3,15471,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_04,f,4-4,4,4,14878,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_05,f,5-5,5,5,14262,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_06,f,6-6,6,6,13616,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_07,f,7-7,7,7,12957,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_08,f,8-8,8,8,12315,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_09,f,9-9,9,9,11752,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_10,f,10-10,10,10,11315,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_11,f,11-11,11,11,11058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_12,f,12-12,12,12,11005,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_13,f,13-13,13,13,11144,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_14,f,14-14,14,14,11430,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_15,f,15-15,15,15,11783,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_16,f,16-16,16,16,12077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_17,f,17-17,17,17,12220,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_18,f,18-18,18,18,12147,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,F_19,f,19-19,19,19,11880,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_00,m,0-0,0,0,17426,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_01,m,1-1,1,1,16916,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_02,m,2-2,2,2,16413,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_03,m,3-3,3,3,15898,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_04,m,4-4,4,4,15348,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_05,m,5-5,5,5,14741,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_06,m,6-6,6,6,14063,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_07,m,7-7,7,7,13340,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_08,m,8-8,8,8,12613,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_09,m,9-9,9,9,11951,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_10,m,10-10,10,10,11423,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_11,m,11-11,11,11,11087,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_12,m,12-12,12,12,10982,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_13,m,13-13,13,13,11118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_14,m,14-14,14,14,11486,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_15,m,15-15,15,15,12041,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_16,m,16-16,16,16,12718,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_17,m,17-17,17,17,13435,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_18,m,18-18,18,18,14101,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,M_19,m,19-19,19,19,14656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_00,all,0-0,0,0,34633,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_01,all,1-1,1,1,33538,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_02,all,2-2,2,2,32466,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_03,all,3-3,3,3,31388,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_04,all,4-4,4,4,30256,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_05,all,5-5,5,5,29037,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_06,all,6-6,6,6,27712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_07,all,7-7,7,7,26325,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_08,all,8-8,8,8,24943,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_09,all,9-9,9,9,23698,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_10,all,10-10,10,10,22722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_11,all,11-11,11,11,22108,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_12,all,12-12,12,12,21938,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_13,all,13-13,13,13,22203,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_14,all,14-14,14,14,22861,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_15,all,15-15,15,15,23788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_16,all,16-16,16,16,24788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_17,all,17-17,17,17,25686,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_18,all,18-18,18,18,26320,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI017,Bujumbura Mairie,T_19,all,19-19,19,19,26633,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_TL,f,all,,,397235,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_TL,m,all,,,396312,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_TL,all,all,,,793547,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_00_04,f,0-4,0,4,66827,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_05_09,f,5-9,5,9,58682,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_10_14,f,10-14,10,14,51386,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_15_19,f,15-19,15,19,43736,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_20_24,f,20-24,20,24,34193,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_25_29,f,25-29,25,29,26794,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_30_34,f,30-34,30,34,23327,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_35_39,f,35-39,35,39,20523,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_40_44,f,40-44,40,44,16977,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_45_49,f,45-49,45,49,13958,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_50_54,f,50-54,50,54,10373,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_55_59,f,55-59,55,59,9548,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_60_64,f,60-64,60,64,7585,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_65_69,f,65-69,65,69,6157,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_70_74,f,70-74,70,74,3821,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_75_79,f,75-79,75,79,2042,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_80PLUS,f,80+,80,,1306,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_00_04,m,0-4,0,4,67073,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_05_09,m,5-9,5,9,57547,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_10_14,m,10-14,10,14,50095,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_15_19,m,15-19,15,19,44166,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_20_24,m,20-24,20,24,37366,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_25_29,m,25-29,25,29,30189,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_30_34,m,30-34,30,34,24130,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_35_39,m,35-39,35,39,20237,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_40_44,m,40-44,40,44,16595,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_45_49,m,45-49,45,49,12958,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_50_54,m,50-54,50,54,9832,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_55_59,m,55-59,55,59,8612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_60_64,m,60-64,60,64,6590,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_65_69,m,65-69,65,69,5378,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_70_74,m,70-74,70,74,3237,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_75_79,m,75-79,75,79,1488,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_80PLUS,m,80+,80,,819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_00_04,all,0-4,0,4,133900,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_05_09,all,5-9,5,9,116229,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_10_14,all,10-14,10,14,101481,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_15_19,all,15-19,15,19,87902,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_20_24,all,20-24,20,24,71559,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_25_29,all,25-29,25,29,56983,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_30_34,all,30-34,30,34,47457,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_35_39,all,35-39,35,39,40760,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_40_44,all,40-44,40,44,33572,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_45_49,all,45-49,45,49,26916,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_50_54,all,50-54,50,54,20205,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_55_59,all,55-59,55,59,18160,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_60_64,all,60-64,60,64,14175,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_65_69,all,65-69,65,69,11535,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_70_74,all,70-74,70,74,7058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_75_79,all,75-79,75,79,3530,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_80PLUS,all,80+,80,,2125,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_00,f,0-0,0,0,14069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_01,f,1-1,1,1,13707,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_02,f,2-2,2,2,13357,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_03,f,3-3,3,3,13018,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_04,f,4-4,4,4,12686,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_05,f,5-5,5,5,12360,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_06,f,6-6,6,6,12040,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_07,f,7-7,7,7,11726,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_08,f,8-8,8,8,11420,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_09,f,9-9,9,9,11120,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_10,f,10-10,10,10,10835,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_11,f,11-11,11,11,10558,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_12,f,12-12,12,12,10285,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_13,f,13-13,13,13,10013,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_14,f,14-14,14,14,9732,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_15,f,15-15,15,15,9435,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_16,f,16-16,16,16,9113,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_17,f,17-17,17,17,8764,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_18,f,18-18,18,18,8388,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,F_19,f,19-19,19,19,7995,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_00,m,0-0,0,0,14252,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_01,m,1-1,1,1,13820,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_02,m,2-2,2,2,13401,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_03,m,3-3,3,3,12997,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_04,m,4-4,4,4,12601,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_05,m,5-5,5,5,12218,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_06,m,6-6,6,6,11849,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_07,m,7-7,7,7,11490,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_08,m,8-8,8,8,11151,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_09,m,9-9,9,9,10832,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_10,m,10-10,10,10,10538,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_11,m,11-11,11,11,10266,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_12,m,12-12,12,12,10020,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_13,m,13-13,13,13,9787,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_14,m,14-14,14,14,9563,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_15,m,15-15,15,15,9335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_16,m,16-16,16,16,9083,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_17,m,17-17,17,17,8811,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_18,m,18-18,18,18,8525,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,M_19,m,19-19,19,19,8246,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_00,all,0-0,0,0,28318,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_01,all,1-1,1,1,27526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_02,all,2-2,2,2,26759,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_03,all,3-3,3,3,26014,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_04,all,4-4,4,4,25289,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_05,all,5-5,5,5,24581,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_06,all,6-6,6,6,23888,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_07,all,7-7,7,7,23218,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_08,all,8-8,8,8,22571,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_09,all,9-9,9,9,21954,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_10,all,10-10,10,10,21370,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_11,all,11-11,11,11,20819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_12,all,12-12,12,12,20293,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_13,all,13-13,13,13,19787,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_14,all,14-14,14,14,19284,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_15,all,15-15,15,15,18764,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_16,all,16-16,16,16,18202,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_17,all,17-17,17,17,17591,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_18,all,18-18,18,18,16944,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI002,Bujumbura Rural,T_19,all,19-19,19,19,16281,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_TL,f,all,,,249806,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_TL,m,all,,,238409,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_TL,all,all,,,488215,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_00_04,f,0-4,0,4,36016,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_05_09,f,5-9,5,9,36776,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_10_14,f,10-14,10,14,34331,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_15_19,f,15-19,15,19,27562,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_20_24,f,20-24,20,24,21072,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_25_29,f,25-29,25,29,16058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_30_34,f,30-34,30,34,14407,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_35_39,f,35-39,35,39,13815,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_40_44,f,40-44,40,44,11393,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_45_49,f,45-49,45,49,8690,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_50_54,f,50-54,50,54,6819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_55_59,f,55-59,55,59,5777,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_60_64,f,60-64,60,64,5834,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_65_69,f,65-69,65,69,5146,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_70_74,f,70-74,70,74,2885,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_75_79,f,75-79,75,79,1729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_80PLUS,f,80+,80,,1496,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_00_04,m,0-4,0,4,36220,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_05_09,m,5-9,5,9,37856,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_10_14,m,10-14,10,14,35033,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_15_19,m,15-19,15,19,28991,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_20_24,m,20-24,20,24,21054,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_25_29,m,25-29,25,29,13618,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_30_34,m,30-34,30,34,12098,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_35_39,m,35-39,35,39,11703,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_40_44,m,40-44,40,44,9792,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_45_49,m,45-49,45,49,7861,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_50_54,m,50-54,50,54,6050,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_55_59,m,55-59,55,59,4715,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_60_64,m,60-64,60,64,4806,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_65_69,m,65-69,65,69,3815,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_70_74,m,70-74,70,74,2607,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_75_79,m,75-79,75,79,1221,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_80PLUS,m,80+,80,,969,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_00_04,all,0-4,0,4,72236,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_05_09,all,5-9,5,9,74632,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_10_14,all,10-14,10,14,69364,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_15_19,all,15-19,15,19,56553,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_20_24,all,20-24,20,24,42126,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_25_29,all,25-29,25,29,29676,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_30_34,all,30-34,30,34,26505,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_35_39,all,35-39,35,39,25518,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_40_44,all,40-44,40,44,21185,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_45_49,all,45-49,45,49,16551,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_50_54,all,50-54,50,54,12869,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_55_59,all,55-59,55,59,10492,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_60_64,all,60-64,60,64,10640,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_65_69,all,65-69,65,69,8961,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_70_74,all,70-74,70,74,5492,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_75_79,all,75-79,75,79,2950,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_80PLUS,all,80+,80,,2465,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_00,f,0-0,0,0,7108,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_01,f,1-1,1,1,7157,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_02,f,2-2,2,2,7205,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_03,f,3-3,3,3,7254,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_04,f,4-4,4,4,7299,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_05,f,5-5,5,5,7337,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_06,f,6-6,6,6,7367,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_07,f,7-7,7,7,7379,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_08,f,8-8,8,8,7369,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_09,f,9-9,9,9,7328,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_10,f,10-10,10,10,7241,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_11,f,11-11,11,11,7104,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_12,f,12-12,12,12,6910,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_13,f,13-13,13,13,6669,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_14,f,14-14,14,14,6393,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_15,f,15-15,15,15,6095,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_16,f,16-16,16,16,5795,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_17,f,17-17,17,17,5504,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_18,f,18-18,18,18,5225,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,F_19,f,19-19,19,19,4959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_00,m,0-0,0,0,7016,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_01,m,1-1,1,1,7134,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_02,m,2-2,2,2,7251,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_03,m,3-3,3,3,7364,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_04,m,4-4,4,4,7464,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_05,m,5-5,5,5,7544,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_06,m,6-6,6,6,7596,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_07,m,7-7,7,7,7611,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_08,m,8-8,8,8,7583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_09,m,9-9,9,9,7510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_10,m,10-10,10,10,7390,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_11,m,11-11,11,11,7230,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_12,m,12-12,12,12,7035,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_13,m,13-13,13,13,6811,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_14,m,14-14,14,14,6571,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_15,m,15-15,15,15,6321,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_16,m,16-16,16,16,6068,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_17,m,17-17,17,17,5812,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_18,m,18-18,18,18,5543,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,M_19,m,19-19,19,19,5260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_00,all,0-0,0,0,14119,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_01,all,1-1,1,1,14288,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_02,all,2-2,2,2,14455,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_03,all,3-3,3,3,14614,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_04,all,4-4,4,4,14761,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_05,all,5-5,5,5,14879,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_06,all,6-6,6,6,14964,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_07,all,7-7,7,7,14991,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_08,all,8-8,8,8,14956,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_09,all,9-9,9,9,14842,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_10,all,10-10,10,10,14638,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_11,all,11-11,11,11,14339,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_12,all,12-12,12,12,13948,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_13,all,13-13,13,13,13481,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_14,all,14-14,14,14,12959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_15,all,15-15,15,15,12406,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_16,all,16-16,16,16,11853,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_17,all,17-17,17,17,11306,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_18,all,18-18,18,18,10766,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI003,Bururi,T_19,all,19-19,19,19,10222,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_TL,f,all,,,199315,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_TL,m,all,,,195204,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_TL,all,all,,,394519,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_00_04,f,0-4,0,4,35217,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_05_09,f,5-9,5,9,30800,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_10_14,f,10-14,10,14,25722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_15_19,f,15-19,15,19,19602,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_20_24,f,20-24,20,24,16048,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_25_29,f,25-29,25,29,14132,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_30_34,f,30-34,30,34,12331,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_35_39,f,35-39,35,39,10153,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_40_44,f,40-44,40,44,8782,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_45_49,f,45-49,45,49,6521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_50_54,f,50-54,50,54,4948,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_55_59,f,55-59,55,59,4367,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_60_64,f,60-64,60,64,3621,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_65_69,f,65-69,65,69,3190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_70_74,f,70-74,70,74,1891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_75_79,f,75-79,75,79,1024,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_80PLUS,f,80+,80,,966,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_00_04,m,0-4,0,4,35714,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_05_09,m,5-9,5,9,31148,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_10_14,m,10-14,10,14,26436,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_15_19,m,15-19,15,19,19780,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_20_24,m,20-24,20,24,15780,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_25_29,m,25-29,25,29,12287,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_30_34,m,30-34,30,34,11381,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_35_39,m,35-39,35,39,9569,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_40_44,m,40-44,40,44,8326,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_45_49,m,45-49,45,49,6326,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_50_54,m,50-54,50,54,4997,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_55_59,m,55-59,55,59,4091,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_60_64,m,60-64,60,64,3374,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_65_69,m,65-69,65,69,2808,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_70_74,m,70-74,70,74,1733,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_75_79,m,75-79,75,79,786,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_80PLUS,m,80+,80,,668,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_00_04,all,0-4,0,4,70931,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_05_09,all,5-9,5,9,61948,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_10_14,all,10-14,10,14,52158,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_15_19,all,15-19,15,19,39382,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_20_24,all,20-24,20,24,31828,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_25_29,all,25-29,25,29,26419,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_30_34,all,30-34,30,34,23712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_35_39,all,35-39,35,39,19722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_40_44,all,40-44,40,44,17108,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_45_49,all,45-49,45,49,12847,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_50_54,all,50-54,50,54,9945,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_55_59,all,55-59,55,59,8458,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_60_64,all,60-64,60,64,6995,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_65_69,all,65-69,65,69,5998,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_70_74,all,70-74,70,74,3624,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_75_79,all,75-79,75,79,1810,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_80PLUS,all,80+,80,,1634,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_00,f,0-0,0,0,7421,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_01,f,1-1,1,1,7226,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_02,f,2-2,2,2,7038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_03,f,3-3,3,3,6855,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_04,f,4-4,4,4,6677,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_05,f,5-5,5,5,6504,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_06,f,6-6,6,6,6335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_07,f,7-7,7,7,6168,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_08,f,8-8,8,8,5996,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_09,f,9-9,9,9,5815,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_10,f,10-10,10,10,5616,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_11,f,11-11,11,11,5396,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_12,f,12-12,12,12,5153,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_13,f,13-13,13,13,4892,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_14,f,14-14,14,14,4624,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_15,f,15-15,15,15,4362,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_16,f,16-16,16,16,4118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_17,f,17-17,17,17,3899,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_18,f,18-18,18,18,3712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,F_19,f,19-19,19,19,3551,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_00,m,0-0,0,0,7599,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_01,m,1-1,1,1,7359,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_02,m,2-2,2,2,7128,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_03,m,3-3,3,3,6911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_04,m,4-4,4,4,6712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_05,m,5-5,5,5,6533,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_06,m,6-6,6,6,6373,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_07,m,7-7,7,7,6229,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_08,m,8-8,8,8,6094,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_09,m,9-9,9,9,5949,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_10,m,10-10,10,10,5776,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_11,m,11-11,11,11,5563,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_12,m,12-12,12,12,5306,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_13,m,13-13,13,13,5017,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_14,m,14-14,14,14,4712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_15,m,15-15,15,15,4418,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_16,m,16-16,16,16,4154,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_17,m,17-17,17,17,3932,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_18,m,18-18,18,18,3749,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,M_19,m,19-19,19,19,3595,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_00,all,0-0,0,0,15050,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_01,all,1-1,1,1,14598,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_02,all,2-2,2,2,14164,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_03,all,3-3,3,3,13752,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_04,all,4-4,4,4,13366,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_05,all,5-5,5,5,13011,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_06,all,6-6,6,6,12688,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_07,all,7-7,7,7,12387,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_08,all,8-8,8,8,12093,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_09,all,9-9,9,9,11780,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_10,all,10-10,10,10,11419,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_11,all,11-11,11,11,10988,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_12,all,12-12,12,12,10483,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_13,all,13-13,13,13,9920,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_14,all,14-14,14,14,9332,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_15,all,15-15,15,15,8762,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_16,all,16-16,16,16,8248,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_17,all,17-17,17,17,7807,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_18,all,18-18,18,18,7445,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI004,Cankuzo,T_19,all,19-19,19,19,7143,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_TL,f,all,,,398515,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_TL,m,all,,,402268,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_TL,all,all,,,800783,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_00_04,f,0-4,0,4,76985,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_05_09,f,5-9,5,9,62612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_10_14,f,10-14,10,14,47976,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_15_19,f,15-19,15,19,40459,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_20_24,f,20-24,20,24,34526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_25_29,f,25-29,25,29,29110,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_30_34,f,30-34,30,34,25015,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_35_39,f,35-39,35,39,21424,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_40_44,f,40-44,40,44,16615,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_45_49,f,45-49,45,49,12314,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_50_54,f,50-54,50,54,9020,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_55_59,f,55-59,55,59,7320,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_60_64,f,60-64,60,64,5942,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_65_69,f,65-69,65,69,4357,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_70_74,f,70-74,70,74,2473,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_75_79,f,75-79,75,79,1386,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_80PLUS,f,80+,80,,981,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_00_04,m,0-4,0,4,79279,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_05_09,m,5-9,5,9,64548,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_10_14,m,10-14,10,14,49778,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_15_19,m,15-19,15,19,41560,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_20_24,m,20-24,20,24,32675,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_25_29,m,25-29,25,29,27996,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_30_34,m,30-34,30,34,24526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_35_39,m,35-39,35,39,21214,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_40_44,m,40-44,40,44,17003,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_45_49,m,45-49,45,49,12818,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_50_54,m,50-54,50,54,9699,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_55_59,m,55-59,55,59,7468,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_60_64,m,60-64,60,64,5917,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_65_69,m,65-69,65,69,4225,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_70_74,m,70-74,70,74,1967,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_75_79,m,75-79,75,79,1035,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_80PLUS,m,80+,80,,560,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_00_04,all,0-4,0,4,156264,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_05_09,all,5-9,5,9,127160,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_10_14,all,10-14,10,14,97754,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_15_19,all,15-19,15,19,82019,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_20_24,all,20-24,20,24,67201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_25_29,all,25-29,25,29,57106,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_30_34,all,30-34,30,34,49541,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_35_39,all,35-39,35,39,42638,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_40_44,all,40-44,40,44,33618,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_45_49,all,45-49,45,49,25132,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_50_54,all,50-54,50,54,18719,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_55_59,all,55-59,55,59,14788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_60_64,all,60-64,60,64,11859,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_65_69,all,65-69,65,69,8582,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_70_74,all,70-74,70,74,4440,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_75_79,all,75-79,75,79,2421,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_80PLUS,all,80+,80,,1541,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_00,f,0-0,0,0,16470,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_01,f,1-1,1,1,15929,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_02,f,2-2,2,2,15403,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_03,f,3-3,3,3,14878,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_04,f,4-4,4,4,14339,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_05,f,5-5,5,5,13771,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_06,f,6-6,6,6,13164,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_07,f,7-7,7,7,12521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_08,f,8-8,8,8,11857,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_09,f,9-9,9,9,11201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_10,f,10-10,10,10,10584,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_11,f,11-11,11,11,10027,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_12,f,12-12,12,12,9545,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_13,f,13-13,13,13,9144,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_14,f,14-14,14,14,8812,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_15,f,15-15,15,15,8534,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_16,f,16-16,16,16,8295,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_17,f,17-17,17,17,8068,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_18,f,18-18,18,18,7847,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,F_19,f,19-19,19,19,7623,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_00,m,0-0,0,0,16890,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_01,m,1-1,1,1,16374,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_02,m,2-2,2,2,15867,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_03,m,3-3,3,3,15353,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_04,m,4-4,4,4,14813,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_05,m,5-5,5,5,14234,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_06,m,6-6,6,6,13597,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_07,m,7-7,7,7,12918,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_08,m,8-8,8,8,12213,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_09,m,9-9,9,9,11527,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_10,m,10-10,10,10,10891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_11,m,11-11,11,11,10340,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_12,m,12-12,12,12,9888,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_13,m,13-13,13,13,9526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_14,m,14-14,14,14,9229,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_15,m,15-15,15,15,8957,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_16,m,16-16,16,16,8666,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_17,m,17-17,17,17,8334,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_18,m,18-18,18,18,7957,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,M_19,m,19-19,19,19,7557,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_00,all,0-0,0,0,33283,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_01,all,1-1,1,1,32268,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_02,all,2-2,2,2,31271,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_03,all,3-3,3,3,30260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_04,all,4-4,4,4,29201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_05,all,5-5,5,5,28058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_06,all,6-6,6,6,26809,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_07,all,7-7,7,7,25468,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_08,all,8-8,8,8,24074,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_09,all,9-9,9,9,22704,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_10,all,10-10,10,10,21431,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_11,all,11-11,11,11,20314,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_12,all,12-12,12,12,19389,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_13,all,13-13,13,13,18639,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_14,all,14-14,14,14,18034,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_15,all,15-15,15,15,17511,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_16,all,16-16,16,16,16998,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_17,all,17-17,17,17,16449,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_18,all,18-18,18,18,15844,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI005,Cibitoke,T_19,all,19-19,19,19,15201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_TL,f,all,,,545824,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_TL,m,all,,,507455,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_TL,all,all,,,1053279,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_00_04,f,0-4,0,4,81686,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_05_09,f,5-9,5,9,69454,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_10_14,f,10-14,10,14,69930,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_15_19,f,15-19,15,19,61231,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_20_24,f,20-24,20,24,49266,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_25_29,f,25-29,25,29,40769,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_30_34,f,30-34,30,34,34347,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_35_39,f,35-39,35,39,28996,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_40_44,f,40-44,40,44,26095,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_45_49,f,45-49,45,49,20941,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_50_54,f,50-54,50,54,16372,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_55_59,f,55-59,55,59,14323,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_60_64,f,60-64,60,64,11464,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_65_69,f,65-69,65,69,9423,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_70_74,f,70-74,70,74,6012,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_75_79,f,75-79,75,79,3135,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_80PLUS,f,80+,80,,2380,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_00_04,m,0-4,0,4,82544,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_05_09,m,5-9,5,9,68911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_10_14,m,10-14,10,14,68824,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_15_19,m,15-19,15,19,57287,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_20_24,m,20-24,20,24,45376,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_25_29,m,25-29,25,29,36338,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_30_34,m,30-34,30,34,30662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_35_39,m,35-39,35,39,26145,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_40_44,m,40-44,40,44,23155,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_45_49,m,45-49,45,49,18184,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_50_54,m,50-54,50,54,14671,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_55_59,m,55-59,55,59,11745,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_60_64,m,60-64,60,64,9295,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_65_69,m,65-69,65,69,6845,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_70_74,m,70-74,70,74,4231,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_75_79,m,75-79,75,79,1934,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_80PLUS,m,80+,80,,1308,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_00_04,all,0-4,0,4,164230,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_05_09,all,5-9,5,9,138365,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_10_14,all,10-14,10,14,138754,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_15_19,all,15-19,15,19,118518,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_20_24,all,20-24,20,24,94642,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_25_29,all,25-29,25,29,77107,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_30_34,all,30-34,30,34,65009,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_35_39,all,35-39,35,39,55141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_40_44,all,40-44,40,44,49250,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_45_49,all,45-49,45,49,39125,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_50_54,all,50-54,50,54,31043,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_55_59,all,55-59,55,59,26068,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_60_64,all,60-64,60,64,20759,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_65_69,all,65-69,65,69,16268,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_70_74,all,70-74,70,74,10243,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_75_79,all,75-79,75,79,5069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_80PLUS,all,80+,80,,3688,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_00,f,0-0,0,0,18109,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_01,f,1-1,1,1,17122,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_02,f,2-2,2,2,16226,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_03,f,3-3,3,3,15437,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_04,f,4-4,4,4,14776,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_05,f,5-5,5,5,14268,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_06,f,6-6,6,6,13927,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_07,f,7-7,7,7,13754,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_08,f,8-8,8,8,13736,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_09,f,9-9,9,9,13833,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_10,f,10-10,10,10,13977,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_11,f,11-11,11,11,14097,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_12,f,12-12,12,12,14113,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_13,f,13-13,13,13,13983,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_14,f,14-14,14,14,13695,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_15,f,15-15,15,15,13281,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_16,f,16-16,16,16,12788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_17,f,17-17,17,17,12256,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_18,f,18-18,18,18,11721,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,F_19,f,19-19,19,19,11205,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_00,m,0-0,0,0,18550,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_01,m,1-1,1,1,17402,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_02,m,2-2,2,2,16369,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_03,m,3-3,3,3,15467,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_04,m,4-4,4,4,14724,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_05,m,5-5,5,5,14165,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_06,m,6-6,6,6,13806,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_07,m,7-7,7,7,13641,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_08,m,8-8,8,8,13649,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_09,m,9-9,9,9,13767,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_10,m,10-10,10,10,13915,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_11,m,11-11,11,11,13994,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_12,m,12-12,12,12,13921,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_13,m,13-13,13,13,13656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_14,m,14-14,14,14,13209,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_15,m,15-15,15,15,12640,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_16,m,16-16,16,16,12028,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_17,m,17-17,17,17,11427,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_18,m,18-18,18,18,10872,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,M_19,m,19-19,19,19,10368,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_00,all,0-0,0,0,36713,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_01,all,1-1,1,1,34553,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_02,all,2-2,2,2,32597,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_03,all,3-3,3,3,30888,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_04,all,4-4,4,4,29470,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_05,all,5-5,5,5,28390,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_06,all,6-6,6,6,27691,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_07,all,7-7,7,7,27360,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_08,all,8-8,8,8,27365,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_09,all,9-9,9,9,27598,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_10,all,10-10,10,10,27911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_11,all,11-11,11,11,28126,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_12,all,12-12,12,12,28070,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_13,all,13-13,13,13,27671,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_14,all,14-14,14,14,26925,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_15,all,15-15,15,15,25927,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_16,all,16-16,16,16,24809,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_17,all,17-17,17,17,23670,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_18,all,18-18,18,18,22583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI006,Gitega,T_19,all,19-19,19,19,21569,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_TL,f,all,,,357711,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_TL,m,all,,,338901,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_TL,all,all,,,696612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_00_04,f,0-4,0,4,62558,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_05_09,f,5-9,5,9,54521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_10_14,f,10-14,10,14,46911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_15_19,f,15-19,15,19,38912,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_20_24,f,20-24,20,24,30395,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_25_29,f,25-29,25,29,24789,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_30_34,f,30-34,30,34,20434,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_35_39,f,35-39,35,39,18203,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_40_44,f,40-44,40,44,14373,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_45_49,f,45-49,45,49,11695,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_50_54,f,50-54,50,54,9565,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_55_59,f,55-59,55,59,7616,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_60_64,f,60-64,60,64,6827,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_65_69,f,65-69,65,69,4554,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_70_74,f,70-74,70,74,3090,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_75_79,f,75-79,75,79,1668,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_80PLUS,f,80+,80,,1600,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_00_04,m,0-4,0,4,63206,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_05_09,m,5-9,5,9,55531,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_10_14,m,10-14,10,14,46663,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_15_19,m,15-19,15,19,36436,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_20_24,m,20-24,20,24,28220,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_25_29,m,25-29,25,29,22171,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_30_34,m,30-34,30,34,17811,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_35_39,m,35-39,35,39,15796,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_40_44,m,40-44,40,44,12741,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_45_49,m,45-49,45,49,10293,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_50_54,m,50-54,50,54,8681,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_55_59,m,55-59,55,59,7028,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_60_64,m,60-64,60,64,5700,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_65_69,m,65-69,65,69,3844,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_70_74,m,70-74,70,74,2526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_75_79,m,75-79,75,79,1212,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_80PLUS,m,80+,80,,1042,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_00_04,all,0-4,0,4,125764,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_05_09,all,5-9,5,9,110052,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_10_14,all,10-14,10,14,93574,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_15_19,all,15-19,15,19,75348,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_20_24,all,20-24,20,24,58615,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_25_29,all,25-29,25,29,46960,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_30_34,all,30-34,30,34,38245,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_35_39,all,35-39,35,39,33999,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_40_44,all,40-44,40,44,27114,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_45_49,all,45-49,45,49,21988,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_50_54,all,50-54,50,54,18246,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_55_59,all,55-59,55,59,14644,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_60_64,all,60-64,60,64,12527,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_65_69,all,65-69,65,69,8398,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_70_74,all,70-74,70,74,5616,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_75_79,all,75-79,75,79,2880,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_80PLUS,all,80+,80,,2642,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_00,f,0-0,0,0,13170,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_01,f,1-1,1,1,12831,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_02,f,2-2,2,2,12500,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_03,f,3-3,3,3,12183,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_04,f,4-4,4,4,11869,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_05,f,5-5,5,5,11556,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_06,f,6-6,6,6,11235,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_07,f,7-7,7,7,10910,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_08,f,8-8,8,8,10585,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_09,f,9-9,9,9,10263,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_10,f,10-10,10,10,9954,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_11,f,11-11,11,11,9656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_12,f,12-12,12,12,9368,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_13,f,13-13,13,13,9087,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_14,f,14-14,14,14,8803,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_15,f,15-15,15,15,8502,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_16,f,16-16,16,16,8173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_17,f,17-17,17,17,7813,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_18,f,18-18,18,18,7428,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,F_19,f,19-19,19,19,7039,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_00,m,0-0,0,0,13260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_01,m,1-1,1,1,12943,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_02,m,2-2,2,2,12636,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_03,m,3-3,3,3,12337,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_04,m,4-4,4,4,12038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_05,m,5-5,5,5,11740,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_06,m,6-6,6,6,11436,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_07,m,7-7,7,7,11121,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_08,m,8-8,8,8,10792,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_09,m,9-9,9,9,10451,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_10,m,10-10,10,10,10096,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_11,m,11-11,11,11,9726,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_12,m,12-12,12,12,9337,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_13,m,13-13,13,13,8935,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_14,m,14-14,14,14,8521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_15,m,15-15,15,15,8104,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_16,m,16-16,16,16,7692,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_17,m,17-17,17,17,7288,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_18,m,18-18,18,18,6900,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,M_19,m,19-19,19,19,6536,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_00,all,0-0,0,0,26451,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_01,all,1-1,1,1,25779,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_02,all,2-2,2,2,25132,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_03,all,3-3,3,3,24506,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_04,all,4-4,4,4,23891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_05,all,5-5,5,5,23276,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_06,all,6-6,6,6,22656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_07,all,7-7,7,7,22022,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_08,all,8-8,8,8,21378,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_09,all,9-9,9,9,20729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_10,all,10-10,10,10,20072,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_11,all,11-11,11,11,19408,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_12,all,12-12,12,12,18728,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_13,all,13-13,13,13,18032,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_14,all,14-14,14,14,17316,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_15,all,15-15,15,15,16586,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_16,all,16-16,16,16,15835,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_17,all,17-17,17,17,15074,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_18,all,18-18,18,18,14307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI007,Karuzi,T_19,all,19-19,19,19,13564,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_TL,f,all,,,445097,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_TL,m,all,,,419694,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_TL,all,all,,,864791,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_00_04,f,0-4,0,4,71982,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_05_09,f,5-9,5,9,65390,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_10_14,f,10-14,10,14,57443,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_15_19,f,15-19,15,19,44713,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_20_24,f,20-24,20,24,36420,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_25_29,f,25-29,25,29,31470,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_30_34,f,30-34,30,34,27013,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_35_39,f,35-39,35,39,23538,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_40_44,f,40-44,40,44,21046,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_45_49,f,45-49,45,49,16308,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_50_54,f,50-54,50,54,12902,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_55_59,f,55-59,55,59,10826,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_60_64,f,60-64,60,64,8858,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_65_69,f,65-69,65,69,7553,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_70_74,f,70-74,70,74,4790,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_75_79,f,75-79,75,79,2537,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_80PLUS,f,80+,80,,2308,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_00_04,m,0-4,0,4,72029,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_05_09,m,5-9,5,9,66157,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_10_14,m,10-14,10,14,57437,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_15_19,m,15-19,15,19,42323,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_20_24,m,20-24,20,24,32689,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_25_29,m,25-29,25,29,27783,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_30_34,m,30-34,30,34,23857,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_35_39,m,35-39,35,39,21280,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_40_44,m,40-44,40,44,18644,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_45_49,m,45-49,45,49,14739,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_50_54,m,50-54,50,54,12390,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_55_59,m,55-59,55,59,9447,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_60_64,m,60-64,60,64,7643,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_65_69,m,65-69,65,69,6116,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_70_74,m,70-74,70,74,3800,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_75_79,m,75-79,75,79,1971,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_80PLUS,m,80+,80,,1389,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_00_04,all,0-4,0,4,144011,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_05_09,all,5-9,5,9,131547,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_10_14,all,10-14,10,14,114880,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_15_19,all,15-19,15,19,87036,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_20_24,all,20-24,20,24,69109,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_25_29,all,25-29,25,29,59253,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_30_34,all,30-34,30,34,50870,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_35_39,all,35-39,35,39,44818,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_40_44,all,40-44,40,44,39690,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_45_49,all,45-49,45,49,31047,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_50_54,all,50-54,50,54,25292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_55_59,all,55-59,55,59,20273,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_60_64,all,60-64,60,64,16501,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_65_69,all,65-69,65,69,13669,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_70_74,all,70-74,70,74,8590,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_75_79,all,75-79,75,79,4508,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_80PLUS,all,80+,80,,3697,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_00,f,0-0,0,0,15036,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_01,f,1-1,1,1,14701,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_02,f,2-2,2,2,14378,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_03,f,3-3,3,3,14074,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_04,f,4-4,4,4,13789,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_05,f,5-5,5,5,13529,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_06,f,6-6,6,6,13297,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_07,f,7-7,7,7,13081,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_08,f,8-8,8,8,12872,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_09,f,9-9,9,9,12638,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_10,f,10-10,10,10,12355,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_11,f,11-11,11,11,11994,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_12,f,12-12,12,12,11547,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_13,f,13-13,13,13,11030,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_14,f,14-14,14,14,10472,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_15,f,15-15,15,15,9910,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_16,f,16-16,16,16,9380,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_17,f,17-17,17,17,8894,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_18,f,18-18,18,18,8465,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,F_19,f,19-19,19,19,8096,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_00,m,0-0,0,0,14926,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_01,m,1-1,1,1,14656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_02,m,2-2,2,2,14394,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_03,m,3-3,3,3,14145,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_04,m,4-4,4,4,13906,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_05,m,5-5,5,5,13681,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_06,m,6-6,6,6,13469,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_07,m,7-7,7,7,13261,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_08,m,8-8,8,8,13040,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_09,m,9-9,9,9,12782,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_10,m,10-10,10,10,12460,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_11,m,11-11,11,11,12049,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_12,m,12-12,12,12,11537,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_13,m,13-13,13,13,10940,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_14,m,14-14,14,14,10291,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_15,m,15-15,15,15,9631,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_16,m,16-16,16,16,9000,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_17,m,17-17,17,17,8421,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_18,m,18-18,18,18,7911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,M_19,m,19-19,19,19,7472,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_00,all,0-0,0,0,30010,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_01,all,1-1,1,1,29377,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_02,all,2-2,2,2,28772,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_03,all,3-3,3,3,28195,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_04,all,4-4,4,4,27656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_05,all,5-5,5,5,27167,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_06,all,6-6,6,6,26725,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_07,all,7-7,7,7,26313,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_08,all,8-8,8,8,25905,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_09,all,9-9,9,9,25439,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_10,all,10-10,10,10,24854,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_11,all,11-11,11,11,24096,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_12,all,12-12,12,12,23137,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_13,all,13-13,13,13,22010,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_14,all,14-14,14,14,20780,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_15,all,15-15,15,15,19535,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_16,all,16-16,16,16,18352,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_17,all,17-17,17,17,17280,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_18,all,18-18,18,18,16339,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI008,Kayanza,T_19,all,19-19,19,19,15533,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_TL,f,all,,,539233,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_TL,m,all,,,513652,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_TL,all,all,,,1052885,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_00_04,f,0-4,0,4,101107,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_05_09,f,5-9,5,9,81867,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_10_14,f,10-14,10,14,66056,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_15_19,f,15-19,15,19,48995,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_20_24,f,20-24,20,24,47260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_25_29,f,25-29,25,29,39908,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_30_34,f,30-34,30,34,34963,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_35_39,f,35-39,35,39,28437,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_40_44,f,40-44,40,44,21769,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_45_49,f,45-49,45,49,16900,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_50_54,f,50-54,50,54,13766,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_55_59,f,55-59,55,59,10563,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_60_64,f,60-64,60,64,9888,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_65_69,f,65-69,65,69,7294,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_70_74,f,70-74,70,74,5395,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_75_79,f,75-79,75,79,2806,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_80PLUS,f,80+,80,,2259,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_00_04,m,0-4,0,4,100986,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_05_09,m,5-9,5,9,81323,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_10_14,m,10-14,10,14,65570,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_15_19,m,15-19,15,19,48976,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_20_24,m,20-24,20,24,41121,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_25_29,m,25-29,25,29,35167,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_30_34,m,30-34,30,34,31992,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_35_39,m,35-39,35,39,27264,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_40_44,m,40-44,40,44,20978,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_45_49,m,45-49,45,49,17017,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_50_54,m,50-54,50,54,13112,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_55_59,m,55-59,55,59,9844,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_60_64,m,60-64,60,64,7559,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_65_69,m,65-69,65,69,6050,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_70_74,m,70-74,70,74,3510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_75_79,m,75-79,75,79,2030,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_80PLUS,m,80+,80,,1153,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_00_04,all,0-4,0,4,202093,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_05_09,all,5-9,5,9,163190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_10_14,all,10-14,10,14,131626,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_15_19,all,15-19,15,19,97971,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_20_24,all,20-24,20,24,88381,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_25_29,all,25-29,25,29,75075,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_30_34,all,30-34,30,34,66955,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_35_39,all,35-39,35,39,55701,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_40_44,all,40-44,40,44,42747,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_45_49,all,45-49,45,49,33917,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_50_54,all,50-54,50,54,26878,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_55_59,all,55-59,55,59,20407,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_60_64,all,60-64,60,64,17447,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_65_69,all,65-69,65,69,13344,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_70_74,all,70-74,70,74,8905,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_75_79,all,75-79,75,79,4836,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_80PLUS,all,80+,80,,3412,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_00,f,0-0,0,0,22407,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_01,f,1-1,1,1,21222,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_02,f,2-2,2,2,20122,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_03,f,3-3,3,3,19123,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_04,f,4-4,4,4,18234,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_05,f,5-5,5,5,17474,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_06,f,6-6,6,6,16843,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_07,f,7-7,7,7,16316,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_08,f,8-8,8,8,15856,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_09,f,9-9,9,9,15388,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_10,f,10-10,10,10,14835,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_11,f,11-11,11,11,14143,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_12,f,12-12,12,12,13294,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_13,f,13-13,13,13,12352,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_14,f,14-14,14,14,11417,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_15,f,15-15,15,15,10593,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_16,f,16-16,16,16,9974,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_17,f,17-17,17,17,9585,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_18,f,18-18,18,18,9424,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,F_19,f,19-19,19,19,9438,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_00,m,0-0,0,0,22246,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_01,m,1-1,1,1,21141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_02,m,2-2,2,2,20114,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_03,m,3-3,3,3,19168,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_04,m,4-4,4,4,18307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_05,m,5-5,5,5,17534,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_06,m,6-6,6,6,16847,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_07,m,7-7,7,7,16229,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_08,m,8-8,8,8,15662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_09,m,9-9,9,9,15102,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_10,m,10-10,10,10,14514,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_11,m,11-11,11,11,13867,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_12,m,12-12,12,12,13146,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_13,m,13-13,13,13,12376,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_14,m,14-14,14,14,11601,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_15,m,15-15,15,15,10867,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_16,m,16-16,16,16,10228,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_17,m,17-17,17,17,9694,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_18,m,18-18,18,18,9278,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,M_19,m,19-19,19,19,8953,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_00,all,0-0,0,0,44691,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_01,all,1-1,1,1,42380,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_02,all,2-2,2,2,40235,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_03,all,3-3,3,3,38273,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_04,all,4-4,4,4,36515,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_05,all,5-5,5,5,34976,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_06,all,6-6,6,6,33662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_07,all,7-7,7,7,32531,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_08,all,8-8,8,8,31520,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_09,all,9-9,9,9,30508,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_10,all,10-10,10,10,29375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_11,all,11-11,11,11,28038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_12,all,12-12,12,12,26460,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_13,all,13-13,13,13,24737,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_14,all,14-14,14,14,23008,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_15,all,15-15,15,15,21441,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_16,all,16-16,16,16,20176,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_17,all,17-17,17,17,19264,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_18,all,18-18,18,18,18697,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI009,Kirundo,T_19,all,19-19,19,19,18403,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_TL,f,all,,,400402,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_TL,m,all,,,405057,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_TL,all,all,,,805459,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_00_04,f,0-4,0,4,73573,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_05_09,f,5-9,5,9,64096,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_10_14,f,10-14,10,14,52712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_15_19,f,15-19,15,19,40109,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_20_24,f,20-24,20,24,32466,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_25_29,f,25-29,25,29,28767,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_30_34,f,30-34,30,34,24392,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_35_39,f,35-39,35,39,22715,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_40_44,f,40-44,40,44,16741,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_45_49,f,45-49,45,49,11892,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_50_54,f,50-54,50,54,8742,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_55_59,f,55-59,55,59,6798,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_60_64,f,60-64,60,64,6146,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_65_69,f,65-69,65,69,4897,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_70_74,f,70-74,70,74,3189,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_75_79,f,75-79,75,79,1687,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_80PLUS,f,80+,80,,1480,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_00_04,m,0-4,0,4,75526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_05_09,m,5-9,5,9,66005,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_10_14,m,10-14,10,14,54670,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_15_19,m,15-19,15,19,41303,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_20_24,m,20-24,20,24,31374,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_25_29,m,25-29,25,29,27207,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_30_34,m,30-34,30,34,24989,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_35_39,m,35-39,35,39,22375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_40_44,m,40-44,40,44,16631,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_45_49,m,45-49,45,49,12672,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_50_54,m,50-54,50,54,9335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_55_59,m,55-59,55,59,7114,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_60_64,m,60-64,60,64,6272,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_65_69,m,65-69,65,69,4428,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_70_74,m,70-74,70,74,2834,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_75_79,m,75-79,75,79,1241,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_80PLUS,m,80+,80,,1081,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_00_04,all,0-4,0,4,149099,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_05_09,all,5-9,5,9,130101,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_10_14,all,10-14,10,14,107382,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_15_19,all,15-19,15,19,81412,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_20_24,all,20-24,20,24,63840,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_25_29,all,25-29,25,29,55974,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_30_34,all,30-34,30,34,49381,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_35_39,all,35-39,35,39,45090,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_40_44,all,40-44,40,44,33372,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_45_49,all,45-49,45,49,24564,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_50_54,all,50-54,50,54,18077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_55_59,all,55-59,55,59,13912,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_60_64,all,60-64,60,64,12418,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_65_69,all,65-69,65,69,9325,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_70_74,all,70-74,70,74,6023,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_75_79,all,75-79,75,79,2928,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_80PLUS,all,80+,80,,2561,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_00,f,0-0,0,0,15446,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_01,f,1-1,1,1,15072,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_02,f,2-2,2,2,14709,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_03,f,3-3,3,3,14353,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_04,f,4-4,4,4,13993,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_05,f,5-5,5,5,13625,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_06,f,6-6,6,6,13238,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_07,f,7-7,7,7,12835,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_08,f,8-8,8,8,12417,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_09,f,9-9,9,9,11986,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_10,f,10-10,10,10,11540,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_11,f,11-11,11,11,11069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_12,f,12-12,12,12,10566,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_13,f,13-13,13,13,10036,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_14,f,14-14,14,14,9494,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_15,f,15-15,15,15,8959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_16,f,16-16,16,16,8446,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_17,f,17-17,17,17,7973,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_18,f,18-18,18,18,7548,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,F_19,f,19-19,19,19,7177,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_00,m,0-0,0,0,15828,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_01,m,1-1,1,1,15459,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_02,m,2-2,2,2,15101,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_03,m,3-3,3,3,14746,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_04,m,4-4,4,4,14387,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_05,m,5-5,5,5,14017,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_06,m,6-6,6,6,13628,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_07,m,7-7,7,7,13222,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_08,m,8-8,8,8,12799,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_09,m,9-9,9,9,12365,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_10,m,10-10,10,10,11919,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_11,m,11-11,11,11,11452,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_12,m,12-12,12,12,10956,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_13,m,13-13,13,13,10433,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_14,m,14-14,14,14,9884,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_15,m,15-15,15,15,9324,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_16,m,16-16,16,16,8767,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_17,m,17-17,17,17,8231,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_18,m,18-18,18,18,7725,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,M_19,m,19-19,19,19,7262,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_00,all,0-0,0,0,31281,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_01,all,1-1,1,1,30536,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_02,all,2-2,2,2,29810,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_03,all,3-3,3,3,29097,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_04,all,4-4,4,4,28375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_05,all,5-5,5,5,27636,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_06,all,6-6,6,6,26861,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_07,all,7-7,7,7,26049,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_08,all,8-8,8,8,25211,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_09,all,9-9,9,9,24349,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_10,all,10-10,10,10,23458,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_11,all,11-11,11,11,22524,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_12,all,12-12,12,12,21531,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_13,all,13-13,13,13,20478,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_14,all,14-14,14,14,19387,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_15,all,15-15,15,15,18289,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_16,all,16-16,16,16,17220,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_17,all,17-17,17,17,16203,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_18,all,18-18,18,18,15267,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI010,Makamba,T_19,all,19-19,19,19,14430,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_TL,f,all,,,218058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_TL,m,all,,,202023,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_TL,all,all,,,420081,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_00_04,f,0-4,0,4,33537,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_05_09,f,5-9,5,9,29354,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_10_14,f,10-14,10,14,27708,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_15_19,f,15-19,15,19,23925,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_20_24,f,20-24,20,24,19376,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_25_29,f,25-29,25,29,16077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_30_34,f,30-34,30,34,12735,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_35_39,f,35-39,35,39,11185,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_40_44,f,40-44,40,44,9907,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_45_49,f,45-49,45,49,8383,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_50_54,f,50-54,50,54,6482,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_55_59,f,55-59,55,59,6105,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_60_64,f,60-64,60,64,4439,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_65_69,f,65-69,65,69,4185,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_70_74,f,70-74,70,74,2350,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_75_79,f,75-79,75,79,1401,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_80PLUS,f,80+,80,,909,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_00_04,m,0-4,0,4,34007,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_05_09,m,5-9,5,9,29916,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_10_14,m,10-14,10,14,27330,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_15_19,m,15-19,15,19,23556,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_20_24,m,20-24,20,24,17134,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_25_29,m,25-29,25,29,12776,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_30_34,m,30-34,30,34,10857,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_35_39,m,35-39,35,39,9097,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_40_44,m,40-44,40,44,8658,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_45_49,m,45-49,45,49,7162,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_50_54,m,50-54,50,54,5911,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_55_59,m,55-59,55,59,5292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_60_64,m,60-64,60,64,3803,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_65_69,m,65-69,65,69,3178,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_70_74,m,70-74,70,74,1876,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_75_79,m,75-79,75,79,904,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_80PLUS,m,80+,80,,566,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_00_04,all,0-4,0,4,67544,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_05_09,all,5-9,5,9,59270,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_10_14,all,10-14,10,14,55038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_15_19,all,15-19,15,19,47481,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_20_24,all,20-24,20,24,36510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_25_29,all,25-29,25,29,28853,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_30_34,all,30-34,30,34,23592,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_35_39,all,35-39,35,39,20282,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_40_44,all,40-44,40,44,18565,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_45_49,all,45-49,45,49,15545,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_50_54,all,50-54,50,54,12393,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_55_59,all,55-59,55,59,11397,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_60_64,all,60-64,60,64,8242,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_65_69,all,65-69,65,69,7363,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_70_74,all,70-74,70,74,4226,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_75_79,all,75-79,75,79,2305,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_80PLUS,all,80+,80,,1475,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_00,f,0-0,0,0,7196,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_01,f,1-1,1,1,6935,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_02,f,2-2,2,2,6687,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_03,f,3-3,3,3,6460,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_04,f,4-4,4,4,6256,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_05,f,5-5,5,5,6083,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_06,f,6-6,6,6,5944,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_07,f,7-7,7,7,5842,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_08,f,8-8,8,8,5770,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_09,f,9-9,9,9,5723,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_10,f,10-10,10,10,5684,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_11,f,11-11,11,11,5638,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_12,f,12-12,12,12,5571,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_13,f,13-13,13,13,5472,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_14,f,14-14,14,14,5341,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_15,f,15-15,15,15,5180,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_16,f,16-16,16,16,4995,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_17,f,17-17,17,17,4792,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_18,f,18-18,18,18,4582,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,F_19,f,19-19,19,19,4375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_00,m,0-0,0,0,7204,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_01,m,1-1,1,1,6991,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_02,m,2-2,2,2,6788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_03,m,3-3,3,3,6596,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_04,m,4-4,4,4,6420,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_05,m,5-5,5,5,6255,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_06,m,6-6,6,6,6105,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_07,m,7-7,7,7,5972,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_08,m,8-8,8,8,5853,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_09,m,9-9,9,9,5749,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_10,m,10-10,10,10,5656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_11,m,11-11,11,11,5567,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_12,m,12-12,12,12,5475,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_13,m,13-13,13,13,5377,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_14,m,14-14,14,14,5260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_15,m,15-15,15,15,5119,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_16,m,16-16,16,16,4946,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_17,m,17-17,17,17,4737,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_18,m,18-18,18,18,4493,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,M_19,m,19-19,19,19,4224,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_00,all,0-0,0,0,14402,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_01,all,1-1,1,1,13927,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_02,all,2-2,2,2,13478,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_03,all,3-3,3,3,13060,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_04,all,4-4,4,4,12677,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_05,all,5-5,5,5,12336,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_06,all,6-6,6,6,12047,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_07,all,7-7,7,7,11808,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_08,all,8-8,8,8,11618,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_09,all,9-9,9,9,11465,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_10,all,10-10,10,10,11335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_11,all,11-11,11,11,11202,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_12,all,12-12,12,12,11047,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_13,all,13-13,13,13,10851,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_14,all,14-14,14,14,10607,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_15,all,15-15,15,15,10307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_16,all,16-16,16,16,9950,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_17,all,17-17,17,17,9538,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_18,all,18-18,18,18,9080,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI011,Muramvya,T_19,all,19-19,19,19,8601,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_TL,f,all,,,567100,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_TL,m,all,,,549351,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_TL,all,all,,,1116451,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_00_04,f,0-4,0,4,105228,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_05_09,f,5-9,5,9,86143,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_10_14,f,10-14,10,14,73135,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_15_19,f,15-19,15,19,57118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_20_24,f,20-24,20,24,48843,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_25_29,f,25-29,25,29,39722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_30_34,f,30-34,30,34,34816,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_35_39,f,35-39,35,39,27726,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_40_44,f,40-44,40,44,22468,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_45_49,f,45-49,45,49,18107,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_50_54,f,50-54,50,54,13990,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_55_59,f,55-59,55,59,12182,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_60_64,f,60-64,60,64,9319,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_65_69,f,65-69,65,69,7572,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_70_74,f,70-74,70,74,5405,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_75_79,f,75-79,75,79,3038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_80PLUS,f,80+,80,,2288,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_00_04,m,0-4,0,4,106504,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_05_09,m,5-9,5,9,86093,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_10_14,m,10-14,10,14,73141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_15_19,m,15-19,15,19,56023,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_20_24,m,20-24,20,24,44662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_25_29,m,25-29,25,29,37105,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_30_34,m,30-34,30,34,32348,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_35_39,m,35-39,35,39,26766,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_40_44,m,40-44,40,44,21926,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_45_49,m,45-49,45,49,18025,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_50_54,m,50-54,50,54,13750,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_55_59,m,55-59,55,59,11120,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_60_64,m,60-64,60,64,8510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_65_69,m,65-69,65,69,6369,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_70_74,m,70-74,70,74,3619,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_75_79,m,75-79,75,79,2081,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_80PLUS,m,80+,80,,1309,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_00_04,all,0-4,0,4,211732,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_05_09,all,5-9,5,9,172236,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_10_14,all,10-14,10,14,146276,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_15_19,all,15-19,15,19,113141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_20_24,all,20-24,20,24,93505,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_25_29,all,25-29,25,29,76827,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_30_34,all,30-34,30,34,67164,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_35_39,all,35-39,35,39,54492,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_40_44,all,40-44,40,44,44394,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_45_49,all,45-49,45,49,36132,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_50_54,all,50-54,50,54,27740,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_55_59,all,55-59,55,59,23302,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_60_64,all,60-64,60,64,17829,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_65_69,all,65-69,65,69,13941,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_70_74,all,70-74,70,74,9024,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_75_79,all,75-79,75,79,5119,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_80PLUS,all,80+,80,,3597,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_00,f,0-0,0,0,23219,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_01,f,1-1,1,1,22030,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_02,f,2-2,2,2,20936,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_03,f,3-3,3,3,19949,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_04,f,4-4,4,4,19077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_05,f,5-5,5,5,18325,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_06,f,6-6,6,6,17695,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_07,f,7-7,7,7,17169,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_08,f,8-8,8,8,16722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_09,f,9-9,9,9,16302,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_10,f,10-10,10,10,15853,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_11,f,11-11,11,11,15329,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_12,f,12-12,12,12,14693,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_13,f,13-13,13,13,13972,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_14,f,14-14,14,14,13207,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_15,f,15-15,15,15,12472,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_16,f,16-16,16,16,11831,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_17,f,17-17,17,17,11311,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_18,f,18-18,18,18,10924,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,F_19,f,19-19,19,19,10637,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_00,m,0-0,0,0,23597,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_01,m,1-1,1,1,22335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_02,m,2-2,2,2,21180,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_03,m,3-3,3,3,20139,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_04,m,4-4,4,4,19218,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_05,m,5-5,5,5,18415,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_06,m,6-6,6,6,17738,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_07,m,7-7,7,7,17163,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_08,m,8-8,8,8,16673,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_09,m,9-9,9,9,16222,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_10,m,10-10,10,10,15770,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_11,m,11-11,11,11,15266,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_12,m,12-12,12,12,14679,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_13,m,13-13,13,13,14004,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_14,m,14-14,14,14,13268,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_15,m,15-15,15,15,12517,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_16,m,16-16,16,16,11801,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_17,m,17-17,17,17,11149,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_18,m,18-18,18,18,10580,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,M_19,m,19-19,19,19,10086,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_00,all,0-0,0,0,46905,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_01,all,1-1,1,1,44404,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_02,all,2-2,2,2,42118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_03,all,3-3,3,3,40057,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_04,all,4-4,4,4,38240,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_05,all,5-5,5,5,36679,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_06,all,6-6,6,6,35375,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_07,all,7-7,7,7,34292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_08,all,8-8,8,8,33379,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_09,all,9-9,9,9,32541,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_10,all,10-10,10,10,31665,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_11,all,11-11,11,11,30651,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_12,all,12-12,12,12,29426,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_13,all,13-13,13,13,28012,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_14,all,14-14,14,14,26482,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_15,all,15-15,15,15,24967,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_16,all,16-16,16,16,23594,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_17,all,17-17,17,17,22423,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_18,all,18-18,18,18,21480,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI012,Muyinga,T_19,all,19-19,19,19,20717,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_TL,f,all,,,208246,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_TL,m,all,,,188058,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_TL,all,all,,,396304,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_00_04,f,0-4,0,4,28949,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_05_09,f,5-9,5,9,27271,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_10_14,f,10-14,10,14,26523,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_15_19,f,15-19,15,19,23123,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_20_24,f,20-24,20,24,18532,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_25_29,f,25-29,25,29,15176,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_30_34,f,30-34,30,34,12626,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_35_39,f,35-39,35,39,11190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_40_44,f,40-44,40,44,10128,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_45_49,f,45-49,45,49,7958,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_50_54,f,50-54,50,54,6892,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_55_59,f,55-59,55,59,5747,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_60_64,f,60-64,60,64,4909,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_65_69,f,65-69,65,69,4215,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_70_74,f,70-74,70,74,2608,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_75_79,f,75-79,75,79,1349,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_80PLUS,f,80+,80,,1050,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_00_04,m,0-4,0,4,29544,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_05_09,m,5-9,5,9,27490,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_10_14,m,10-14,10,14,26633,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_15_19,m,15-19,15,19,22157,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_20_24,m,20-24,20,24,16197,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_25_29,m,25-29,25,29,11190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_30_34,m,30-34,30,34,9785,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_35_39,m,35-39,35,39,8948,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_40_44,m,40-44,40,44,8189,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_45_49,m,45-49,45,49,6719,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_50_54,m,50-54,50,54,5556,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_55_59,m,55-59,55,59,4754,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_60_64,m,60-64,60,64,4031,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_65_69,m,65-69,65,69,3266,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_70_74,m,70-74,70,74,1949,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_75_79,m,75-79,75,79,967,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_80PLUS,m,80+,80,,683,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_00_04,all,0-4,0,4,58493,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_05_09,all,5-9,5,9,54761,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_10_14,all,10-14,10,14,53156,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_15_19,all,15-19,15,19,45280,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_20_24,all,20-24,20,24,34729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_25_29,all,25-29,25,29,26366,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_30_34,all,30-34,30,34,22411,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_35_39,all,35-39,35,39,20138,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_40_44,all,40-44,40,44,18317,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_45_49,all,45-49,45,49,14677,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_50_54,all,50-54,50,54,12448,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_55_59,all,55-59,55,59,10501,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_60_64,all,60-64,60,64,8940,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_65_69,all,65-69,65,69,7481,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_70_74,all,70-74,70,74,4557,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_75_79,all,75-79,75,79,2316,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_80PLUS,all,80+,80,,1733,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_00,f,0-0,0,0,6032,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_01,f,1-1,1,1,5898,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_02,f,2-2,2,2,5779,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_03,f,3-3,3,3,5671,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_04,f,4-4,4,4,5581,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_05,f,5-5,5,5,5510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_06,f,6-6,6,6,5461,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_07,f,7-7,7,7,5433,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_08,f,8-8,8,8,5421,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_09,f,9-9,9,9,5420,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_10,f,10-10,10,10,5417,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_11,f,11-11,11,11,5399,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_12,f,12-12,12,12,5351,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_13,f,13-13,13,13,5266,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_14,f,14-14,14,14,5141,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_15,f,15-15,15,15,4986,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_16,f,16-16,16,16,4807,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_17,f,17-17,17,17,4619,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_18,f,18-18,18,18,4422,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,F_19,f,19-19,19,19,4230,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_00,m,0-0,0,0,6190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_01,m,1-1,1,1,6033,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_02,m,2-2,2,2,5891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_03,m,3-3,3,3,5764,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_04,m,4-4,4,4,5659,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_05,m,5-5,5,5,5578,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_06,m,6-6,6,6,5521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_07,m,7-7,7,7,5488,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_08,m,8-8,8,8,5475,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_09,m,9-9,9,9,5472,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_10,m,10-10,10,10,5462,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_11,m,11-11,11,11,5431,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_12,m,12-12,12,12,5360,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_13,m,13-13,13,13,5245,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_14,m,14-14,14,14,5084,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_15,m,15-15,15,15,4891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_16,m,16-16,16,16,4678,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_17,m,17-17,17,17,4450,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_18,m,18-18,18,18,4215,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,M_19,m,19-19,19,19,3973,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_00,all,0-0,0,0,12230,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_01,all,1-1,1,1,11936,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_02,all,2-2,2,2,11666,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_03,all,3-3,3,3,11433,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_04,all,4-4,4,4,11234,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_05,all,5-5,5,5,11082,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_06,all,6-6,6,6,10977,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_07,all,7-7,7,7,10915,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_08,all,8-8,8,8,10895,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_09,all,9-9,9,9,10891,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_10,all,10-10,10,10,10881,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_11,all,11-11,11,11,10833,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_12,all,12-12,12,12,10712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_13,all,13-13,13,13,10508,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_14,all,14-14,14,14,10225,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_15,all,15-15,15,15,9874,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_16,all,16-16,16,16,9485,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_17,all,17-17,17,17,9071,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_18,all,18-18,18,18,8646,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI013,Mwaro,T_19,all,19-19,19,19,8215,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_TL,f,all,,,508877,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_TL,m,all,,,497039,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_TL,all,all,,,1005916,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_00_04,f,0-4,0,4,86078,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_05_09,f,5-9,5,9,72406,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_10_14,f,10-14,10,14,67351,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_15_19,f,15-19,15,19,53558,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_20_24,f,20-24,20,24,44307,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_25_29,f,25-29,25,29,36463,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_30_34,f,30-34,30,34,31456,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_35_39,f,35-39,35,39,26837,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_40_44,f,40-44,40,44,22076,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_45_49,f,45-49,45,49,17064,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_50_54,f,50-54,50,54,13909,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_55_59,f,55-59,55,59,10727,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_60_64,f,60-64,60,64,9583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_65_69,f,65-69,65,69,7069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_70_74,f,70-74,70,74,5187,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_75_79,f,75-79,75,79,2458,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_80PLUS,f,80+,80,,2348,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_00_04,m,0-4,0,4,87313,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_05_09,m,5-9,5,9,73834,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_10_14,m,10-14,10,14,69454,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_15_19,m,15-19,15,19,52356,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_20_24,m,20-24,20,24,39697,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_25_29,m,25-29,25,29,33632,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_30_34,m,30-34,30,34,29403,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_35_39,m,35-39,35,39,26572,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_40_44,m,40-44,40,44,21747,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_45_49,m,45-49,45,49,17047,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_50_54,m,50-54,50,54,13287,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_55_59,m,55-59,55,59,10481,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_60_64,m,60-64,60,64,8394,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_65_69,m,65-69,65,69,6173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_70_74,m,70-74,70,74,4233,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_75_79,m,75-79,75,79,1961,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_80PLUS,m,80+,80,,1455,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_00_04,all,0-4,0,4,173391,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_05_09,all,5-9,5,9,146240,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_10_14,all,10-14,10,14,136805,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_15_19,all,15-19,15,19,105914,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_20_24,all,20-24,20,24,84004,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_25_29,all,25-29,25,29,70095,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_30_34,all,30-34,30,34,60859,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_35_39,all,35-39,35,39,53409,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_40_44,all,40-44,40,44,43823,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_45_49,all,45-49,45,49,34111,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_50_54,all,50-54,50,54,27196,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_55_59,all,55-59,55,59,21208,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_60_64,all,60-64,60,64,17977,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_65_69,all,65-69,65,69,13242,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_70_74,all,70-74,70,74,9420,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_75_79,all,75-79,75,79,4419,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_80PLUS,all,80+,80,,3803,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_00,f,0-0,0,0,19115,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_01,f,1-1,1,1,18062,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_02,f,2-2,2,2,17103,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_03,f,3-3,3,3,16258,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_04,f,4-4,4,4,15546,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_05,f,5-5,5,5,14987,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_06,f,6-6,6,6,14596,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_07,f,7-7,7,7,14359,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_08,f,8-8,8,8,14251,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_09,f,9-9,9,9,14208,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_10,f,10-10,10,10,14145,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_11,f,11-11,11,11,13978,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_12,f,12-12,12,12,13635,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_13,f,13-13,13,13,13123,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_14,f,14-14,14,14,12486,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_15,f,15-15,15,15,11812,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_16,f,16-16,16,16,11173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_17,f,17-17,17,17,10612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_18,f,18-18,18,18,10153,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,F_19,f,19-19,19,19,9782,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_00,m,0-0,0,0,19334,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_01,m,1-1,1,1,18292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_02,m,2-2,2,2,17342,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_03,m,3-3,3,3,16507,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_04,m,4-4,4,4,15804,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_05,m,5-5,5,5,15257,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_06,m,6-6,6,6,14883,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_07,m,7-7,7,7,14668,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_08,m,8-8,8,8,14589,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_09,m,9-9,9,9,14576,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_10,m,10-10,10,10,14541,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_11,m,11-11,11,11,14393,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_12,m,12-12,12,12,14052,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_13,m,13-13,13,13,13509,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_14,m,14-14,14,14,12798,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_15,m,15-15,15,15,11990,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_16,m,16-16,16,16,11173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_17,m,17-17,17,17,10403,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_18,m,18-18,18,18,9719,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,M_19,m,19-19,19,19,9133,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_00,all,0-0,0,0,38507,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_01,all,1-1,1,1,36378,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_02,all,2-2,2,2,34446,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_03,all,3-3,3,3,32743,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_04,all,4-4,4,4,31313,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_05,all,5-5,5,5,30201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_06,all,6-6,6,6,29436,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_07,all,7-7,7,7,28995,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_08,all,8-8,8,8,28826,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_09,all,9-9,9,9,28788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_10,all,10-10,10,10,28707,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_11,all,11-11,11,11,28404,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_12,all,12-12,12,12,27723,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_13,all,13-13,13,13,26662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_14,all,14-14,14,14,25303,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_15,all,15-15,15,15,23809,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_16,all,16-16,16,16,22343,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_17,all,17-17,17,17,21007,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_18,all,18-18,18,18,19858,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI014,Ngozi,T_19,all,19-19,19,19,18901,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_TL,f,all,,,294381,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_TL,m,all,,,301778,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_TL,all,all,,,596159,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_00_04,f,0-4,0,4,53419,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_05_09,f,5-9,5,9,46942,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_10_14,f,10-14,10,14,35634,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_15_19,f,15-19,15,19,30260,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_20_24,f,20-24,20,24,24690,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_25_29,f,25-29,25,29,21653,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_30_34,f,30-34,30,34,19049,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_35_39,f,35-39,35,39,16563,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_40_44,f,40-44,40,44,12526,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_45_49,f,45-49,45,49,9036,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_50_54,f,50-54,50,54,6450,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_55_59,f,55-59,55,59,5210,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_60_64,f,60-64,60,64,4650,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_65_69,f,65-69,65,69,3752,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_70_74,f,70-74,70,74,2295,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_75_79,f,75-79,75,79,1305,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_80PLUS,f,80+,80,,947,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_00_04,m,0-4,0,4,54795,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_05_09,m,5-9,5,9,48296,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_10_14,m,10-14,10,14,36754,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_15_19,m,15-19,15,19,32518,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_20_24,m,20-24,20,24,27006,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_25_29,m,25-29,25,29,21349,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_30_34,m,30-34,30,34,17932,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_35_39,m,35-39,35,39,16825,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_40_44,m,40-44,40,44,12766,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_45_49,m,45-49,45,49,9919,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_50_54,m,50-54,50,54,6849,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_55_59,m,55-59,55,59,5143,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_60_64,m,60-64,60,64,4456,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_65_69,m,65-69,65,69,3358,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_70_74,m,70-74,70,74,2091,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_75_79,m,75-79,75,79,1021,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_80PLUS,m,80+,80,,700,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_00_04,all,0-4,0,4,108214,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_05_09,all,5-9,5,9,95238,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_10_14,all,10-14,10,14,72388,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_15_19,all,15-19,15,19,62778,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_20_24,all,20-24,20,24,51696,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_25_29,all,25-29,25,29,43002,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_30_34,all,30-34,30,34,36981,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_35_39,all,35-39,35,39,33388,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_40_44,all,40-44,40,44,25292,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_45_49,all,45-49,45,49,18955,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_50_54,all,50-54,50,54,13299,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_55_59,all,55-59,55,59,10353,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_60_64,all,60-64,60,64,9106,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_65_69,all,65-69,65,69,7110,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_70_74,all,70-74,70,74,4386,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_75_79,all,75-79,75,79,2326,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_80PLUS,all,80+,80,,1647,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_00,f,0-0,0,0,10806,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_01,f,1-1,1,1,10772,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_02,f,2-2,2,2,10722,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_03,f,3-3,3,3,10637,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_04,f,4-4,4,4,10490,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_05,f,5-5,5,5,10255,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_06,f,6-6,6,6,9907,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_07,f,7-7,7,7,9456,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_08,f,8-8,8,8,8929,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_09,f,9-9,9,9,8377,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_10,f,10-10,10,10,7855,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_11,f,11-11,11,11,7403,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_12,f,12-12,12,12,7046,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_13,f,13-13,13,13,6779,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_14,f,14-14,14,14,6583,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_15,f,15-15,15,15,6425,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_16,f,16-16,16,16,6265,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_17,f,17-17,17,17,6079,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_18,f,18-18,18,18,5857,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,F_19,f,19-19,19,19,5605,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_00,m,0-0,0,0,11077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_01,m,1-1,1,1,11049,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_02,m,2-2,2,2,11004,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_03,m,3-3,3,3,10922,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_04,m,4-4,4,4,10773,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_05,m,5-5,5,5,10532,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_06,m,6-6,6,6,10173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_07,m,7-7,7,7,9712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_08,m,8-8,8,8,9173,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_09,m,9-9,9,9,8612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_10,m,10-10,10,10,8085,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_11,m,11-11,11,11,7630,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_12,m,12-12,12,12,7278,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_13,m,13-13,13,13,7029,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_14,m,14-14,14,14,6868,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_15,m,15-15,15,15,6756,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_16,m,16-16,16,16,6652,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_17,m,17-17,17,17,6522,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_18,m,18-18,18,18,6344,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,M_19,m,19-19,19,19,6129,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_00,all,0-0,0,0,21824,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_01,all,1-1,1,1,21794,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_02,all,2-2,2,2,21726,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_03,all,3-3,3,3,21579,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_04,all,4-4,4,4,21299,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_05,all,5-5,5,5,20825,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_06,all,6-6,6,6,20115,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_07,all,7-7,7,7,19190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_08,all,8-8,8,8,18106,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_09,all,9-9,9,9,16978,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_10,all,10-10,10,10,15914,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_11,all,11-11,11,11,14999,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_12,all,12-12,12,12,14291,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_13,all,13-13,13,13,13783,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_14,all,14-14,14,14,13439,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_15,all,15-15,15,15,13187,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_16,all,16-16,16,16,12938,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_17,all,17-17,17,17,12632,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_18,all,18-18,18,18,12230,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI018,Rumonge,T_19,all,19-19,19,19,11755,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_TL,f,all,,,306153,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_TL,m,all,,,298051,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_TL,all,all,,,604204,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_00_04,f,0-4,0,4,53912,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_05_09,f,5-9,5,9,48998,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_10_14,f,10-14,10,14,40309,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_15_19,f,15-19,15,19,31196,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_20_24,f,20-24,20,24,25519,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_25_29,f,25-29,25,29,20642,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_30_34,f,30-34,30,34,18294,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_35_39,f,35-39,35,39,16556,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_40_44,f,40-44,40,44,12987,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_45_49,f,45-49,45,49,9396,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_50_54,f,50-54,50,54,7523,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_55_59,f,55-59,55,59,5620,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_60_64,f,60-64,60,64,5564,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_65_69,f,65-69,65,69,3879,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_70_74,f,70-74,70,74,2778,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_75_79,f,75-79,75,79,1318,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_80PLUS,f,80+,80,,1662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_00_04,m,0-4,0,4,55556,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_05_09,m,5-9,5,9,49200,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_10_14,m,10-14,10,14,41142,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_15_19,m,15-19,15,19,30873,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_20_24,m,20-24,20,24,23342,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_25_29,m,25-29,25,29,19163,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_30_34,m,30-34,30,34,16432,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_35_39,m,35-39,35,39,15527,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_40_44,m,40-44,40,44,11827,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_45_49,m,45-49,45,49,9254,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_50_54,m,50-54,50,54,7210,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_55_59,m,55-59,55,59,5658,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_60_64,m,60-64,60,64,5115,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_65_69,m,65-69,65,69,3489,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_70_74,m,70-74,70,74,2258,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_75_79,m,75-79,75,79,1013,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_80PLUS,m,80+,80,,992,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_00_04,all,0-4,0,4,109468,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_05_09,all,5-9,5,9,98198,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_10_14,all,10-14,10,14,81451,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_15_19,all,15-19,15,19,62069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_20_24,all,20-24,20,24,48861,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_25_29,all,25-29,25,29,39805,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_30_34,all,30-34,30,34,34726,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_35_39,all,35-39,35,39,32083,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_40_44,all,40-44,40,44,24814,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_45_49,all,45-49,45,49,18650,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_50_54,all,50-54,50,54,14733,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_55_59,all,55-59,55,59,11278,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_60_64,all,60-64,60,64,10679,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_65_69,all,65-69,65,69,7368,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_70_74,all,70-74,70,74,5036,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_75_79,all,75-79,75,79,2331,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_80PLUS,all,80+,80,,2654,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_00,f,0-0,0,0,11084,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_01,f,1-1,1,1,10934,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_02,f,2-2,2,2,10785,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_03,f,3-3,3,3,10635,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_04,f,4-4,4,4,10473,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_05,f,5-5,5,5,10293,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_06,f,6-6,6,6,10082,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_07,f,7-7,7,7,9839,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_08,f,8-8,8,8,9555,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_09,f,9-9,9,9,9234,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_10,f,10-10,10,10,8874,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_11,f,11-11,11,11,8484,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_12,f,12-12,12,12,8069,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_13,f,13-13,13,13,7645,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_14,f,14-14,14,14,7232,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_15,f,15-15,15,15,6845,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_16,f,16-16,16,16,6498,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_17,f,17-17,17,17,6198,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_18,f,18-18,18,18,5939,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,F_19,f,19-19,19,19,5719,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_00,m,0-0,0,0,11615,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_01,m,1-1,1,1,11357,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_02,m,2-2,2,2,11105,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_03,m,3-3,3,3,10859,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_04,m,4-4,4,4,10615,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_05,m,5-5,5,5,10371,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_06,m,6-6,6,6,10121,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_07,m,7-7,7,7,9863,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_08,m,8-8,8,8,9588,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_09,m,9-9,9,9,9296,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_10,m,10-10,10,10,8976,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_11,m,11-11,11,11,8627,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_12,m,12-12,12,12,8247,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_13,m,13-13,13,13,7840,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_14,m,14-14,14,14,7415,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_15,m,15-15,15,15,6984,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_16,m,16-16,16,16,6557,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_17,m,17-17,17,17,6149,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_18,m,18-18,18,18,5768,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,M_19,m,19-19,19,19,5422,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_00,all,0-0,0,0,22713,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_01,all,1-1,1,1,22296,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_02,all,2-2,2,2,21892,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_03,all,3-3,3,3,21488,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_04,all,4-4,4,4,21079,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_05,all,5-5,5,5,20650,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_06,all,6-6,6,6,20191,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_07,all,7-7,7,7,19690,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_08,all,8-8,8,8,19138,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_09,all,9-9,9,9,18529,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_10,all,10-10,10,10,17856,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_11,all,11-11,11,11,17119,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_12,all,12-12,12,12,16326,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_13,all,13-13,13,13,15496,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_14,all,14-14,14,14,14652,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_15,all,15-15,15,15,13828,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_16,all,16-16,16,16,13055,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_17,all,17-17,17,17,12344,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_18,all,18-18,18,18,11705,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI015,Rutana,T_19,all,19-19,19,19,11138,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_TL,f,all,,,354785,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_TL,m,all,,,350567,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_TL,all,all,,,705352,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_00_04,f,0-4,0,4,64613,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_05_09,f,5-9,5,9,57028,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_10_14,f,10-14,10,14,45444,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_15_19,f,15-19,15,19,34367,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_20_24,f,20-24,20,24,28767,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_25_29,f,25-29,25,29,24789,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_30_34,f,30-34,30,34,21803,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_35_39,f,35-39,35,39,17900,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_40_44,f,40-44,40,44,14541,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_45_49,f,45-49,45,49,11620,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_50_54,f,50-54,50,54,9077,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_55_59,f,55-59,55,59,7139,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_60_64,f,60-64,60,64,6289,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_65_69,f,65-69,65,69,4712,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_70_74,f,70-74,70,74,3270,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_75_79,f,75-79,75,79,1577,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_80PLUS,f,80+,80,,1849,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_00_04,m,0-4,0,4,66910,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_05_09,m,5-9,5,9,58628,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_10_14,m,10-14,10,14,47221,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_15_19,m,15-19,15,19,34793,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_20_24,m,20-24,20,24,27208,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_25_29,m,25-29,25,29,23191,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_30_34,m,30-34,30,34,20016,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_35_39,m,35-39,35,39,17040,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_40_44,m,40-44,40,44,13320,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_45_49,m,45-49,45,49,11297,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_50_54,m,50-54,50,54,8598,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_55_59,m,55-59,55,59,6819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_60_64,m,60-64,60,64,6055,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_65_69,m,65-69,65,69,4226,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_70_74,m,70-74,70,74,2729,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_75_79,m,75-79,75,79,1261,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_80PLUS,m,80+,80,,1255,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_00_04,all,0-4,0,4,131523,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_05_09,all,5-9,5,9,115656,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_10_14,all,10-14,10,14,92665,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_15_19,all,15-19,15,19,69160,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_20_24,all,20-24,20,24,55975,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_25_29,all,25-29,25,29,47980,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_30_34,all,30-34,30,34,41819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_35_39,all,35-39,35,39,34940,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_40_44,all,40-44,40,44,27861,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_45_49,all,45-49,45,49,22917,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_50_54,all,50-54,50,54,17675,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_55_59,all,55-59,55,59,13958,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_60_64,all,60-64,60,64,12344,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_65_69,all,65-69,65,69,8938,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_70_74,all,70-74,70,74,5999,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_75_79,all,75-79,75,79,2838,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_80PLUS,all,80+,80,,3104,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_00,f,0-0,0,0,13432,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_01,f,1-1,1,1,13179,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_02,f,2-2,2,2,12929,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_03,f,3-3,3,3,12672,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_04,f,4-4,4,4,12405,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_05,f,5-5,5,5,12118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_06,f,6-6,6,6,11800,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_07,f,7-7,7,7,11445,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_08,f,8-8,8,8,11049,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_09,f,9-9,9,9,10611,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_10,f,10-10,10,10,10134,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_11,f,11-11,11,11,9621,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_12,f,12-12,12,12,9089,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_13,f,13-13,13,13,8553,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_14,f,14-14,14,14,8040,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_15,f,15-15,15,15,7571,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_16,f,16-16,16,16,7160,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_17,f,17-17,17,17,6816,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_18,f,18-18,18,18,6533,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,F_19,f,19-19,19,19,6302,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_00,m,0-0,0,0,13984,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_01,m,1-1,1,1,13680,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_02,m,2-2,2,2,13383,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_03,m,3-3,3,3,13086,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_04,m,4-4,4,4,12781,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_05,m,5-5,5,5,12465,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_06,m,6-6,6,6,12127,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_07,m,7-7,7,7,11759,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_08,m,8-8,8,8,11362,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_09,m,9-9,9,9,10928,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_10,m,10-10,10,10,10460,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_11,m,11-11,11,11,9965,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_12,m,12-12,12,12,9448,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_13,m,13-13,13,13,8920,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_14,m,14-14,14,14,8391,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_15,m,15-15,15,15,7875,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_16,m,16-16,16,16,7380,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_17,m,17-17,17,17,6923,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_18,m,18-18,18,18,6513,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,M_19,m,19-19,19,19,6155,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_00,all,0-0,0,0,27428,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_01,all,1-1,1,1,26867,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_02,all,2-2,2,2,26310,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_03,all,3-3,3,3,25750,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_04,all,4-4,4,4,25175,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_05,all,5-5,5,5,24570,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_06,all,6-6,6,6,23915,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_07,all,7-7,7,7,23201,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_08,all,8-8,8,8,22415,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_09,all,9-9,9,9,21551,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_10,all,10-10,10,10,20612,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_11,all,11-11,11,11,19605,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_12,all,12-12,12,12,18548,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_13,all,13-13,13,13,17475,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_14,all,14-14,14,14,16422,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_15,all,15-15,15,15,15426,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_16,all,16-16,16,16,14521,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_17,all,17-17,17,17,13724,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_18,all,18-18,18,18,13038,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,BDI016,Ruyigi,T_19,all,19-19,19,19,12464,2022,UNFPA and ISTEEBU,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_TL,f,all,,,481270,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_TL,m,all,,,479485,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_TL,all,all,,,960752,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_00_04,f,0-4,0,4,41049,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_05_09,f,5-9,5,9,43074,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_10_14,f,10-14,10,14,41089,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_15_19,f,15-19,15,19,46256,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_20_24,f,20-24,20,24,39107,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_25_29,f,25-29,25,29,36301,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_30_34,f,30-34,30,34,42390,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_35_39,f,35-39,35,39,35955,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_40_44,f,40-44,40,44,36513,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_45_49,f,45-49,45,49,20629,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_50_54,f,50-54,50,54,22685,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_55_59,f,55-59,55,59,22547,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_60_64,f,60-64,60,64,18938,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_65_69,f,65-69,65,69,14297,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_70_74,f,70-74,70,74,9682,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_75_79,f,75-79,75,79,6017,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,F_80PLUS,f,80+,80,,4741,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_00_04,m,0-4,0,4,43991,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_05_09,m,5-9,5,9,45524,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_10_14,m,10-14,10,14,43169,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_15_19,m,15-19,15,19,48364,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_20_24,m,20-24,20,24,41872,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_25_29,m,25-29,25,29,35938,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_30_34,m,30-34,30,34,42428,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_35_39,m,35-39,35,39,36064,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_40_44,m,40-44,40,44,37015,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_45_49,m,45-49,45,49,20165,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_50_54,m,50-54,50,54,21535,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_55_59,m,55-59,55,59,20724,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_60_64,m,60-64,60,64,18848,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_65_69,m,65-69,65,69,10583,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_70_74,m,70-74,70,74,6595,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_75_79,m,75-79,75,79,3744,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,M_80PLUS,m,80+,80,,2926,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_00_04,all,0-4,0,4,85040,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_05_09,all,5-9,5,9,88598,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_10_14,all,10-14,10,14,84257,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_15_19,all,15-19,15,19,94620,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_20_24,all,20-24,20,24,80979,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_25_29,all,25-29,25,29,72239,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_30_34,all,30-34,30,34,84818,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_35_39,all,35-39,35,39,72019,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_40_44,all,40-44,40,44,73528,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_45_49,all,45-49,45,49,40793,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_50_54,all,50-54,50,54,44220,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_55_59,all,55-59,55,59,43271,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_60_64,all,60-64,60,64,37786,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_65_69,all,65-69,65,69,24880,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_70_74,all,70-74,70,74,16277,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_75_79,all,75-79,75,79,9761,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH01,Banteay Meanchey,T_80PLUS,all,80+,80,,7666,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_TL,f,all,,,562071,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_TL,m,all,,,549487,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_TL,all,all,,,1111565,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_00_04,f,0-4,0,4,51598,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_05_09,f,5-9,5,9,52359,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_10_14,f,10-14,10,14,52203,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_15_19,f,15-19,15,19,53812,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_20_24,f,20-24,20,24,42129,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_25_29,f,25-29,25,29,39831,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_30_34,f,30-34,30,34,45205,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_35_39,f,35-39,35,39,37970,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_40_44,f,40-44,40,44,37148,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_45_49,f,45-49,45,49,23359,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_50_54,f,50-54,50,54,27520,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_55_59,f,55-59,55,59,27687,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_60_64,f,60-64,60,64,24499,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_65_69,f,65-69,65,69,18313,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_70_74,f,70-74,70,74,12839,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_75_79,f,75-79,75,79,8541,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,F_80PLUS,f,80+,80,,7058,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_00_04,m,0-4,0,4,54391,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_05_09,m,5-9,5,9,55470,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_10_14,m,10-14,10,14,55168,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_15_19,m,15-19,15,19,57357,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_20_24,m,20-24,20,24,43687,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_25_29,m,25-29,25,29,38420,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_30_34,m,30-34,30,34,44274,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_35_39,m,35-39,35,39,38037,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_40_44,m,40-44,40,44,36237,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_45_49,m,45-49,45,49,20987,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_50_54,m,50-54,50,54,24909,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_55_59,m,55-59,55,59,24106,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_60_64,m,60-64,60,64,23183,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_65_69,m,65-69,65,69,13913,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_70_74,m,70-74,70,74,9128,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_75_79,m,75-79,75,79,5890,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,M_80PLUS,m,80+,80,,4330,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_00_04,all,0-4,0,4,105989,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_05_09,all,5-9,5,9,107829,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_10_14,all,10-14,10,14,107372,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_15_19,all,15-19,15,19,111170,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_20_24,all,20-24,20,24,85817,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_25_29,all,25-29,25,29,78251,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_30_34,all,30-34,30,34,89480,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_35_39,all,35-39,35,39,76007,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_40_44,all,40-44,40,44,73385,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_45_49,all,45-49,45,49,44346,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_50_54,all,50-54,50,54,52430,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_55_59,all,55-59,55,59,51793,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_60_64,all,60-64,60,64,47683,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_65_69,all,65-69,65,69,32226,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_70_74,all,70-74,70,74,21967,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_75_79,all,75-79,75,79,14431,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH02,Battambang,T_80PLUS,all,80+,80,,11389,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_TL,f,all,,,519738,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_TL,m,all,,,483271,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_TL,all,all,,,1003014,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_00_04,f,0-4,0,4,42916,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_05_09,f,5-9,5,9,44989,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_10_14,f,10-14,10,14,46349,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_15_19,f,15-19,15,19,45549,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_20_24,f,20-24,20,24,34008,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_25_29,f,25-29,25,29,30798,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_30_34,f,30-34,30,34,36633,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_35_39,f,35-39,35,39,36640,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_40_44,f,40-44,40,44,45421,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_45_49,f,45-49,45,49,25441,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_50_54,f,50-54,50,54,26325,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_55_59,f,55-59,55,59,25411,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_60_64,f,60-64,60,64,23817,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_65_69,f,65-69,65,69,19500,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_70_74,f,70-74,70,74,16020,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_75_79,f,75-79,75,79,9598,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,F_80PLUS,f,80+,80,,10323,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_00_04,m,0-4,0,4,45494,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_05_09,m,5-9,5,9,47213,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_10_14,m,10-14,10,14,48499,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_15_19,m,15-19,15,19,47601,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_20_24,m,20-24,20,24,34212,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_25_29,m,25-29,25,29,28204,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_30_34,m,30-34,30,34,33186,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_35_39,m,35-39,35,39,33331,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_40_44,m,40-44,40,44,41577,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_45_49,m,45-49,45,49,23043,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_50_54,m,50-54,50,54,23352,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_55_59,m,55-59,55,59,20035,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_60_64,m,60-64,60,64,19408,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_65_69,m,65-69,65,69,13356,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_70_74,m,70-74,70,74,11306,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_75_79,m,75-79,75,79,6919,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,M_80PLUS,m,80+,80,,6535,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_00_04,all,0-4,0,4,88410,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_05_09,all,5-9,5,9,92202,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_10_14,all,10-14,10,14,94849,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_15_19,all,15-19,15,19,93150,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_20_24,all,20-24,20,24,68220,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_25_29,all,25-29,25,29,59002,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_30_34,all,30-34,30,34,69820,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_35_39,all,35-39,35,39,69972,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_40_44,all,40-44,40,44,86998,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_45_49,all,45-49,45,49,48484,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_50_54,all,50-54,50,54,49677,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_55_59,all,55-59,55,59,45446,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_60_64,all,60-64,60,64,43225,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_65_69,all,65-69,65,69,32857,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_70_74,all,70-74,70,74,27326,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_75_79,all,75-79,75,79,16518,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH03,Kampong Cham,T_80PLUS,all,80+,80,,16858,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_TL,f,all,,,304929,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_TL,m,all,,,282557,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_TL,all,all,,,587485,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_00_04,f,0-4,0,4,28089,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_05_09,f,5-9,5,9,27504,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_10_14,f,10-14,10,14,27064,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_15_19,f,15-19,15,19,28192,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_20_24,f,20-24,20,24,23041,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_25_29,f,25-29,25,29,22653,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_30_34,f,30-34,30,34,25467,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_35_39,f,35-39,35,39,23616,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_40_44,f,40-44,40,44,20151,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_45_49,f,45-49,45,49,12221,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_50_54,f,50-54,50,54,14274,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_55_59,f,55-59,55,59,13449,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_60_64,f,60-64,60,64,12445,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_65_69,f,65-69,65,69,10066,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_70_74,f,70-74,70,74,7823,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_75_79,f,75-79,75,79,4666,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,F_80PLUS,f,80+,80,,4208,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_00_04,m,0-4,0,4,29371,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_05_09,m,5-9,5,9,28610,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_10_14,m,10-14,10,14,28056,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_15_19,m,15-19,15,19,30252,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_20_24,m,20-24,20,24,22944,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_25_29,m,25-29,25,29,20651,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_30_34,m,30-34,30,34,23345,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_35_39,m,35-39,35,39,21965,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_40_44,m,40-44,40,44,19517,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_45_49,m,45-49,45,49,11335,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_50_54,m,50-54,50,54,12248,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_55_59,m,55-59,55,59,10403,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_60_64,m,60-64,60,64,8936,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_65_69,m,65-69,65,69,5780,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_70_74,m,70-74,70,74,4382,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_75_79,m,75-79,75,79,2570,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,M_80PLUS,m,80+,80,,2192,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_00_04,all,0-4,0,4,57460,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_05_09,all,5-9,5,9,56114,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_10_14,all,10-14,10,14,55120,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_15_19,all,15-19,15,19,58445,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_20_24,all,20-24,20,24,45985,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_25_29,all,25-29,25,29,43303,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_30_34,all,30-34,30,34,48812,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_35_39,all,35-39,35,39,45581,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_40_44,all,40-44,40,44,39667,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_45_49,all,45-49,45,49,23556,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_50_54,all,50-54,50,54,26522,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_55_59,all,55-59,55,59,23853,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_60_64,all,60-64,60,64,21381,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_65_69,all,65-69,65,69,15846,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_70_74,all,70-74,70,74,12205,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_75_79,all,75-79,75,79,7236,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH04,Kampong Chhnang,T_80PLUS,all,80+,80,,6399,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_TL,f,all,,,501891,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_TL,m,all,,,476299,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_TL,all,all,,,978188,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_00_04,f,0-4,0,4,43549,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_05_09,f,5-9,5,9,41023,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_10_14,f,10-14,10,14,41591,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_15_19,f,15-19,15,19,50894,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_20_24,f,20-24,20,24,46914,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_25_29,f,25-29,25,29,41647,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_30_34,f,30-34,30,34,44931,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_35_39,f,35-39,35,39,40591,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_40_44,f,40-44,40,44,35414,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_45_49,f,45-49,45,49,19853,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_50_54,f,50-54,50,54,21403,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_55_59,f,55-59,55,59,19772,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_60_64,f,60-64,60,64,16984,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_65_69,f,65-69,65,69,13583,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_70_74,f,70-74,70,74,10679,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_75_79,f,75-79,75,79,7049,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,F_80PLUS,f,80+,80,,6014,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_00_04,m,0-4,0,4,45311,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_05_09,m,5-9,5,9,43049,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_10_14,m,10-14,10,14,44075,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_15_19,m,15-19,15,19,52788,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_20_24,m,20-24,20,24,47157,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_25_29,m,25-29,25,29,40179,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_30_34,m,30-34,30,34,41922,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_35_39,m,35-39,35,39,37576,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_40_44,m,40-44,40,44,34135,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_45_49,m,45-49,45,49,18401,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_50_54,m,50-54,50,54,18831,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_55_59,m,55-59,55,59,15964,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_60_64,m,60-64,60,64,13777,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_65_69,m,65-69,65,69,8573,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_70_74,m,70-74,70,74,6829,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_75_79,m,75-79,75,79,4359,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,M_80PLUS,m,80+,80,,3373,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_00_04,all,0-4,0,4,88859,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_05_09,all,5-9,5,9,84072,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_10_14,all,10-14,10,14,85665,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_15_19,all,15-19,15,19,103682,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_20_24,all,20-24,20,24,94071,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_25_29,all,25-29,25,29,81826,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_30_34,all,30-34,30,34,86853,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_35_39,all,35-39,35,39,78167,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_40_44,all,40-44,40,44,69549,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_45_49,all,45-49,45,49,38254,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_50_54,all,50-54,50,54,40234,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_55_59,all,55-59,55,59,35736,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_60_64,all,60-64,60,64,30761,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_65_69,all,65-69,65,69,22156,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_70_74,all,70-74,70,74,17508,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_75_79,all,75-79,75,79,11407,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH05,Kampong Speu,T_80PLUS,all,80+,80,,9388,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_TL,f,all,,,389318,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_TL,m,all,,,370417,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_TL,all,all,,,759731,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_00_04,f,0-4,0,4,38585,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_05_09,f,5-9,5,9,36411,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_10_14,f,10-14,10,14,35658,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_15_19,f,15-19,15,19,35371,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_20_24,f,20-24,20,24,26908,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_25_29,f,25-29,25,29,24826,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_30_34,f,30-34,30,34,28817,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_35_39,f,35-39,35,39,27850,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_40_44,f,40-44,40,44,32511,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_45_49,f,45-49,45,49,18119,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_50_54,f,50-54,50,54,19117,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_55_59,f,55-59,55,59,17258,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_60_64,f,60-64,60,64,15060,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_65_69,f,65-69,65,69,11808,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_70_74,f,70-74,70,74,9513,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_75_79,f,75-79,75,79,6193,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,F_80PLUS,f,80+,80,,5313,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_00_04,m,0-4,0,4,39739,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_05_09,m,5-9,5,9,37713,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_10_14,m,10-14,10,14,37442,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_15_19,m,15-19,15,19,38749,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_20_24,m,20-24,20,24,27971,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_25_29,m,25-29,25,29,23834,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_30_34,m,30-34,30,34,27077,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_35_39,m,35-39,35,39,26350,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_40_44,m,40-44,40,44,30274,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_45_49,m,45-49,45,49,16626,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_50_54,m,50-54,50,54,17365,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_55_59,m,55-59,55,59,14355,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_60_64,m,60-64,60,64,12149,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_65_69,m,65-69,65,69,7414,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_70_74,m,70-74,70,74,5982,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_75_79,m,75-79,75,79,3963,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,M_80PLUS,m,80+,80,,3414,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_00_04,all,0-4,0,4,78324,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_05_09,all,5-9,5,9,74124,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_10_14,all,10-14,10,14,73100,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_15_19,all,15-19,15,19,74120,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_20_24,all,20-24,20,24,54878,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_25_29,all,25-29,25,29,48660,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_30_34,all,30-34,30,34,55894,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_35_39,all,35-39,35,39,54199,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_40_44,all,40-44,40,44,62785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_45_49,all,45-49,45,49,34745,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_50_54,all,50-54,50,54,36482,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_55_59,all,55-59,55,59,31613,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_60_64,all,60-64,60,64,27209,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_65_69,all,65-69,65,69,19222,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_70_74,all,70-74,70,74,15494,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_75_79,all,75-79,75,79,10156,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH06,Kampong Thom,T_80PLUS,all,80+,80,,8726,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_TL,f,all,,,339725,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_TL,m,all,,,322226,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_TL,all,all,,,661951,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_00_04,f,0-4,0,4,29392,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_05_09,f,5-9,5,9,27104,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_10_14,f,10-14,10,14,28513,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_15_19,f,15-19,15,19,33042,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_20_24,f,20-24,20,24,25163,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_25_29,f,25-29,25,29,23753,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_30_34,f,30-34,30,34,27089,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_35_39,f,35-39,35,39,25452,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_40_44,f,40-44,40,44,24225,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_45_49,f,45-49,45,49,16679,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_50_54,f,50-54,50,54,17952,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_55_59,f,55-59,55,59,16061,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_60_64,f,60-64,60,64,14008,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_65_69,f,65-69,65,69,11307,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_70_74,f,70-74,70,74,8601,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_75_79,f,75-79,75,79,6235,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,F_80PLUS,f,80+,80,,5149,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_00_04,m,0-4,0,4,30992,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_05_09,m,5-9,5,9,28767,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_10_14,m,10-14,10,14,29792,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_15_19,m,15-19,15,19,35674,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_20_24,m,20-24,20,24,25815,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_25_29,m,25-29,25,29,21553,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_30_34,m,30-34,30,34,25494,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_35_39,m,35-39,35,39,24282,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_40_44,m,40-44,40,44,23086,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_45_49,m,45-49,45,49,15475,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_50_54,m,50-54,50,54,16598,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_55_59,m,55-59,55,59,13666,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_60_64,m,60-64,60,64,11503,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_65_69,m,65-69,65,69,7307,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_70_74,m,70-74,70,74,5475,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_75_79,m,75-79,75,79,3908,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,M_80PLUS,m,80+,80,,2839,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_00_04,all,0-4,0,4,60384,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_05_09,all,5-9,5,9,55871,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_10_14,all,10-14,10,14,58305,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_15_19,all,15-19,15,19,68716,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_20_24,all,20-24,20,24,50979,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_25_29,all,25-29,25,29,45305,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_30_34,all,30-34,30,34,52583,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_35_39,all,35-39,35,39,49734,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_40_44,all,40-44,40,44,47310,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_45_49,all,45-49,45,49,32154,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_50_54,all,50-54,50,54,34550,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_55_59,all,55-59,55,59,29727,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_60_64,all,60-64,60,64,25510,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_65_69,all,65-69,65,69,18614,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_70_74,all,70-74,70,74,14077,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_75_79,all,75-79,75,79,10144,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH07,Kampot,T_80PLUS,all,80+,80,,7988,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_TL,f,all,,,687819,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_TL,m,all,,,651603,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_TL,all,all,,,1339422,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_00_04,f,0-4,0,4,57372,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_05_09,f,5-9,5,9,53442,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_10_14,f,10-14,10,14,53126,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_15_19,f,15-19,15,19,61300,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_20_24,f,20-24,20,24,56797,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_25_29,f,25-29,25,29,53373,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_30_34,f,30-34,30,34,59466,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_35_39,f,35-39,35,39,56744,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_40_44,f,40-44,40,44,53593,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_45_49,f,45-49,45,49,28969,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_50_54,f,50-54,50,54,31130,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_55_59,f,55-59,55,59,30095,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_60_64,f,60-64,60,64,28575,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_65_69,f,65-69,65,69,23549,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_70_74,f,70-74,70,74,18668,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_75_79,f,75-79,75,79,11023,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,F_80PLUS,f,80+,80,,10597,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_00_04,m,0-4,0,4,59921,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_05_09,m,5-9,5,9,55695,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_10_14,m,10-14,10,14,56269,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_15_19,m,15-19,15,19,64212,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_20_24,m,20-24,20,24,58157,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_25_29,m,25-29,25,29,51097,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_30_34,m,30-34,30,34,57887,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_35_39,m,35-39,35,39,53198,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_40_44,m,40-44,40,44,51538,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_45_49,m,45-49,45,49,27558,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_50_54,m,50-54,50,54,27843,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_55_59,m,55-59,55,59,24347,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_60_64,m,60-64,60,64,22571,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_65_69,m,65-69,65,69,14899,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_70_74,m,70-74,70,74,12450,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_75_79,m,75-79,75,79,7213,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,M_80PLUS,m,80+,80,,6748,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_00_04,all,0-4,0,4,117293,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_05_09,all,5-9,5,9,109137,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_10_14,all,10-14,10,14,109395,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_15_19,all,15-19,15,19,125512,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_20_24,all,20-24,20,24,114954,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_25_29,all,25-29,25,29,104470,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_30_34,all,30-34,30,34,117353,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_35_39,all,35-39,35,39,109941,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_40_44,all,40-44,40,44,105131,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_45_49,all,45-49,45,49,56527,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_50_54,all,50-54,50,54,58973,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_55_59,all,55-59,55,59,54442,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_60_64,all,60-64,60,64,51146,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_65_69,all,65-69,65,69,38448,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_70_74,all,70-74,70,74,31118,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_75_79,all,75-79,75,79,18237,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH08,Kandal,T_80PLUS,all,80+,80,,17345,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_TL,f,all,,,23960,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_TL,m,all,,,23601,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_TL,all,all,,,47558,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_00_04,f,0-4,0,4,2248,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_05_09,f,5-9,5,9,2066,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_10_14,f,10-14,10,14,2005,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_15_19,f,15-19,15,19,2384,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_20_24,f,20-24,20,24,2146,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_25_29,f,25-29,25,29,1930,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_30_34,f,30-34,30,34,1950,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_35_39,f,35-39,35,39,1765,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_40_44,f,40-44,40,44,1725,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_45_49,f,45-49,45,49,1030,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_50_54,f,50-54,50,54,1120,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_55_59,f,55-59,55,59,915,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_60_64,f,60-64,60,64,866,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_65_69,f,65-69,65,69,693,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_70_74,f,70-74,70,74,448,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_75_79,f,75-79,75,79,342,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,F_80PLUS,f,80+,80,,327,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_00_04,m,0-4,0,4,2371,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_05_09,m,5-9,5,9,2099,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_10_14,m,10-14,10,14,2100,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_15_19,m,15-19,15,19,2694,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_20_24,m,20-24,20,24,2191,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_25_29,m,25-29,25,29,1792,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_30_34,m,30-34,30,34,1971,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_35_39,m,35-39,35,39,1782,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_40_44,m,40-44,40,44,1751,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_45_49,m,45-49,45,49,992,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_50_54,m,50-54,50,54,1052,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_55_59,m,55-59,55,59,863,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_60_64,m,60-64,60,64,779,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_65_69,m,65-69,65,69,449,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_70_74,m,70-74,70,74,326,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_75_79,m,75-79,75,79,215,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,M_80PLUS,m,80+,80,,174,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_00_04,all,0-4,0,4,4619,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_05_09,all,5-9,5,9,4164,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_10_14,all,10-14,10,14,4105,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_15_19,all,15-19,15,19,5078,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_20_24,all,20-24,20,24,4337,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_25_29,all,25-29,25,29,3722,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_30_34,all,30-34,30,34,3920,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_35_39,all,35-39,35,39,3547,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_40_44,all,40-44,40,44,3476,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_45_49,all,45-49,45,49,2022,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_50_54,all,50-54,50,54,2172,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_55_59,all,55-59,55,59,1778,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_60_64,all,60-64,60,64,1645,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_65_69,all,65-69,65,69,1141,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_70_74,all,70-74,70,74,774,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_75_79,all,75-79,75,79,557,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH23,Kep,T_80PLUS,all,80+,80,,501,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_TL,f,all,,,69261,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_TL,m,all,,,71085,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_TL,all,all,,,140342,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_00_04,f,0-4,0,4,6459,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_05_09,f,5-9,5,9,6279,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_10_14,f,10-14,10,14,6028,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_15_19,f,15-19,15,19,6785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_20_24,f,20-24,20,24,6290,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_25_29,f,25-29,25,29,5767,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_30_34,f,30-34,30,34,6081,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_35_39,f,35-39,35,39,5145,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_40_44,f,40-44,40,44,4591,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_45_49,f,45-49,45,49,3161,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_50_54,f,50-54,50,54,3318,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_55_59,f,55-59,55,59,2962,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_60_64,f,60-64,60,64,2315,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_65_69,f,65-69,65,69,1640,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_70_74,f,70-74,70,74,1155,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_75_79,f,75-79,75,79,717,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,F_80PLUS,f,80+,80,,568,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_00_04,m,0-4,0,4,6390,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_05_09,m,5-9,5,9,6506,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_10_14,m,10-14,10,14,6355,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_15_19,m,15-19,15,19,7615,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_20_24,m,20-24,20,24,6757,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_25_29,m,25-29,25,29,5658,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_30_34,m,30-34,30,34,6294,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_35_39,m,35-39,35,39,5296,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_40_44,m,40-44,40,44,5004,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_45_49,m,45-49,45,49,3241,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_50_54,m,50-54,50,54,3804,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_55_59,m,55-59,55,59,3096,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_60_64,m,60-64,60,64,2408,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_65_69,m,65-69,65,69,1237,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_70_74,m,70-74,70,74,636,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_75_79,m,75-79,75,79,498,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,M_80PLUS,m,80+,80,,290,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_00_04,all,0-4,0,4,12849,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_05_09,all,5-9,5,9,12785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_10_14,all,10-14,10,14,12383,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_15_19,all,15-19,15,19,14399,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_20_24,all,20-24,20,24,13047,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_25_29,all,25-29,25,29,11426,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_30_34,all,30-34,30,34,12374,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_35_39,all,35-39,35,39,10441,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_40_44,all,40-44,40,44,9595,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_45_49,all,45-49,45,49,6402,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_50_54,all,50-54,50,54,7121,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_55_59,all,55-59,55,59,6057,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_60_64,all,60-64,60,64,4723,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_65_69,all,65-69,65,69,2877,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_70_74,all,70-74,70,74,1790,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_75_79,all,75-79,75,79,1215,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH09,Koh Kong,T_80PLUS,all,80+,80,,858,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_TL,f,all,,,208607,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_TL,m,all,,,209136,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_TL,all,all,,,417748,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_00_04,f,0-4,0,4,22031,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_05_09,f,5-9,5,9,21252,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_10_14,f,10-14,10,14,19740,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_15_19,f,15-19,15,19,19867,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_20_24,f,20-24,20,24,15730,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_25_29,f,25-29,25,29,13807,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_30_34,f,30-34,30,34,14901,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_35_39,f,35-39,35,39,14396,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_40_44,f,40-44,40,44,17562,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_45_49,f,45-49,45,49,9751,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_50_54,f,50-54,50,54,9389,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_55_59,f,55-59,55,59,8103,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_60_64,f,60-64,60,64,6953,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_65_69,f,65-69,65,69,5531,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_70_74,f,70-74,70,74,4168,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_75_79,f,75-79,75,79,2713,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,F_80PLUS,f,80+,80,,2713,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_00_04,m,0-4,0,4,22858,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_05_09,m,5-9,5,9,22460,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_10_14,m,10-14,10,14,20336,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_15_19,m,15-19,15,19,21261,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_20_24,m,20-24,20,24,16615,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_25_29,m,25-29,25,29,13588,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_30_34,m,30-34,30,34,14829,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_35_39,m,35-39,35,39,14253,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_40_44,m,40-44,40,44,17796,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_45_49,m,45-49,45,49,10307,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_50_54,m,50-54,50,54,9789,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_55_59,m,55-59,55,59,7512,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_60_64,m,60-64,60,64,6527,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_65_69,m,65-69,65,69,4253,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_70_74,m,70-74,70,74,3123,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_75_79,m,75-79,75,79,1950,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,M_80PLUS,m,80+,80,,1679,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_00_04,all,0-4,0,4,44889,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_05_09,all,5-9,5,9,43712,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_10_14,all,10-14,10,14,40076,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_15_19,all,15-19,15,19,41128,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_20_24,all,20-24,20,24,32345,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_25_29,all,25-29,25,29,27396,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_30_34,all,30-34,30,34,29731,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_35_39,all,35-39,35,39,28650,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_40_44,all,40-44,40,44,35358,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_45_49,all,45-49,45,49,20058,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_50_54,all,50-54,50,54,19178,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_55_59,all,55-59,55,59,15615,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_60_64,all,60-64,60,64,13480,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_65_69,all,65-69,65,69,9784,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_70_74,all,70-74,70,74,7291,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_75_79,all,75-79,75,79,4664,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH10,Kratie,T_80PLUS,all,80+,80,,4393,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_TL,f,all,,,49861,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_TL,m,all,,,52934,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_TL,all,all,,,102793,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_00_04,f,0-4,0,4,5823,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_05_09,f,5-9,5,9,5703,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_10_14,f,10-14,10,14,4762,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_15_19,f,15-19,15,19,5894,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_20_24,f,20-24,20,24,4863,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_25_29,f,25-29,25,29,3795,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_30_34,f,30-34,30,34,3915,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_35_39,f,35-39,35,39,3267,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_40_44,f,40-44,40,44,3950,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_45_49,f,45-49,45,49,1981,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_50_54,f,50-54,50,54,1884,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_55_59,f,55-59,55,59,1489,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_60_64,f,60-64,60,64,970,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_65_69,f,65-69,65,69,678,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_70_74,f,70-74,70,74,450,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_75_79,f,75-79,75,79,257,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,F_80PLUS,f,80+,80,,180,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_00_04,m,0-4,0,4,6084,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_05_09,m,5-9,5,9,5901,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_10_14,m,10-14,10,14,5085,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_15_19,m,15-19,15,19,6045,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_20_24,m,20-24,20,24,5256,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_25_29,m,25-29,25,29,3953,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_30_34,m,30-34,30,34,4396,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_35_39,m,35-39,35,39,3625,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_40_44,m,40-44,40,44,4041,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_45_49,m,45-49,45,49,2361,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_50_54,m,50-54,50,54,2194,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_55_59,m,55-59,55,59,1561,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_60_64,m,60-64,60,64,1165,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_65_69,m,65-69,65,69,641,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_70_74,m,70-74,70,74,300,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_75_79,m,75-79,75,79,159,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,M_80PLUS,m,80+,80,,167,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_00_04,all,0-4,0,4,11907,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_05_09,all,5-9,5,9,11604,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_10_14,all,10-14,10,14,9848,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_15_19,all,15-19,15,19,11939,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_20_24,all,20-24,20,24,10119,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_25_29,all,25-29,25,29,7748,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_30_34,all,30-34,30,34,8310,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_35_39,all,35-39,35,39,6892,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_40_44,all,40-44,40,44,7991,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_45_49,all,45-49,45,49,4342,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_50_54,all,50-54,50,54,4078,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_55_59,all,55-59,55,59,3049,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_60_64,all,60-64,60,64,2135,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_65_69,all,65-69,65,69,1319,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_70_74,all,70-74,70,74,749,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_75_79,all,75-79,75,79,416,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH11,Mondul Kiri,T_80PLUS,all,80+,80,,347,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_TL,f,all,,,151542,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_TL,m,all,,,156166,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_TL,all,all,,,307703,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_00_04,f,0-4,0,4,16253,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_05_09,f,5-9,5,9,15700,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_10_14,f,10-14,10,14,14875,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_15_19,f,15-19,15,19,16053,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_20_24,f,20-24,20,24,12243,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_25_29,f,25-29,25,29,11104,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_30_34,f,30-34,30,34,12740,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_35_39,f,35-39,35,39,10824,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_40_44,f,40-44,40,44,10719,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_45_49,f,45-49,45,49,6162,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_50_54,f,50-54,50,54,6814,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_55_59,f,55-59,55,59,6754,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_60_64,f,60-64,60,64,4798,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_65_69,f,65-69,65,69,2918,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_70_74,f,70-74,70,74,1738,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_75_79,f,75-79,75,79,1025,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,F_80PLUS,f,80+,80,,822,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_00_04,m,0-4,0,4,16679,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_05_09,m,5-9,5,9,16746,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_10_14,m,10-14,10,14,15506,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_15_19,m,15-19,15,19,16866,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_20_24,m,20-24,20,24,13707,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_25_29,m,25-29,25,29,11195,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_30_34,m,30-34,30,34,13035,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_35_39,m,35-39,35,39,11125,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_40_44,m,40-44,40,44,11286,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_45_49,m,45-49,45,49,6265,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_50_54,m,50-54,50,54,6821,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_55_59,m,55-59,55,59,6296,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_60_64,m,60-64,60,64,5411,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_65_69,m,65-69,65,69,2630,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_70_74,m,70-74,70,74,1373,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_75_79,m,75-79,75,79,728,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,M_80PLUS,m,80+,80,,497,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_00_04,all,0-4,0,4,32932,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_05_09,all,5-9,5,9,32446,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_10_14,all,10-14,10,14,30381,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_15_19,all,15-19,15,19,32918,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_20_24,all,20-24,20,24,25950,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_25_29,all,25-29,25,29,22299,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_30_34,all,30-34,30,34,25775,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_35_39,all,35-39,35,39,21948,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_40_44,all,40-44,40,44,22005,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_45_49,all,45-49,45,49,12427,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_50_54,all,50-54,50,54,13635,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_55_59,all,55-59,55,59,13050,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_60_64,all,60-64,60,64,10208,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_65_69,all,65-69,65,69,5548,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_70_74,all,70-74,70,74,3111,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_75_79,all,75-79,75,79,1752,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH22,Oddar Meanchey,T_80PLUS,all,80+,80,,1318,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_TL,f,all,,,41041,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_TL,m,all,,,42689,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_TL,all,all,,,83727,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_00_04,f,0-4,0,4,4027,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_05_09,f,5-9,5,9,4014,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_10_14,f,10-14,10,14,3899,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_15_19,f,15-19,15,19,3940,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_20_24,f,20-24,20,24,3612,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_25_29,f,25-29,25,29,3458,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_30_34,f,30-34,30,34,3636,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_35_39,f,35-39,35,39,2955,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_40_44,f,40-44,40,44,2765,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_45_49,f,45-49,45,49,1710,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_50_54,f,50-54,50,54,1942,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_55_59,f,55-59,55,59,1885,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_60_64,f,60-64,60,64,1437,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_65_69,f,65-69,65,69,762,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_70_74,f,70-74,70,74,462,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_75_79,f,75-79,75,79,274,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,F_80PLUS,f,80+,80,,263,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_00_04,m,0-4,0,4,4345,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_05_09,m,5-9,5,9,4048,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_10_14,m,10-14,10,14,4158,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_15_19,m,15-19,15,19,4403,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_20_24,m,20-24,20,24,3790,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_25_29,m,25-29,25,29,3297,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_30_34,m,30-34,30,34,3732,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_35_39,m,35-39,35,39,3119,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_40_44,m,40-44,40,44,3039,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_45_49,m,45-49,45,49,1663,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_50_54,m,50-54,50,54,1884,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_55_59,m,55-59,55,59,1777,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_60_64,m,60-64,60,64,1870,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_65_69,m,65-69,65,69,831,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_70_74,m,70-74,70,74,402,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_75_79,m,75-79,75,79,213,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,M_80PLUS,m,80+,80,,118,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_00_04,all,0-4,0,4,8372,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_05_09,all,5-9,5,9,8062,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_10_14,all,10-14,10,14,8057,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_15_19,all,15-19,15,19,8343,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_20_24,all,20-24,20,24,7402,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_25_29,all,25-29,25,29,6755,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_30_34,all,30-34,30,34,7368,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_35_39,all,35-39,35,39,6073,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_40_44,all,40-44,40,44,5804,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_45_49,all,45-49,45,49,3372,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_50_54,all,50-54,50,54,3826,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_55_59,all,55-59,55,59,3662,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_60_64,all,60-64,60,64,3306,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_65_69,all,65-69,65,69,1593,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_70_74,all,70-74,70,74,864,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_75_79,all,75-79,75,79,487,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH24,Pailin,T_80PLUS,all,80+,80,,381,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_TL,f,all,,,1304895,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_TL,m,all,,,1238835,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_TL,all,all,,,2543729,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_00_04,f,0-4,0,4,90990,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_05_09,f,5-9,5,9,86456,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_10_14,f,10-14,10,14,77818,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_15_19,f,15-19,15,19,120425,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_20_24,f,20-24,20,24,139574,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_25_29,f,25-29,25,29,130494,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_30_34,f,30-34,30,34,143520,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_35_39,f,35-39,35,39,126157,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_40_44,f,40-44,40,44,100448,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_45_49,f,45-49,45,49,53630,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_50_54,f,50-54,50,54,51197,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_55_59,f,55-59,55,59,47631,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_60_64,f,60-64,60,64,46641,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_65_69,f,65-69,65,69,36694,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_70_74,f,70-74,70,74,25808,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_75_79,f,75-79,75,79,14680,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,F_80PLUS,f,80+,80,,12732,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_00_04,m,0-4,0,4,94716,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_05_09,m,5-9,5,9,90008,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_10_14,m,10-14,10,14,80375,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_15_19,m,15-19,15,19,114827,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_20_24,m,20-24,20,24,132625,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_25_29,m,25-29,25,29,117895,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_30_34,m,30-34,30,34,135279,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_35_39,m,35-39,35,39,119231,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_40_44,m,40-44,40,44,101891,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_45_49,m,45-49,45,49,54130,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_50_54,m,50-54,50,54,53045,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_55_59,m,55-59,55,59,41388,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_60_64,m,60-64,60,64,41895,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_65_69,m,65-69,65,69,26527,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_70_74,m,70-74,70,74,17483,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_75_79,m,75-79,75,79,9719,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,M_80PLUS,m,80+,80,,7801,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_00_04,all,0-4,0,4,185705,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_05_09,all,5-9,5,9,176464,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_10_14,all,10-14,10,14,158192,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_15_19,all,15-19,15,19,235251,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_20_24,all,20-24,20,24,272199,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_25_29,all,25-29,25,29,248389,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_30_34,all,30-34,30,34,278799,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_35_39,all,35-39,35,39,245389,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_40_44,all,40-44,40,44,202340,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_45_49,all,45-49,45,49,107760,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_50_54,all,50-54,50,54,104242,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_55_59,all,55-59,55,59,89018,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_60_64,all,60-64,60,64,88537,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_65_69,all,65-69,65,69,63221,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_70_74,all,70-74,70,74,43291,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_75_79,all,75-79,75,79,24399,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH12,Phnom Penh,T_80PLUS,all,80+,80,,20533,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_TL,f,all,,,164736,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_TL,m,all,,,180908,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_TL,all,all,,,345643,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_00_04,f,0-4,0,4,12114,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_05_09,f,5-9,5,9,11444,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_10_14,f,10-14,10,14,11613,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_15_19,f,15-19,15,19,15859,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_20_24,f,20-24,20,24,16740,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_25_29,f,25-29,25,29,14906,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_30_34,f,30-34,30,34,16498,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_35_39,f,35-39,35,39,13845,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_40_44,f,40-44,40,44,13759,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_45_49,f,45-49,45,49,11721,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_50_54,f,50-54,50,54,7847,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_55_59,f,55-59,55,59,6555,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_60_64,f,60-64,60,64,4032,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_65_69,f,65-69,65,69,3123,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_70_74,f,70-74,70,74,2037,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_75_79,f,75-79,75,79,1492,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,F_80PLUS,f,80+,80,,1151,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_00_04,m,0-4,0,4,13212,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_05_09,m,5-9,5,9,11896,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_10_14,m,10-14,10,14,11809,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_15_19,m,15-19,15,19,16963,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_20_24,m,20-24,20,24,18453,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_25_29,m,25-29,25,29,16949,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_30_34,m,30-34,30,34,18632,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_35_39,m,35-39,35,39,16954,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_40_44,m,40-44,40,44,17514,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_45_49,m,45-49,45,49,12841,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_50_54,m,50-54,50,54,9388,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_55_59,m,55-59,55,59,7026,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_60_64,m,60-64,60,64,4084,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_65_69,m,65-69,65,69,2320,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_70_74,m,70-74,70,74,1388,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_75_79,m,75-79,75,79,821,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,M_80PLUS,m,80+,80,,658,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_00_04,all,0-4,0,4,25326,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_05_09,all,5-9,5,9,23340,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_10_14,all,10-14,10,14,23422,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_15_19,all,15-19,15,19,32822,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_20_24,all,20-24,20,24,35193,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_25_29,all,25-29,25,29,31854,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_30_34,all,30-34,30,34,35130,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_35_39,all,35-39,35,39,30800,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_40_44,all,40-44,40,44,31273,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_45_49,all,45-49,45,49,24562,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_50_54,all,50-54,50,54,17234,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_55_59,all,55-59,55,59,13581,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_60_64,all,60-64,60,64,8116,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_65_69,all,65-69,65,69,5443,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_70_74,all,70-74,70,74,3426,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_75_79,all,75-79,75,79,2313,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH18,Preah Sihanouk,T_80PLUS,all,80+,80,,1808,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_TL,f,all,,,140154,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_TL,m,all,,,143903,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_TL,all,all,,,284059,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_00_04,f,0-4,0,4,16336,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_05_09,f,5-9,5,9,13797,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_10_14,f,10-14,10,14,12703,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_15_19,f,15-19,15,19,15278,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_20_24,f,20-24,20,24,12556,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_25_29,f,25-29,25,29,10544,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_30_34,f,30-34,30,34,10856,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_35_39,f,35-39,35,39,10006,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_40_44,f,40-44,40,44,11150,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_45_49,f,45-49,45,49,5771,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_50_54,f,50-54,50,54,5638,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_55_59,f,55-59,55,59,4879,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_60_64,f,60-64,60,64,3644,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_65_69,f,65-69,65,69,2579,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_70_74,f,70-74,70,74,1943,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_75_79,f,75-79,75,79,1262,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,F_80PLUS,f,80+,80,,1212,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_00_04,m,0-4,0,4,16808,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_05_09,m,5-9,5,9,14493,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_10_14,m,10-14,10,14,13663,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_15_19,m,15-19,15,19,15821,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_20_24,m,20-24,20,24,13582,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_25_29,m,25-29,25,29,11128,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_30_34,m,30-34,30,34,11629,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_35_39,m,35-39,35,39,10168,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_40_44,m,40-44,40,44,11855,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_45_49,m,45-49,45,49,5800,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_50_54,m,50-54,50,54,5589,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_55_59,m,55-59,55,59,4537,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_60_64,m,60-64,60,64,3906,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_65_69,m,65-69,65,69,2072,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_70_74,m,70-74,70,74,1267,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_75_79,m,75-79,75,79,876,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,M_80PLUS,m,80+,80,,709,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_00_04,all,0-4,0,4,33144,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_05_09,all,5-9,5,9,28289,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_10_14,all,10-14,10,14,26366,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_15_19,all,15-19,15,19,31099,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_20_24,all,20-24,20,24,26138,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_25_29,all,25-29,25,29,21673,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_30_34,all,30-34,30,34,22485,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_35_39,all,35-39,35,39,20175,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_40_44,all,40-44,40,44,23005,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_45_49,all,45-49,45,49,11571,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_50_54,all,50-54,50,54,11227,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_55_59,all,55-59,55,59,9416,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_60_64,all,60-64,60,64,7550,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_65_69,all,65-69,65,69,4650,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_70_74,all,70-74,70,74,3211,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_75_79,all,75-79,75,79,2139,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH13,Preah Vihear,T_80PLUS,all,80+,80,,1921,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_TL,f,all,,,620284,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_TL,m,all,,,558774,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_TL,all,all,,,1179059,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_00_04,f,0-4,0,4,55854,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_05_09,f,5-9,5,9,55436,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_10_14,f,10-14,10,14,56646,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_15_19,f,15-19,15,19,49580,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_20_24,f,20-24,20,24,33551,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_25_29,f,25-29,25,29,31915,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_30_34,f,30-34,30,34,41585,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_35_39,f,35-39,35,39,43530,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_40_44,f,40-44,40,44,53553,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_45_49,f,45-49,45,49,33533,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_50_54,f,50-54,50,54,36465,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_55_59,f,55-59,55,59,33126,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_60_64,f,60-64,60,64,31192,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_65_69,f,65-69,65,69,25061,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_70_74,f,70-74,70,74,18237,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_75_79,f,75-79,75,79,11108,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,F_80PLUS,f,80+,80,,9912,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_00_04,m,0-4,0,4,58906,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_05_09,m,5-9,5,9,58839,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_10_14,m,10-14,10,14,59489,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_15_19,m,15-19,15,19,54222,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_20_24,m,20-24,20,24,32838,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_25_29,m,25-29,25,29,27965,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_30_34,m,30-34,30,34,35174,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_35_39,m,35-39,35,39,37838,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_40_44,m,40-44,40,44,46340,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_45_49,m,45-49,45,49,28573,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_50_54,m,50-54,50,54,30386,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_55_59,m,55-59,55,59,25901,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_60_64,m,60-64,60,64,22384,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_65_69,m,65-69,65,69,14524,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_70_74,m,70-74,70,74,11945,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_75_79,m,75-79,75,79,7222,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,M_80PLUS,m,80+,80,,6228,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_00_04,all,0-4,0,4,114760,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_05_09,all,5-9,5,9,114275,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_10_14,all,10-14,10,14,116135,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_15_19,all,15-19,15,19,103802,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_20_24,all,20-24,20,24,66389,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_25_29,all,25-29,25,29,59880,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_30_34,all,30-34,30,34,76759,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_35_39,all,35-39,35,39,81369,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_40_44,all,40-44,40,44,99893,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_45_49,all,45-49,45,49,62105,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_50_54,all,50-54,50,54,66851,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_55_59,all,55-59,55,59,59027,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_60_64,all,60-64,60,64,53576,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_65_69,all,65-69,65,69,39585,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_70_74,all,70-74,70,74,30182,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_75_79,all,75-79,75,79,18330,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH14,Prey Veng,T_80PLUS,all,80+,80,,16141,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_TL,f,all,,,239367,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_TL,m,all,,,228762,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_TL,all,all,,,468127,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_00_04,f,0-4,0,4,24163,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_05_09,f,5-9,5,9,22963,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_10_14,f,10-14,10,14,22476,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_15_19,f,15-19,15,19,21713,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_20_24,f,20-24,20,24,16915,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_25_29,f,25-29,25,29,17685,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_30_34,f,30-34,30,34,20119,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_35_39,f,35-39,35,39,17984,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_40_44,f,40-44,40,44,13607,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_45_49,f,45-49,45,49,9058,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_50_54,f,50-54,50,54,11318,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_55_59,f,55-59,55,59,11530,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_60_64,f,60-64,60,64,9785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_65_69,f,65-69,65,69,7921,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_70_74,f,70-74,70,74,5564,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_75_79,f,75-79,75,79,3542,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,F_80PLUS,f,80+,80,,3024,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_00_04,m,0-4,0,4,25660,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_05_09,m,5-9,5,9,24197,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_10_14,m,10-14,10,14,23652,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_15_19,m,15-19,15,19,23969,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_20_24,m,20-24,20,24,17247,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_25_29,m,25-29,25,29,16234,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_30_34,m,30-34,30,34,19008,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_35_39,m,35-39,35,39,17259,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_40_44,m,40-44,40,44,13410,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_45_49,m,45-49,45,49,7984,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_50_54,m,50-54,50,54,10129,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_55_59,m,55-59,55,59,9828,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_60_64,m,60-64,60,64,8240,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_65_69,m,65-69,65,69,5166,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_70_74,m,70-74,70,74,3286,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_75_79,m,75-79,75,79,2052,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,M_80PLUS,m,80+,80,,1441,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_00_04,all,0-4,0,4,49823,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_05_09,all,5-9,5,9,47160,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_10_14,all,10-14,10,14,46128,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_15_19,all,15-19,15,19,45682,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_20_24,all,20-24,20,24,34162,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_25_29,all,25-29,25,29,33919,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_30_34,all,30-34,30,34,39127,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_35_39,all,35-39,35,39,35242,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_40_44,all,40-44,40,44,27017,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_45_49,all,45-49,45,49,17042,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_50_54,all,50-54,50,54,21447,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_55_59,all,55-59,55,59,21358,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_60_64,all,60-64,60,64,18025,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_65_69,all,65-69,65,69,13087,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_70_74,all,70-74,70,74,8850,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_75_79,all,75-79,75,79,5593,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH15,Pursat,T_80PLUS,all,80+,80,,4465,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_TL,f,all,,,119176,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_TL,m,all,,,123222,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_TL,all,all,,,242400,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_00_04,f,0-4,0,4,12294,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_05_09,f,5-9,5,9,13284,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_10_14,f,10-14,10,14,12715,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_15_19,f,15-19,15,19,14423,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_20_24,f,20-24,20,24,11094,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_25_29,f,25-29,25,29,8749,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_30_34,f,30-34,30,34,9367,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_35_39,f,35-39,35,39,8415,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_40_44,f,40-44,40,44,9189,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_45_49,f,45-49,45,49,4514,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_50_54,f,50-54,50,54,4287,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_55_59,f,55-59,55,59,3488,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_60_64,f,60-64,60,64,2602,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_65_69,f,65-69,65,69,1848,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_70_74,f,70-74,70,74,1346,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_75_79,f,75-79,75,79,825,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,F_80PLUS,f,80+,80,,736,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_00_04,m,0-4,0,4,12636,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_05_09,m,5-9,5,9,13983,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_10_14,m,10-14,10,14,13028,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_15_19,m,15-19,15,19,15216,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_20_24,m,20-24,20,24,11513,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_25_29,m,25-29,25,29,8928,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_30_34,m,30-34,30,34,9832,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_35_39,m,35-39,35,39,8526,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_40_44,m,40-44,40,44,9733,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_45_49,m,45-49,45,49,4718,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_50_54,m,50-54,50,54,4496,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_55_59,m,55-59,55,59,3521,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_60_64,m,60-64,60,64,3038,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_65_69,m,65-69,65,69,1795,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_70_74,m,70-74,70,74,1080,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_75_79,m,75-79,75,79,646,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,M_80PLUS,m,80+,80,,533,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_00_04,all,0-4,0,4,24929,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_05_09,all,5-9,5,9,27267,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_10_14,all,10-14,10,14,25743,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_15_19,all,15-19,15,19,29639,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_20_24,all,20-24,20,24,22607,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_25_29,all,25-29,25,29,17677,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_30_34,all,30-34,30,34,19200,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_35_39,all,35-39,35,39,16941,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_40_44,all,40-44,40,44,18922,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_45_49,all,45-49,45,49,9233,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_50_54,all,50-54,50,54,8783,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_55_59,all,55-59,55,59,7009,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_60_64,all,60-64,60,64,5640,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_65_69,all,65-69,65,69,3643,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_70_74,all,70-74,70,74,2426,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_75_79,all,75-79,75,79,1471,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH16,Ratanak Kiri,T_80PLUS,all,80+,80,,1270,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_TL,f,all,,,573224,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_TL,m,all,,,557362,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_TL,all,all,,,1130586,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_00_04,f,0-4,0,4,56110,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_05_09,f,5-9,5,9,53813,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_10_14,f,10-14,10,14,54413,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_15_19,f,15-19,15,19,57484,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_20_24,f,20-24,20,24,48228,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_25_29,f,25-29,25,29,41707,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_30_34,f,30-34,30,34,49011,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_35_39,f,35-39,35,39,41245,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_40_44,f,40-44,40,44,44452,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_45_49,f,45-49,45,49,23249,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_50_54,f,50-54,50,54,25211,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_55_59,f,55-59,55,59,23052,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_60_64,f,60-64,60,64,19453,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_65_69,f,65-69,65,69,14890,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_70_74,f,70-74,70,74,10368,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_75_79,f,75-79,75,79,6066,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,F_80PLUS,f,80+,80,,4472,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_00_04,m,0-4,0,4,58643,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_05_09,m,5-9,5,9,55784,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_10_14,m,10-14,10,14,56714,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_15_19,m,15-19,15,19,60065,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_20_24,m,20-24,20,24,49533,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_25_29,m,25-29,25,29,40384,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_30_34,m,30-34,30,34,47379,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_35_39,m,35-39,35,39,41223,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_40_44,m,40-44,40,44,44383,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_45_49,m,45-49,45,49,21825,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_50_54,m,50-54,50,54,21854,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_55_59,m,55-59,55,59,19752,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_60_64,m,60-64,60,64,17064,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_65_69,m,65-69,65,69,9655,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_70_74,m,70-74,70,74,6620,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_75_79,m,75-79,75,79,3839,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,M_80PLUS,m,80+,80,,2645,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_00_04,all,0-4,0,4,114752,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_05_09,all,5-9,5,9,109598,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_10_14,all,10-14,10,14,111127,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_15_19,all,15-19,15,19,117550,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_20_24,all,20-24,20,24,97761,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_25_29,all,25-29,25,29,82091,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_30_34,all,30-34,30,34,96390,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_35_39,all,35-39,35,39,82468,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_40_44,all,40-44,40,44,88835,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_45_49,all,45-49,45,49,45074,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_50_54,all,50-54,50,54,47065,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_55_59,all,55-59,55,59,42804,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_60_64,all,60-64,60,64,36516,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_65_69,all,65-69,65,69,24545,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_70_74,all,70-74,70,74,16988,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_75_79,all,75-79,75,79,9905,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH17,Siemreap,T_80PLUS,all,80+,80,,7117,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_TL,f,all,,,90163,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_TL,m,all,,,94558,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_TL,all,all,,,184723,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_00_04,f,0-4,0,4,10645,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_05_09,f,5-9,5,9,9501,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_10_14,f,10-14,10,14,8356,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_15_19,f,15-19,15,19,9783,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_20_24,f,20-24,20,24,8275,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_25_29,f,25-29,25,29,6857,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_30_34,f,30-34,30,34,6787,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_35_39,f,35-39,35,39,6374,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_40_44,f,40-44,40,44,6672,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_45_49,f,45-49,45,49,3714,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_50_54,f,50-54,50,54,3435,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_55_59,f,55-59,55,59,3079,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_60_64,f,60-64,60,64,2331,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_65_69,f,65-69,65,69,1784,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_70_74,f,70-74,70,74,1121,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_75_79,f,75-79,75,79,728,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,F_80PLUS,f,80+,80,,721,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_00_04,m,0-4,0,4,11031,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_05_09,m,5-9,5,9,9820,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_10_14,m,10-14,10,14,8455,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_15_19,m,15-19,15,19,10053,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_20_24,m,20-24,20,24,9818,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_25_29,m,25-29,25,29,7599,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_30_34,m,30-34,30,34,7465,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_35_39,m,35-39,35,39,6564,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_40_44,m,40-44,40,44,7113,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_45_49,m,45-49,45,49,3849,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_50_54,m,50-54,50,54,3710,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_55_59,m,55-59,55,59,2960,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_60_64,m,60-64,60,64,2668,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_65_69,m,65-69,65,69,1537,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_70_74,m,70-74,70,74,898,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_75_79,m,75-79,75,79,550,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,M_80PLUS,m,80+,80,,468,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_00_04,all,0-4,0,4,21676,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_05_09,all,5-9,5,9,19322,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_10_14,all,10-14,10,14,16811,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_15_19,all,15-19,15,19,19836,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_20_24,all,20-24,20,24,18093,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_25_29,all,25-29,25,29,14455,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_30_34,all,30-34,30,34,14252,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_35_39,all,35-39,35,39,12938,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_40_44,all,40-44,40,44,13785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_45_49,all,45-49,45,49,7563,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_50_54,all,50-54,50,54,7145,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_55_59,all,55-59,55,59,6040,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_60_64,all,60-64,60,64,5000,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_65_69,all,65-69,65,69,3320,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_70_74,all,70-74,70,74,2020,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_75_79,all,75-79,75,79,1278,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH19,Stung Treng,T_80PLUS,all,80+,80,,1189,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_TL,f,all,,,306139,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_TL,m,all,,,279639,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_TL,all,all,,,585780,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_00_04,f,0-4,0,4,27991,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_05_09,f,5-9,5,9,25488,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_10_14,f,10-14,10,14,24726,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_15_19,f,15-19,15,19,25230,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_20_24,f,20-24,20,24,21475,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_25_29,f,25-29,25,29,21109,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_30_34,f,30-34,30,34,25130,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_35_39,f,35-39,35,39,22934,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_40_44,f,40-44,40,44,22042,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_45_49,f,45-49,45,49,15309,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_50_54,f,50-54,50,54,16904,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_55_59,f,55-59,55,59,15900,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_60_64,f,60-64,60,64,13915,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_65_69,f,65-69,65,69,11099,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_70_74,f,70-74,70,74,7614,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_75_79,f,75-79,75,79,5250,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,F_80PLUS,f,80+,80,,4023,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_00_04,m,0-4,0,4,29173,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_05_09,m,5-9,5,9,26785,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_10_14,m,10-14,10,14,25331,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_15_19,m,15-19,15,19,26451,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_20_24,m,20-24,20,24,20770,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_25_29,m,25-29,25,29,19773,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_30_34,m,30-34,30,34,22898,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_35_39,m,35-39,35,39,21365,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_40_44,m,40-44,40,44,20127,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_45_49,m,45-49,45,49,13614,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_50_54,m,50-54,50,54,14668,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_55_59,m,55-59,55,59,12811,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_60_64,m,60-64,60,64,9925,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_65_69,m,65-69,65,69,6108,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_70_74,m,70-74,70,74,4408,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_75_79,m,75-79,75,79,3076,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,M_80PLUS,m,80+,80,,2356,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_00_04,all,0-4,0,4,57164,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_05_09,all,5-9,5,9,52274,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_10_14,all,10-14,10,14,50057,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_15_19,all,15-19,15,19,51680,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_20_24,all,20-24,20,24,42245,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_25_29,all,25-29,25,29,40882,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_30_34,all,30-34,30,34,48027,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_35_39,all,35-39,35,39,44299,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_40_44,all,40-44,40,44,42169,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_45_49,all,45-49,45,49,28924,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_50_54,all,50-54,50,54,31572,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_55_59,all,55-59,55,59,28711,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_60_64,all,60-64,60,64,23841,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_65_69,all,65-69,65,69,17208,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_70_74,all,70-74,70,74,12022,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_75_79,all,75-79,75,79,8326,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH20,Svay Rieng,T_80PLUS,all,80+,80,,6379,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_TL,f,all,,,521059,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_TL,m,all,,,483205,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_TL,all,all,,,1004265,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_00_04,f,0-4,0,4,42906,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_05_09,f,5-9,5,9,40264,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_10_14,f,10-14,10,14,41994,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_15_19,f,15-19,15,19,49418,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_20_24,f,20-24,20,24,39955,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_25_29,f,25-29,25,29,36189,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_30_34,f,30-34,30,34,40710,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_35_39,f,35-39,35,39,40228,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_40_44,f,40-44,40,44,39243,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_45_49,f,45-49,45,49,24734,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_50_54,f,50-54,50,54,27066,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_55_59,f,55-59,55,59,24295,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_60_64,f,60-64,60,64,21696,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_65_69,f,65-69,65,69,18569,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_70_74,f,70-74,70,74,15087,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_75_79,f,75-79,75,79,10222,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,F_80PLUS,f,80+,80,,8483,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_00_04,m,0-4,0,4,45118,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_05_09,m,5-9,5,9,42077,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_10_14,m,10-14,10,14,44430,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_15_19,m,15-19,15,19,52436,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_20_24,m,20-24,20,24,39583,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_25_29,m,25-29,25,29,33195,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_30_34,m,30-34,30,34,37105,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_35_39,m,35-39,35,39,36807,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_40_44,m,40-44,40,44,36620,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_45_49,m,45-49,45,49,22755,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_50_54,m,50-54,50,54,23783,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_55_59,m,55-59,55,59,19245,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_60_64,m,60-64,60,64,17440,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_65_69,m,65-69,65,69,11525,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_70_74,m,70-74,70,74,9547,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_75_79,m,75-79,75,79,6321,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,M_80PLUS,m,80+,80,,5218,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_00_04,all,0-4,0,4,88025,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_05_09,all,5-9,5,9,82341,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_10_14,all,10-14,10,14,86424,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_15_19,all,15-19,15,19,101854,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_20_24,all,20-24,20,24,79538,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_25_29,all,25-29,25,29,69384,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_30_34,all,30-34,30,34,77816,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_35_39,all,35-39,35,39,77034,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_40_44,all,40-44,40,44,75863,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_45_49,all,45-49,45,49,47488,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_50_54,all,50-54,50,54,50849,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_55_59,all,55-59,55,59,43540,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_60_64,all,60-64,60,64,39136,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_65_69,all,65-69,65,69,30095,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_70_74,all,70-74,70,74,24634,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_75_79,all,75-79,75,79,16543,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH21,Takeo,T_80PLUS,all,80+,80,,13701,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_TL,f,all,,,442331,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_TL,m,all,,,423625,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_TL,all,all,,,865957,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_00_04,f,0-4,0,4,40193,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_05_09,f,5-9,5,9,41363,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_10_14,f,10-14,10,14,40479,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_15_19,f,15-19,15,19,39979,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_20_24,f,20-24,20,24,31676,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_25_29,f,25-29,25,29,28426,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_30_34,f,30-34,30,34,32806,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_35_39,f,35-39,35,39,30197,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_40_44,f,40-44,40,44,36437,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_45_49,f,45-49,45,49,20635,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_50_54,f,50-54,50,54,21727,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_55_59,f,55-59,55,59,20014,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_60_64,f,60-64,60,64,18134,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_65_69,f,65-69,65,69,14095,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_70_74,f,70-74,70,74,10960,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_75_79,f,75-79,75,79,7495,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,F_80PLUS,f,80+,80,,7715,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_00_04,m,0-4,0,4,42139,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_05_09,m,5-9,5,9,43056,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_10_14,m,10-14,10,14,42353,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_15_19,m,15-19,15,19,42676,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_20_24,m,20-24,20,24,32797,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_25_29,m,25-29,25,29,27457,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_30_34,m,30-34,30,34,31694,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_35_39,m,35-39,35,39,29242,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_40_44,m,40-44,40,44,35364,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_45_49,m,45-49,45,49,19516,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_50_54,m,50-54,50,54,20525,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_55_59,m,55-59,55,59,17312,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_60_64,m,60-64,60,64,13665,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_65_69,m,65-69,65,69,8699,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_70_74,m,70-74,70,74,7228,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_75_79,m,75-79,75,79,4706,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,M_80PLUS,m,80+,80,,5196,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_00_04,all,0-4,0,4,82332,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_05_09,all,5-9,5,9,84419,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_10_14,all,10-14,10,14,82832,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_15_19,all,15-19,15,19,82655,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_20_24,all,20-24,20,24,64473,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_25_29,all,25-29,25,29,55883,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_30_34,all,30-34,30,34,64500,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_35_39,all,35-39,35,39,59438,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_40_44,all,40-44,40,44,71801,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_45_49,all,45-49,45,49,40151,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_50_54,all,50-54,50,54,42253,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_55_59,all,55-59,55,59,37326,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_60_64,all,60-64,60,64,31799,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_65_69,all,65-69,65,69,22794,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_70_74,all,70-74,70,74,18188,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_75_79,all,75-79,75,79,12201,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,KH25,Tboung Khmum,T_80PLUS,all,80+,80,,12912,2024,Cambodia National Institute of Statistics,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_TL,f,all,,,751854,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_TL,m,all,,,709075,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_TL,all,all,,,1460929,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_00_04,f,0-4,0,4,124723,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_05_09,f,5-9,5,9,104932,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_10_14,f,10-14,10,14,89532,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_15_19,f,15-19,15,19,77086,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_20_24,f,20-24,20,24,71522,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_25_29,f,25-29,25,29,60092,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_30_34,f,30-34,30,34,50578,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_35_39,f,35-39,35,39,46530,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_40_44,f,40-44,40,44,34580,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_45_49,f,45-49,45,49,28683,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_50_54,f,50-54,50,54,18781,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_55_59,f,55-59,55,59,16765,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_60_64,f,60-64,60,64,10808,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_65_69,f,65-69,65,69,8524,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_70_74,f,70-74,70,74,3999,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_75_79,f,75-79,75,79,3096,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,F_80PLUS,f,80+,80,,1623,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_00_04,m,0-4,0,4,120135,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_05_09,m,5-9,5,9,99451,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_10_14,m,10-14,10,14,84288,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_15_19,m,15-19,15,19,73119,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_20_24,m,20-24,20,24,70680,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_25_29,m,25-29,25,29,60965,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_30_34,m,30-34,30,34,50816,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_35_39,m,35-39,35,39,39234,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_40_44,m,40-44,40,44,28841,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_45_49,m,45-49,45,49,23655,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_50_54,m,50-54,50,54,16864,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_55_59,m,55-59,55,59,13967,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_60_64,m,60-64,60,64,10597,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_65_69,m,65-69,65,69,7649,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_70_74,m,70-74,70,74,4501,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_75_79,m,75-79,75,79,2849,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,M_80PLUS,m,80+,80,,1464,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_00_04,all,0-4,0,4,244858,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_05_09,all,5-9,5,9,204383,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_10_14,all,10-14,10,14,173820,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_15_19,all,15-19,15,19,150205,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_20_24,all,20-24,20,24,142202,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_25_29,all,25-29,25,29,121057,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_30_34,all,30-34,30,34,101394,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_35_39,all,35-39,35,39,85764,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_40_44,all,40-44,40,44,63421,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_45_49,all,45-49,45,49,52338,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_50_54,all,50-54,50,54,35645,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_55_59,all,55-59,55,59,30732,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_60_64,all,60-64,60,64,21405,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_65_69,all,65-69,65,69,16173,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_70_74,all,70-74,70,74,8500,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_75_79,all,75-79,75,79,5945,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM001,Adamaoua,T_80PLUS,all,80+,80,,3087,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_TL,f,all,,,2611487,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_TL,m,all,,,2614432,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_TL,all,all,,,5225919,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_00_04,f,0-4,0,4,319766,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_05_09,f,5-9,5,9,299268,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_10_14,f,10-14,10,14,286447,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_15_19,f,15-19,15,19,268782,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_20_24,f,20-24,20,24,224521,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_25_29,f,25-29,25,29,192944,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_30_34,f,30-34,30,34,192784,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_35_39,f,35-39,35,39,200945,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_40_44,f,40-44,40,44,175558,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_45_49,f,45-49,45,49,128921,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_50_54,f,50-54,50,54,94168,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_55_59,f,55-59,55,59,73543,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_60_64,f,60-64,60,64,58341,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_65_69,f,65-69,65,69,43867,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_70_74,f,70-74,70,74,25538,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_75_79,f,75-79,75,79,14711,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,F_80PLUS,f,80+,80,,11383,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_00_04,m,0-4,0,4,315606,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_05_09,m,5-9,5,9,294853,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_10_14,m,10-14,10,14,282737,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_15_19,m,15-19,15,19,268390,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_20_24,m,20-24,20,24,231084,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_25_29,m,25-29,25,29,198458,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_30_34,m,30-34,30,34,191390,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_35_39,m,35-39,35,39,193426,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_40_44,m,40-44,40,44,171795,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_45_49,m,45-49,45,49,139193,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_50_54,m,50-54,50,54,102704,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_55_59,m,55-59,55,59,77908,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_60_64,m,60-64,60,64,60497,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_65_69,m,65-69,65,69,42363,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_70_74,m,70-74,70,74,24508,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_75_79,m,75-79,75,79,12224,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,M_80PLUS,m,80+,80,,7296,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_00_04,all,0-4,0,4,635372,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_05_09,all,5-9,5,9,594121,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_10_14,all,10-14,10,14,569184,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_15_19,all,15-19,15,19,537172,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_20_24,all,20-24,20,24,455605,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_25_29,all,25-29,25,29,391402,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_30_34,all,30-34,30,34,384174,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_35_39,all,35-39,35,39,394371,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_40_44,all,40-44,40,44,347353,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_45_49,all,45-49,45,49,268114,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_50_54,all,50-54,50,54,196872,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_55_59,all,55-59,55,59,151451,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_60_64,all,60-64,60,64,118838,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_65_69,all,65-69,65,69,86230,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_70_74,all,70-74,70,74,50046,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_75_79,all,75-79,75,79,26935,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM002,Centre,T_80PLUS,all,80+,80,,18679,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_TL,f,all,,,614111,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_TL,m,all,,,612685,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_TL,all,all,,,1226796,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_00_04,f,0-4,0,4,88062,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_05_09,f,5-9,5,9,77689,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_10_14,f,10-14,10,14,72727,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_15_19,f,15-19,15,19,69690,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_20_24,f,20-24,20,24,62459,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_25_29,f,25-29,25,29,47887,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_30_34,f,30-34,30,34,39324,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_35_39,f,35-39,35,39,39216,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_40_44,f,40-44,40,44,29348,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_45_49,f,45-49,45,49,23710,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_50_54,f,50-54,50,54,18000,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_55_59,f,55-59,55,59,15043,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_60_64,f,60-64,60,64,11473,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_65_69,f,65-69,65,69,9092,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_70_74,f,70-74,70,74,5121,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_75_79,f,75-79,75,79,3255,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,F_80PLUS,f,80+,80,,2015,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_00_04,m,0-4,0,4,88170,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_05_09,m,5-9,5,9,77369,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_10_14,m,10-14,10,14,72362,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_15_19,m,15-19,15,19,69801,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_20_24,m,20-24,20,24,64942,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_25_29,m,25-29,25,29,51608,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_30_34,m,30-34,30,34,42996,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_35_39,m,35-39,35,39,33215,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_40_44,m,40-44,40,44,27183,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_45_49,m,45-49,45,49,23847,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_50_54,m,50-54,50,54,18392,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_55_59,m,55-59,55,59,13987,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_60_64,m,60-64,60,64,11479,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_65_69,m,65-69,65,69,8465,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_70_74,m,70-74,70,74,4833,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_75_79,m,75-79,75,79,2608,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,M_80PLUS,m,80+,80,,1428,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_00_04,all,0-4,0,4,176232,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_05_09,all,5-9,5,9,155058,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_10_14,all,10-14,10,14,145089,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_15_19,all,15-19,15,19,139491,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_20_24,all,20-24,20,24,127401,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_25_29,all,25-29,25,29,99495,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_30_34,all,30-34,30,34,82320,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_35_39,all,35-39,35,39,72431,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_40_44,all,40-44,40,44,56531,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_45_49,all,45-49,45,49,47557,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_50_54,all,50-54,50,54,36392,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_55_59,all,55-59,55,59,29030,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_60_64,all,60-64,60,64,22952,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_65_69,all,65-69,65,69,17557,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_70_74,all,70-74,70,74,9954,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_75_79,all,75-79,75,79,5863,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM003,Est,T_80PLUS,all,80+,80,,3443,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_TL,f,all,,,2602111,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_TL,m,all,,,2576701,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_TL,all,all,,,5178812,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_00_04,f,0-4,0,4,509472,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_05_09,f,5-9,5,9,400250,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_10_14,f,10-14,10,14,325095,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_15_19,f,15-19,15,19,270676,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_20_24,f,20-24,20,24,254108,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_25_29,f,25-29,25,29,195123,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_30_34,f,30-34,30,34,146377,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_35_39,f,35-39,35,39,124091,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_40_44,f,40-44,40,44,94381,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_45_49,f,45-49,45,49,88246,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_50_54,f,50-54,50,54,53693,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_55_59,f,55-59,55,59,54758,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_60_64,f,60-64,60,64,29412,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_65_69,f,65-69,65,69,30937,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_70_74,f,70-74,70,74,10690,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_75_79,f,75-79,75,79,10928,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,F_80PLUS,f,80+,80,,3874,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_00_04,m,0-4,0,4,529028,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_05_09,m,5-9,5,9,418892,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_10_14,m,10-14,10,14,340011,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_15_19,m,15-19,15,19,283400,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_20_24,m,20-24,20,24,260749,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_25_29,m,25-29,25,29,205850,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_30_34,m,30-34,30,34,159007,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_35_39,m,35-39,35,39,103267,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_40_44,m,40-44,40,44,64919,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_45_49,m,45-49,45,49,59176,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_50_54,m,50-54,50,54,37787,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_55_59,m,55-59,55,59,35714,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_60_64,m,60-64,60,64,25401,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_65_69,m,65-69,65,69,24263,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_70_74,m,70-74,70,74,13129,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_75_79,m,75-79,75,79,10942,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,M_80PLUS,m,80+,80,,5166,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_00_04,all,0-4,0,4,1038500,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_05_09,all,5-9,5,9,819142,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_10_14,all,10-14,10,14,665106,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_15_19,all,15-19,15,19,554076,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_20_24,all,20-24,20,24,514857,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_25_29,all,25-29,25,29,400973,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_30_34,all,30-34,30,34,305384,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_35_39,all,35-39,35,39,227358,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_40_44,all,40-44,40,44,159300,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_45_49,all,45-49,45,49,147422,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_50_54,all,50-54,50,54,91480,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_55_59,all,55-59,55,59,90472,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_60_64,all,60-64,60,64,54813,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_65_69,all,65-69,65,69,55200,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_70_74,all,70-74,70,74,23819,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_75_79,all,75-79,75,79,21870,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM004,Extrême-Nord,T_80PLUS,all,80+,80,,9040,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_TL,f,all,,,2135225,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_TL,m,all,,,2156033,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_TL,all,all,,,4291258,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_00_04,f,0-4,0,4,229876,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_05_09,f,5-9,5,9,223335,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_10_14,f,10-14,10,14,222780,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_15_19,f,15-19,15,19,208395,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_20_24,f,20-24,20,24,174048,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_25_29,f,25-29,25,29,151326,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_30_34,f,30-34,30,34,159897,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_35_39,f,35-39,35,39,173368,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_40_44,f,40-44,40,44,164628,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_45_49,f,45-49,45,49,126131,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_50_54,f,50-54,50,54,91452,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_55_59,f,55-59,55,59,71003,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_60_64,f,60-64,60,64,53953,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_65_69,f,65-69,65,69,40257,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_70_74,f,70-74,70,74,23160,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_75_79,f,75-79,75,79,12325,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,F_80PLUS,f,80+,80,,9291,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_00_04,m,0-4,0,4,233911,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_05_09,m,5-9,5,9,227127,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_10_14,m,10-14,10,14,226804,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_15_19,m,15-19,15,19,213808,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_20_24,m,20-24,20,24,181296,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_25_29,m,25-29,25,29,154895,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_30_34,m,30-34,30,34,156576,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_35_39,m,35-39,35,39,162956,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_40_44,m,40-44,40,44,149889,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_45_49,m,45-49,45,49,129955,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_50_54,m,50-54,50,54,102539,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_55_59,m,55-59,55,59,75859,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_60_64,m,60-64,60,64,57399,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_65_69,m,65-69,65,69,40771,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_70_74,m,70-74,70,74,24711,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_75_79,m,75-79,75,79,11367,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,M_80PLUS,m,80+,80,,6170,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_00_04,all,0-4,0,4,463787,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_05_09,all,5-9,5,9,450462,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_10_14,all,10-14,10,14,449584,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_15_19,all,15-19,15,19,422203,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_20_24,all,20-24,20,24,355344,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_25_29,all,25-29,25,29,306221,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_30_34,all,30-34,30,34,316473,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_35_39,all,35-39,35,39,336324,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_40_44,all,40-44,40,44,314517,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_45_49,all,45-49,45,49,256086,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_50_54,all,50-54,50,54,193991,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_55_59,all,55-59,55,59,146862,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_60_64,all,60-64,60,64,111352,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_65_69,all,65-69,65,69,81028,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_70_74,all,70-74,70,74,47871,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_75_79,all,75-79,75,79,23692,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM005,Littoral,T_80PLUS,all,80+,80,,15461,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_TL,f,all,,,1664805,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_TL,m,all,,,1612090,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_TL,all,all,,,3276895,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_00_04,f,0-4,0,4,306178,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_05_09,f,5-9,5,9,237478,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_10_14,f,10-14,10,14,199641,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_15_19,f,15-19,15,19,166800,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_20_24,f,20-24,20,24,157798,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_25_29,f,25-29,25,29,122605,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_30_34,f,30-34,30,34,98820,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_35_39,f,35-39,35,39,98207,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_40_44,f,40-44,40,44,78124,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_45_49,f,45-49,45,49,67266,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_50_54,f,50-54,50,54,42595,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_55_59,f,55-59,55,59,36625,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_60_64,f,60-64,60,64,20738,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_65_69,f,65-69,65,69,17105,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_70_74,f,70-74,70,74,6922,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_75_79,f,75-79,75,79,5538,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,F_80PLUS,f,80+,80,,2365,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_00_04,m,0-4,0,4,304934,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_05_09,m,5-9,5,9,236074,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_10_14,m,10-14,10,14,197615,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_15_19,m,15-19,15,19,166187,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_20_24,m,20-24,20,24,157332,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_25_29,m,25-29,25,29,125004,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_30_34,m,30-34,30,34,101619,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_35_39,m,35-39,35,39,78751,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_40_44,m,40-44,40,44,60887,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_45_49,m,45-49,45,49,54438,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_50_54,m,50-54,50,54,38930,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_55_59,m,55-59,55,59,31414,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_60_64,m,60-64,60,64,23325,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_65_69,m,65-69,65,69,17680,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_70_74,m,70-74,70,74,9411,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_75_79,m,75-79,75,79,5888,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,M_80PLUS,m,80+,80,,2601,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_00_04,all,0-4,0,4,611112,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_05_09,all,5-9,5,9,473552,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_10_14,all,10-14,10,14,397256,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_15_19,all,15-19,15,19,332987,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_20_24,all,20-24,20,24,315130,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_25_29,all,25-29,25,29,247609,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_30_34,all,30-34,30,34,200439,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_35_39,all,35-39,35,39,176958,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_40_44,all,40-44,40,44,139011,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_45_49,all,45-49,45,49,121704,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_50_54,all,50-54,50,54,81525,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_55_59,all,55-59,55,59,68039,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_60_64,all,60-64,60,64,44063,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_65_69,all,65-69,65,69,34785,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_70_74,all,70-74,70,74,16333,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_75_79,all,75-79,75,79,11426,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM006,Nord,T_80PLUS,all,80+,80,,4966,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_TL,f,all,,,1254145,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_TL,m,all,,,1114911,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_TL,all,all,,,2369056,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_00_04,f,0-4,0,4,165637,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_05_09,f,5-9,5,9,157567,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_10_14,f,10-14,10,14,147897,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_15_19,f,15-19,15,19,129404,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_20_24,f,20-24,20,24,110435,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_25_29,f,25-29,25,29,105142,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_30_34,f,30-34,30,34,103202,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_35_39,f,35-39,35,39,84788,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_40_44,f,40-44,40,44,62554,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_45_49,f,45-49,45,49,50618,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_50_54,f,50-54,50,54,36726,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_55_59,f,55-59,55,59,30107,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_60_64,f,60-64,60,64,23232,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_65_69,f,65-69,65,69,18643,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_70_74,f,70-74,70,74,12593,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_75_79,f,75-79,75,79,9435,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,F_80PLUS,f,80+,80,,6165,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_00_04,m,0-4,0,4,163255,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_05_09,m,5-9,5,9,154513,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_10_14,m,10-14,10,14,143334,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_15_19,m,15-19,15,19,123595,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_20_24,m,20-24,20,24,106890,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_25_29,m,25-29,25,29,102596,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_30_34,m,30-34,30,34,98223,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_35_39,m,35-39,35,39,68561,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_40_44,m,40-44,40,44,39244,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_45_49,m,45-49,45,49,30406,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_50_54,m,50-54,50,54,23540,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_55_59,m,55-59,55,59,17766,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_60_64,m,60-64,60,64,14364,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_65_69,m,65-69,65,69,11232,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_70_74,m,70-74,70,74,7947,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_75_79,m,75-79,75,79,5696,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,M_80PLUS,m,80+,80,,3749,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_00_04,all,0-4,0,4,328892,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_05_09,all,5-9,5,9,312080,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_10_14,all,10-14,10,14,291231,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_15_19,all,15-19,15,19,252999,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_20_24,all,20-24,20,24,217325,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_25_29,all,25-29,25,29,207738,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_30_34,all,30-34,30,34,201425,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_35_39,all,35-39,35,39,153349,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_40_44,all,40-44,40,44,101798,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_45_49,all,45-49,45,49,81024,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_50_54,all,50-54,50,54,60266,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_55_59,all,55-59,55,59,47873,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_60_64,all,60-64,60,64,37596,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_65_69,all,65-69,65,69,29875,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_70_74,all,70-74,70,74,20540,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_75_79,all,75-79,75,79,15131,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM007,Nord-Ouest,T_80PLUS,all,80+,80,,9914,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_TL,f,all,,,1177226,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_TL,m,all,,,1007498,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_TL,all,all,,,2184724,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_00_04,f,0-4,0,4,200928,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_05_09,f,5-9,5,9,180265,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_10_14,f,10-14,10,14,161606,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_15_19,f,15-19,15,19,126729,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_20_24,f,20-24,20,24,99323,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_25_29,f,25-29,25,29,85840,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_30_34,f,30-34,30,34,78626,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_35_39,f,35-39,35,39,55065,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_40_44,f,40-44,40,44,33658,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_45_49,f,45-49,45,49,29455,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_50_54,f,50-54,50,54,28795,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_55_59,f,55-59,55,59,26490,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_60_64,f,60-64,60,64,22156,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_65_69,f,65-69,65,69,20408,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_70_74,f,70-74,70,74,12548,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_75_79,f,75-79,75,79,8273,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,F_80PLUS,f,80+,80,,7061,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_00_04,m,0-4,0,4,200295,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_05_09,m,5-9,5,9,176495,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_10_14,m,10-14,10,14,155286,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_15_19,m,15-19,15,19,119767,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_20_24,m,20-24,20,24,95472,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_25_29,m,25-29,25,29,83709,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_30_34,m,30-34,30,34,73141,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_35_39,m,35-39,35,39,38069,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_40_44,m,40-44,40,44,9205,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_45_49,m,45-49,45,49,5973,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_50_54,m,50-54,50,54,8191,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_55_59,m,55-59,55,59,8670,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_60_64,m,60-64,60,64,9106,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_65_69,m,65-69,65,69,9829,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_70_74,m,70-74,70,74,7621,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_75_79,m,75-79,75,79,3955,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,M_80PLUS,m,80+,80,,2714,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_00_04,all,0-4,0,4,401223,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_05_09,all,5-9,5,9,356760,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_10_14,all,10-14,10,14,316892,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_15_19,all,15-19,15,19,246496,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_20_24,all,20-24,20,24,194795,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_25_29,all,25-29,25,29,169549,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_30_34,all,30-34,30,34,151767,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_35_39,all,35-39,35,39,93134,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_40_44,all,40-44,40,44,42863,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_45_49,all,45-49,45,49,35428,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_50_54,all,50-54,50,54,36986,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_55_59,all,55-59,55,59,35160,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_60_64,all,60-64,60,64,31262,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_65_69,all,65-69,65,69,30237,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_70_74,all,70-74,70,74,20169,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_75_79,all,75-79,75,79,12228,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM008,Ouest,T_80PLUS,all,80+,80,,9775,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_TL,f,all,,,416627,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_TL,m,all,,,441016,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_TL,all,all,,,857643,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_00_04,f,0-4,0,4,57219,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_05_09,f,5-9,5,9,50322,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_10_14,f,10-14,10,14,47777,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_15_19,f,15-19,15,19,52376,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_20_24,f,20-24,20,24,34023,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_25_29,f,25-29,25,29,27405,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_30_34,f,30-34,30,34,27958,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_35_39,f,35-39,35,39,29172,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_40_44,f,40-44,40,44,21279,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_45_49,f,45-49,45,49,15694,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_50_54,f,50-54,50,54,12372,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_55_59,f,55-59,55,59,11031,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_60_64,f,60-64,60,64,9652,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_65_69,f,65-69,65,69,8076,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_70_74,f,70-74,70,74,5381,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_75_79,f,75-79,75,79,3745,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,F_80PLUS,f,80+,80,,3145,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_00_04,m,0-4,0,4,56822,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_05_09,m,5-9,5,9,50575,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_10_14,m,10-14,10,14,48422,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_15_19,m,15-19,15,19,53653,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_20_24,m,20-24,20,24,36911,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_25_29,m,25-29,25,29,31455,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_30_34,m,30-34,30,34,32738,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_35_39,m,35-39,35,39,30386,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_40_44,m,40-44,40,44,24058,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_45_49,m,45-49,45,49,20660,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_50_54,m,50-54,50,54,15907,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_55_59,m,55-59,55,59,12299,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_60_64,m,60-64,60,64,10456,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_65_69,m,65-69,65,69,7375,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_70_74,m,70-74,70,74,4553,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_75_79,m,75-79,75,79,2603,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,M_80PLUS,m,80+,80,,2143,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_00_04,all,0-4,0,4,114041,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_05_09,all,5-9,5,9,100897,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_10_14,all,10-14,10,14,96199,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_15_19,all,15-19,15,19,106029,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_20_24,all,20-24,20,24,70934,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_25_29,all,25-29,25,29,58860,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_30_34,all,30-34,30,34,60696,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_35_39,all,35-39,35,39,59558,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_40_44,all,40-44,40,44,45337,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_45_49,all,45-49,45,49,36354,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_50_54,all,50-54,50,54,28279,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_55_59,all,55-59,55,59,23330,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_60_64,all,60-64,60,64,20108,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_65_69,all,65-69,65,69,15451,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_70_74,all,70-74,70,74,9934,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_75_79,all,75-79,75,79,6348,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM009,Sud,T_80PLUS,all,80+,80,,5288,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_TL,f,all,,,1008655,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_TL,m,all,,,1008176,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_TL,all,all,,,2016831,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_00_04,f,0-4,0,4,125524,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_05_09,f,5-9,5,9,117221,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_10_14,f,10-14,10,14,107811,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_15_19,f,15-19,15,19,95071,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_20_24,f,20-24,20,24,88130,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_25_29,f,25-29,25,29,84925,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_30_34,f,30-34,30,34,79683,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_35_39,f,35-39,35,39,76254,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_40_44,f,40-44,40,44,67514,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_45_49,f,45-49,45,49,53610,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_50_54,f,50-54,50,54,35932,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_55_59,f,55-59,55,59,27833,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_60_64,f,60-64,60,64,19120,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_65_69,f,65-69,65,69,13801,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_70_74,f,70-74,70,74,8319,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_75_79,f,75-79,75,79,5178,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,F_80PLUS,f,80+,80,,2729,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_00_04,m,0-4,0,4,125573,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_05_09,m,5-9,5,9,116348,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_10_14,m,10-14,10,14,106763,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_15_19,m,15-19,15,19,94598,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_20_24,m,20-24,20,24,91285,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_25_29,m,25-29,25,29,87167,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_30_34,m,30-34,30,34,82473,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_35_39,m,35-39,35,39,72867,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_40_44,m,40-44,40,44,61048,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_45_49,m,45-49,45,49,54051,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_50_54,m,50-54,50,54,39636,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_55_59,m,55-59,55,59,28601,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_60_64,m,60-64,60,64,19388,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_65_69,m,65-69,65,69,13283,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_70_74,m,70-74,70,74,7833,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_75_79,m,75-79,75,79,4869,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,M_80PLUS,m,80+,80,,2393,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_00_04,all,0-4,0,4,251097,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_05_09,all,5-9,5,9,233569,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_10_14,all,10-14,10,14,214574,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_15_19,all,15-19,15,19,189669,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_20_24,all,20-24,20,24,179415,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_25_29,all,25-29,25,29,172092,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_30_34,all,30-34,30,34,162156,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_35_39,all,35-39,35,39,149121,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_40_44,all,40-44,40,44,128562,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_45_49,all,45-49,45,49,107661,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_50_54,all,50-54,50,54,75568,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_55_59,all,55-59,55,59,56434,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_60_64,all,60-64,60,64,38508,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_65_69,all,65-69,65,69,27084,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_70_74,all,70-74,70,74,16152,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_75_79,all,75-79,75,79,10047,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,CM010,Sud-Ouest,T_80PLUS,all,80+,80,,5122,2023,BUCREP Cameroun,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_TL,f,all,,,9046,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_TL,m,all,,,12985,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_TL,all,all,,,22034,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_00_04,f,0-4,0,4,918,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_05_09,f,5-9,5,9,931,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_10_14,f,10-14,10,14,806,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_15_19,f,15-19,15,19,681,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_20_24,f,20-24,20,24,677,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_25_29,f,25-29,25,29,940,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_30_34,f,30-34,30,34,1071,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_35_39,f,35-39,35,39,956,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_40_44,f,40-44,40,44,642,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_45_49,f,45-49,45,49,394,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_50_54,f,50-54,50,54,272,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_55_59,f,55-59,55,59,240,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_60_64,f,60-64,60,64,143,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_65_69,f,65-69,65,69,119,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_70_74,f,70-74,70,74,74,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_75_79,f,75-79,75,79,54,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_80_84,f,80-84,80,84,47,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_85_89,f,85-89,85,89,50,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_90_94,f,90-94,90,94,24,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,F_95PLUS,f,95+,95,,7,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_00_04,m,0-4,0,4,993,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_05_09,m,5-9,5,9,998,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_10_14,m,10-14,10,14,821,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_15_19,m,15-19,15,19,645,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_20_24,m,20-24,20,24,769,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_25_29,m,25-29,25,29,1312,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_30_34,m,30-34,30,34,1771,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_35_39,m,35-39,35,39,1867,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_40_44,m,40-44,40,44,1446,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_45_49,m,45-49,45,49,887,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_50_54,m,50-54,50,54,515,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_55_59,m,55-59,55,59,374,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_60_64,m,60-64,60,64,228,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_65_69,m,65-69,65,69,138,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_70_74,m,70-74,70,74,82,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_75_79,m,75-79,75,79,52,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_80_84,m,80-84,80,84,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_85_89,m,85-89,85,89,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_90_94,m,90-94,90,94,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,M_95PLUS,m,95+,95,,4,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_00_04,all,0-4,0,4,1910,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_05_09,all,5-9,5,9,1929,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_10_14,all,10-14,10,14,1627,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_15_19,all,15-19,15,19,1327,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_20_24,all,20-24,20,24,1448,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_25_29,all,25-29,25,29,2252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_30_34,all,30-34,30,34,2842,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_35_39,all,35-39,35,39,2823,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_40_44,all,40-44,40,44,2088,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_45_49,all,45-49,45,49,1281,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_50_54,all,50-54,50,54,787,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_55_59,all,55-59,55,59,614,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_60_64,all,60-64,60,64,370,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_65_69,all,65-69,65,69,257,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_70_74,all,70-74,70,74,156,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_75_79,all,75-79,75,79,106,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_80_84,all,80-84,80,84,86,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_85_89,all,85-89,85,89,79,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_90_94,all,90-94,90,94,40,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV01,Boa Vista,T_95PLUS,all,95+,95,,12,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_TL,f,all,,,2701,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_TL,m,all,,,2588,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_TL,all,all,,,5288,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_00_04,f,0-4,0,4,221,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_05_09,f,5-9,5,9,257,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_10_14,f,10-14,10,14,280,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_15_19,f,15-19,15,19,217,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_20_24,f,20-24,20,24,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_25_29,f,25-29,25,29,152,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_30_34,f,30-34,30,34,203,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_35_39,f,35-39,35,39,200,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_40_44,f,40-44,40,44,247,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_45_49,f,45-49,45,49,162,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_50_54,f,50-54,50,54,133,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_55_59,f,55-59,55,59,136,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_60_64,f,60-64,60,64,111,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_65_69,f,65-69,65,69,71,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_70_74,f,70-74,70,74,37,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_75_79,f,75-79,75,79,37,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_80_84,f,80-84,80,84,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_85_89,f,85-89,85,89,36,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_90_94,f,90-94,90,94,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,F_95PLUS,f,95+,95,,10,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_00_04,m,0-4,0,4,226,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_05_09,m,5-9,5,9,259,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_10_14,m,10-14,10,14,258,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_15_19,m,15-19,15,19,263,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_20_24,m,20-24,20,24,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_25_29,m,25-29,25,29,135,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_30_34,m,30-34,30,34,152,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_35_39,m,35-39,35,39,231,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_40_44,m,40-44,40,44,198,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_45_49,m,45-49,45,49,178,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_50_54,m,50-54,50,54,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_55_59,m,55-59,55,59,120,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_60_64,m,60-64,60,64,90,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_65_69,m,65-69,65,69,61,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_70_74,m,70-74,70,74,35,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_75_79,m,75-79,75,79,32,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_80_84,m,80-84,80,84,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_85_89,m,85-89,85,89,24,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_90_94,m,90-94,90,94,12,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,M_95PLUS,m,95+,95,,3,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_00_04,all,0-4,0,4,446,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_05_09,all,5-9,5,9,516,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_10_14,all,10-14,10,14,540,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_15_19,all,15-19,15,19,481,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_20_24,all,20-24,20,24,289,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_25_29,all,25-29,25,29,287,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_30_34,all,30-34,30,34,355,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_35_39,all,35-39,35,39,431,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_40_44,all,40-44,40,44,445,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_45_49,all,45-49,45,49,339,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_50_54,all,50-54,50,54,277,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_55_59,all,55-59,55,59,256,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_60_64,all,60-64,60,64,200,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_65_69,all,65-69,65,69,132,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_70_74,all,70-74,70,74,72,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_75_79,all,75-79,75,79,69,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_80_84,all,80-84,80,84,52,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_85_89,all,85-89,85,89,60,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_90_94,all,90-94,90,94,28,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV02,Brava,T_95PLUS,all,95+,95,,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_TL,f,all,,,3880,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_TL,m,all,,,4146,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_TL,all,all,,,8024,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_00_04,f,0-4,0,4,301,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_05_09,f,5-9,5,9,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_10_14,f,10-14,10,14,311,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_15_19,f,15-19,15,19,302,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_20_24,f,20-24,20,24,240,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_25_29,f,25-29,25,29,250,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_30_34,f,30-34,30,34,270,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_35_39,f,35-39,35,39,329,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_40_44,f,40-44,40,44,270,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_45_49,f,45-49,45,49,221,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_50_54,f,50-54,50,54,240,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_55_59,f,55-59,55,59,239,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_60_64,f,60-64,60,64,201,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_65_69,f,65-69,65,69,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_70_74,f,70-74,70,74,89,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_75_79,f,75-79,75,79,51,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_80_84,f,80-84,80,84,53,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_85_89,f,85-89,85,89,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_90_94,f,90-94,90,94,18,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,F_95PLUS,f,95+,95,,12,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_00_04,m,0-4,0,4,293,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_05_09,m,5-9,5,9,302,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_10_14,m,10-14,10,14,345,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_15_19,m,15-19,15,19,328,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_20_24,m,20-24,20,24,280,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_25_29,m,25-29,25,29,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_30_34,m,30-34,30,34,385,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_35_39,m,35-39,35,39,401,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_40_44,m,40-44,40,44,364,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_45_49,m,45-49,45,49,292,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_50_54,m,50-54,50,54,231,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_55_59,m,55-59,55,59,193,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_60_64,m,60-64,60,64,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_65_69,m,65-69,65,69,107,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_70_74,m,70-74,70,74,65,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_75_79,m,75-79,75,79,45,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_80_84,m,80-84,80,84,31,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_85_89,m,85-89,85,89,20,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_90_94,m,90-94,90,94,15,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,M_95PLUS,m,95+,95,,4,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_00_04,all,0-4,0,4,592,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_05_09,all,5-9,5,9,602,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_10_14,all,10-14,10,14,655,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_15_19,all,15-19,15,19,630,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_20_24,all,20-24,20,24,520,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_25_29,all,25-29,25,29,550,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_30_34,all,30-34,30,34,655,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_35_39,all,35-39,35,39,731,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_40_44,all,40-44,40,44,634,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_45_49,all,45-49,45,49,513,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_50_54,all,50-54,50,54,471,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_55_59,all,55-59,55,59,432,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_60_64,all,60-64,60,64,346,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_65_69,all,65-69,65,69,252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_70_74,all,70-74,70,74,154,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_75_79,all,75-79,75,79,96,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_80_84,all,80-84,80,84,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_85_89,all,85-89,85,89,58,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_90_94,all,90-94,90,94,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV03,Maio,T_95PLUS,all,95+,95,,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_TL,f,all,,,4828,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_TL,m,all,,,4376,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_TL,all,all,,,9202,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_00_04,f,0-4,0,4,452,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_05_09,f,5-9,5,9,452,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_10_14,f,10-14,10,14,433,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_15_19,f,15-19,15,19,476,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_20_24,f,20-24,20,24,395,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_25_29,f,25-29,25,29,445,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_30_34,f,30-34,30,34,403,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_35_39,f,35-39,35,39,334,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_40_44,f,40-44,40,44,260,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_45_49,f,45-49,45,49,208,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_50_54,f,50-54,50,54,163,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_55_59,f,55-59,55,59,204,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_60_64,f,60-64,60,64,184,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_65_69,f,65-69,65,69,156,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_70_74,f,70-74,70,74,88,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_75_79,f,75-79,75,79,55,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_80_84,f,80-84,80,84,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_85_89,f,85-89,85,89,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_90_94,f,90-94,90,94,26,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,F_95PLUS,f,95+,95,,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_00_04,m,0-4,0,4,436,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_05_09,m,5-9,5,9,442,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_10_14,m,10-14,10,14,493,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_15_19,m,15-19,15,19,463,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_20_24,m,20-24,20,24,332,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_25_29,m,25-29,25,29,305,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_30_34,m,30-34,30,34,345,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_35_39,m,35-39,35,39,354,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_40_44,m,40-44,40,44,308,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_45_49,m,45-49,45,49,206,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_50_54,m,50-54,50,54,187,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_55_59,m,55-59,55,59,159,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_60_64,m,60-64,60,64,141,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_65_69,m,65-69,65,69,85,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_70_74,m,70-74,70,74,39,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_75_79,m,75-79,75,79,18,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_80_84,m,80-84,80,84,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_85_89,m,85-89,85,89,20,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_90_94,m,90-94,90,94,15,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,M_95PLUS,m,95+,95,,6,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_00_04,all,0-4,0,4,888,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_05_09,all,5-9,5,9,893,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_10_14,all,10-14,10,14,926,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_15_19,all,15-19,15,19,938,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_20_24,all,20-24,20,24,727,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_25_29,all,25-29,25,29,750,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_30_34,all,30-34,30,34,748,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_35_39,all,35-39,35,39,689,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_40_44,all,40-44,40,44,568,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_45_49,all,45-49,45,49,413,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_50_54,all,50-54,50,54,350,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_55_59,all,55-59,55,59,362,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_60_64,all,60-64,60,64,325,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_65_69,all,65-69,65,69,241,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_70_74,all,70-74,70,74,127,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_75_79,all,75-79,75,79,73,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_80_84,all,80-84,80,84,64,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_85_89,all,85-89,85,89,50,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_90_94,all,90-94,90,94,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV04,Mosteiros,T_95PLUS,all,95+,95,,28,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_TL,f,all,,,2099,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_TL,m,all,,,3043,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_TL,all,all,,,5147,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_00_04,f,0-4,0,4,150,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_05_09,f,5-9,5,9,207,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_10_14,f,10-14,10,14,257,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_15_19,f,15-19,15,19,190,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_20_24,f,20-24,20,24,82,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_25_29,f,25-29,25,29,77,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_30_34,f,30-34,30,34,114,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_35_39,f,35-39,35,39,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_40_44,f,40-44,40,44,124,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_45_49,f,45-49,45,49,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_50_54,f,50-54,50,54,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_55_59,f,55-59,55,59,134,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_60_64,f,60-64,60,64,94,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_65_69,f,65-69,65,69,51,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_70_74,f,70-74,70,74,43,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_75_79,f,75-79,75,79,51,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_80_84,f,80-84,80,84,56,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_85_89,f,85-89,85,89,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_90_94,f,90-94,90,94,18,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,F_95PLUS,f,95+,95,,5,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_00_04,m,0-4,0,4,170,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_05_09,m,5-9,5,9,249,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_10_14,m,10-14,10,14,292,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_15_19,m,15-19,15,19,250,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_20_24,m,20-24,20,24,184,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_25_29,m,25-29,25,29,202,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_30_34,m,30-34,30,34,244,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_35_39,m,35-39,35,39,218,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_40_44,m,40-44,40,44,226,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_45_49,m,45-49,45,49,223,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_50_54,m,50-54,50,54,196,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_55_59,m,55-59,55,59,197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_60_64,m,60-64,60,64,150,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_65_69,m,65-69,65,69,78,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_70_74,m,70-74,70,74,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_75_79,m,75-79,75,79,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_80_84,m,80-84,80,84,36,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_85_89,m,85-89,85,89,37,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_90_94,m,90-94,90,94,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,M_95PLUS,m,95+,95,,2,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_00_04,all,0-4,0,4,321,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_05_09,all,5-9,5,9,456,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_10_14,all,10-14,10,14,551,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_15_19,all,15-19,15,19,443,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_20_24,all,20-24,20,24,267,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_25_29,all,25-29,25,29,279,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_30_34,all,30-34,30,34,357,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_35_39,all,35-39,35,39,346,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_40_44,all,40-44,40,44,350,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_45_49,all,45-49,45,49,367,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_50_54,all,50-54,50,54,324,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_55_59,all,55-59,55,59,331,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_60_64,all,60-64,60,64,244,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_65_69,all,65-69,65,69,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_70_74,all,70-74,70,74,81,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_75_79,all,75-79,75,79,89,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_80_84,all,80-84,80,84,91,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_85_89,all,85-89,85,89,83,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_90_94,all,90-94,90,94,31,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV05,Paúl,T_95PLUS,all,95+,95,,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_TL,f,all,,,7847,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_TL,m,all,,,8744,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_TL,all,all,,,16595,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_00_04,f,0-4,0,4,661,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_05_09,f,5-9,5,9,716,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_10_14,f,10-14,10,14,762,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_15_19,f,15-19,15,19,729,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_20_24,f,20-24,20,24,629,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_25_29,f,25-29,25,29,548,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_30_34,f,30-34,30,34,480,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_35_39,f,35-39,35,39,433,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_40_44,f,40-44,40,44,439,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_45_49,f,45-49,45,49,488,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_50_54,f,50-54,50,54,420,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_55_59,f,55-59,55,59,460,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_60_64,f,60-64,60,64,291,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_65_69,f,65-69,65,69,220,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_70_74,f,70-74,70,74,96,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_75_79,f,75-79,75,79,117,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_80_84,f,80-84,80,84,140,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_85_89,f,85-89,85,89,125,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_90_94,f,90-94,90,94,67,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,F_95PLUS,f,95+,95,,26,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_00_04,m,0-4,0,4,705,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_05_09,m,5-9,5,9,768,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_10_14,m,10-14,10,14,736,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_15_19,m,15-19,15,19,838,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_20_24,m,20-24,20,24,534,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_25_29,m,25-29,25,29,649,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_30_34,m,30-34,30,34,654,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_35_39,m,35-39,35,39,622,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_40_44,m,40-44,40,44,608,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_45_49,m,45-49,45,49,571,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_50_54,m,50-54,50,54,538,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_55_59,m,55-59,55,59,582,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_60_64,m,60-64,60,64,383,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_65_69,m,65-69,65,69,183,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_70_74,m,70-74,70,74,76,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_75_79,m,75-79,75,79,66,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_80_84,m,80-84,80,84,88,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_85_89,m,85-89,85,89,83,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_90_94,m,90-94,90,94,48,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,M_95PLUS,m,95+,95,,12,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_00_04,all,0-4,0,4,1366,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_05_09,all,5-9,5,9,1483,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_10_14,all,10-14,10,14,1497,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_15_19,all,15-19,15,19,1569,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_20_24,all,20-24,20,24,1164,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_25_29,all,25-29,25,29,1197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_30_34,all,30-34,30,34,1135,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_35_39,all,35-39,35,39,1055,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_40_44,all,40-44,40,44,1047,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_45_49,all,45-49,45,49,1059,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_50_54,all,50-54,50,54,958,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_55_59,all,55-59,55,59,1042,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_60_64,all,60-64,60,64,674,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_65_69,all,65-69,65,69,403,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_70_74,all,70-74,70,74,172,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_75_79,all,75-79,75,79,183,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_80_84,all,80-84,80,84,229,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_85_89,all,85-89,85,89,209,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_90_94,all,90-94,90,94,115,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV06,Porto Novo,T_95PLUS,all,95+,95,,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_TL,f,all,,,89182,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_TL,m,all,,,88274,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_TL,all,all,,,177456,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_00_04,f,0-4,0,4,8527,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_05_09,f,5-9,5,9,8028,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_10_14,f,10-14,10,14,7307,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_15_19,f,15-19,15,19,6879,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_20_24,f,20-24,20,24,7079,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_25_29,f,25-29,25,29,8720,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_30_34,f,30-34,30,34,9567,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_35_39,f,35-39,35,39,7830,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_40_44,f,40-44,40,44,5906,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_45_49,f,45-49,45,49,4498,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_50_54,f,50-54,50,54,3798,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_55_59,f,55-59,55,59,3606,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_60_64,f,60-64,60,64,2835,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_65_69,f,65-69,65,69,1870,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_70_74,f,70-74,70,74,938,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_75_79,f,75-79,75,79,521,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_80_84,f,80-84,80,84,504,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_85_89,f,85-89,85,89,426,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_90_94,f,90-94,90,94,231,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,F_95PLUS,f,95+,95,,112,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_00_04,m,0-4,0,4,8947,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_05_09,m,5-9,5,9,8403,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_10_14,m,10-14,10,14,7416,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_15_19,m,15-19,15,19,6819,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_20_24,m,20-24,20,24,7421,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_25_29,m,25-29,25,29,8718,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_30_34,m,30-34,30,34,9579,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_35_39,m,35-39,35,39,8203,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_40_44,m,40-44,40,44,6343,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_45_49,m,45-49,45,49,4534,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_50_54,m,50-54,50,54,3576,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_55_59,m,55-59,55,59,3140,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_60_64,m,60-64,60,64,2249,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_65_69,m,65-69,65,69,1272,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_70_74,m,70-74,70,74,659,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_75_79,m,75-79,75,79,334,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_80_84,m,80-84,80,84,303,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_85_89,m,85-89,85,89,221,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_90_94,m,90-94,90,94,110,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,M_95PLUS,m,95+,95,,27,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_00_04,all,0-4,0,4,17474,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_05_09,all,5-9,5,9,16430,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_10_14,all,10-14,10,14,14725,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_15_19,all,15-19,15,19,13698,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_20_24,all,20-24,20,24,14499,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_25_29,all,25-29,25,29,17438,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_30_34,all,30-34,30,34,19147,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_35_39,all,35-39,35,39,16032,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_40_44,all,40-44,40,44,12249,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_45_49,all,45-49,45,49,9032,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_50_54,all,50-54,50,54,7373,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_55_59,all,55-59,55,59,6746,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_60_64,all,60-64,60,64,5083,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_65_69,all,65-69,65,69,3142,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_70_74,all,70-74,70,74,1597,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_75_79,all,75-79,75,79,855,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_80_84,all,80-84,80,84,808,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_85_89,all,85-89,85,89,647,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_90_94,all,90-94,90,94,342,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV07,Praia,T_95PLUS,all,95+,95,,139,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_TL,f,all,,,3036,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_TL,m,all,,,3684,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_TL,all,all,,,6719,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_00_04,f,0-4,0,4,229,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_05_09,f,5-9,5,9,241,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_10_14,f,10-14,10,14,269,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_15_19,f,15-19,15,19,272,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_20_24,f,20-24,20,24,197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_25_29,f,25-29,25,29,217,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_30_34,f,30-34,30,34,177,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_35_39,f,35-39,35,39,188,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_40_44,f,40-44,40,44,181,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_45_49,f,45-49,45,49,193,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_50_54,f,50-54,50,54,164,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_55_59,f,55-59,55,59,164,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_60_64,f,60-64,60,64,109,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_65_69,f,65-69,65,69,92,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_70_74,f,70-74,70,74,62,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_75_79,f,75-79,75,79,85,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_80_84,f,80-84,80,84,57,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_85_89,f,85-89,85,89,73,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_90_94,f,90-94,90,94,45,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,F_95PLUS,f,95+,95,,21,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_00_04,m,0-4,0,4,250,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_05_09,m,5-9,5,9,274,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_10_14,m,10-14,10,14,285,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_15_19,m,15-19,15,19,324,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_20_24,m,20-24,20,24,258,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_25_29,m,25-29,25,29,276,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_30_34,m,30-34,30,34,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_35_39,m,35-39,35,39,337,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_40_44,m,40-44,40,44,290,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_45_49,m,45-49,45,49,246,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_50_54,m,50-54,50,54,235,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_55_59,m,55-59,55,59,177,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_60_64,m,60-64,60,64,140,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_65_69,m,65-69,65,69,93,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_70_74,m,70-74,70,74,48,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_75_79,m,75-79,75,79,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_80_84,m,80-84,80,84,36,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_85_89,m,85-89,85,89,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_90_94,m,90-94,90,94,19,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,M_95PLUS,m,95+,95,,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_00_04,all,0-4,0,4,479,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_05_09,all,5-9,5,9,516,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_10_14,all,10-14,10,14,555,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_15_19,all,15-19,15,19,595,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_20_24,all,20-24,20,24,456,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_25_29,all,25-29,25,29,493,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_30_34,all,30-34,30,34,477,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_35_39,all,35-39,35,39,524,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_40_44,all,40-44,40,44,471,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_45_49,all,45-49,45,49,439,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_50_54,all,50-54,50,54,399,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_55_59,all,55-59,55,59,341,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_60_64,all,60-64,60,64,248,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_65_69,all,65-69,65,69,184,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_70_74,all,70-74,70,74,111,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_75_79,all,75-79,75,79,131,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_80_84,all,80-84,80,84,93,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_85_89,all,85-89,85,89,114,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_90_94,all,90-94,90,94,64,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV08,Ribeira Brava,T_95PLUS,all,95+,95,,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_TL,f,all,,,6621,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_TL,m,all,,,8282,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_TL,all,all,,,14903,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_00_04,f,0-4,0,4,469,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_05_09,f,5-9,5,9,610,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_10_14,f,10-14,10,14,738,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_15_19,f,15-19,15,19,603,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_20_24,f,20-24,20,24,272,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_25_29,f,25-29,25,29,268,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_30_34,f,30-34,30,34,361,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_35_39,f,35-39,35,39,397,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_40_44,f,40-44,40,44,370,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_45_49,f,45-49,45,49,388,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_50_54,f,50-54,50,54,433,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_55_59,f,55-59,55,59,456,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_60_64,f,60-64,60,64,315,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_65_69,f,65-69,65,69,203,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_70_74,f,70-74,70,74,113,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_75_79,f,75-79,75,79,138,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_80_84,f,80-84,80,84,190,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_85_89,f,85-89,85,89,170,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_90_94,f,90-94,90,94,85,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,F_95PLUS,f,95+,95,,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_00_04,m,0-4,0,4,499,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_05_09,m,5-9,5,9,640,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_10_14,m,10-14,10,14,732,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_15_19,m,15-19,15,19,746,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_20_24,m,20-24,20,24,554,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_25_29,m,25-29,25,29,548,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_30_34,m,30-34,30,34,564,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_35_39,m,35-39,35,39,579,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_40_44,m,40-44,40,44,563,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_45_49,m,45-49,45,49,582,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_50_54,m,50-54,50,54,564,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_55_59,m,55-59,55,59,611,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_60_64,m,60-64,60,64,394,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_65_69,m,65-69,65,69,217,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_70_74,m,70-74,70,74,100,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_75_79,m,75-79,75,79,90,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_80_84,m,80-84,80,84,117,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_85_89,m,85-89,85,89,105,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_90_94,m,90-94,90,94,60,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,M_95PLUS,m,95+,95,,17,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_00_04,all,0-4,0,4,967,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_05_09,all,5-9,5,9,1252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_10_14,all,10-14,10,14,1469,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_15_19,all,15-19,15,19,1348,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_20_24,all,20-24,20,24,826,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_25_29,all,25-29,25,29,816,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_30_34,all,30-34,30,34,925,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_35_39,all,35-39,35,39,976,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_40_44,all,40-44,40,44,933,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_45_49,all,45-49,45,49,970,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_50_54,all,50-54,50,54,997,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_55_59,all,55-59,55,59,1067,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_60_64,all,60-64,60,64,709,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_65_69,all,65-69,65,69,421,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_70_74,all,70-74,70,74,213,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_75_79,all,75-79,75,79,228,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_80_84,all,80-84,80,84,307,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_85_89,all,85-89,85,89,275,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_90_94,all,90-94,90,94,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV09,Ribeira Grande,T_95PLUS,all,95+,95,,59,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_TL,f,all,,,4226,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_TL,m,all,,,4411,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_TL,all,all,,,8638,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_00_04,f,0-4,0,4,366,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_05_09,f,5-9,5,9,391,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_10_14,f,10-14,10,14,409,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_15_19,f,15-19,15,19,435,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_20_24,f,20-24,20,24,397,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_25_29,f,25-29,25,29,233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_30_34,f,30-34,30,34,237,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_35_39,f,35-39,35,39,304,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_40_44,f,40-44,40,44,266,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_45_49,f,45-49,45,49,211,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_50_54,f,50-54,50,54,212,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_55_59,f,55-59,55,59,168,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_60_64,f,60-64,60,64,183,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_65_69,f,65-69,65,69,143,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_70_74,f,70-74,70,74,87,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_75_79,f,75-79,75,79,50,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_80_84,f,80-84,80,84,55,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_85_89,f,85-89,85,89,43,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_90_94,f,90-94,90,94,23,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,F_95PLUS,f,95+,95,,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_00_04,m,0-4,0,4,390,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_05_09,m,5-9,5,9,423,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_10_14,m,10-14,10,14,414,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_15_19,m,15-19,15,19,401,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_20_24,m,20-24,20,24,481,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_25_29,m,25-29,25,29,474,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_30_34,m,30-34,30,34,497,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_35_39,m,35-39,35,39,384,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_40_44,m,40-44,40,44,236,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_45_49,m,45-49,45,49,175,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_50_54,m,50-54,50,54,137,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_55_59,m,55-59,55,59,115,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_60_64,m,60-64,60,64,87,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_65_69,m,65-69,65,69,55,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_70_74,m,70-74,70,74,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_75_79,m,75-79,75,79,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_80_84,m,80-84,80,84,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_85_89,m,85-89,85,89,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_90_94,m,90-94,90,94,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,M_95PLUS,m,95+,95,,3,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_00_04,all,0-4,0,4,755,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_05_09,all,5-9,5,9,814,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_10_14,all,10-14,10,14,823,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_15_19,all,15-19,15,19,837,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_20_24,all,20-24,20,24,879,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_25_29,all,25-29,25,29,707,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_30_34,all,30-34,30,34,734,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_35_39,all,35-39,35,39,688,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_40_44,all,40-44,40,44,502,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_45_49,all,45-49,45,49,387,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_50_54,all,50-54,50,54,349,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_55_59,all,55-59,55,59,283,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_60_64,all,60-64,60,64,270,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_65_69,all,65-69,65,69,198,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_70_74,all,70-74,70,74,129,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_75_79,all,75-79,75,79,80,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_80_84,all,80-84,80,84,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_85_89,all,85-89,85,89,72,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_90_94,all,90-94,90,94,31,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV10,Ribeira Grande de Santiago,T_95PLUS,all,95+,95,,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_TL,f,all,,,20612,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_TL,m,all,,,23271,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_TL,all,all,,,43878,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_00_04,f,0-4,0,4,2114,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_05_09,f,5-9,5,9,2138,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_10_14,f,10-14,10,14,1885,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_15_19,f,15-19,15,19,1538,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_20_24,f,20-24,20,24,1539,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_25_29,f,25-29,25,29,1927,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_30_34,f,30-34,30,34,2185,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_35_39,f,35-39,35,39,2040,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_40_44,f,40-44,40,44,1489,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_45_49,f,45-49,45,49,1077,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_50_54,f,50-54,50,54,767,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_55_59,f,55-59,55,59,680,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_60_64,f,60-64,60,64,456,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_65_69,f,65-69,65,69,293,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_70_74,f,70-74,70,74,151,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_75_79,f,75-79,75,79,122,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_80_84,f,80-84,80,84,77,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_85_89,f,85-89,85,89,74,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_90_94,f,90-94,90,94,39,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,F_95PLUS,f,95+,95,,21,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_00_04,m,0-4,0,4,2118,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_05_09,m,5-9,5,9,2170,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_10_14,m,10-14,10,14,1936,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_15_19,m,15-19,15,19,1544,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_20_24,m,20-24,20,24,1606,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_25_29,m,25-29,25,29,2150,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_30_34,m,30-34,30,34,2680,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_35_39,m,35-39,35,39,2588,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_40_44,m,40-44,40,44,2176,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_45_49,m,45-49,45,49,1476,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_50_54,m,50-54,50,54,987,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_55_59,m,55-59,55,59,738,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_60_64,m,60-64,60,64,483,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_65_69,m,65-69,65,69,287,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_70_74,m,70-74,70,74,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_75_79,m,75-79,75,79,93,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_80_84,m,80-84,80,84,39,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_85_89,m,85-89,85,89,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_90_94,m,90-94,90,94,17,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,M_95PLUS,m,95+,95,,6,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_00_04,all,0-4,0,4,4231,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_05_09,all,5-9,5,9,4307,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_10_14,all,10-14,10,14,3819,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_15_19,all,15-19,15,19,3083,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_20_24,all,20-24,20,24,3144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_25_29,all,25-29,25,29,4077,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_30_34,all,30-34,30,34,4865,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_35_39,all,35-39,35,39,4628,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_40_44,all,40-44,40,44,3665,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_45_49,all,45-49,45,49,2553,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_50_54,all,50-54,50,54,1754,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_55_59,all,55-59,55,59,1418,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_60_64,all,60-64,60,64,939,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_65_69,all,65-69,65,69,579,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_70_74,all,70-74,70,74,295,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_75_79,all,75-79,75,79,215,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_80_84,all,80-84,80,84,116,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_85_89,all,85-89,85,89,107,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_90_94,all,90-94,90,94,56,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV11,Sal,T_95PLUS,all,95+,95,,27,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_TL,f,all,,,24490,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_TL,m,all,,,23539,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_TL,all,all,,,48027,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_00_04,f,0-4,0,4,2273,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_05_09,f,5-9,5,9,2109,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_10_14,f,10-14,10,14,2057,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_15_19,f,15-19,15,19,2030,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_20_24,f,20-24,20,24,2185,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_25_29,f,25-29,25,29,2546,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_30_34,f,30-34,30,34,2461,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_35_39,f,35-39,35,39,1871,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_40_44,f,40-44,40,44,1193,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_45_49,f,45-49,45,49,843,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_50_54,f,50-54,50,54,1020,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_55_59,f,55-59,55,59,1018,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_60_64,f,60-64,60,64,877,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_65_69,f,65-69,65,69,673,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_70_74,f,70-74,70,74,383,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_75_79,f,75-79,75,79,234,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_80_84,f,80-84,80,84,277,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_85_89,f,85-89,85,89,255,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_90_94,f,90-94,90,94,123,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,F_95PLUS,f,95+,95,,62,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_00_04,m,0-4,0,4,2369,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_05_09,m,5-9,5,9,2182,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_10_14,m,10-14,10,14,1971,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_15_19,m,15-19,15,19,1987,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_20_24,m,20-24,20,24,2254,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_25_29,m,25-29,25,29,2760,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_30_34,m,30-34,30,34,2699,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_35_39,m,35-39,35,39,2061,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_40_44,m,40-44,40,44,1485,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_45_49,m,45-49,45,49,944,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_50_54,m,50-54,50,54,885,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_55_59,m,55-59,55,59,583,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_60_64,m,60-64,60,64,468,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_65_69,m,65-69,65,69,233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_70_74,m,70-74,70,74,158,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_75_79,m,75-79,75,79,135,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_80_84,m,80-84,80,84,145,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_85_89,m,85-89,85,89,130,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_90_94,m,90-94,90,94,68,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,M_95PLUS,m,95+,95,,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_00_04,all,0-4,0,4,4642,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_05_09,all,5-9,5,9,4290,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_10_14,all,10-14,10,14,4030,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_15_19,all,15-19,15,19,4016,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_20_24,all,20-24,20,24,4439,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_25_29,all,25-29,25,29,5306,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_30_34,all,30-34,30,34,5159,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_35_39,all,35-39,35,39,3932,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_40_44,all,40-44,40,44,2679,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_45_49,all,45-49,45,49,1786,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_50_54,all,50-54,50,54,1905,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_55_59,all,55-59,55,59,1601,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_60_64,all,60-64,60,64,1345,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_65_69,all,65-69,65,69,906,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_70_74,all,70-74,70,74,541,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_75_79,all,75-79,75,79,369,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_80_84,all,80-84,80,84,421,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_85_89,all,85-89,85,89,385,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_90_94,all,90-94,90,94,191,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV12,Santa Catarina de Santiago,T_95PLUS,all,95+,95,,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_TL,f,all,,,2502,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_TL,m,all,,,2663,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_TL,all,all,,,5169,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_00_04,f,0-4,0,4,254,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_05_09,f,5-9,5,9,283,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_10_14,f,10-14,10,14,306,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_15_19,f,15-19,15,19,266,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_20_24,f,20-24,20,24,185,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_25_29,f,25-29,25,29,177,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_30_34,f,30-34,30,34,184,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_35_39,f,35-39,35,39,183,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_40_44,f,40-44,40,44,102,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_45_49,f,45-49,45,49,102,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_50_54,f,50-54,50,54,63,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_55_59,f,55-59,55,59,104,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_60_64,f,60-64,60,64,76,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_65_69,f,65-69,65,69,95,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_70_74,f,70-74,70,74,34,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_75_79,f,75-79,75,79,23,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_80_84,f,80-84,80,84,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_85_89,f,85-89,85,89,20,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_90_94,f,90-94,90,94,21,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,F_95PLUS,f,95+,95,,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_00_04,m,0-4,0,4,263,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_05_09,m,5-9,5,9,283,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_10_14,m,10-14,10,14,283,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_15_19,m,15-19,15,19,283,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_20_24,m,20-24,20,24,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_25_29,m,25-29,25,29,242,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_30_34,m,30-34,30,34,210,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_35_39,m,35-39,35,39,190,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_40_44,m,40-44,40,44,130,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_45_49,m,45-49,45,49,105,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_50_54,m,50-54,50,54,89,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_55_59,m,55-59,55,59,83,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_60_64,m,60-64,60,64,86,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_65_69,m,65-69,65,69,51,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_70_74,m,70-74,70,74,26,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_75_79,m,75-79,75,79,9,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_80_84,m,80-84,80,84,6,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_85_89,m,85-89,85,89,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_90_94,m,90-94,90,94,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,M_95PLUS,m,95+,95,,3,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_00_04,all,0-4,0,4,516,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_05_09,all,5-9,5,9,566,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_10_14,all,10-14,10,14,590,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_15_19,all,15-19,15,19,551,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_20_24,all,20-24,20,24,485,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_25_29,all,25-29,25,29,419,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_30_34,all,30-34,30,34,394,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_35_39,all,35-39,35,39,374,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_40_44,all,40-44,40,44,233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_45_49,all,45-49,45,49,207,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_50_54,all,50-54,50,54,152,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_55_59,all,55-59,55,59,187,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_60_64,all,60-64,60,64,162,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_65_69,all,65-69,65,69,146,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_70_74,all,70-74,70,74,60,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_75_79,all,75-79,75,79,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_80_84,all,80-84,80,84,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_85_89,all,85-89,85,89,27,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_90_94,all,90-94,90,94,34,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV13,Santa Catarina do Fogo,T_95PLUS,all,95+,95,,11,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_TL,f,all,,,12842,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_TL,m,all,,,12891,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_TL,all,all,,,25731,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_00_04,f,0-4,0,4,1193,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_05_09,f,5-9,5,9,1263,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_10_14,f,10-14,10,14,1313,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_15_19,f,15-19,15,19,1299,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_20_24,f,20-24,20,24,1000,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_25_29,f,25-29,25,29,1106,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_30_34,f,30-34,30,34,974,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_35_39,f,35-39,35,39,890,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_40_44,f,40-44,40,44,657,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_45_49,f,45-49,45,49,538,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_50_54,f,50-54,50,54,564,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_55_59,f,55-59,55,59,614,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_60_64,f,60-64,60,64,474,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_65_69,f,65-69,65,69,331,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_70_74,f,70-74,70,74,188,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_75_79,f,75-79,75,79,115,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_80_84,f,80-84,80,84,121,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_85_89,f,85-89,85,89,104,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_90_94,f,90-94,90,94,68,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,F_95PLUS,f,95+,95,,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_00_04,m,0-4,0,4,1254,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_05_09,m,5-9,5,9,1321,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_10_14,m,10-14,10,14,1295,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_15_19,m,15-19,15,19,1412,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_20_24,m,20-24,20,24,1261,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_25_29,m,25-29,25,29,1302,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_30_34,m,30-34,30,34,1163,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_35_39,m,35-39,35,39,943,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_40_44,m,40-44,40,44,708,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_45_49,m,45-49,45,49,506,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_50_54,m,50-54,50,54,476,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_55_59,m,55-59,55,59,442,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_60_64,m,60-64,60,64,319,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_65_69,m,65-69,65,69,143,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_70_74,m,70-74,70,74,99,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_75_79,m,75-79,75,79,49,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_80_84,m,80-84,80,84,75,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_85_89,m,85-89,85,89,75,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_90_94,m,90-94,90,94,37,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,M_95PLUS,m,95+,95,,11,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_00_04,all,0-4,0,4,2448,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_05_09,all,5-9,5,9,2584,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_10_14,all,10-14,10,14,2608,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_15_19,all,15-19,15,19,2711,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_20_24,all,20-24,20,24,2259,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_25_29,all,25-29,25,29,2407,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_30_34,all,30-34,30,34,2137,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_35_39,all,35-39,35,39,1833,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_40_44,all,40-44,40,44,1365,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_45_49,all,45-49,45,49,1044,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_50_54,all,50-54,50,54,1040,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_55_59,all,55-59,55,59,1055,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_60_64,all,60-64,60,64,793,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_65_69,all,65-69,65,69,474,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_70_74,all,70-74,70,74,287,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_75_79,all,75-79,75,79,164,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_80_84,all,80-84,80,84,196,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_85_89,all,85-89,85,89,180,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_90_94,all,90-94,90,94,105,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV14,Santa Cruz,T_95PLUS,all,95+,95,,41,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_TL,f,all,,,7005,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_TL,m,all,,,7251,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_TL,all,all,,,14261,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_00_04,f,0-4,0,4,660,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_05_09,f,5-9,5,9,681,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_10_14,f,10-14,10,14,678,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_15_19,f,15-19,15,19,680,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_20_24,f,20-24,20,24,629,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_25_29,f,25-29,25,29,573,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_30_34,f,30-34,30,34,539,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_35_39,f,35-39,35,39,437,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_40_44,f,40-44,40,44,366,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_45_49,f,45-49,45,49,304,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_50_54,f,50-54,50,54,296,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_55_59,f,55-59,55,59,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_60_64,f,60-64,60,64,249,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_65_69,f,65-69,65,69,207,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_70_74,f,70-74,70,74,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_75_79,f,75-79,75,79,62,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_80_84,f,80-84,80,84,85,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_85_89,f,85-89,85,89,79,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_90_94,f,90-94,90,94,34,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,F_95PLUS,f,95+,95,,18,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_00_04,m,0-4,0,4,704,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_05_09,m,5-9,5,9,733,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_10_14,m,10-14,10,14,751,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_15_19,m,15-19,15,19,771,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_20_24,m,20-24,20,24,673,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_25_29,m,25-29,25,29,747,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_30_34,m,30-34,30,34,683,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_35_39,m,35-39,35,39,524,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_40_44,m,40-44,40,44,408,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_45_49,m,45-49,45,49,300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_50_54,m,50-54,50,54,275,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_55_59,m,55-59,55,59,229,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_60_64,m,60-64,60,64,181,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_65_69,m,65-69,65,69,101,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_70_74,m,70-74,70,74,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_75_79,m,75-79,75,79,27,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_80_84,m,80-84,80,84,41,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_85_89,m,85-89,85,89,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_90_94,m,90-94,90,94,22,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,M_95PLUS,m,95+,95,,6,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_00_04,all,0-4,0,4,1365,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_05_09,all,5-9,5,9,1415,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_10_14,all,10-14,10,14,1430,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_15_19,all,15-19,15,19,1452,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_20_24,all,20-24,20,24,1301,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_25_29,all,25-29,25,29,1321,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_30_34,all,30-34,30,34,1222,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_35_39,all,35-39,35,39,961,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_40_44,all,40-44,40,44,774,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_45_49,all,45-49,45,49,604,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_50_54,all,50-54,50,54,571,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_55_59,all,55-59,55,59,529,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_60_64,all,60-64,60,64,431,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_65_69,all,65-69,65,69,308,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_70_74,all,70-74,70,74,170,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_75_79,all,75-79,75,79,89,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_80_84,all,80-84,80,84,126,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_85_89,all,85-89,85,89,112,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_90_94,all,90-94,90,94,56,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV15,São Domingos,T_95PLUS,all,95+,95,,24,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_TL,f,all,,,10337,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_TL,m,all,,,9735,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_TL,all,all,,,20072,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_00_04,f,0-4,0,4,876,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_05_09,f,5-9,5,9,943,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_10_14,f,10-14,10,14,1015,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_15_19,f,15-19,15,19,1030,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_20_24,f,20-24,20,24,739,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_25_29,f,25-29,25,29,691,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_30_34,f,30-34,30,34,738,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_35_39,f,35-39,35,39,764,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_40_44,f,40-44,40,44,663,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_45_49,f,45-49,45,49,493,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_50_54,f,50-54,50,54,427,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_55_59,f,55-59,55,59,424,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_60_64,f,60-64,60,64,422,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_65_69,f,65-69,65,69,449,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_70_74,f,70-74,70,74,252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_75_79,f,75-79,75,79,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_80_84,f,80-84,80,84,95,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_85_89,f,85-89,85,89,80,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_90_94,f,90-94,90,94,70,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,F_95PLUS,f,95+,95,,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_00_04,m,0-4,0,4,943,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_05_09,m,5-9,5,9,1021,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_10_14,m,10-14,10,14,1020,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_15_19,m,15-19,15,19,938,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_20_24,m,20-24,20,24,641,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_25_29,m,25-29,25,29,584,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_30_34,m,30-34,30,34,769,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_35_39,m,35-39,35,39,875,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_40_44,m,40-44,40,44,742,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_45_49,m,45-49,45,49,518,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_50_54,m,50-54,50,54,369,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_55_59,m,55-59,55,59,354,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_60_64,m,60-64,60,64,328,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_65_69,m,65-69,65,69,252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_70_74,m,70-74,70,74,155,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_75_79,m,75-79,75,79,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_80_84,m,80-84,80,84,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_85_89,m,85-89,85,89,44,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_90_94,m,90-94,90,94,38,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,M_95PLUS,m,95+,95,,14,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_00_04,all,0-4,0,4,1820,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_05_09,all,5-9,5,9,1965,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_10_14,all,10-14,10,14,2034,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_15_19,all,15-19,15,19,1967,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_20_24,all,20-24,20,24,1381,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_25_29,all,25-29,25,29,1274,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_30_34,all,30-34,30,34,1508,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_35_39,all,35-39,35,39,1639,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_40_44,all,40-44,40,44,1405,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_45_49,all,45-49,45,49,1011,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_50_54,all,50-54,50,54,796,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_55_59,all,55-59,55,59,778,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_60_64,all,60-64,60,64,751,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_65_69,all,65-69,65,69,701,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_70_74,all,70-74,70,74,406,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_75_79,all,75-79,75,79,212,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_80_84,all,80-84,80,84,140,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_85_89,all,85-89,85,89,124,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_90_94,all,90-94,90,94,107,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV16,São Filipe,T_95PLUS,all,95+,95,,53,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_TL,f,all,,,3353,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_TL,m,all,,,3492,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_TL,all,all,,,6850,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_00_04,f,0-4,0,4,291,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_05_09,f,5-9,5,9,297,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_10_14,f,10-14,10,14,314,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_15_19,f,15-19,15,19,316,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_20_24,f,20-24,20,24,260,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_25_29,f,25-29,25,29,277,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_30_34,f,30-34,30,34,259,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_35_39,f,35-39,35,39,203,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_40_44,f,40-44,40,44,148,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_45_49,f,45-49,45,49,137,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_50_54,f,50-54,50,54,166,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_55_59,f,55-59,55,59,163,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_60_64,f,60-64,60,64,164,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_65_69,f,65-69,65,69,109,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_70_74,f,70-74,70,74,59,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_75_79,f,75-79,75,79,49,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_80_84,f,80-84,80,84,51,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_85_89,f,85-89,85,89,50,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_90_94,f,90-94,90,94,27,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,F_95PLUS,f,95+,95,,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_00_04,m,0-4,0,4,312,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_05_09,m,5-9,5,9,329,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_10_14,m,10-14,10,14,334,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_15_19,m,15-19,15,19,345,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_20_24,m,20-24,20,24,339,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_25_29,m,25-29,25,29,347,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_30_34,m,30-34,30,34,321,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_35_39,m,35-39,35,39,245,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_40_44,m,40-44,40,44,184,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_45_49,m,45-49,45,49,125,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_50_54,m,50-54,50,54,128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_55_59,m,55-59,55,59,150,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_60_64,m,60-64,60,64,135,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_65_69,m,65-69,65,69,58,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_70_74,m,70-74,70,74,37,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_75_79,m,75-79,75,79,24,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_80_84,m,80-84,80,84,23,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_85_89,m,85-89,85,89,35,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_90_94,m,90-94,90,94,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,M_95PLUS,m,95+,95,,5,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_00_04,all,0-4,0,4,604,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_05_09,all,5-9,5,9,630,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_10_14,all,10-14,10,14,650,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_15_19,all,15-19,15,19,661,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_20_24,all,20-24,20,24,598,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_25_29,all,25-29,25,29,624,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_30_34,all,30-34,30,34,579,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_35_39,all,35-39,35,39,449,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_40_44,all,40-44,40,44,331,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_45_49,all,45-49,45,49,263,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_50_54,all,50-54,50,54,295,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_55_59,all,55-59,55,59,313,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_60_64,all,60-64,60,64,299,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_65_69,all,65-69,65,69,167,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_70_74,all,70-74,70,74,96,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_75_79,all,75-79,75,79,73,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_80_84,all,80-84,80,84,74,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_85_89,all,85-89,85,89,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_90_94,all,90-94,90,94,43,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV17,São Lourenço dos Órgãos,T_95PLUS,all,95+,95,,17,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_TL,f,all,,,7174,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_TL,m,all,,,6286,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_TL,all,all,,,13449,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_00_04,f,0-4,0,4,617,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_05_09,f,5-9,5,9,639,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_10_14,f,10-14,10,14,634,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_15_19,f,15-19,15,19,676,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_20_24,f,20-24,20,24,584,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_25_29,f,25-29,25,29,580,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_30_34,f,30-34,30,34,477,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_35_39,f,35-39,35,39,414,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_40_44,f,40-44,40,44,308,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_45_49,f,45-49,45,49,278,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_50_54,f,50-54,50,54,344,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_55_59,f,55-59,55,59,428,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_60_64,f,60-64,60,64,371,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_65_69,f,65-69,65,69,306,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_70_74,f,70-74,70,74,163,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_75_79,f,75-79,75,79,104,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_80_84,f,80-84,80,84,84,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_85_89,f,85-89,85,89,94,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_90_94,f,90-94,90,94,48,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,F_95PLUS,f,95+,95,,25,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_00_04,m,0-4,0,4,642,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_05_09,m,5-9,5,9,664,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_10_14,m,10-14,10,14,614,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_15_19,m,15-19,15,19,652,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_20_24,m,20-24,20,24,544,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_25_29,m,25-29,25,29,568,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_30_34,m,30-34,30,34,570,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_35_39,m,35-39,35,39,475,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_40_44,m,40-44,40,44,333,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_45_49,m,45-49,45,49,229,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_50_54,m,50-54,50,54,256,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_55_59,m,55-59,55,59,221,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_60_64,m,60-64,60,64,168,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_65_69,m,65-69,65,69,93,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_70_74,m,70-74,70,74,75,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_75_79,m,75-79,75,79,45,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_80_84,m,80-84,80,84,53,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_85_89,m,85-89,85,89,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_90_94,m,90-94,90,94,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,M_95PLUS,m,95+,95,,9,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_00_04,all,0-4,0,4,1257,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_05_09,all,5-9,5,9,1300,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_10_14,all,10-14,10,14,1248,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_15_19,all,15-19,15,19,1324,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_20_24,all,20-24,20,24,1128,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_25_29,all,25-29,25,29,1148,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_30_34,all,30-34,30,34,1048,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_35_39,all,35-39,35,39,889,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_40_44,all,40-44,40,44,641,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_45_49,all,45-49,45,49,507,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_50_54,all,50-54,50,54,600,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_55_59,all,55-59,55,59,649,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_60_64,all,60-64,60,64,539,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_65_69,all,65-69,65,69,399,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_70_74,all,70-74,70,74,238,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_75_79,all,75-79,75,79,148,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_80_84,all,80-84,80,84,137,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_85_89,all,85-89,85,89,140,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_90_94,all,90-94,90,94,76,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV18,São Miguel,T_95PLUS,all,95+,95,,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_TL,f,all,,,4236,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_TL,m,all,,,4322,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_TL,all,all,,,8567,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_00_04,f,0-4,0,4,407,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_05_09,f,5-9,5,9,438,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_10_14,f,10-14,10,14,401,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_15_19,f,15-19,15,19,404,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_20_24,f,20-24,20,24,365,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_25_29,f,25-29,25,29,311,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_30_34,f,30-34,30,34,293,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_35_39,f,35-39,35,39,221,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_40_44,f,40-44,40,44,166,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_45_49,f,45-49,45,49,182,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_50_54,f,50-54,50,54,183,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_55_59,f,55-59,55,59,209,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_60_64,f,60-64,60,64,197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_65_69,f,65-69,65,69,159,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_70_74,f,70-74,70,74,75,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_75_79,f,75-79,75,79,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_80_84,f,80-84,80,84,70,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_85_89,f,85-89,85,89,65,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_90_94,f,90-94,90,94,30,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,F_95PLUS,f,95+,95,,14,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_00_04,m,0-4,0,4,422,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_05_09,m,5-9,5,9,448,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_10_14,m,10-14,10,14,410,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_15_19,m,15-19,15,19,434,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_20_24,m,20-24,20,24,447,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_25_29,m,25-29,25,29,493,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_30_34,m,30-34,30,34,434,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_35_39,m,35-39,35,39,316,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_40_44,m,40-44,40,44,212,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_45_49,m,45-49,45,49,156,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_50_54,m,50-54,50,54,142,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_55_59,m,55-59,55,59,97,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_60_64,m,60-64,60,64,96,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_65_69,m,65-69,65,69,50,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_70_74,m,70-74,70,74,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_75_79,m,75-79,75,79,32,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_80_84,m,80-84,80,84,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_85_89,m,85-89,85,89,41,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_90_94,m,90-94,90,94,16,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,M_95PLUS,m,95+,95,,5,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_00_04,all,0-4,0,4,830,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_05_09,all,5-9,5,9,886,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_10_14,all,10-14,10,14,813,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_15_19,all,15-19,15,19,839,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_20_24,all,20-24,20,24,812,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_25_29,all,25-29,25,29,805,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_30_34,all,30-34,30,34,727,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_35_39,all,35-39,35,39,536,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_40_44,all,40-44,40,44,379,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_45_49,all,45-49,45,49,338,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_50_54,all,50-54,50,54,325,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_55_59,all,55-59,55,59,306,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_60_64,all,60-64,60,64,294,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_65_69,all,65-69,65,69,210,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_70_74,all,70-74,70,74,105,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_75_79,all,75-79,75,79,78,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_80_84,all,80-84,80,84,112,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_85_89,all,85-89,85,89,106,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_90_94,all,90-94,90,94,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV19,São Salvador do Mundo,T_95PLUS,all,95+,95,,20,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_TL,f,all,,,42155,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_TL,m,all,,,44190,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_TL,all,all,,,86347,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_00_04,f,0-4,0,4,3230,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_05_09,f,5-9,5,9,3359,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_10_14,f,10-14,10,14,3292,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_15_19,f,15-19,15,19,3312,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_20_24,f,20-24,20,24,3227,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_25_29,f,25-29,25,29,3663,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_30_34,f,30-34,30,34,4021,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_35_39,f,35-39,35,39,3428,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_40_44,f,40-44,40,44,2758,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_45_49,f,45-49,45,49,2318,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_50_54,f,50-54,50,54,2089,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_55_59,f,55-59,55,59,2008,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_60_64,f,60-64,60,64,1602,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_65_69,f,65-69,65,69,1180,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_70_74,f,70-74,70,74,636,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_75_79,f,75-79,75,79,596,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_80_84,f,80-84,80,84,587,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_85_89,f,85-89,85,89,492,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_90_94,f,90-94,90,94,239,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,F_95PLUS,f,95+,95,,118,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_00_04,m,0-4,0,4,3426,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_05_09,m,5-9,5,9,3548,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_10_14,m,10-14,10,14,3385,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_15_19,m,15-19,15,19,3293,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_20_24,m,20-24,20,24,3341,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_25_29,m,25-29,25,29,3800,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_30_34,m,30-34,30,34,4530,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_35_39,m,35-39,35,39,3892,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_40_44,m,40-44,40,44,3160,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_45_49,m,45-49,45,49,2666,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_50_54,m,50-54,50,54,2311,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_55_59,m,55-59,55,59,2260,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_60_64,m,60-64,60,64,1676,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_65_69,m,65-69,65,69,1070,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_70_74,m,70-74,70,74,586,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_75_79,m,75-79,75,79,453,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_80_84,m,80-84,80,84,348,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_85_89,m,85-89,85,89,303,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_90_94,m,90-94,90,94,116,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,M_95PLUS,m,95+,95,,26,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_00_04,all,0-4,0,4,6656,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_05_09,all,5-9,5,9,6907,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_10_14,all,10-14,10,14,6676,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_15_19,all,15-19,15,19,6606,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_20_24,all,20-24,20,24,6568,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_25_29,all,25-29,25,29,7463,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_30_34,all,30-34,30,34,8551,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_35_39,all,35-39,35,39,7320,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_40_44,all,40-44,40,44,5918,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_45_49,all,45-49,45,49,4984,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_50_54,all,50-54,50,54,4400,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_55_59,all,55-59,55,59,4269,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_60_64,all,60-64,60,64,3278,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_65_69,all,65-69,65,69,2250,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_70_74,all,70-74,70,74,1223,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_75_79,all,75-79,75,79,1049,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_80_84,all,80-84,80,84,935,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_85_89,all,85-89,85,89,794,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_90_94,all,90-94,90,94,356,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV20,São Vicente,T_95PLUS,all,95+,95,,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_TL,f,all,,,9715,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_TL,m,all,,,8284,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_TL,all,all,,,17998,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_00_04,f,0-4,0,4,834,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_05_09,f,5-9,5,9,841,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_10_14,f,10-14,10,14,834,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_15_19,f,15-19,15,19,911,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_20_24,f,20-24,20,24,743,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_25_29,f,25-29,25,29,817,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_30_34,f,30-34,30,34,769,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_35_39,f,35-39,35,39,713,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_40_44,f,40-44,40,44,452,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_45_49,f,45-49,45,49,421,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_50_54,f,50-54,50,54,478,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_55_59,f,55-59,55,59,531,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_60_64,f,60-64,60,64,472,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_65_69,f,65-69,65,69,301,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_70_74,f,70-74,70,74,158,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_75_79,f,75-79,75,79,107,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_80_84,f,80-84,80,84,143,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_85_89,f,85-89,85,89,100,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_90_94,f,90-94,90,94,65,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,F_95PLUS,f,95+,95,,25,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_00_04,m,0-4,0,4,883,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_05_09,m,5-9,5,9,887,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_10_14,m,10-14,10,14,890,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_15_19,m,15-19,15,19,766,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_20_24,m,20-24,20,24,622,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_25_29,m,25-29,25,29,690,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_30_34,m,30-34,30,34,753,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_35_39,m,35-39,35,39,702,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_40_44,m,40-44,40,44,517,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_45_49,m,45-49,45,49,354,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_50_54,m,50-54,50,54,344,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_55_59,m,55-59,55,59,303,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_60_64,m,60-64,60,64,210,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_65_69,m,65-69,65,69,97,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_70_74,m,70-74,70,74,54,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_75_79,m,75-79,75,79,47,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_80_84,m,80-84,80,84,71,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_85_89,m,85-89,85,89,58,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_90_94,m,90-94,90,94,28,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,M_95PLUS,m,95+,95,,8,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_00_04,all,0-4,0,4,1717,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_05_09,all,5-9,5,9,1728,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_10_14,all,10-14,10,14,1724,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_15_19,all,15-19,15,19,1676,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_20_24,all,20-24,20,24,1364,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_25_29,all,25-29,25,29,1506,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_30_34,all,30-34,30,34,1523,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_35_39,all,35-39,35,39,1415,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_40_44,all,40-44,40,44,969,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_45_49,all,45-49,45,49,775,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_50_54,all,50-54,50,54,822,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_55_59,all,55-59,55,59,834,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_60_64,all,60-64,60,64,682,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_65_69,all,65-69,65,69,399,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_70_74,all,70-74,70,74,213,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_75_79,all,75-79,75,79,154,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_80_84,all,80-84,80,84,215,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_85_89,all,85-89,85,89,157,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_90_94,all,90-94,90,94,92,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV21,Tarrafal de Santiago,T_95PLUS,all,95+,95,,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_TL,f,all,,,2475,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_TL,m,all,,,2693,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_TL,all,all,,,5168,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_00_04,f,0-4,0,4,219,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_05_09,f,5-9,5,9,235,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_10_14,f,10-14,10,14,231,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_15_19,f,15-19,15,19,252,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_20_24,f,20-24,20,24,180,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_25_29,f,25-29,25,29,152,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_30_34,f,30-34,30,34,141,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_35_39,f,35-39,35,39,159,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_40_44,f,40-44,40,44,158,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_45_49,f,45-49,45,49,138,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_50_54,f,50-54,50,54,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_55_59,f,55-59,55,59,104,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_60_64,f,60-64,60,64,81,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_65_69,f,65-69,65,69,63,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_70_74,f,70-74,70,74,58,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_75_79,f,75-79,75,79,52,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_80_84,f,80-84,80,84,35,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_85_89,f,85-89,85,89,42,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_90_94,f,90-94,90,94,21,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,F_95PLUS,f,95+,95,,10,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_00_04,m,0-4,0,4,225,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_05_09,m,5-9,5,9,233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_10_14,m,10-14,10,14,242,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_15_19,m,15-19,15,19,220,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_20_24,m,20-24,20,24,209,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_25_29,m,25-29,25,29,222,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_30_34,m,30-34,30,34,206,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_35_39,m,35-39,35,39,226,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_40_44,m,40-44,40,44,197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_45_49,m,45-49,45,49,187,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_50_54,m,50-54,50,54,144,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_55_59,m,55-59,55,59,116,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_60_64,m,60-64,60,64,94,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_65_69,m,65-69,65,69,46,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_70_74,m,70-74,70,74,29,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_75_79,m,75-79,75,79,33,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_80_84,m,80-84,80,84,25,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_85_89,m,85-89,85,89,24,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_90_94,m,90-94,90,94,11,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,M_95PLUS,m,95+,95,,4,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_00_04,all,0-4,0,4,445,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_05_09,all,5-9,5,9,469,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_10_14,all,10-14,10,14,474,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_15_19,all,15-19,15,19,471,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_20_24,all,20-24,20,24,389,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_25_29,all,25-29,25,29,374,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_30_34,all,30-34,30,34,348,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_35_39,all,35-39,35,39,384,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_40_44,all,40-44,40,44,356,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_45_49,all,45-49,45,49,325,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_50_54,all,50-54,50,54,288,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_55_59,all,55-59,55,59,219,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_60_64,all,60-64,60,64,174,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_65_69,all,65-69,65,69,109,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_70_74,all,70-74,70,74,87,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_75_79,all,75-79,75,79,85,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_80_84,all,80-84,80,84,59,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_85_89,all,85-89,85,89,67,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_90_94,all,90-94,90,94,32,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,CV22,Tarrafal de Sao Nicolau,T_95PLUS,all,95+,95,,13,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CAF,Central African Republic,CF11,Ombella M'Poko,T_TL,all,all,,,448465,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF11,Ombella M'Poko,F_TL,f,all,,,226411,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF11,Ombella M'Poko,M_TL,m,all,,,222052,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF12,Lobaye,T_TL,all,all,,,310366,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF12,Lobaye,F_TL,f,all,,,158484,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF12,Lobaye,M_TL,m,all,,,151882,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF21,Mambéré Kadéi,T_TL,all,all,,,458611,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF21,Mambéré Kadéi,F_TL,f,all,,,229305,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF21,Mambéré Kadéi,M_TL,m,all,,,229305,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF22,Nana Mambéré,T_TL,all,all,,,293758,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF22,Nana Mambéré,F_TL,f,all,,,148810,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF22,Nana Mambéré,M_TL,m,all,,,144949,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF23,Sangha Mbaéré,T_TL,all,all,,,127068,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF23,Sangha Mbaéré,F_TL,f,all,,,63265,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF23,Sangha Mbaéré,M_TL,m,all,,,63803,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF31,Ouham Péndé,T_TL,all,all,,,541220,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF31,Ouham Péndé,F_TL,f,all,,,280803,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF31,Ouham Péndé,M_TL,m,all,,,260418,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF32,Ouham,T_TL,all,all,,,464175,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF32,Ouham,F_TL,f,all,,,238288,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF32,Ouham,M_TL,m,all,,,225886,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF41,Kémo,T_TL,all,all,,,148874,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF41,Kémo,F_TL,f,all,,,76264,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF41,Kémo,M_TL,m,all,,,72610,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF42,Nana Gribizi,T_TL,all,all,,,148115,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF42,Nana Gribizi,F_TL,f,all,,,75506,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF42,Nana Gribizi,M_TL,m,all,,,72609,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF43,Ouaka,T_TL,all,all,,,347873,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF43,Ouaka,F_TL,f,all,,,179771,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF43,Ouaka,M_TL,m,all,,,168103,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF51,Bamingui Bangoran,T_TL,all,all,,,54346,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF51,Bamingui Bangoran,F_TL,f,all,,,27882,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF51,Bamingui Bangoran,M_TL,m,all,,,26464,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF52,Haute Kotto,T_TL,all,all,,,113543,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF52,Haute Kotto,F_TL,f,all,,,53923,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF52,Haute Kotto,M_TL,m,all,,,59620,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF53,Vakaga,T_TL,all,all,,,65693,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF53,Vakaga,F_TL,f,all,,,35051,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF53,Vakaga,M_TL,m,all,,,30642,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF61,Basse Kotto,T_TL,all,all,,,313224,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF61,Basse Kotto,F_TL,f,all,,,160711,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF61,Basse Kotto,M_TL,m,all,,,152515,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF62,Mbomou,T_TL,all,all,,,206187,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF62,Mbomou,F_TL,f,all,,,105341,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF62,Mbomou,M_TL,m,all,,,100846,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF63,Haut Mbomou,T_TL,all,all,,,72416,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF63,Haut Mbomou,F_TL,f,all,,,37320,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF63,Haut Mbomou,M_TL,m,all,,,35096,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF71,Bangui,T_TL,all,all,,,839080,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF71,Bangui,F_TL,f,all,,,427930,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +CAF,Central African Republic,CF71,Bangui,M_TL,m,all,,,411150,2015,"General Census of Population and Housing, Census Office Central African Republic",OCHA Central African Republic +TCD,Chad,TD19,Barh-El-Gazel,F_TL,f,all,,,197133,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_TL,m,all,,,215675,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_TL,all,all,,,412808,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_00_04,f,0-4,0,4,39107,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_05_09,f,5-9,5,9,31748,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_10_14,f,10-14,10,14,21839,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_15_19,f,15-19,15,19,21090,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_20_24,f,20-24,20,24,18023,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_25_29,f,25-29,25,29,14474,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_30_34,f,30-34,30,34,11007,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_35_39,f,35-39,35,39,8881,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_40_44,f,40-44,40,44,7964,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_45_49,f,45-49,45,49,6829,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_50_54,f,50-54,50,54,5491,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_55_59,f,55-59,55,59,4160,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_60_64,f,60-64,60,64,2669,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_65_69,f,65-69,65,69,1694,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_70_74,f,70-74,70,74,1089,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_75_79,f,75-79,75,79,625,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,F_80PLUS,f,80+,80,,443,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_00_04,m,0-4,0,4,40856,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_05_09,m,5-9,5,9,33115,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_10_14,m,10-14,10,14,26381,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_15_19,m,15-19,15,19,26317,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_20_24,m,20-24,20,24,22457,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_25_29,m,25-29,25,29,17192,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_30_34,m,30-34,30,34,10455,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_35_39,m,35-39,35,39,7059,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_40_44,m,40-44,40,44,5798,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_45_49,m,45-49,45,49,5153,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_50_54,m,50-54,50,54,5458,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_55_59,m,55-59,55,59,4921,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_60_64,m,60-64,60,64,3649,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_65_69,m,65-69,65,69,2704,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_70_74,m,70-74,70,74,1959,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_75_79,m,75-79,75,79,1238,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,M_80PLUS,m,80+,80,,963,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_00_04,all,0-4,0,4,79963,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_05_09,all,5-9,5,9,64863,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_10_14,all,10-14,10,14,48220,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_15_19,all,15-19,15,19,47407,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_20_24,all,20-24,20,24,40480,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_25_29,all,25-29,25,29,31666,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_30_34,all,30-34,30,34,21462,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_35_39,all,35-39,35,39,15940,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_40_44,all,40-44,40,44,13762,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_45_49,all,45-49,45,49,11982,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_50_54,all,50-54,50,54,10949,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_55_59,all,55-59,55,59,9081,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_60_64,all,60-64,60,64,6318,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_65_69,all,65-69,65,69,4398,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_70_74,all,70-74,70,74,3048,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_75_79,all,75-79,75,79,1863,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD19,Barh-El-Gazel,T_80PLUS,all,80+,80,,1406,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_TL,f,all,,,388772,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_TL,m,all,,,374290,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_TL,all,all,,,763062,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_00_04,f,0-4,0,4,69240,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_05_09,f,5-9,5,9,56875,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_10_14,f,10-14,10,14,65852,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_15_19,f,15-19,15,19,49611,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_20_24,f,20-24,20,24,30159,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_25_29,f,25-29,25,29,22193,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_30_34,f,30-34,30,34,20799,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_35_39,f,35-39,35,39,18151,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_40_44,f,40-44,40,44,14576,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_45_49,f,45-49,45,49,11748,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_50_54,f,50-54,50,54,9013,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_55_59,f,55-59,55,59,6765,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_60_64,f,60-64,60,64,4688,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_65_69,f,65-69,65,69,3308,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_70_74,f,70-74,70,74,2471,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_75_79,f,75-79,75,79,1645,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,F_80PLUS,f,80+,80,,1678,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_00_04,m,0-4,0,4,72334,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_05_09,m,5-9,5,9,59324,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_10_14,m,10-14,10,14,67430,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_15_19,m,15-19,15,19,50315,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_20_24,m,20-24,20,24,29769,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_25_29,m,25-29,25,29,19897,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_30_34,m,30-34,30,34,13265,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_35_39,m,35-39,35,39,10287,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_40_44,m,40-44,40,44,10821,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_45_49,m,45-49,45,49,10122,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_50_54,m,50-54,50,54,8581,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_55_59,m,55-59,55,59,6968,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_60_64,m,60-64,60,64,4968,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_65_69,m,65-69,65,69,3652,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_70_74,m,70-74,70,74,2834,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_75_79,m,75-79,75,79,1896,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,M_80PLUS,m,80+,80,,1827,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_00_04,all,0-4,0,4,141574,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_05_09,all,5-9,5,9,116199,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_10_14,all,10-14,10,14,133282,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_15_19,all,15-19,15,19,99926,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_20_24,all,20-24,20,24,59928,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_25_29,all,25-29,25,29,42090,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_30_34,all,30-34,30,34,34064,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_35_39,all,35-39,35,39,28438,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_40_44,all,40-44,40,44,25397,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_45_49,all,45-49,45,49,21870,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_50_54,all,50-54,50,54,17594,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_55_59,all,55-59,55,59,13733,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_60_64,all,60-64,60,64,9656,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_65_69,all,65-69,65,69,6960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_70_74,all,70-74,70,74,5305,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_75_79,all,75-79,75,79,3541,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD01,Batha,T_80PLUS,all,80+,80,,3505,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_TL,f,all,,,76005,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_TL,m,all,,,83348,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_TL,all,all,,,159353,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_00_04,f,0-4,0,4,15140,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_05_09,f,5-9,5,9,12826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_10_14,f,10-14,10,14,7731,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_15_19,f,15-19,15,19,7447,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_20_24,f,20-24,20,24,6460,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_25_29,f,25-29,25,29,5334,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_30_34,f,30-34,30,34,4592,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_35_39,f,35-39,35,39,3919,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_40_44,f,40-44,40,44,3333,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_45_49,f,45-49,45,49,2774,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_50_54,f,50-54,50,54,2177,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_55_59,f,55-59,55,59,1626,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_60_64,f,60-64,60,64,1046,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_65_69,f,65-69,65,69,675,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_70_74,f,70-74,70,74,452,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_75_79,f,75-79,75,79,272,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,F_80PLUS,f,80+,80,,201,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_00_04,m,0-4,0,4,15817,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_05_09,m,5-9,5,9,13378,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_10_14,m,10-14,10,14,9482,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_15_19,m,15-19,15,19,9117,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_20_24,m,20-24,20,24,7616,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_25_29,m,25-29,25,29,6041,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_30_34,m,30-34,30,34,4737,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_35_39,m,35-39,35,39,3769,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_40_44,m,40-44,40,44,2819,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_45_49,m,45-49,45,49,2336,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_50_54,m,50-54,50,54,2367,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_55_59,m,55-59,55,59,2051,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_60_64,m,60-64,60,64,1402,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_65_69,m,65-69,65,69,978,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_70_74,m,70-74,70,74,708,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_75_79,m,75-79,75,79,435,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,M_80PLUS,m,80+,80,,295,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_00_04,all,0-4,0,4,30957,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_05_09,all,5-9,5,9,26204,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_10_14,all,10-14,10,14,17213,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_15_19,all,15-19,15,19,16564,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_20_24,all,20-24,20,24,14076,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_25_29,all,25-29,25,29,11375,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_30_34,all,30-34,30,34,9329,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_35_39,all,35-39,35,39,7688,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_40_44,all,40-44,40,44,6152,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_45_49,all,45-49,45,49,5110,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_50_54,all,50-54,50,54,4544,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_55_59,all,55-59,55,59,3677,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_60_64,all,60-64,60,64,2448,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_65_69,all,65-69,65,69,1653,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_70_74,all,70-74,70,74,1160,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_75_79,all,75-79,75,79,707,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD02,Borkou,T_80PLUS,all,80+,80,,496,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_TL,f,all,,,460253,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_TL,m,all,,,457831,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_TL,all,all,,,918084,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_00_04,f,0-4,0,4,88370,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_05_09,f,5-9,5,9,71760,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_10_14,f,10-14,10,14,61616,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_15_19,f,15-19,15,19,54817,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_20_24,f,20-24,20,24,39438,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_25_29,f,25-29,25,29,29905,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_30_34,f,30-34,30,34,26594,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_35_39,f,35-39,35,39,22458,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_40_44,f,40-44,40,44,17466,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_45_49,f,45-49,45,49,13789,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_50_54,f,50-54,50,54,10561,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_55_59,f,55-59,55,59,7932,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_60_64,f,60-64,60,64,5645,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_65_69,f,65-69,65,69,3960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_70_74,f,70-74,70,74,2732,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_75_79,f,75-79,75,79,1704,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,F_80PLUS,f,80+,80,,1506,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_00_04,m,0-4,0,4,92324,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_05_09,m,5-9,5,9,74849,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_10_14,m,10-14,10,14,62792,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_15_19,m,15-19,15,19,55524,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_20_24,m,20-24,20,24,38904,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_25_29,m,25-29,25,29,27690,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_30_34,m,30-34,30,34,20366,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_35_39,m,35-39,35,39,16230,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_40_44,m,40-44,40,44,14787,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_45_49,m,45-49,45,49,13078,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_50_54,m,50-54,50,54,11167,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_55_59,m,55-59,55,59,9231,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_60_64,m,60-64,60,64,7169,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_65_69,m,65-69,65,69,5405,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_70_74,m,70-74,70,74,3780,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_75_79,m,75-79,75,79,2384,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,M_80PLUS,m,80+,80,,2151,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_00_04,all,0-4,0,4,180694,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_05_09,all,5-9,5,9,146609,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_10_14,all,10-14,10,14,124408,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_15_19,all,15-19,15,19,110341,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_20_24,all,20-24,20,24,78342,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_25_29,all,25-29,25,29,57595,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_30_34,all,30-34,30,34,46960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_35_39,all,35-39,35,39,38688,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_40_44,all,40-44,40,44,32253,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_45_49,all,45-49,45,49,26867,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_50_54,all,50-54,50,54,21728,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_55_59,all,55-59,55,59,17163,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_60_64,all,60-64,60,64,12814,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_65_69,all,65-69,65,69,9365,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_70_74,all,70-74,70,74,6512,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_75_79,all,75-79,75,79,4088,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD03,Chari-Baguirmi,T_80PLUS,all,80+,80,,3657,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_TL,f,all,,,81709,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_TL,m,all,,,93096,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_TL,all,all,,,174805,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_00_04,f,0-4,0,4,16558,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_05_09,f,5-9,5,9,13895,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_10_14,f,10-14,10,14,7955,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_15_19,f,15-19,15,19,7775,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_20_24,f,20-24,20,24,7353,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_25_29,f,25-29,25,29,6248,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_30_34,f,30-34,30,34,4941,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_35_39,f,35-39,35,39,4030,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_40_44,f,40-44,40,44,3412,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_45_49,f,45-49,45,49,2859,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_50_54,f,50-54,50,54,2402,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_55_59,f,55-59,55,59,1826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_60_64,f,60-64,60,64,1052,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_65_69,f,65-69,65,69,609,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_70_74,f,70-74,70,74,406,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_75_79,f,75-79,75,79,236,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,F_80PLUS,f,80+,80,,152,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_00_04,m,0-4,0,4,17298,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_05_09,m,5-9,5,9,14492,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_10_14,m,10-14,10,14,9826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_15_19,m,15-19,15,19,10064,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_20_24,m,20-24,20,24,9584,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_25_29,m,25-29,25,29,8001,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_30_34,m,30-34,30,34,5877,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_35_39,m,35-39,35,39,4373,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_40_44,m,40-44,40,44,2894,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_45_49,m,45-49,45,49,2215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_50_54,m,50-54,50,54,2335,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_55_59,m,55-59,55,59,2063,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_60_64,m,60-64,60,64,1450,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_65_69,m,65-69,65,69,1038,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_70_74,m,70-74,70,74,773,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_75_79,m,75-79,75,79,484,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,M_80PLUS,m,80+,80,,329,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_00_04,all,0-4,0,4,33856,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_05_09,all,5-9,5,9,28387,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_10_14,all,10-14,10,14,17781,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_15_19,all,15-19,15,19,17839,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_20_24,all,20-24,20,24,16937,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_25_29,all,25-29,25,29,14249,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_30_34,all,30-34,30,34,10818,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_35_39,all,35-39,35,39,8403,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_40_44,all,40-44,40,44,6306,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_45_49,all,45-49,45,49,5074,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_50_54,all,50-54,50,54,4737,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_55_59,all,55-59,55,59,3889,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_60_64,all,60-64,60,64,2502,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_65_69,all,65-69,65,69,1647,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_70_74,all,70-74,70,74,1179,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_75_79,all,75-79,75,79,720,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD20,Ennedi Est,T_80PLUS,all,80+,80,,481,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_TL,f,all,,,46334,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_TL,m,all,,,52792,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_TL,all,all,,,99126,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_00_04,f,0-4,0,4,9389,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_05_09,f,5-9,5,9,7879,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_10_14,f,10-14,10,14,4511,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_15_19,f,15-19,15,19,4409,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_20_24,f,20-24,20,24,4169,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_25_29,f,25-29,25,29,3542,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_30_34,f,30-34,30,34,2802,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_35_39,f,35-39,35,39,2286,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_40_44,f,40-44,40,44,1935,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_45_49,f,45-49,45,49,1623,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_50_54,f,50-54,50,54,1361,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_55_59,f,55-59,55,59,1035,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_60_64,f,60-64,60,64,596,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_65_69,f,65-69,65,69,346,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_70_74,f,70-74,70,74,231,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_75_79,f,75-79,75,79,134,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,F_80PLUS,f,80+,80,,86,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_00_04,m,0-4,0,4,9809,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_05_09,m,5-9,5,9,8218,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_10_14,m,10-14,10,14,5572,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_15_19,m,15-19,15,19,5707,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_20_24,m,20-24,20,24,5434,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_25_29,m,25-29,25,29,4538,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_30_34,m,30-34,30,34,3332,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_35_39,m,35-39,35,39,2480,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_40_44,m,40-44,40,44,1642,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_45_49,m,45-49,45,49,1255,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_50_54,m,50-54,50,54,1323,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_55_59,m,55-59,55,59,1170,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_60_64,m,60-64,60,64,822,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_65_69,m,65-69,65,69,589,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_70_74,m,70-74,70,74,438,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_75_79,m,75-79,75,79,276,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,M_80PLUS,m,80+,80,,187,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_00_04,all,0-4,0,4,19198,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_05_09,all,5-9,5,9,16097,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_10_14,all,10-14,10,14,10083,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_15_19,all,15-19,15,19,10116,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_20_24,all,20-24,20,24,9603,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_25_29,all,25-29,25,29,8080,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_30_34,all,30-34,30,34,6134,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_35_39,all,35-39,35,39,4766,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_40_44,all,40-44,40,44,3577,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_45_49,all,45-49,45,49,2878,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_50_54,all,50-54,50,54,2684,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_55_59,all,55-59,55,59,2205,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_60_64,all,60-64,60,64,1418,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_65_69,all,65-69,65,69,935,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_70_74,all,70-74,70,74,669,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_75_79,all,75-79,75,79,410,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD23,Ennedi Ouest,T_80PLUS,all,80+,80,,273,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_TL,f,all,,,362115,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_TL,m,all,,,347778,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_TL,all,all,,,709893,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_00_04,f,0-4,0,4,42459,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_05_09,f,5-9,5,9,36372,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_10_14,f,10-14,10,14,139397,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_15_19,f,15-19,15,19,52859,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_20_24,f,20-24,20,24,14856,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_25_29,f,25-29,25,29,15421,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_30_34,f,30-34,30,34,12927,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_35_39,f,35-39,35,39,11028,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_40_44,f,40-44,40,44,9383,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_45_49,f,45-49,45,49,7805,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_50_54,f,50-54,50,54,6124,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_55_59,f,55-59,55,59,4576,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_60_64,f,60-64,60,64,2948,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_65_69,f,65-69,65,69,1899,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_70_74,f,70-74,70,74,1272,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_75_79,f,75-79,75,79,766,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,F_80PLUS,f,80+,80,,2023,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_00_04,m,0-4,0,4,44357,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_05_09,m,5-9,5,9,37939,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_10_14,m,10-14,10,14,127444,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_15_19,m,15-19,15,19,50712,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_20_24,m,20-24,20,24,16067,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_25_29,m,25-29,25,29,15403,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_30_34,m,30-34,30,34,11803,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_35_39,m,35-39,35,39,9394,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_40_44,m,40-44,40,44,7024,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_45_49,m,45-49,45,49,5816,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_50_54,m,50-54,50,54,5901,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_55_59,m,55-59,55,59,5105,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_60_64,m,60-64,60,64,3492,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_65_69,m,65-69,65,69,2435,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_70_74,m,70-74,70,74,1764,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_75_79,m,75-79,75,79,1084,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,M_80PLUS,m,80+,80,,2038,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_00_04,all,0-4,0,4,86816,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_05_09,all,5-9,5,9,74311,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_10_14,all,10-14,10,14,266841,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_15_19,all,15-19,15,19,103571,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_20_24,all,20-24,20,24,30923,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_25_29,all,25-29,25,29,30824,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_30_34,all,30-34,30,34,24730,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_35_39,all,35-39,35,39,20422,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_40_44,all,40-44,40,44,16407,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_45_49,all,45-49,45,49,13621,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_50_54,all,50-54,50,54,12025,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_55_59,all,55-59,55,59,9681,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_60_64,all,60-64,60,64,6440,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_65_69,all,65-69,65,69,4334,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_70_74,all,70-74,70,74,3036,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_75_79,all,75-79,75,79,1850,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD04,Guéra,T_80PLUS,all,80+,80,,4061,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_TL,f,all,,,452762,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_TL,m,all,,,455365,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_TL,all,all,,,908127,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_00_04,f,0-4,0,4,86279,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_05_09,f,5-9,5,9,70530,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_10_14,f,10-14,10,14,60213,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_15_19,f,15-19,15,19,54686,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_20_24,f,20-24,20,24,38965,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_25_29,f,25-29,25,29,29120,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_30_34,f,30-34,30,34,26124,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_35_39,f,35-39,35,39,22156,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_40_44,f,40-44,40,44,17292,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_45_49,f,45-49,45,49,13654,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_50_54,f,50-54,50,54,10351,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_55_59,f,55-59,55,59,7738,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_60_64,f,60-64,60,64,5520,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_65_69,f,65-69,65,69,3911,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_70_74,f,70-74,70,74,2761,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_75_79,f,75-79,75,79,1773,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,F_80PLUS,f,80+,80,,1689,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_00_04,m,0-4,0,4,90136,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_05_09,m,5-9,5,9,73568,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_10_14,m,10-14,10,14,62041,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_15_19,m,15-19,15,19,56552,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_20_24,m,20-24,20,24,40066,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_25_29,m,25-29,25,29,28248,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_30_34,m,30-34,30,34,19925,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_35_39,m,35-39,35,39,15590,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_40_44,m,40-44,40,44,14733,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_45_49,m,45-49,45,49,13236,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_50_54,m,50-54,50,54,11320,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_55_59,m,55-59,55,59,9313,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_60_64,m,60-64,60,64,7021,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_65_69,m,65-69,65,69,5239,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_70_74,m,70-74,70,74,3795,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_75_79,m,75-79,75,79,2430,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,M_80PLUS,m,80+,80,,2152,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_00_04,all,0-4,0,4,176415,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_05_09,all,5-9,5,9,144098,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_10_14,all,10-14,10,14,122254,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_15_19,all,15-19,15,19,111238,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_20_24,all,20-24,20,24,79031,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_25_29,all,25-29,25,29,57368,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_30_34,all,30-34,30,34,46049,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_35_39,all,35-39,35,39,37746,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_40_44,all,40-44,40,44,32025,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_45_49,all,45-49,45,49,26890,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_50_54,all,50-54,50,54,21671,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_55_59,all,55-59,55,59,17051,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_60_64,all,60-64,60,64,12541,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_65_69,all,65-69,65,69,9150,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_70_74,all,70-74,70,74,6556,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_75_79,all,75-79,75,79,4203,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD05,Hadjer-Lamis,T_80PLUS,all,80+,80,,3841,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_TL,f,all,,,278068,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_TL,m,all,,,272024,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_TL,all,all,,,550092,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_00_04,f,0-4,0,4,54527,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_05_09,f,5-9,5,9,45095,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_10_14,f,10-14,10,14,30466,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_15_19,f,15-19,15,19,29121,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_20_24,f,20-24,20,24,24382,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_25_29,f,25-29,25,29,19569,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_30_34,f,30-34,30,34,15730,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_35_39,f,35-39,35,39,13106,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_40_44,f,40-44,40,44,11774,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_45_49,f,45-49,45,49,10026,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_50_54,f,50-54,50,54,7637,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_55_59,f,55-59,55,59,5729,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_60_64,f,60-64,60,64,4075,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_65_69,f,65-69,65,69,2835,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_70_74,f,70-74,70,74,1908,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_75_79,f,75-79,75,79,1161,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,F_80PLUS,f,80+,80,,927,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_00_04,m,0-4,0,4,56967,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_05_09,m,5-9,5,9,47036,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_10_14,m,10-14,10,14,32905,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_15_19,m,15-19,15,19,31642,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_20_24,m,20-24,20,24,25351,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_25_29,m,25-29,25,29,18543,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_30_34,m,30-34,30,34,11235,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_35_39,m,35-39,35,39,7841,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_40_44,m,40-44,40,44,7428,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_45_49,m,45-49,45,49,6916,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_50_54,m,50-54,50,54,6698,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_55_59,m,55-59,55,59,5885,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_60_64,m,60-64,60,64,4454,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_65_69,m,65-69,65,69,3402,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_70_74,m,70-74,70,74,2671,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_75_79,m,75-79,75,79,1743,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,M_80PLUS,m,80+,80,,1307,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_00_04,all,0-4,0,4,111494,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_05_09,all,5-9,5,9,92131,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_10_14,all,10-14,10,14,63371,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_15_19,all,15-19,15,19,60763,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_20_24,all,20-24,20,24,49733,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_25_29,all,25-29,25,29,38112,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_30_34,all,30-34,30,34,26965,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_35_39,all,35-39,35,39,20947,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_40_44,all,40-44,40,44,19202,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_45_49,all,45-49,45,49,16942,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_50_54,all,50-54,50,54,14335,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_55_59,all,55-59,55,59,11614,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_60_64,all,60-64,60,64,8529,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_65_69,all,65-69,65,69,6237,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_70_74,all,70-74,70,74,4579,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_75_79,all,75-79,75,79,2904,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD06,Kanem,T_80PLUS,all,80+,80,,2234,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_TL,f,all,,,349694,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_TL,m,all,,,355668,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_TL,all,all,,,705362,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_00_04,f,0-4,0,4,68017,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_05_09,f,5-9,5,9,55846,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_10_14,f,10-14,10,14,43883,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_15_19,f,15-19,15,19,40203,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_20_24,f,20-24,20,24,29953,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_25_29,f,25-29,25,29,23030,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_30_34,f,30-34,30,34,20605,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_35_39,f,35-39,35,39,17528,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_40_44,f,40-44,40,44,13897,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_45_49,f,45-49,45,49,11039,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_50_54,f,50-54,50,54,8269,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_55_59,f,55-59,55,59,6102,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_60_64,f,60-64,60,64,4342,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_65_69,f,65-69,65,69,2984,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_70_74,f,70-74,70,74,1897,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_75_79,f,75-79,75,79,1121,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,F_80PLUS,f,80+,80,,978,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_00_04,m,0-4,0,4,71058,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_05_09,m,5-9,5,9,58253,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_10_14,m,10-14,10,14,47434,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_15_19,m,15-19,15,19,43523,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_20_24,m,20-24,20,24,31176,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_25_29,m,25-29,25,29,21942,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_30_34,m,30-34,30,34,14985,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_35_39,m,35-39,35,39,11622,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_40_44,m,40-44,40,44,11375,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_45_49,m,45-49,45,49,10513,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_50_54,m,50-54,50,54,9465,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_55_59,m,55-59,55,59,7929,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_60_64,m,60-64,60,64,5804,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_65_69,m,65-69,65,69,4225,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_70_74,m,70-74,70,74,3015,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_75_79,m,75-79,75,79,1875,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,M_80PLUS,m,80+,80,,1474,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_00_04,all,0-4,0,4,139075,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_05_09,all,5-9,5,9,114099,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_10_14,all,10-14,10,14,91317,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_15_19,all,15-19,15,19,83726,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_20_24,all,20-24,20,24,61129,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_25_29,all,25-29,25,29,44972,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_30_34,all,30-34,30,34,35590,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_35_39,all,35-39,35,39,29150,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_40_44,all,40-44,40,44,25272,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_45_49,all,45-49,45,49,21552,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_50_54,all,50-54,50,54,17734,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_55_59,all,55-59,55,59,14031,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_60_64,all,60-64,60,64,10146,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_65_69,all,65-69,65,69,7209,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_70_74,all,70-74,70,74,4912,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_75_79,all,75-79,75,79,2996,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD07,Lac,T_80PLUS,all,80+,80,,2452,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_TL,f,all,,,563418,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_TL,m,all,,,551826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_TL,all,all,,,1115244,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_00_04,f,0-4,0,4,108918,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_05_09,f,5-9,5,9,89255,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_10_14,f,10-14,10,14,75185,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_15_19,f,15-19,15,19,63843,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_20_24,f,20-24,20,24,47500,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_25_29,f,25-29,25,29,37623,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_30_34,f,30-34,30,34,33648,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_35_39,f,35-39,35,39,28261,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_40_44,f,40-44,40,44,20940,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_45_49,f,45-49,45,49,16202,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_50_54,f,50-54,50,54,12943,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_55_59,f,55-59,55,59,9997,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_60_64,f,60-64,60,64,7320,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_65_69,f,65-69,65,69,5147,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_70_74,f,70-74,70,74,3319,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_75_79,f,75-79,75,79,1938,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,F_80PLUS,f,80+,80,,1379,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_00_04,m,0-4,0,4,113788,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_05_09,m,5-9,5,9,93096,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_10_14,m,10-14,10,14,74462,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_15_19,m,15-19,15,19,62668,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_20_24,m,20-24,20,24,47215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_25_29,m,25-29,25,29,36672,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_30_34,m,30-34,30,34,29215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_35_39,m,35-39,35,39,23417,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_40_44,m,40-44,40,44,18181,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_45_49,m,45-49,45,49,14479,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_50_54,m,50-54,50,54,11693,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_55_59,m,55-59,55,59,9227,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_60_64,m,60-64,60,64,7111,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_65_69,m,65-69,65,69,5068,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_70_74,m,70-74,70,74,2846,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_75_79,m,75-79,75,79,1508,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,M_80PLUS,m,80+,80,,1180,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_00_04,all,0-4,0,4,222706,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_05_09,all,5-9,5,9,182351,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_10_14,all,10-14,10,14,149647,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_15_19,all,15-19,15,19,126511,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_20_24,all,20-24,20,24,94715,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_25_29,all,25-29,25,29,74295,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_30_34,all,30-34,30,34,62863,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_35_39,all,35-39,35,39,51678,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_40_44,all,40-44,40,44,39121,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_45_49,all,45-49,45,49,30681,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_50_54,all,50-54,50,54,24636,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_55_59,all,55-59,55,59,19224,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_60_64,all,60-64,60,64,14431,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_65_69,all,65-69,65,69,10215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_70_74,all,70-74,70,74,6165,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_75_79,all,75-79,75,79,3446,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD08,Logone Occidental,T_80PLUS,all,80+,80,,2559,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_TL,f,all,,,625625,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_TL,m,all,,,614113,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_TL,all,all,,,1239738,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_00_04,f,0-4,0,4,119303,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_05_09,f,5-9,5,9,98562,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_10_14,f,10-14,10,14,87010,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_15_19,f,15-19,15,19,73934,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_20_24,f,20-24,20,24,51345,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_25_29,f,25-29,25,29,39185,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_30_34,f,30-34,30,34,37126,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_35_39,f,35-39,35,39,32100,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_40_44,f,40-44,40,44,24389,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_45_49,f,45-49,45,49,18862,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_50_54,f,50-54,50,54,13987,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_55_59,f,55-59,55,59,10272,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_60_64,f,60-64,60,64,7392,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_65_69,f,65-69,65,69,5159,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_70_74,f,70-74,70,74,3431,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_75_79,f,75-79,75,79,2051,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,F_80PLUS,f,80+,80,,1517,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_00_04,m,0-4,0,4,124637,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_05_09,m,5-9,5,9,102806,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_10_14,m,10-14,10,14,86851,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_15_19,m,15-19,15,19,73577,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_20_24,m,20-24,20,24,52249,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_25_29,m,25-29,25,29,38608,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_30_34,m,30-34,30,34,29795,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_35_39,m,35-39,35,39,24026,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_40_44,m,40-44,40,44,20764,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_45_49,m,45-49,45,49,17446,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_50_54,m,50-54,50,54,13819,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_55_59,m,55-59,55,59,10650,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_60_64,m,60-64,60,64,7685,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_65_69,m,65-69,65,69,5264,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_70_74,m,70-74,70,74,3008,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_75_79,m,75-79,75,79,1615,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,M_80PLUS,m,80+,80,,1313,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_00_04,all,0-4,0,4,243940,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_05_09,all,5-9,5,9,201368,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_10_14,all,10-14,10,14,173861,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_15_19,all,15-19,15,19,147511,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_20_24,all,20-24,20,24,103594,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_25_29,all,25-29,25,29,77793,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_30_34,all,30-34,30,34,66921,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_35_39,all,35-39,35,39,56126,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_40_44,all,40-44,40,44,45153,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_45_49,all,45-49,45,49,36308,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_50_54,all,50-54,50,54,27806,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_55_59,all,55-59,55,59,20922,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_60_64,all,60-64,60,64,15077,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_65_69,all,65-69,65,69,10423,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_70_74,all,70-74,70,74,6439,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_75_79,all,75-79,75,79,3666,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD09,Logone Oriental,T_80PLUS,all,80+,80,,2830,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_TL,f,all,,,517299,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_TL,m,all,,,508281,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_TL,all,all,,,1025580,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_00_04,f,0-4,0,4,97034,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_05_09,f,5-9,5,9,81290,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_10_14,f,10-14,10,14,69623,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_15_19,f,15-19,15,19,61278,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_20_24,f,20-24,20,24,41329,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_25_29,f,25-29,25,29,30546,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_30_34,f,30-34,30,34,30070,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_35_39,f,35-39,35,39,26761,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_40_44,f,40-44,40,44,21394,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_45_49,f,45-49,45,49,17135,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_50_54,f,50-54,50,54,12851,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_55_59,f,55-59,55,59,9548,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_60_64,f,60-64,60,64,6914,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_65_69,f,65-69,65,69,4862,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_70_74,f,70-74,70,74,3287,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_75_79,f,75-79,75,79,1974,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,F_80PLUS,f,80+,80,,1403,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_00_04,m,0-4,0,4,101374,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_05_09,m,5-9,5,9,84791,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_10_14,m,10-14,10,14,70773,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_15_19,m,15-19,15,19,63036,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_20_24,m,20-24,20,24,45032,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_25_29,m,25-29,25,29,32388,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_30_34,m,30-34,30,34,23906,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_35_39,m,35-39,35,39,18870,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_40_44,m,40-44,40,44,16752,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_45_49,m,45-49,45,49,14327,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_50_54,m,50-54,50,54,11559,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_55_59,m,55-59,55,59,9024,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_60_64,m,60-64,60,64,6523,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_65_69,m,65-69,65,69,4516,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_70_74,m,70-74,70,74,2690,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_75_79,m,75-79,75,79,1499,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,M_80PLUS,m,80+,80,,1221,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_00_04,all,0-4,0,4,198408,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_05_09,all,5-9,5,9,166081,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_10_14,all,10-14,10,14,140396,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_15_19,all,15-19,15,19,124314,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_20_24,all,20-24,20,24,86361,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_25_29,all,25-29,25,29,62934,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_30_34,all,30-34,30,34,53976,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_35_39,all,35-39,35,39,45631,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_40_44,all,40-44,40,44,38146,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_45_49,all,45-49,45,49,31462,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_50_54,all,50-54,50,54,24410,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_55_59,all,55-59,55,59,18572,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_60_64,all,60-64,60,64,13437,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_65_69,all,65-69,65,69,9378,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_70_74,all,70-74,70,74,5977,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_75_79,all,75-79,75,79,3473,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD10,Mandoul,T_80PLUS,all,80+,80,,2624,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_TL,f,all,,,645178,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_TL,m,all,,,619584,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_TL,all,all,,,1264762,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_00_04,f,0-4,0,4,124728,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_05_09,f,5-9,5,9,100668,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_10_14,f,10-14,10,14,80963,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_15_19,f,15-19,15,19,73834,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_20_24,f,20-24,20,24,56468,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_25_29,f,25-29,25,29,43836,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_30_34,f,30-34,30,34,36987,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_35_39,f,35-39,35,39,30529,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_40_44,f,40-44,40,44,23880,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_45_49,f,45-49,45,49,19147,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_50_54,f,50-54,50,54,15215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_55_59,f,55-59,55,59,11980,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_60_64,f,60-64,60,64,9376,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_65_69,f,65-69,65,69,7034,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_70_74,f,70-74,70,74,4949,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_75_79,f,75-79,75,79,3111,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,F_80PLUS,f,80+,80,,2473,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_00_04,m,0-4,0,4,130304,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_05_09,m,5-9,5,9,105003,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_10_14,m,10-14,10,14,81258,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_15_19,m,15-19,15,19,73187,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_20_24,m,20-24,20,24,55404,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_25_29,m,25-29,25,29,41137,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_30_34,m,30-34,30,34,29484,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_35_39,m,35-39,35,39,22431,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_40_44,m,40-44,40,44,18553,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_45_49,m,45-49,45,49,15464,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_50_54,m,50-54,50,54,12913,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_55_59,m,55-59,55,59,10512,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_60_64,m,60-64,60,64,8122,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_65_69,m,65-69,65,69,6112,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_70_74,m,70-74,70,74,4194,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_75_79,m,75-79,75,79,2716,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,M_80PLUS,m,80+,80,,2790,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_00_04,all,0-4,0,4,255032,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_05_09,all,5-9,5,9,205671,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_10_14,all,10-14,10,14,162221,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_15_19,all,15-19,15,19,147021,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_20_24,all,20-24,20,24,111872,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_25_29,all,25-29,25,29,84973,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_30_34,all,30-34,30,34,66471,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_35_39,all,35-39,35,39,52960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_40_44,all,40-44,40,44,42433,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_45_49,all,45-49,45,49,34611,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_50_54,all,50-54,50,54,28128,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_55_59,all,55-59,55,59,22492,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_60_64,all,60-64,60,64,17498,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_65_69,all,65-69,65,69,13146,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_70_74,all,70-74,70,74,9143,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_75_79,all,75-79,75,79,5827,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD11,Mayo-Kebbi Est,T_80PLUS,all,80+,80,,5263,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_TL,f,all,,,471860,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_TL,m,all,,,460296,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_TL,all,all,,,932156,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_00_04,f,0-4,0,4,92846,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_05_09,f,5-9,5,9,74795,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_10_14,f,10-14,10,14,60912,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_15_19,f,15-19,15,19,54196,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_20_24,f,20-24,20,24,41504,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_25_29,f,25-29,25,29,32699,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_30_34,f,30-34,30,34,28354,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_35_39,f,35-39,35,39,23306,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_40_44,f,40-44,40,44,16891,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_45_49,f,45-49,45,49,12806,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_50_54,f,50-54,50,54,10041,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_55_59,f,55-59,55,59,7677,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_60_64,f,60-64,60,64,5566,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_65_69,f,65-69,65,69,3991,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_70_74,f,70-74,70,74,2819,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_75_79,f,75-79,75,79,1806,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,F_80PLUS,f,80+,80,,1651,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_00_04,m,0-4,0,4,96996,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_05_09,m,5-9,5,9,78017,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_10_14,m,10-14,10,14,60631,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_15_19,m,15-19,15,19,53309,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_20_24,m,20-24,20,24,41572,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_25_29,m,25-29,25,29,31924,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_30_34,m,30-34,30,34,23194,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_35_39,m,35-39,35,39,17608,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_40_44,m,40-44,40,44,13857,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_45_49,m,45-49,45,49,11192,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_50_54,m,50-54,50,54,9406,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_55_59,m,55-59,55,59,7533,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_60_64,m,60-64,60,64,5481,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_65_69,m,65-69,65,69,3909,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_70_74,m,70-74,70,74,2519,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_75_79,m,75-79,75,79,1553,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,M_80PLUS,m,80+,80,,1595,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_00_04,all,0-4,0,4,189842,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_05_09,all,5-9,5,9,152812,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_10_14,all,10-14,10,14,121543,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_15_19,all,15-19,15,19,107505,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_20_24,all,20-24,20,24,83076,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_25_29,all,25-29,25,29,64623,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_30_34,all,30-34,30,34,51548,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_35_39,all,35-39,35,39,40914,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_40_44,all,40-44,40,44,30748,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_45_49,all,45-49,45,49,23998,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_50_54,all,50-54,50,54,19447,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_55_59,all,55-59,55,59,15210,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_60_64,all,60-64,60,64,11047,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_65_69,all,65-69,65,69,7900,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_70_74,all,70-74,70,74,5338,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_75_79,all,75-79,75,79,3359,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD12,Mayo-Kebbi Ouest,T_80PLUS,all,80+,80,,3246,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_TL,f,all,,,483583,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_TL,m,all,,,485423,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_TL,all,all,,,969006,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_00_04,f,0-4,0,4,94095,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_05_09,f,5-9,5,9,77706,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_10_14,f,10-14,10,14,61555,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_15_19,f,15-19,15,19,54294,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_20_24,f,20-24,20,24,40948,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_25_29,f,25-29,25,29,32207,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_30_34,f,30-34,30,34,28725,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_35_39,f,35-39,35,39,24393,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_40_44,f,40-44,40,44,19302,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_45_49,f,45-49,45,49,15269,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_50_54,f,50-54,50,54,11311,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_55_59,f,55-59,55,59,8276,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_60_64,f,60-64,60,64,5814,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_65_69,f,65-69,65,69,4012,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_70_74,f,70-74,70,74,2730,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_75_79,f,75-79,75,79,1663,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,F_80PLUS,f,80+,80,,1283,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_00_04,m,0-4,0,4,98303,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_05_09,m,5-9,5,9,81054,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_10_14,m,10-14,10,14,63114,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_15_19,m,15-19,15,19,55858,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_20_24,m,20-24,20,24,42323,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_25_29,m,25-29,25,29,32091,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_30_34,m,30-34,30,34,24415,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_35_39,m,35-39,35,39,19445,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_40_44,m,40-44,40,44,16254,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_45_49,m,45-49,45,49,13734,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_50_54,m,50-54,50,54,11947,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_55_59,m,55-59,55,59,9666,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_60_64,m,60-64,60,64,6835,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_65_69,m,65-69,65,69,4686,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_70_74,m,70-74,70,74,2852,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_75_79,m,75-79,75,79,1597,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,M_80PLUS,m,80+,80,,1249,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_00_04,all,0-4,0,4,192398,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_05_09,all,5-9,5,9,158760,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_10_14,all,10-14,10,14,124669,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_15_19,all,15-19,15,19,110152,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_20_24,all,20-24,20,24,83271,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_25_29,all,25-29,25,29,64298,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_30_34,all,30-34,30,34,53140,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_35_39,all,35-39,35,39,43838,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_40_44,all,40-44,40,44,35556,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_45_49,all,45-49,45,49,29003,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_50_54,all,50-54,50,54,23258,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_55_59,all,55-59,55,59,17942,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_60_64,all,60-64,60,64,12649,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_65_69,all,65-69,65,69,8698,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_70_74,all,70-74,70,74,5582,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_75_79,all,75-79,75,79,3260,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD13,Moyen-Chari,T_80PLUS,all,80+,80,,2532,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_TL,f,all,,,902753,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_TL,m,all,,,898511,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_TL,all,all,,,1801264,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_00_04,f,0-4,0,4,173908,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_05_09,f,5-9,5,9,142585,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_10_14,f,10-14,10,14,117437,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_15_19,f,15-19,15,19,104495,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_20_24,f,20-24,20,24,76616,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_25_29,f,25-29,25,29,58960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_30_34,f,30-34,30,34,52867,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_35_39,f,35-39,35,39,44880,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_40_44,f,40-44,40,44,35020,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_45_49,f,45-49,45,49,27679,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_50_54,f,50-54,50,54,21080,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_55_59,f,55-59,55,59,15802,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_60_64,f,60-64,60,64,11310,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_65_69,f,65-69,65,69,7998,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_70_74,f,70-74,70,74,5628,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_75_79,f,75-79,75,79,3537,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,F_80PLUS,f,80+,80,,2951,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_00_04,m,0-4,0,4,187477,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_05_09,m,5-9,5,9,139965,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_10_14,m,10-14,10,14,122650,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_15_19,m,15-19,15,19,108883,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_20_24,m,20-24,20,24,80259,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_25_29,m,25-29,25,29,58976,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_30_34,m,30-34,30,34,42762,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_35_39,m,35-39,35,39,33238,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_40_44,m,40-44,40,44,28867,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_45_49,m,45-49,45,49,24666,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_50_54,m,50-54,50,54,20617,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_55_59,m,55-59,55,59,16574,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_60_64,m,60-64,60,64,12254,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_65_69,m,65-69,65,69,8826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_70_74,m,70-74,70,74,5803,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_75_79,m,75-79,75,79,3521,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,M_80PLUS,m,80+,80,,3173,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_00_04,all,0-4,0,4,361385,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_05_09,all,5-9,5,9,282550,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_10_14,all,10-14,10,14,240087,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_15_19,all,15-19,15,19,213378,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_20_24,all,20-24,20,24,156875,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_25_29,all,25-29,25,29,117936,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_30_34,all,30-34,30,34,95629,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_35_39,all,35-39,35,39,78118,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_40_44,all,40-44,40,44,63887,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_45_49,all,45-49,45,49,52345,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_50_54,all,50-54,50,54,41697,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_55_59,all,55-59,55,59,32376,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_60_64,all,60-64,60,64,23564,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_65_69,all,65-69,65,69,16824,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_70_74,all,70-74,70,74,11431,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_75_79,all,75-79,75,79,7058,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD18,N'Djamena,T_80PLUS,all,80+,80,,6124,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_TL,f,all,,,592452,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_TL,m,all,,,575836,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_TL,all,all,,,1168288,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_00_04,f,0-4,0,4,113726,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_05_09,f,5-9,5,9,94849,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_10_14,f,10-14,10,14,74407,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_15_19,f,15-19,15,19,67783,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_20_24,f,20-24,20,24,48951,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_25_29,f,25-29,25,29,37196,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_30_34,f,30-34,30,34,34900,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_35_39,f,35-39,35,39,30480,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_40_44,f,40-44,40,44,24638,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_45_49,f,45-49,45,49,19713,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_50_54,f,50-54,50,54,14545,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_55_59,f,55-59,55,59,10541,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_60_64,f,60-64,60,64,6941,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_65_69,f,65-69,65,69,4782,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_70_74,f,70-74,70,74,3802,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_75_79,f,75-79,75,79,2611,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,F_80PLUS,f,80+,80,,2587,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_00_04,m,0-4,0,4,118810,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_05_09,m,5-9,5,9,98934,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_10_14,m,10-14,10,14,75962,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_15_19,m,15-19,15,19,69442,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_20_24,m,20-24,20,24,50179,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_25_29,m,25-29,25,29,35463,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_30_34,m,30-34,30,34,24619,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_35_39,m,35-39,35,39,19150,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_40_44,m,40-44,40,44,18458,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_45_49,m,45-49,45,49,16650,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_50_54,m,50-54,50,54,14324,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_55_59,m,55-59,55,59,11514,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_60_64,m,60-64,60,64,7699,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_65_69,m,65-69,65,69,5367,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_70_74,m,70-74,70,74,4076,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_75_79,m,75-79,75,79,2683,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,M_80PLUS,m,80+,80,,2506,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_00_04,all,0-4,0,4,232536,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_05_09,all,5-9,5,9,193783,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_10_14,all,10-14,10,14,150369,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_15_19,all,15-19,15,19,137225,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_20_24,all,20-24,20,24,99130,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_25_29,all,25-29,25,29,72659,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_30_34,all,30-34,30,34,59519,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_35_39,all,35-39,35,39,49630,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_40_44,all,40-44,40,44,43096,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_45_49,all,45-49,45,49,36363,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_50_54,all,50-54,50,54,28869,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_55_59,all,55-59,55,59,22055,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_60_64,all,60-64,60,64,14640,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_65_69,all,65-69,65,69,10149,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_70_74,all,70-74,70,74,7878,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_75_79,all,75-79,75,79,5294,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD14,Ouaddaï,T_80PLUS,all,80+,80,,5093,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_TL,f,all,,,251216,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_TL,m,all,,,245503,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_TL,all,all,,,496719,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_00_04,f,0-4,0,4,48680,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_05_09,f,5-9,5,9,40367,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_10_14,f,10-14,10,14,32259,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_15_19,f,15-19,15,19,28929,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_20_24,f,20-24,20,24,20829,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_25_29,f,25-29,25,29,15960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_30_34,f,30-34,30,34,15295,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_35_39,f,35-39,35,39,13258,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_40_44,f,40-44,40,44,9989,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_45_49,f,45-49,45,49,7650,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_50_54,f,50-54,50,54,5561,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_55_59,f,55-59,55,59,4031,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_60_64,f,60-64,60,64,2841,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_65_69,f,65-69,65,69,2030,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_70_74,f,70-74,70,74,1544,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_75_79,f,75-79,75,79,1025,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,F_80PLUS,f,80+,80,,968,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_00_04,m,0-4,0,4,50857,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_05_09,m,5-9,5,9,42108,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_10_14,m,10-14,10,14,33913,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_15_19,m,15-19,15,19,30515,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_20_24,m,20-24,20,24,21291,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_25_29,m,25-29,25,29,14738,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_30_34,m,30-34,30,34,10274,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_35_39,m,35-39,35,39,7953,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_40_44,m,40-44,40,44,7536,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_45_49,m,45-49,45,49,6723,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_50_54,m,50-54,50,54,5647,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_55_59,m,55-59,55,59,4544,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_60_64,m,60-64,60,64,3256,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_65_69,m,65-69,65,69,2352,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_70_74,m,70-74,70,74,1703,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_75_79,m,75-79,75,79,1090,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,M_80PLUS,m,80+,80,,1003,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_00_04,all,0-4,0,4,99537,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_05_09,all,5-9,5,9,82475,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_10_14,all,10-14,10,14,66172,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_15_19,all,15-19,15,19,59444,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_20_24,all,20-24,20,24,42120,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_25_29,all,25-29,25,29,30698,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_30_34,all,30-34,30,34,25569,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_35_39,all,35-39,35,39,21211,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_40_44,all,40-44,40,44,17525,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_45_49,all,45-49,45,49,14373,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_50_54,all,50-54,50,54,11208,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_55_59,all,55-59,55,59,8575,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_60_64,all,60-64,60,64,6097,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_65_69,all,65-69,65,69,4382,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_70_74,all,70-74,70,74,3247,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_75_79,all,75-79,75,79,2115,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD15,Salamat,T_80PLUS,all,80+,80,,1971,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_TL,f,all,,,323714,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_TL,m,all,,,322078,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_TL,all,all,,,645792,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_00_04,f,0-4,0,4,61105,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_05_09,f,5-9,5,9,50374,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_10_14,f,10-14,10,14,42376,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_15_19,f,15-19,15,19,40086,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_20_24,f,20-24,20,24,28280,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_25_29,f,25-29,25,29,20526,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_30_34,f,30-34,30,34,17927,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_35_39,f,35-39,35,39,15357,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_40_44,f,40-44,40,44,13348,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_45_49,f,45-49,45,49,10989,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_50_54,f,50-54,50,54,7786,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_55_59,f,55-59,55,59,5455,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_60_64,f,60-64,60,64,3470,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_65_69,f,65-69,65,69,2321,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_70_74,f,70-74,70,74,1886,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_75_79,f,75-79,75,79,1279,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,F_80PLUS,f,80+,80,,1149,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_00_04,m,0-4,0,4,63836,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_05_09,m,5-9,5,9,52543,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_10_14,m,10-14,10,14,47622,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_15_19,m,15-19,15,19,43394,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_20_24,m,20-24,20,24,29471,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_25_29,m,25-29,25,29,19599,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_30_34,m,30-34,30,34,12033,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_35_39,m,35-39,35,39,8787,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_40_44,m,40-44,40,44,9508,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_45_49,m,45-49,45,49,9043,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_50_54,m,50-54,50,54,8028,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_55_59,m,55-59,55,59,6523,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_60_64,m,60-64,60,64,4262,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_65_69,m,65-69,65,69,2878,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_70_74,m,70-74,70,74,2082,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_75_79,m,75-79,75,79,1320,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,M_80PLUS,m,80+,80,,1149,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_00_04,all,0-4,0,4,124941,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_05_09,all,5-9,5,9,102917,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_10_14,all,10-14,10,14,89998,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_15_19,all,15-19,15,19,83480,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_20_24,all,20-24,20,24,57751,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_25_29,all,25-29,25,29,40125,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_30_34,all,30-34,30,34,29960,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_35_39,all,35-39,35,39,24144,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_40_44,all,40-44,40,44,22856,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_45_49,all,45-49,45,49,20032,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_50_54,all,50-54,50,54,15814,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_55_59,all,55-59,55,59,11978,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_60_64,all,60-64,60,64,7732,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_65_69,all,65-69,65,69,5199,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_70_74,all,70-74,70,74,3968,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_75_79,all,75-79,75,79,2599,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD21,Sila,T_80PLUS,all,80+,80,,2298,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_TL,f,all,,,563815,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_TL,m,all,,,540338,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_TL,all,all,,,1104153,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_00_04,f,0-4,0,4,109371,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_05_09,f,5-9,5,9,89367,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_10_14,f,10-14,10,14,71659,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_15_19,f,15-19,15,19,63646,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_20_24,f,20-24,20,24,48567,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_25_29,f,25-29,25,29,38153,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_30_34,f,30-34,30,34,32786,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_35_39,f,35-39,35,39,27402,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_40_44,f,40-44,40,44,21802,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_45_49,f,45-49,45,49,17458,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_50_54,f,50-54,50,54,13418,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_55_59,f,55-59,55,59,10141,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_60_64,f,60-64,60,64,7326,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_65_69,f,65-69,65,69,5197,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_70_74,f,70-74,70,74,3653,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_75_79,f,75-79,75,79,2251,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,F_80PLUS,f,80+,80,,1618,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_00_04,m,0-4,0,4,114261,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_05_09,m,5-9,5,9,93214,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_10_14,m,10-14,10,14,71916,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_15_19,m,15-19,15,19,63567,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_20_24,m,20-24,20,24,48879,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_25_29,m,25-29,25,29,36585,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_30_34,m,30-34,30,34,24904,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_35_39,m,35-39,35,39,18468,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_40_44,m,40-44,40,44,15957,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_45_49,m,45-49,45,49,13559,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_50_54,m,50-54,50,54,11205,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_55_59,m,55-59,55,59,9048,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_60_64,m,60-64,60,64,7068,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_65_69,m,65-69,65,69,5177,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_70_74,m,70-74,70,74,3186,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_75_79,m,75-79,75,79,1826,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,M_80PLUS,m,80+,80,,1518,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_00_04,all,0-4,0,4,223632,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_05_09,all,5-9,5,9,182581,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_10_14,all,10-14,10,14,143575,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_15_19,all,15-19,15,19,127213,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_20_24,all,20-24,20,24,97446,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_25_29,all,25-29,25,29,74738,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_30_34,all,30-34,30,34,57690,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_35_39,all,35-39,35,39,45870,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_40_44,all,40-44,40,44,37759,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_45_49,all,45-49,45,49,31017,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_50_54,all,50-54,50,54,24623,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_55_59,all,55-59,55,59,19189,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_60_64,all,60-64,60,64,14394,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_65_69,all,65-69,65,69,10374,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_70_74,all,70-74,70,74,6839,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_75_79,all,75-79,75,79,4077,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD16,Tandjilé,T_80PLUS,all,80+,80,,3136,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_TL,f,all,,,20399,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_TL,m,all,,,22385,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_TL,all,all,,,42784,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_00_04,f,0-4,0,4,4165,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_05_09,f,5-9,5,9,3504,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_10_14,f,10-14,10,14,1922,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_15_19,f,15-19,15,19,1805,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_20_24,f,20-24,20,24,1795,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_25_29,f,25-29,25,29,1580,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_30_34,f,30-34,30,34,1254,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_35_39,f,35-39,35,39,1023,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_40_44,f,40-44,40,44,859,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_45_49,f,45-49,45,49,714,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_50_54,f,50-54,50,54,566,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_55_59,f,55-59,55,59,434,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_60_64,f,60-64,60,64,318,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_65_69,f,65-69,65,69,215,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_70_74,f,70-74,70,74,117,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_75_79,f,75-79,75,79,65,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,F_80PLUS,f,80+,80,,63,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_00_04,m,0-4,0,4,4352,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_05_09,m,5-9,5,9,3654,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_10_14,m,10-14,10,14,2379,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_15_19,m,15-19,15,19,2208,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_20_24,m,20-24,20,24,1999,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_25_29,m,25-29,25,29,1673,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_30_34,m,30-34,30,34,1271,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_35_39,m,35-39,35,39,1009,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_40_44,m,40-44,40,44,791,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_45_49,m,45-49,45,49,676,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_50_54,m,50-54,50,54,687,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_55_59,m,55-59,55,59,594,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_60_64,m,60-64,60,64,392,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_65_69,m,65-69,65,69,270,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_70_74,m,70-74,70,74,197,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_75_79,m,75-79,75,79,125,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,M_80PLUS,m,80+,80,,108,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_00_04,all,0-4,0,4,8517,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_05_09,all,5-9,5,9,7158,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_10_14,all,10-14,10,14,4301,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_15_19,all,15-19,15,19,4013,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_20_24,all,20-24,20,24,3794,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_25_29,all,25-29,25,29,3253,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_30_34,all,30-34,30,34,2525,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_35_39,all,35-39,35,39,2032,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_40_44,all,40-44,40,44,1650,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_45_49,all,45-49,45,49,1390,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_50_54,all,50-54,50,54,1253,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_55_59,all,55-59,55,59,1028,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_60_64,all,60-64,60,64,710,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_65_69,all,65-69,65,69,485,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_70_74,all,70-74,70,74,314,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_75_79,all,75-79,75,79,190,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD22,Tibesti,T_80PLUS,all,80+,80,,171,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_TL,f,all,,,420888,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_TL,m,all,,,406663,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_TL,all,all,,,827551,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_00_04,f,0-4,0,4,82144,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_05_09,f,5-9,5,9,66852,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_10_14,f,10-14,10,14,50786,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_15_19,f,15-19,15,19,48681,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_20_24,f,20-24,20,24,37049,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_25_29,f,25-29,25,29,28205,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_30_34,f,30-34,30,34,24151,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_35_39,f,35-39,35,39,20319,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_40_44,f,40-44,40,44,16899,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_45_49,f,45-49,45,49,13725,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_50_54,f,50-54,50,54,10170,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_55_59,f,55-59,55,59,7393,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_60_64,f,60-64,60,64,4825,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_65_69,f,65-69,65,69,3314,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_70_74,f,70-74,70,74,2675,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_75_79,f,75-79,75,79,1846,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,F_80PLUS,f,80+,80,,1854,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_00_04,m,0-4,0,4,85815,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_05_09,m,5-9,5,9,69733,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_10_14,m,10-14,10,14,53326,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_15_19,m,15-19,15,19,50896,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_20_24,m,20-24,20,24,37744,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_25_29,m,25-29,25,29,26275,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_30_34,m,30-34,30,34,16233,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_35_39,m,35-39,35,39,11522,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_40_44,m,40-44,40,44,11284,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_45_49,m,45-49,45,49,10306,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_50_54,m,50-54,50,54,8946,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_55_59,m,55-59,55,59,7432,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_60_64,m,60-64,60,64,5556,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_65_69,m,65-69,65,69,4193,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_70_74,m,70-74,70,74,3182,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_75_79,m,75-79,75,79,2126,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,M_80PLUS,m,80+,80,,2094,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_00_04,all,0-4,0,4,167959,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_05_09,all,5-9,5,9,136585,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_10_14,all,10-14,10,14,104112,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_15_19,all,15-19,15,19,99577,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_20_24,all,20-24,20,24,74793,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_25_29,all,25-29,25,29,54480,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_30_34,all,30-34,30,34,40384,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_35_39,all,35-39,35,39,31841,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_40_44,all,40-44,40,44,28183,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_45_49,all,45-49,45,49,24031,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_50_54,all,50-54,50,54,19116,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_55_59,all,55-59,55,59,14825,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_60_64,all,60-64,60,64,10381,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_65_69,all,65-69,65,69,7507,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_70_74,all,70-74,70,74,5857,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_75_79,all,75-79,75,79,3972,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,TD17,Wadi Fira,T_80PLUS,all,80+,80,,3948,2023,UNFPA and INSEED Tchad,UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_TL,f,all,,,352724,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_TL,m,all,,,356913,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_TL,all,all,,,709637,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_00_04,f,0-4,0,4,23252,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_05_09,f,5-9,5,9,23604,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_10_14,f,10-14,10,14,24349,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_15_19,f,15-19,15,19,22761,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_20_24,f,20-24,20,24,27231,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_25_29,f,25-29,25,29,33301,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_30_34,f,30-34,30,34,33257,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_35_39,f,35-39,35,39,28637,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_40_44,f,40-44,40,44,26030,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_45_49,f,45-49,45,49,24351,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_50_54,f,50-54,50,54,19890,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_55_59,f,55-59,55,59,17572,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_60_64,f,60-64,60,64,15235,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_65_69,f,65-69,65,69,12310,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_70_74,f,70-74,70,74,8402,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_75_79,f,75-79,75,79,5249,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,F_80PLUS,f,80+,80,,7293,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_00_04,m,0-4,0,4,24352,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_05_09,m,5-9,5,9,24995,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_10_14,m,10-14,10,14,25789,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_15_19,m,15-19,15,19,24366,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_20_24,m,20-24,20,24,28147,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_25_29,m,25-29,25,29,34045,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_30_34,m,30-34,30,34,34113,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_35_39,m,35-39,35,39,29535,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_40_44,m,40-44,40,44,26851,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_45_49,m,45-49,45,49,25028,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_50_54,m,50-54,50,54,20640,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_55_59,m,55-59,55,59,17865,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_60_64,m,60-64,60,64,14960,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_65_69,m,65-69,65,69,11692,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_70_74,m,70-74,70,74,7151,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_75_79,m,75-79,75,79,3727,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,M_80PLUS,m,80+,80,,3657,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_00_04,all,0-4,0,4,47604,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_05_09,all,5-9,5,9,48599,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_10_14,all,10-14,10,14,50138,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_15_19,all,15-19,15,19,47127,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_20_24,all,20-24,20,24,55378,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_25_29,all,25-29,25,29,67346,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_30_34,all,30-34,30,34,67370,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_35_39,all,35-39,35,39,58172,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_40_44,all,40-44,40,44,52881,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_45_49,all,45-49,45,49,49379,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_50_54,all,50-54,50,54,40530,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_55_59,all,55-59,55,59,35437,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_60_64,all,60-64,60,64,30195,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_65_69,all,65-69,65,69,24002,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_70_74,all,70-74,70,74,15553,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_75_79,all,75-79,75,79,8976,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL02,Región de Antofagasta,T_80PLUS,all,80+,80,,10950,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_TL,f,all,,,127901,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_TL,m,all,,,129821,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_TL,all,all,,,257722,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_00_04,f,0-4,0,4,7787,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_05_09,f,5-9,5,9,8730,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_10_14,f,10-14,10,14,9171,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_15_19,f,15-19,15,19,8309,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_20_24,f,20-24,20,24,9102,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_25_29,f,25-29,25,29,9747,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_30_34,f,30-34,30,34,10048,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_35_39,f,35-39,35,39,9333,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_40_44,f,40-44,40,44,8539,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_45_49,f,45-49,45,49,8112,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_50_54,f,50-54,50,54,7615,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_55_59,f,55-59,55,59,7273,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_60_64,f,60-64,60,64,6503,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_65_69,f,65-69,65,69,5595,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_70_74,f,70-74,70,74,4418,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_75_79,f,75-79,75,79,3304,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,F_80PLUS,f,80+,80,,4315,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_00_04,m,0-4,0,4,8100,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_05_09,m,5-9,5,9,9080,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_10_14,m,10-14,10,14,9635,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_15_19,m,15-19,15,19,9547,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_20_24,m,20-24,20,24,10981,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_25_29,m,25-29,25,29,10810,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_30_34,m,30-34,30,34,10906,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_35_39,m,35-39,35,39,9909,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_40_44,m,40-44,40,44,8828,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_45_49,m,45-49,45,49,8306,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_50_54,m,50-54,50,54,7590,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_55_59,m,55-59,55,59,6684,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_60_64,m,60-64,60,64,5748,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_65_69,m,65-69,65,69,4969,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_70_74,m,70-74,70,74,3663,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_75_79,m,75-79,75,79,2457,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,M_80PLUS,m,80+,80,,2608,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_00_04,all,0-4,0,4,15887,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_05_09,all,5-9,5,9,17810,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_10_14,all,10-14,10,14,18806,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_15_19,all,15-19,15,19,17856,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_20_24,all,20-24,20,24,20083,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_25_29,all,25-29,25,29,20557,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_30_34,all,30-34,30,34,20954,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_35_39,all,35-39,35,39,19242,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_40_44,all,40-44,40,44,17367,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_45_49,all,45-49,45,49,16418,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_50_54,all,50-54,50,54,15205,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_55_59,all,55-59,55,59,13957,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_60_64,all,60-64,60,64,12251,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_65_69,all,65-69,65,69,10564,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_70_74,all,70-74,70,74,8081,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_75_79,all,75-79,75,79,5761,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL15,Región de Arica y Parinacota,T_80PLUS,all,80+,80,,6923,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_TL,f,all,,,157536,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_TL,m,all,,,160468,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_TL,all,all,,,318004,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_00_04,f,0-4,0,4,10120,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_05_09,f,5-9,5,9,11638,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_10_14,f,10-14,10,14,12400,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_15_19,f,15-19,15,19,9746,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_20_24,f,20-24,20,24,9945,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_25_29,f,25-29,25,29,11966,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_30_34,f,30-34,30,34,13287,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_35_39,f,35-39,35,39,11508,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_40_44,f,40-44,40,44,10245,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_45_49,f,45-49,45,49,9496,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_50_54,f,50-54,50,54,9349,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_55_59,f,55-59,55,59,9402,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_60_64,f,60-64,60,64,8388,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_65_69,f,65-69,65,69,6912,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_70_74,f,70-74,70,74,4911,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_75_79,f,75-79,75,79,3428,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,F_80PLUS,f,80+,80,,4795,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_00_04,m,0-4,0,4,10523,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_05_09,m,5-9,5,9,12080,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_10_14,m,10-14,10,14,12923,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_15_19,m,15-19,15,19,10526,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_20_24,m,20-24,20,24,10684,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_25_29,m,25-29,25,29,12359,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_30_34,m,30-34,30,34,13886,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_35_39,m,35-39,35,39,12112,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_40_44,m,40-44,40,44,11020,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_45_49,m,45-49,45,49,10274,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_50_54,m,50-54,50,54,9750,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_55_59,m,55-59,55,59,9387,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_60_64,m,60-64,60,64,8173,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_65_69,m,65-69,65,69,6613,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_70_74,m,70-74,70,74,4399,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_75_79,m,75-79,75,79,2753,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,M_80PLUS,m,80+,80,,3006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_00_04,all,0-4,0,4,20643,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_05_09,all,5-9,5,9,23718,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_10_14,all,10-14,10,14,25323,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_15_19,all,15-19,15,19,20272,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_20_24,all,20-24,20,24,20629,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_25_29,all,25-29,25,29,24325,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_30_34,all,30-34,30,34,27173,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_35_39,all,35-39,35,39,23620,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_40_44,all,40-44,40,44,21265,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_45_49,all,45-49,45,49,19770,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_50_54,all,50-54,50,54,19099,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_55_59,all,55-59,55,59,18789,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_60_64,all,60-64,60,64,16561,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_65_69,all,65-69,65,69,13525,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_70_74,all,70-74,70,74,9310,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_75_79,all,75-79,75,79,6181,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL03,Región de Atacama,T_80PLUS,all,80+,80,,7801,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_TL,f,all,,,53523,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_TL,m,all,,,54524,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_TL,all,all,,,108047,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_00_04,f,0-4,0,4,3268,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_05_09,f,5-9,5,9,3777,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_10_14,f,10-14,10,14,4016,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_15_19,f,15-19,15,19,3241,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_20_24,f,20-24,20,24,2610,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_25_29,f,25-29,25,29,3683,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_30_34,f,30-34,30,34,5044,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_35_39,f,35-39,35,39,4403,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_40_44,f,40-44,40,44,4031,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_45_49,f,45-49,45,49,3831,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_50_54,f,50-54,50,54,3314,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_55_59,f,55-59,55,59,3029,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_60_64,f,60-64,60,64,2695,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_65_69,f,65-69,65,69,2307,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_70_74,f,70-74,70,74,1581,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_75_79,f,75-79,75,79,1026,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,F_80PLUS,f,80+,80,,1667,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_00_04,m,0-4,0,4,3383,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_05_09,m,5-9,5,9,3927,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_10_14,m,10-14,10,14,4301,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_15_19,m,15-19,15,19,3834,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_20_24,m,20-24,20,24,2820,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_25_29,m,25-29,25,29,3530,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_30_34,m,30-34,30,34,4794,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_35_39,m,35-39,35,39,4319,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_40_44,m,40-44,40,44,4192,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_45_49,m,45-49,45,49,3976,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_50_54,m,50-54,50,54,3510,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_55_59,m,55-59,55,59,3296,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_60_64,m,60-64,60,64,2800,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_65_69,m,65-69,65,69,2184,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_70_74,m,70-74,70,74,1519,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_75_79,m,75-79,75,79,1006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,M_80PLUS,m,80+,80,,1133,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_00_04,all,0-4,0,4,6651,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_05_09,all,5-9,5,9,7704,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_10_14,all,10-14,10,14,8317,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_15_19,all,15-19,15,19,7075,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_20_24,all,20-24,20,24,5430,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_25_29,all,25-29,25,29,7213,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_30_34,all,30-34,30,34,9838,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_35_39,all,35-39,35,39,8722,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_40_44,all,40-44,40,44,8223,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_45_49,all,45-49,45,49,7807,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_50_54,all,50-54,50,54,6824,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_55_59,all,55-59,55,59,6325,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_60_64,all,60-64,60,64,5495,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_65_69,all,65-69,65,69,4491,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_70_74,all,70-74,70,74,3100,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_75_79,all,75-79,75,79,2032,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL11,Región de Aysén del Gral. Ibañez del Campo,T_80PLUS,all,80+,80,,2800,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_TL,f,all,,,860371,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_TL,m,all,,,815898,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_TL,all,all,,,1676269,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_00_04,f,0-4,0,4,45469,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_05_09,f,5-9,5,9,52067,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_10_14,f,10-14,10,14,55283,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_15_19,f,15-19,15,19,53742,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_20_24,f,20-24,20,24,59259,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_25_29,f,25-29,25,29,62088,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_30_34,f,30-34,30,34,65100,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_35_39,f,35-39,35,39,57309,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_40_44,f,40-44,40,44,58121,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_45_49,f,45-49,45,49,57443,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_50_54,f,50-54,50,54,57858,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_55_59,f,55-59,55,59,56047,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_60_64,f,60-64,60,64,48921,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_65_69,f,65-69,65,69,42548,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_70_74,f,70-74,70,74,32003,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_75_79,f,75-79,75,79,23634,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,F_80PLUS,f,80+,80,,33479,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_00_04,m,0-4,0,4,47175,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_05_09,m,5-9,5,9,54180,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_10_14,m,10-14,10,14,57550,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_15_19,m,15-19,15,19,55500,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_20_24,m,20-24,20,24,59594,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_25_29,m,25-29,25,29,61704,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_30_34,m,30-34,30,34,64125,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_35_39,m,35-39,35,39,53940,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_40_44,m,40-44,40,44,54651,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_45_49,m,45-49,45,49,54326,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_50_54,m,50-54,50,54,54948,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_55_59,m,55-59,55,59,52771,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_60_64,m,60-64,60,64,44506,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_65_69,m,65-69,65,69,36523,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_70_74,m,70-74,70,74,26593,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_75_79,m,75-79,75,79,18022,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,M_80PLUS,m,80+,80,,19790,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_00_04,all,0-4,0,4,92644,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_05_09,all,5-9,5,9,106247,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_10_14,all,10-14,10,14,112833,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_15_19,all,15-19,15,19,109242,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_20_24,all,20-24,20,24,118853,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_25_29,all,25-29,25,29,123792,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_30_34,all,30-34,30,34,129225,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_35_39,all,35-39,35,39,111249,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_40_44,all,40-44,40,44,112772,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_45_49,all,45-49,45,49,111769,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_50_54,all,50-54,50,54,112806,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_55_59,all,55-59,55,59,108818,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_60_64,all,60-64,60,64,93427,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_65_69,all,65-69,65,69,79071,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_70_74,all,70-74,70,74,58596,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_75_79,all,75-79,75,79,41656,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL08,Región del Bío-Bío,T_80PLUS,all,80+,80,,53269,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_TL,f,all,,,438303,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_TL,m,all,,,420466,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_TL,all,all,,,858769,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_00_04,f,0-4,0,4,24706,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_05_09,f,5-9,5,9,29319,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_10_14,f,10-14,10,14,30390,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_15_19,f,15-19,15,19,27153,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_20_24,f,20-24,20,24,29035,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_25_29,f,25-29,25,29,31826,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_30_34,f,30-34,30,34,33981,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_35_39,f,35-39,35,39,30663,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_40_44,f,40-44,40,44,29559,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_45_49,f,45-49,45,49,28816,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_50_54,f,50-54,50,54,27630,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_55_59,f,55-59,55,59,26734,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_60_64,f,60-64,60,64,23277,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_65_69,f,65-69,65,69,20312,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_70_74,f,70-74,70,74,15684,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_75_79,f,75-79,75,79,11732,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,F_80PLUS,f,80+,80,,17486,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_00_04,m,0-4,0,4,25644,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_05_09,m,5-9,5,9,30328,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_10_14,m,10-14,10,14,31309,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_15_19,m,15-19,15,19,27962,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_20_24,m,20-24,20,24,29623,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_25_29,m,25-29,25,29,32313,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_30_34,m,30-34,30,34,33608,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_35_39,m,35-39,35,39,29281,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_40_44,m,40-44,40,44,28353,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_45_49,m,45-49,45,49,27314,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_50_54,m,50-54,50,54,26113,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_55_59,m,55-59,55,59,24862,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_60_64,m,60-64,60,64,21371,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_65_69,m,65-69,65,69,18348,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_70_74,m,70-74,70,74,13383,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_75_79,m,75-79,75,79,9262,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,M_80PLUS,m,80+,80,,11392,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_00_04,all,0-4,0,4,50350,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_05_09,all,5-9,5,9,59647,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_10_14,all,10-14,10,14,61699,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_15_19,all,15-19,15,19,55115,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_20_24,all,20-24,20,24,58658,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_25_29,all,25-29,25,29,64139,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_30_34,all,30-34,30,34,67589,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_35_39,all,35-39,35,39,59944,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_40_44,all,40-44,40,44,57912,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_45_49,all,45-49,45,49,56130,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_50_54,all,50-54,50,54,53743,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_55_59,all,55-59,55,59,51596,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_60_64,all,60-64,60,64,44648,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_65_69,all,65-69,65,69,38660,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_70_74,all,70-74,70,74,29067,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_75_79,all,75-79,75,79,20994,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL04,Región de Coquimbo,T_80PLUS,all,80+,80,,28878,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_TL,f,all,,,524051,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_TL,m,all,,,499978,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_TL,all,all,,,1024029,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_00_04,f,0-4,0,4,29396,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_05_09,f,5-9,5,9,33603,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_10_14,f,10-14,10,14,35199,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_15_19,f,15-19,15,19,32930,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_20_24,f,20-24,20,24,34532,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_25_29,f,25-29,25,29,37550,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_30_34,f,30-34,30,34,38805,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_35_39,f,35-39,35,39,35391,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_40_44,f,40-44,40,44,35211,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_45_49,f,45-49,45,49,34759,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_50_54,f,50-54,50,54,33273,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_55_59,f,55-59,55,59,32407,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_60_64,f,60-64,60,64,28446,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_65_69,f,65-69,65,69,25021,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_70_74,f,70-74,70,74,19505,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_75_79,f,75-79,75,79,15081,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,F_80PLUS,f,80+,80,,22942,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_00_04,m,0-4,0,4,30487,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_05_09,m,5-9,5,9,34845,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_10_14,m,10-14,10,14,36542,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_15_19,m,15-19,15,19,33673,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_20_24,m,20-24,20,24,33956,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_25_29,m,25-29,25,29,35943,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_30_34,m,30-34,30,34,36662,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_35_39,m,35-39,35,39,33029,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_40_44,m,40-44,40,44,33523,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_45_49,m,45-49,45,49,33492,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_50_54,m,50-54,50,54,32529,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_55_59,m,55-59,55,59,31512,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_60_64,m,60-64,60,64,27325,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_65_69,m,65-69,65,69,23041,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_70_74,m,70-74,70,74,16985,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_75_79,m,75-79,75,79,12141,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,M_80PLUS,m,80+,80,,14293,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_00_04,all,0-4,0,4,59883,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_05_09,all,5-9,5,9,68448,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_10_14,all,10-14,10,14,71741,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_15_19,all,15-19,15,19,66603,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_20_24,all,20-24,20,24,68488,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_25_29,all,25-29,25,29,73493,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_30_34,all,30-34,30,34,75467,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_35_39,all,35-39,35,39,68420,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_40_44,all,40-44,40,44,68734,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_45_49,all,45-49,45,49,68251,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_50_54,all,50-54,50,54,65802,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_55_59,all,55-59,55,59,63919,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_60_64,all,60-64,60,64,55771,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_65_69,all,65-69,65,69,48062,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_70_74,all,70-74,70,74,36490,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_75_79,all,75-79,75,79,27222,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL09,Región de La Araucanía,T_80PLUS,all,80+,80,,37235,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_TL,f,all,,,504841,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_TL,m,all,,,504711,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_TL,all,all,,,1009552,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_00_04,f,0-4,0,4,28287,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_05_09,f,5-9,5,9,32286,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_10_14,f,10-14,10,14,34203,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_15_19,f,15-19,15,19,29736,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_20_24,f,20-24,20,24,27975,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_25_29,f,25-29,25,29,33722,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_30_34,f,30-34,30,34,39402,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_35_39,f,35-39,35,39,35321,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_40_44,f,40-44,40,44,35337,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_45_49,f,45-49,45,49,35105,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_50_54,f,50-54,50,54,33308,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_55_59,f,55-59,55,59,33006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_60_64,f,60-64,60,64,29512,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_65_69,f,65-69,65,69,25176,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_70_74,f,70-74,70,74,19353,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_75_79,f,75-79,75,79,13703,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,F_80PLUS,f,80+,80,,19409,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_00_04,m,0-4,0,4,29458,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_05_09,m,5-9,5,9,33649,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_10_14,m,10-14,10,14,35750,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_15_19,m,15-19,15,19,31171,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_20_24,m,20-24,20,24,29533,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_25_29,m,25-29,25,29,35293,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_30_34,m,30-34,30,34,39805,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_35_39,m,35-39,35,39,35714,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_40_44,m,40-44,40,44,36455,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_45_49,m,45-49,45,49,35605,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_50_54,m,50-54,50,54,33820,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_55_59,m,55-59,55,59,32898,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_60_64,m,60-64,60,64,28984,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_65_69,m,65-69,65,69,23674,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_70_74,m,70-74,70,74,17653,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_75_79,m,75-79,75,79,11881,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,M_80PLUS,m,80+,80,,13368,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_00_04,all,0-4,0,4,57745,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_05_09,all,5-9,5,9,65935,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_10_14,all,10-14,10,14,69953,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_15_19,all,15-19,15,19,60907,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_20_24,all,20-24,20,24,57508,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_25_29,all,25-29,25,29,69015,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_30_34,all,30-34,30,34,79207,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_35_39,all,35-39,35,39,71035,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_40_44,all,40-44,40,44,71792,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_45_49,all,45-49,45,49,70710,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_50_54,all,50-54,50,54,67128,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_55_59,all,55-59,55,59,65904,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_60_64,all,60-64,60,64,58496,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_65_69,all,65-69,65,69,48850,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_70_74,all,70-74,70,74,37006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_75_79,all,75-79,75,79,25584,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL06,Región del Libertador Bernardo O'Higgins,T_80PLUS,all,80+,80,,32777,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_TL,f,all,,,453621,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_TL,m,all,,,448889,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_TL,all,all,,,902510,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_00_04,f,0-4,0,4,25133,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_05_09,f,5-9,5,9,27734,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_10_14,f,10-14,10,14,31033,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_15_19,f,15-19,15,19,28912,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_20_24,f,20-24,20,24,28481,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_25_29,f,25-29,25,29,31933,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_30_34,f,30-34,30,34,35642,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_35_39,f,35-39,35,39,32602,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_40_44,f,40-44,40,44,32266,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_45_49,f,45-49,45,49,32431,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_50_54,f,50-54,50,54,30113,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_55_59,f,55-59,55,59,28610,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_60_64,f,60-64,60,64,23877,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_65_69,f,65-69,65,69,20528,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_70_74,f,70-74,70,74,15671,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_75_79,f,75-79,75,79,11438,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,F_80PLUS,f,80+,80,,17217,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_00_04,m,0-4,0,4,26147,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_05_09,m,5-9,5,9,28898,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_10_14,m,10-14,10,14,32085,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_15_19,m,15-19,15,19,29305,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_20_24,m,20-24,20,24,28515,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_25_29,m,25-29,25,29,31451,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_30_34,m,30-34,30,34,35613,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_35_39,m,35-39,35,39,32884,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_40_44,m,40-44,40,44,32727,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_45_49,m,45-49,45,49,33254,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_50_54,m,50-54,50,54,31616,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_55_59,m,55-59,55,59,29785,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_60_64,m,60-64,60,64,23559,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_65_69,m,65-69,65,69,19341,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_70_74,m,70-74,70,74,13831,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_75_79,m,75-79,75,79,9212,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,M_80PLUS,m,80+,80,,10666,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_00_04,all,0-4,0,4,51280,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_05_09,all,5-9,5,9,56632,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_10_14,all,10-14,10,14,63118,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_15_19,all,15-19,15,19,58217,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_20_24,all,20-24,20,24,56996,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_25_29,all,25-29,25,29,63384,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_30_34,all,30-34,30,34,71255,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_35_39,all,35-39,35,39,65486,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_40_44,all,40-44,40,44,64993,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_45_49,all,45-49,45,49,65685,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_50_54,all,50-54,50,54,61729,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_55_59,all,55-59,55,59,58395,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_60_64,all,60-64,60,64,47436,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_65_69,all,65-69,65,69,39869,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_70_74,all,70-74,70,74,29502,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_75_79,all,75-79,75,79,20650,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL10,Región de Los Lagos,T_80PLUS,all,80+,80,,27883,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_TL,f,all,,,209224,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_TL,m,all,,,200335,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_TL,all,all,,,409559,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_00_04,f,0-4,0,4,10935,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_05_09,f,5-9,5,9,12432,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_10_14,f,10-14,10,14,13748,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_15_19,f,15-19,15,19,13099,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_20_24,f,20-24,20,24,14197,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_25_29,f,25-29,25,29,15516,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_30_34,f,30-34,30,34,16054,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_35_39,f,35-39,35,39,14029,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_40_44,f,40-44,40,44,13077,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_45_49,f,45-49,45,49,13251,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_50_54,f,50-54,50,54,13619,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_55_59,f,55-59,55,59,13958,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_60_64,f,60-64,60,64,11847,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_65_69,f,65-69,65,69,10232,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_70_74,f,70-74,70,74,8083,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_75_79,f,75-79,75,79,6008,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,F_80PLUS,f,80+,80,,9139,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_00_04,m,0-4,0,4,11301,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_05_09,m,5-9,5,9,12812,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_10_14,m,10-14,10,14,14176,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_15_19,m,15-19,15,19,13521,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_20_24,m,20-24,20,24,13946,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_25_29,m,25-29,25,29,14970,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_30_34,m,30-34,30,34,15287,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_35_39,m,35-39,35,39,13065,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_40_44,m,40-44,40,44,12821,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_45_49,m,45-49,45,49,13221,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_50_54,m,50-54,50,54,13474,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_55_59,m,55-59,55,59,13994,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_60_64,m,60-64,60,64,11533,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_65_69,m,65-69,65,69,9304,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_70_74,m,70-74,70,74,6878,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_75_79,m,75-79,75,79,4706,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,M_80PLUS,m,80+,80,,5326,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_00_04,all,0-4,0,4,22236,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_05_09,all,5-9,5,9,25244,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_10_14,all,10-14,10,14,27924,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_15_19,all,15-19,15,19,26620,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_20_24,all,20-24,20,24,28143,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_25_29,all,25-29,25,29,30486,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_30_34,all,30-34,30,34,31341,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_35_39,all,35-39,35,39,27094,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_40_44,all,40-44,40,44,25898,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_45_49,all,45-49,45,49,26472,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_50_54,all,50-54,50,54,27093,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_55_59,all,55-59,55,59,27952,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_60_64,all,60-64,60,64,23380,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_65_69,all,65-69,65,69,19536,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_70_74,all,70-74,70,74,14961,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_75_79,all,75-79,75,79,10714,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL14,Región de Los Ríos,T_80PLUS,all,80+,80,,14465,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_TL,f,all,,,89019,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_TL,m,all,,,92124,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_TL,all,all,,,181143,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_00_04,f,0-4,0,4,4785,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_05_09,f,5-9,5,9,5244,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_10_14,f,10-14,10,14,5588,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_15_19,f,15-19,15,19,5112,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_20_24,f,20-24,20,24,5504,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_25_29,f,25-29,25,29,6943,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_30_34,f,30-34,30,34,7754,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_35_39,f,35-39,35,39,7033,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_40_44,f,40-44,40,44,6547,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_45_49,f,45-49,45,49,5889,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_50_54,f,50-54,50,54,5279,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_55_59,f,55-59,55,59,5470,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_60_64,f,60-64,60,64,5215,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_65_69,f,65-69,65,69,4248,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_70_74,f,70-74,70,74,3020,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_75_79,f,75-79,75,79,2186,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,F_80PLUS,f,80+,80,,3202,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_00_04,m,0-4,0,4,4958,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_05_09,m,5-9,5,9,5412,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_10_14,m,10-14,10,14,5878,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_15_19,m,15-19,15,19,6074,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_20_24,m,20-24,20,24,6397,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_25_29,m,25-29,25,29,7495,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_30_34,m,30-34,30,34,8151,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_35_39,m,35-39,35,39,7171,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_40_44,m,40-44,40,44,6899,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_45_49,m,45-49,45,49,6127,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_50_54,m,50-54,50,54,5405,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_55_59,m,55-59,55,59,5446,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_60_64,m,60-64,60,64,5275,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_65_69,m,65-69,65,69,4403,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_70_74,m,70-74,70,74,3015,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_75_79,m,75-79,75,79,1916,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,M_80PLUS,m,80+,80,,2102,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_00_04,all,0-4,0,4,9743,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_05_09,all,5-9,5,9,10656,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_10_14,all,10-14,10,14,11466,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_15_19,all,15-19,15,19,11186,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_20_24,all,20-24,20,24,11901,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_25_29,all,25-29,25,29,14438,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_30_34,all,30-34,30,34,15905,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_35_39,all,35-39,35,39,14204,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_40_44,all,40-44,40,44,13446,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_45_49,all,45-49,45,49,12016,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_50_54,all,50-54,50,54,10684,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_55_59,all,55-59,55,59,10916,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_60_64,all,60-64,60,64,10490,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_65_69,all,65-69,65,69,8651,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_70_74,all,70-74,70,74,6035,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_75_79,all,75-79,75,79,4102,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL12,Región de Magallanes y Antártica Chilena,T_80PLUS,all,80+,80,,5304,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_TL,f,all,,,587431,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_TL,m,all,,,565612,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_TL,all,all,,,1153043,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_00_04,f,0-4,0,4,32955,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_05_09,f,5-9,5,9,37216,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_10_14,f,10-14,10,14,38157,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_15_19,f,15-19,15,19,35471,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_20_24,f,20-24,20,24,36919,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_25_29,f,25-29,25,29,40284,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_30_34,f,30-34,30,34,44029,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_35_39,f,35-39,35,39,39596,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_40_44,f,40-44,40,44,40045,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_45_49,f,45-49,45,49,39993,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_50_54,f,50-54,50,54,38171,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_55_59,f,55-59,55,59,38348,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_60_64,f,60-64,60,64,33897,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_65_69,f,65-69,65,69,29960,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_70_74,f,70-74,70,74,23165,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_75_79,f,75-79,75,79,16440,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,F_80PLUS,f,80+,80,,22785,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_00_04,m,0-4,0,4,34114,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_05_09,m,5-9,5,9,38672,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_10_14,m,10-14,10,14,39804,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_15_19,m,15-19,15,19,36735,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_20_24,m,20-24,20,24,36877,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_25_29,m,25-29,25,29,39823,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_30_34,m,30-34,30,34,42661,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_35_39,m,35-39,35,39,37888,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_40_44,m,40-44,40,44,38468,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_45_49,m,45-49,45,49,38615,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_50_54,m,50-54,50,54,36500,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_55_59,m,55-59,55,59,36904,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_60_64,m,60-64,60,64,32224,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_65_69,m,65-69,65,69,27382,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_70_74,m,70-74,70,74,20411,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_75_79,m,75-79,75,79,13674,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,M_80PLUS,m,80+,80,,14860,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_00_04,all,0-4,0,4,67069,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_05_09,all,5-9,5,9,75888,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_10_14,all,10-14,10,14,77961,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_15_19,all,15-19,15,19,72206,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_20_24,all,20-24,20,24,73796,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_25_29,all,25-29,25,29,80107,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_30_34,all,30-34,30,34,86690,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_35_39,all,35-39,35,39,77484,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_40_44,all,40-44,40,44,78513,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_45_49,all,45-49,45,49,78608,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_50_54,all,50-54,50,54,74671,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_55_59,all,55-59,55,59,75252,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_60_64,all,60-64,60,64,66121,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_65_69,all,65-69,65,69,57342,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_70_74,all,70-74,70,74,43576,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_75_79,all,75-79,75,79,30114,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL07,Región del Maule,T_80PLUS,all,80+,80,,37645,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_TL,f,all,,,4203260,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_TL,m,all,,,4107724,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_TL,all,all,,,8310984,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_00_04,f,0-4,0,4,250818,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_05_09,f,5-9,5,9,251861,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_10_14,f,10-14,10,14,250111,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_15_19,f,15-19,15,19,244671,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_20_24,f,20-24,20,24,294012,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_25_29,f,25-29,25,29,356786,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_30_34,f,30-34,30,34,380904,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_35_39,f,35-39,35,39,325006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_40_44,f,40-44,40,44,289586,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_45_49,f,45-49,45,49,273226,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_50_54,f,50-54,50,54,251161,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_55_59,f,55-59,55,59,244644,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_60_64,f,60-64,60,64,218629,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_65_69,f,65-69,65,69,185451,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_70_74,f,70-74,70,74,140445,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_75_79,f,75-79,75,79,99182,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,F_80PLUS,f,80+,80,,146767,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_00_04,m,0-4,0,4,260027,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_05_09,m,5-9,5,9,260063,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_10_14,m,10-14,10,14,256713,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_15_19,m,15-19,15,19,249819,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_20_24,m,20-24,20,24,305244,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_25_29,m,25-29,25,29,376274,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_30_34,m,30-34,30,34,407945,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_35_39,m,35-39,35,39,350551,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_40_44,m,40-44,40,44,303532,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_45_49,m,45-49,45,49,275230,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_50_54,m,50-54,50,54,240450,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_55_59,m,55-59,55,59,223966,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_60_64,m,60-64,60,64,191595,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_65_69,m,65-69,65,69,154037,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_70_74,m,70-74,70,74,109561,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_75_79,m,75-79,75,79,69096,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,M_80PLUS,m,80+,80,,73621,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_00_04,all,0-4,0,4,510845,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_05_09,all,5-9,5,9,511924,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_10_14,all,10-14,10,14,506824,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_15_19,all,15-19,15,19,494490,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_20_24,all,20-24,20,24,599256,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_25_29,all,25-29,25,29,733060,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_30_34,all,30-34,30,34,788849,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_35_39,all,35-39,35,39,675557,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_40_44,all,40-44,40,44,593118,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_45_49,all,45-49,45,49,548456,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_50_54,all,50-54,50,54,491611,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_55_59,all,55-59,55,59,468610,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_60_64,all,60-64,60,64,410224,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_65_69,all,65-69,65,69,339488,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_70_74,all,70-74,70,74,250006,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_75_79,all,75-79,75,79,168278,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL13,Región Metropolitana de Santiago,T_80PLUS,all,80+,80,,220388,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_TL,f,all,,,267336,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_TL,m,all,,,249724,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_TL,all,all,,,517060,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_00_04,f,0-4,0,4,13330,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_05_09,f,5-9,5,9,15432,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_10_14,f,10-14,10,14,16607,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_15_19,f,15-19,15,19,15882,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_20_24,f,20-24,20,24,16313,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_25_29,f,25-29,25,29,17887,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_30_34,f,30-34,30,34,19070,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_35_39,f,35-39,35,39,17640,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_40_44,f,40-44,40,44,17377,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_45_49,f,45-49,45,49,18517,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_50_54,f,50-54,50,54,19204,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_55_59,f,55-59,55,59,18024,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_60_64,f,60-64,60,64,16419,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_65_69,f,65-69,65,69,13911,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_70_74,f,70-74,70,74,11087,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_75_79,f,75-79,75,79,8223,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,F_80PLUS,f,80+,80,,12413,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_00_04,m,0-4,0,4,13904,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_05_09,m,5-9,5,9,16419,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_10_14,m,10-14,10,14,18165,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_15_19,m,15-19,15,19,16853,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_20_24,m,20-24,20,24,15052,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_25_29,m,25-29,25,29,16181,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_30_34,m,30-34,30,34,17664,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_35_39,m,35-39,35,39,15671,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_40_44,m,40-44,40,44,15449,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_45_49,m,45-49,45,49,16297,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_50_54,m,50-54,50,54,17580,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_55_59,m,55-59,55,59,17487,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_60_64,m,60-64,60,64,15291,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_65_69,m,65-69,65,69,12791,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_70_74,m,70-74,70,74,9971,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_75_79,m,75-79,75,79,6974,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,M_80PLUS,m,80+,80,,7975,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_00_04,all,0-4,0,4,27234,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_05_09,all,5-9,5,9,31851,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_10_14,all,10-14,10,14,34772,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_15_19,all,15-19,15,19,32735,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_20_24,all,20-24,20,24,31365,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_25_29,all,25-29,25,29,34068,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_30_34,all,30-34,30,34,36734,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_35_39,all,35-39,35,39,33311,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_40_44,all,40-44,40,44,32826,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_45_49,all,45-49,45,49,34814,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_50_54,all,50-54,50,54,36784,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_55_59,all,55-59,55,59,35511,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_60_64,all,60-64,60,64,31710,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_65_69,all,65-69,65,69,26702,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_70_74,all,70-74,70,74,21058,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_75_79,all,75-79,75,79,15197,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL16,Región de Ñuble,T_80PLUS,all,80+,80,,20388,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_TL,f,all,,,196724,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_TL,m,all,,,199973,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_TL,all,all,,,396697,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_00_04,f,0-4,0,4,14262,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_05_09,f,5-9,5,9,14786,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_10_14,f,10-14,10,14,14738,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_15_19,f,15-19,15,19,13004,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_20_24,f,20-24,20,24,14488,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_25_29,f,25-29,25,29,18328,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_30_34,f,30-34,30,34,18230,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_35_39,f,35-39,35,39,15673,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_40_44,f,40-44,40,44,13881,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_45_49,f,45-49,45,49,12172,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_50_54,f,50-54,50,54,10505,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_55_59,f,55-59,55,59,9535,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_60_64,f,60-64,60,64,8239,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_65_69,f,65-69,65,69,7005,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_70_74,f,70-74,70,74,4789,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_75_79,f,75-79,75,79,3101,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,F_80PLUS,f,80+,80,,3988,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_00_04,m,0-4,0,4,14890,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_05_09,m,5-9,5,9,15368,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_10_14,m,10-14,10,14,15219,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_15_19,m,15-19,15,19,13682,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_20_24,m,20-24,20,24,15196,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_25_29,m,25-29,25,29,18787,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_30_34,m,30-34,30,34,19251,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_35_39,m,35-39,35,39,16260,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_40_44,m,40-44,40,44,14578,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_45_49,m,45-49,45,49,12656,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_50_54,m,50-54,50,54,10557,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_55_59,m,55-59,55,59,9506,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_60_64,m,60-64,60,64,8007,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_65_69,m,65-69,65,69,6649,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_70_74,m,70-74,70,74,4239,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_75_79,m,75-79,75,79,2493,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,M_80PLUS,m,80+,80,,2635,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_00_04,all,0-4,0,4,29152,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_05_09,all,5-9,5,9,30154,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_10_14,all,10-14,10,14,29957,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_15_19,all,15-19,15,19,26686,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_20_24,all,20-24,20,24,29684,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_25_29,all,25-29,25,29,37115,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_30_34,all,30-34,30,34,37481,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_35_39,all,35-39,35,39,31933,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_40_44,all,40-44,40,44,28459,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_45_49,all,45-49,45,49,24828,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_50_54,all,50-54,50,54,21062,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_55_59,all,55-59,55,59,19041,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_60_64,all,60-64,60,64,16246,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_65_69,all,65-69,65,69,13654,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_70_74,all,70-74,70,74,9028,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_75_79,all,75-79,75,79,5594,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL01,Región de Tarapacá,T_80PLUS,all,80+,80,,6623,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_TL,f,all,,,1019720,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_TL,m,all,,,975818,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_TL,all,all,,,1995538,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_00_04,f,0-4,0,4,53001,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_05_09,f,5-9,5,9,60304,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_10_14,f,10-14,10,14,62709,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_15_19,f,15-19,15,19,61839,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_20_24,f,20-24,20,24,69106,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_25_29,f,25-29,25,29,74179,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_30_34,f,30-34,30,34,75254,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_35_39,f,35-39,35,39,68775,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_40_44,f,40-44,40,44,66321,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_45_49,f,45-49,45,49,63611,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_50_54,f,50-54,50,54,61715,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_55_59,f,55-59,55,59,64911,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_60_64,f,60-64,60,64,61288,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_65_69,f,65-69,65,69,53022,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_70_74,f,70-74,70,74,42107,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_75_79,f,75-79,75,79,32579,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,F_80PLUS,f,80+,80,,48999,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_00_04,m,0-4,0,4,55319,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_05_09,m,5-9,5,9,62844,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_10_14,m,10-14,10,14,64934,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_15_19,m,15-19,15,19,63911,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_20_24,m,20-24,20,24,73472,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_25_29,m,25-29,25,29,78013,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_30_34,m,30-34,30,34,76119,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_35_39,m,35-39,35,39,69541,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_40_44,m,40-44,40,44,65089,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_45_49,m,45-49,45,49,61355,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_50_54,m,50-54,50,54,58223,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_55_59,m,55-59,55,59,59110,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_60_64,m,60-64,60,64,54194,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_65_69,m,65-69,65,69,46001,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_70_74,m,70-74,70,74,35008,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_75_79,m,75-79,75,79,24728,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,M_80PLUS,m,80+,80,,27957,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_00_04,all,0-4,0,4,108320,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_05_09,all,5-9,5,9,123148,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_10_14,all,10-14,10,14,127643,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_15_19,all,15-19,15,19,125750,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_20_24,all,20-24,20,24,142578,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_25_29,all,25-29,25,29,152192,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_30_34,all,30-34,30,34,151373,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_35_39,all,35-39,35,39,138316,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_40_44,all,40-44,40,44,131410,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_45_49,all,45-49,45,49,124966,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_50_54,all,50-54,50,54,119938,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_55_59,all,55-59,55,59,124021,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_60_64,all,60-64,60,64,115482,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_65_69,all,65-69,65,69,99023,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_70_74,all,70-74,70,74,77115,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_75_79,all,75-79,75,79,57307,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,CL05,Región de Valparaíso,T_80PLUS,all,80+,80,,76956,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +COL,Colombia,CO91,Amazonas,F_TL,f,all,,,41588,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_TL,m,all,,,44018,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_TL,all,all,,,85606,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_00_04,f,0-4,0,4,4630,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_05_09,f,5-9,5,9,4717,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_10_14,f,10-14,10,14,4770,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_15_19,f,15-19,15,19,4440,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_20_24,f,20-24,20,24,3667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_25_29,f,25-29,25,29,3045,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_30_34,f,30-34,30,34,2900,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_35_39,f,35-39,35,39,2682,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_40_44,f,40-44,40,44,2364,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_45_49,f,45-49,45,49,1944,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_50_54,f,50-54,50,54,1625,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_55_59,f,55-59,55,59,1362,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_60_64,f,60-64,60,64,1117,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_65_69,f,65-69,65,69,842,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_70_74,f,70-74,70,74,627,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_75_79,f,75-79,75,79,365,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_80_84,f,80-84,80,84,232,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_85_89,f,85-89,85,89,149,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_90_94,f,90-94,90,94,72,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_95_99,f,95-99,95,99,28,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,F_100PLUS,f,100+,100,,10,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_00_04,m,0-4,0,4,4780,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_05_09,m,5-9,5,9,4833,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_10_14,m,10-14,10,14,4905,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_15_19,m,15-19,15,19,4771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_20_24,m,20-24,20,24,4333,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_25_29,m,25-29,25,29,3575,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_30_34,m,30-34,30,34,3060,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_35_39,m,35-39,35,39,2749,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_40_44,m,40-44,40,44,2449,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_45_49,m,45-49,45,49,2054,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_50_54,m,50-54,50,54,1693,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_55_59,m,55-59,55,59,1353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_60_64,m,60-64,60,64,1157,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_65_69,m,65-69,65,69,893,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_70_74,m,70-74,70,74,645,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_75_79,m,75-79,75,79,336,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_80_84,m,80-84,80,84,200,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_85_89,m,85-89,85,89,131,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_90_94,m,90-94,90,94,67,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_95_99,m,95-99,95,99,26,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,M_100PLUS,m,100+,100,,8,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_00_04,all,0-4,0,4,9410,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_05_09,all,5-9,5,9,9550,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_10_14,all,10-14,10,14,9675,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_15_19,all,15-19,15,19,9211,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_20_24,all,20-24,20,24,8000,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_25_29,all,25-29,25,29,6620,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_30_34,all,30-34,30,34,5960,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_35_39,all,35-39,35,39,5431,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_40_44,all,40-44,40,44,4813,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_45_49,all,45-49,45,49,3998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_50_54,all,50-54,50,54,3318,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_55_59,all,55-59,55,59,2715,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_60_64,all,60-64,60,64,2274,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_65_69,all,65-69,65,69,1735,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_70_74,all,70-74,70,74,1272,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_75_79,all,75-79,75,79,701,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_80_84,all,80-84,80,84,432,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_85_89,all,85-89,85,89,280,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_90_94,all,90-94,90,94,139,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_95_99,all,95-99,95,99,54,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO91,Amazonas,T_100PLUS,all,100+,100,,18,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_TL,f,all,,,3665320,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_TL,m,all,,,3433374,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_TL,all,all,,,7098694,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_00_04,f,0-4,0,4,221315,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_05_09,f,5-9,5,9,232435,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_10_14,f,10-14,10,14,236387,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_15_19,f,15-19,15,19,248360,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_20_24,f,20-24,20,24,271736,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_25_29,f,25-29,25,29,298895,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_30_34,f,30-34,30,34,300680,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_35_39,f,35-39,35,39,277026,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_40_44,f,40-44,40,44,259543,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_45_49,f,45-49,45,49,224471,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_50_54,f,50-54,50,54,213410,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_55_59,f,55-59,55,59,223001,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_60_64,f,60-64,60,64,204481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_65_69,f,65-69,65,69,164388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_70_74,f,70-74,70,74,120889,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_75_79,f,75-79,75,79,81728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_80_84,f,80-84,80,84,47662,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_85_89,f,85-89,85,89,23616,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_90_94,f,90-94,90,94,10036,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_95_99,f,95-99,95,99,3613,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,F_100PLUS,f,100+,100,,1648,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_00_04,m,0-4,0,4,231916,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_05_09,m,5-9,5,9,243832,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_10_14,m,10-14,10,14,247634,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_15_19,m,15-19,15,19,257546,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_20_24,m,20-24,20,24,279224,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_25_29,m,25-29,25,29,303681,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_30_34,m,30-34,30,34,298601,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_35_39,m,35-39,35,39,268540,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_40_44,m,40-44,40,44,242732,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_45_49,m,45-49,45,49,199733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_50_54,m,50-54,50,54,180962,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_55_59,m,55-59,55,59,183078,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_60_64,m,60-64,60,64,163028,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_65_69,m,65-69,65,69,126749,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_70_74,m,70-74,70,74,89345,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_75_79,m,75-79,75,79,57919,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_80_84,m,80-84,80,84,32601,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_85_89,m,85-89,85,89,15871,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_90_94,m,90-94,90,94,6799,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_95_99,m,95-99,95,99,2540,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,M_100PLUS,m,100+,100,,1043,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_00_04,all,0-4,0,4,453231,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_05_09,all,5-9,5,9,476267,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_10_14,all,10-14,10,14,484021,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_15_19,all,15-19,15,19,505906,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_20_24,all,20-24,20,24,550960,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_25_29,all,25-29,25,29,602576,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_30_34,all,30-34,30,34,599281,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_35_39,all,35-39,35,39,545566,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_40_44,all,40-44,40,44,502275,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_45_49,all,45-49,45,49,424204,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_50_54,all,50-54,50,54,394372,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_55_59,all,55-59,55,59,406079,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_60_64,all,60-64,60,64,367509,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_65_69,all,65-69,65,69,291137,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_70_74,all,70-74,70,74,210234,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_75_79,all,75-79,75,79,139647,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_80_84,all,80-84,80,84,80263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_85_89,all,85-89,85,89,39487,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_90_94,all,90-94,90,94,16835,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_95_99,all,95-99,95,99,6153,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO05,Antioquia,T_100PLUS,all,100+,100,,2691,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_TL,f,all,,,156079,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_TL,m,all,,,155365,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_TL,all,all,,,311444,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_00_04,f,0-4,0,4,14250,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_05_09,f,5-9,5,9,14809,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_10_14,f,10-14,10,14,14018,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_15_19,f,15-19,15,19,13499,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_20_24,f,20-24,20,24,13453,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_25_29,f,25-29,25,29,13856,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_30_34,f,30-34,30,34,13152,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_35_39,f,35-39,35,39,11386,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_40_44,f,40-44,40,44,10004,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_45_49,f,45-49,45,49,8521,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_50_54,f,50-54,50,54,7551,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_55_59,f,55-59,55,59,6514,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_60_64,f,60-64,60,64,5136,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_65_69,f,65-69,65,69,3633,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_70_74,f,70-74,70,74,2506,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_75_79,f,75-79,75,79,1660,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_80_84,f,80-84,80,84,1074,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_85_89,f,85-89,85,89,606,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_90_94,f,90-94,90,94,298,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_95_99,f,95-99,95,99,114,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,F_100PLUS,f,100+,100,,39,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_00_04,m,0-4,0,4,14779,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_05_09,m,5-9,5,9,15271,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_10_14,m,10-14,10,14,14290,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_15_19,m,15-19,15,19,13782,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_20_24,m,20-24,20,24,13800,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_25_29,m,25-29,25,29,13798,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_30_34,m,30-34,30,34,12863,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_35_39,m,35-39,35,39,11094,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_40_44,m,40-44,40,44,9638,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_45_49,m,45-49,45,49,8011,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_50_54,m,50-54,50,54,6895,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_55_59,m,55-59,55,59,6016,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_60_64,m,60-64,60,64,4946,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_65_69,m,65-69,65,69,3763,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_70_74,m,70-74,70,74,2582,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_75_79,m,75-79,75,79,1710,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_80_84,m,80-84,80,84,1081,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_85_89,m,85-89,85,89,592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_90_94,m,90-94,90,94,294,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_95_99,m,95-99,95,99,120,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,M_100PLUS,m,100+,100,,40,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_00_04,all,0-4,0,4,29029,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_05_09,all,5-9,5,9,30080,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_10_14,all,10-14,10,14,28308,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_15_19,all,15-19,15,19,27281,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_20_24,all,20-24,20,24,27253,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_25_29,all,25-29,25,29,27654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_30_34,all,30-34,30,34,26015,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_35_39,all,35-39,35,39,22480,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_40_44,all,40-44,40,44,19642,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_45_49,all,45-49,45,49,16532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_50_54,all,50-54,50,54,14446,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_55_59,all,55-59,55,59,12530,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_60_64,all,60-64,60,64,10082,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_65_69,all,65-69,65,69,7396,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_70_74,all,70-74,70,74,5088,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_75_79,all,75-79,75,79,3370,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_80_84,all,80-84,80,84,2155,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_85_89,all,85-89,85,89,1198,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_90_94,all,90-94,90,94,592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_95_99,all,95-99,95,99,234,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO81,Arauca,T_100PLUS,all,100+,100,,79,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_TL,f,all,,,34246,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_TL,m,all,,,31766,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_TL,all,all,,,66012,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_00_04,f,0-4,0,4,2221,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_05_09,f,5-9,5,9,2430,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_10_14,f,10-14,10,14,2346,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_15_19,f,15-19,15,19,2301,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_20_24,f,20-24,20,24,2161,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_25_29,f,25-29,25,29,2298,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_30_34,f,30-34,30,34,2621,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_35_39,f,35-39,35,39,2450,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_40_44,f,40-44,40,44,2329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_45_49,f,45-49,45,49,2160,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_50_54,f,50-54,50,54,2245,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_55_59,f,55-59,55,59,2493,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_60_64,f,60-64,60,64,2386,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_65_69,f,65-69,65,69,1679,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_70_74,f,70-74,70,74,1050,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_75_79,f,75-79,75,79,623,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_80_84,f,80-84,80,84,304,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_85_89,f,85-89,85,89,114,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_90_94,f,90-94,90,94,29,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_95_99,f,95-99,95,99,5,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",F_100PLUS,f,100+,100,,1,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_00_04,m,0-4,0,4,2358,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_05_09,m,5-9,5,9,2583,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_10_14,m,10-14,10,14,2394,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_15_19,m,15-19,15,19,2306,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_20_24,m,20-24,20,24,2353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_25_29,m,25-29,25,29,2490,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_30_34,m,30-34,30,34,2613,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_35_39,m,35-39,35,39,2270,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_40_44,m,40-44,40,44,2040,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_45_49,m,45-49,45,49,1810,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_50_54,m,50-54,50,54,1817,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_55_59,m,55-59,55,59,1986,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_60_64,m,60-64,60,64,1883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_65_69,m,65-69,65,69,1276,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_70_74,m,70-74,70,74,764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_75_79,m,75-79,75,79,423,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_80_84,m,80-84,80,84,218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_85_89,m,85-89,85,89,108,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_90_94,m,90-94,90,94,46,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_95_99,m,95-99,95,99,20,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",M_100PLUS,m,100+,100,,8,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_00_04,all,0-4,0,4,4579,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_05_09,all,5-9,5,9,5013,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_10_14,all,10-14,10,14,4740,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_15_19,all,15-19,15,19,4607,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_20_24,all,20-24,20,24,4514,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_25_29,all,25-29,25,29,4788,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_30_34,all,30-34,30,34,5234,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_35_39,all,35-39,35,39,4720,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_40_44,all,40-44,40,44,4369,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_45_49,all,45-49,45,49,3970,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_50_54,all,50-54,50,54,4062,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_55_59,all,55-59,55,59,4479,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_60_64,all,60-64,60,64,4269,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_65_69,all,65-69,65,69,2955,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_70_74,all,70-74,70,74,1814,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_75_79,all,75-79,75,79,1046,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_80_84,all,80-84,80,84,522,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_85_89,all,85-89,85,89,222,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_90_94,all,90-94,90,94,75,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_95_99,all,95-99,95,99,25,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO88,"Archipiélago de San Andrés, Providencia y Santa Catalina",T_100PLUS,all,100+,100,,9,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_TL,f,all,,,1467597,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_TL,m,all,,,1397892,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_TL,all,all,,,2865489,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_00_04,f,0-4,0,4,105502,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_05_09,f,5-9,5,9,113518,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_10_14,f,10-14,10,14,112214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_15_19,f,15-19,15,19,113537,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_20_24,f,20-24,20,24,117896,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_25_29,f,25-29,25,29,117300,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_30_34,f,30-34,30,34,115669,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_35_39,f,35-39,35,39,106932,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_40_44,f,40-44,40,44,100330,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_45_49,f,45-49,45,49,87637,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_50_54,f,50-54,50,54,79755,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_55_59,f,55-59,55,59,77392,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_60_64,f,60-64,60,64,68984,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_65_69,f,65-69,65,69,54291,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_70_74,f,70-74,70,74,39867,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_75_79,f,75-79,75,79,26700,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_80_84,f,80-84,80,84,16202,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_85_89,f,85-89,85,89,8547,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_90_94,f,90-94,90,94,3702,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_95_99,f,95-99,95,99,1131,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,F_100PLUS,f,100+,100,,491,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_00_04,m,0-4,0,4,109911,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_05_09,m,5-9,5,9,117922,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_10_14,m,10-14,10,14,116297,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_15_19,m,15-19,15,19,116205,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_20_24,m,20-24,20,24,118268,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_25_29,m,25-29,25,29,116706,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_30_34,m,30-34,30,34,113024,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_35_39,m,35-39,35,39,102759,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_40_44,m,40-44,40,44,94051,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_45_49,m,45-49,45,49,80008,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_50_54,m,50-54,50,54,70710,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_55_59,m,55-59,55,59,66965,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_60_64,m,60-64,60,64,58499,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_65_69,m,65-69,65,69,44543,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_70_74,m,70-74,70,74,31171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_75_79,m,75-79,75,79,19768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_80_84,m,80-84,80,84,11233,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_85_89,m,85-89,85,89,5679,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_90_94,m,90-94,90,94,2594,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_95_99,m,95-99,95,99,1091,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,M_100PLUS,m,100+,100,,488,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_00_04,all,0-4,0,4,215413,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_05_09,all,5-9,5,9,231440,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_10_14,all,10-14,10,14,228511,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_15_19,all,15-19,15,19,229742,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_20_24,all,20-24,20,24,236164,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_25_29,all,25-29,25,29,234006,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_30_34,all,30-34,30,34,228693,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_35_39,all,35-39,35,39,209691,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_40_44,all,40-44,40,44,194381,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_45_49,all,45-49,45,49,167645,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_50_54,all,50-54,50,54,150465,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_55_59,all,55-59,55,59,144357,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_60_64,all,60-64,60,64,127483,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_65_69,all,65-69,65,69,98834,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_70_74,all,70-74,70,74,71038,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_75_79,all,75-79,75,79,46468,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_80_84,all,80-84,80,84,27435,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_85_89,all,85-89,85,89,14226,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_90_94,all,90-94,90,94,6296,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_95_99,all,95-99,95,99,2222,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO08,Atlántico,T_100PLUS,all,100+,100,,979,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_TL,f,all,,,4187057,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_TL,m,all,,,3847592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_TL,all,all,,,8034649,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_00_04,f,0-4,0,4,231768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_05_09,f,5-9,5,9,235054,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_10_14,f,10-14,10,14,234910,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_15_19,f,15-19,15,19,250577,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_20_24,f,20-24,20,24,309014,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_25_29,f,25-29,25,29,380329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_30_34,f,30-34,30,34,370471,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_35_39,f,35-39,35,39,333279,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_40_44,f,40-44,40,44,311814,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_45_49,f,45-49,45,49,277952,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_50_54,f,50-54,50,54,257096,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_55_59,f,55-59,55,59,255241,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_60_64,f,60-64,60,64,230190,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_65_69,f,65-69,65,69,182285,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_70_74,f,70-74,70,74,133024,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_75_79,f,75-79,75,79,90497,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_80_84,f,80-84,80,84,54787,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_85_89,f,85-89,85,89,28816,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_90_94,f,90-94,90,94,13034,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_95_99,f,95-99,95,99,4864,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",F_100PLUS,f,100+,100,,2055,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_00_04,m,0-4,0,4,241113,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_05_09,m,5-9,5,9,243674,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_10_14,m,10-14,10,14,243161,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_15_19,m,15-19,15,19,255645,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_20_24,m,20-24,20,24,308372,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_25_29,m,25-29,25,29,379651,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_30_34,m,30-34,30,34,365017,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_35_39,m,35-39,35,39,319782,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_40_44,m,40-44,40,44,287481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_45_49,m,45-49,45,49,244082,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_50_54,m,50-54,50,54,215417,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_55_59,m,55-59,55,59,206156,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_60_64,m,60-64,60,64,180535,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_65_69,m,65-69,65,69,136492,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_70_74,m,70-74,70,74,94319,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_75_79,m,75-79,75,79,61236,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_80_84,m,80-84,80,84,35652,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_85_89,m,85-89,85,89,18053,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_90_94,m,90-94,90,94,7844,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_95_99,m,95-99,95,99,2808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",M_100PLUS,m,100+,100,,1102,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_00_04,all,0-4,0,4,472881,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_05_09,all,5-9,5,9,478728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_10_14,all,10-14,10,14,478071,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_15_19,all,15-19,15,19,506222,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_20_24,all,20-24,20,24,617386,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_25_29,all,25-29,25,29,759980,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_30_34,all,30-34,30,34,735488,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_35_39,all,35-39,35,39,653061,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_40_44,all,40-44,40,44,599295,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_45_49,all,45-49,45,49,522034,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_50_54,all,50-54,50,54,472513,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_55_59,all,55-59,55,59,461397,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_60_64,all,60-64,60,64,410725,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_65_69,all,65-69,65,69,318777,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_70_74,all,70-74,70,74,227343,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_75_79,all,75-79,75,79,151733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_80_84,all,80-84,80,84,90439,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_85_89,all,85-89,85,89,46869,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_90_94,all,90-94,90,94,20878,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_95_99,all,95-99,95,99,7672,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO11,"Bogotá, D.C.",T_100PLUS,all,100+,100,,3157,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_TL,f,all,,,1150012,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_TL,m,all,,,1130452,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_TL,all,all,,,2280464,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_00_04,f,0-4,0,4,92881,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_05_09,f,5-9,5,9,98644,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_10_14,f,10-14,10,14,95580,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_15_19,f,15-19,15,19,93914,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_20_24,f,20-24,20,24,95054,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_25_29,f,25-29,25,29,92485,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_30_34,f,30-34,30,34,87879,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_35_39,f,35-39,35,39,80085,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_40_44,f,40-44,40,44,73540,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_45_49,f,45-49,45,49,65228,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_50_54,f,50-54,50,54,59795,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_55_59,f,55-59,55,59,56753,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_60_64,f,60-64,60,64,48816,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_65_69,f,65-69,65,69,38487,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_70_74,f,70-74,70,74,28527,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_75_79,f,75-79,75,79,19060,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_80_84,f,80-84,80,84,11674,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_85_89,f,85-89,85,89,6398,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_90_94,f,90-94,90,94,3121,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_95_99,f,95-99,95,99,1345,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,F_100PLUS,f,100+,100,,746,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_00_04,m,0-4,0,4,96927,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_05_09,m,5-9,5,9,102583,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_10_14,m,10-14,10,14,100609,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_15_19,m,15-19,15,19,98843,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_20_24,m,20-24,20,24,97519,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_25_29,m,25-29,25,29,91795,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_30_34,m,30-34,30,34,86348,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_35_39,m,35-39,35,39,77159,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_40_44,m,40-44,40,44,69666,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_45_49,m,45-49,45,49,61322,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_50_54,m,50-54,50,54,55674,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_55_59,m,55-59,55,59,52472,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_60_64,m,60-64,60,64,44591,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_65_69,m,65-69,65,69,34501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_70_74,m,70-74,70,74,24974,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_75_79,m,75-79,75,79,16203,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_80_84,m,80-84,80,84,9742,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_85_89,m,85-89,85,89,5292,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_90_94,m,90-94,90,94,2600,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_95_99,m,95-99,95,99,1129,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,M_100PLUS,m,100+,100,,503,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_00_04,all,0-4,0,4,189808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_05_09,all,5-9,5,9,201227,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_10_14,all,10-14,10,14,196189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_15_19,all,15-19,15,19,192757,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_20_24,all,20-24,20,24,192573,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_25_29,all,25-29,25,29,184280,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_30_34,all,30-34,30,34,174227,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_35_39,all,35-39,35,39,157244,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_40_44,all,40-44,40,44,143206,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_45_49,all,45-49,45,49,126550,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_50_54,all,50-54,50,54,115469,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_55_59,all,55-59,55,59,109225,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_60_64,all,60-64,60,64,93407,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_65_69,all,65-69,65,69,72988,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_70_74,all,70-74,70,74,53501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_75_79,all,75-79,75,79,35263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_80_84,all,80-84,80,84,21416,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_85_89,all,85-89,85,89,11690,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_90_94,all,90-94,90,94,5721,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_95_99,all,95-99,95,99,2474,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO13,Bolívar,T_100PLUS,all,100+,100,,1249,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_TL,f,all,,,647171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_TL,m,all,,,628301,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_TL,all,all,,,1275472,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_00_04,f,0-4,0,4,43244,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_05_09,f,5-9,5,9,47272,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_10_14,f,10-14,10,14,48007,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_15_19,f,15-19,15,19,46921,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_20_24,f,20-24,20,24,45037,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_25_29,f,25-29,25,29,45207,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_30_34,f,30-34,30,34,44604,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_35_39,f,35-39,35,39,44254,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_40_44,f,40-44,40,44,43985,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_45_49,f,45-49,45,49,41145,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_50_54,f,50-54,50,54,38763,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_55_59,f,55-59,55,59,37220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_60_64,f,60-64,60,64,33831,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_65_69,f,65-69,65,69,28516,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_70_74,f,70-74,70,74,22176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_75_79,f,75-79,75,79,15894,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_80_84,f,80-84,80,84,10388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_85_89,f,85-89,85,89,5934,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_90_94,f,90-94,90,94,3004,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_95_99,f,95-99,95,99,1301,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,F_100PLUS,f,100+,100,,468,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_00_04,m,0-4,0,4,44973,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_05_09,m,5-9,5,9,49261,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_10_14,m,10-14,10,14,51014,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_15_19,m,15-19,15,19,51269,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_20_24,m,20-24,20,24,49213,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_25_29,m,25-29,25,29,46316,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_30_34,m,30-34,30,34,43401,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_35_39,m,35-39,35,39,41741,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_40_44,m,40-44,40,44,41783,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_45_49,m,45-49,45,49,39101,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_50_54,m,50-54,50,54,35832,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_55_59,m,55-59,55,59,33561,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_60_64,m,60-64,60,64,30265,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_65_69,m,65-69,65,69,25081,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_70_74,m,70-74,70,74,18729,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_75_79,m,75-79,75,79,12318,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_80_84,m,80-84,80,84,7351,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_85_89,m,85-89,85,89,3979,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_90_94,m,90-94,90,94,1969,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_95_99,m,95-99,95,99,850,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,M_100PLUS,m,100+,100,,294,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_00_04,all,0-4,0,4,88217,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_05_09,all,5-9,5,9,96533,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_10_14,all,10-14,10,14,99021,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_15_19,all,15-19,15,19,98190,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_20_24,all,20-24,20,24,94250,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_25_29,all,25-29,25,29,91523,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_30_34,all,30-34,30,34,88005,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_35_39,all,35-39,35,39,85995,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_40_44,all,40-44,40,44,85768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_45_49,all,45-49,45,49,80246,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_50_54,all,50-54,50,54,74595,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_55_59,all,55-59,55,59,70781,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_60_64,all,60-64,60,64,64096,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_65_69,all,65-69,65,69,53597,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_70_74,all,70-74,70,74,40905,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_75_79,all,75-79,75,79,28212,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_80_84,all,80-84,80,84,17739,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_85_89,all,85-89,85,89,9913,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_90_94,all,90-94,90,94,4973,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_95_99,all,95-99,95,99,2151,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO15,Boyacá,T_100PLUS,all,100+,100,,762,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_TL,f,all,,,546200,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_TL,m,all,,,510076,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_TL,all,all,,,1056276,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_00_04,f,0-4,0,4,30630,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_05_09,f,5-9,5,9,33084,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_10_14,f,10-14,10,14,33189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_15_19,f,15-19,15,19,34818,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_20_24,f,20-24,20,24,37144,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_25_29,f,25-29,25,29,38661,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_30_34,f,30-34,30,34,39093,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_35_39,f,35-39,35,39,37310,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_40_44,f,40-44,40,44,37479,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_45_49,f,45-49,45,49,34057,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_50_54,f,50-54,50,54,33745,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_55_59,f,55-59,55,59,35321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_60_64,f,60-64,60,64,34214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_65_69,f,65-69,65,69,29763,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_70_74,f,70-74,70,74,22747,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_75_79,f,75-79,75,79,15871,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_80_84,f,80-84,80,84,9757,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_85_89,f,85-89,85,89,5258,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_90_94,f,90-94,90,94,2556,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_95_99,f,95-99,95,99,1083,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,F_100PLUS,f,100+,100,,420,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_00_04,m,0-4,0,4,32011,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_05_09,m,5-9,5,9,34566,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_10_14,m,10-14,10,14,34734,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_15_19,m,15-19,15,19,36106,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_20_24,m,20-24,20,24,37353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_25_29,m,25-29,25,29,37801,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_30_34,m,30-34,30,34,37242,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_35_39,m,35-39,35,39,34771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_40_44,m,40-44,40,44,34422,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_45_49,m,45-49,45,49,31198,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_50_54,m,50-54,50,54,30311,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_55_59,m,55-59,55,59,30748,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_60_64,m,60-64,60,64,28957,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_65_69,m,65-69,65,69,24914,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_70_74,m,70-74,70,74,18592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_75_79,m,75-79,75,79,12421,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_80_84,m,80-84,80,84,7277,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_85_89,m,85-89,85,89,3812,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_90_94,m,90-94,90,94,1806,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_95_99,m,95-99,95,99,770,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,M_100PLUS,m,100+,100,,264,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_00_04,all,0-4,0,4,62641,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_05_09,all,5-9,5,9,67650,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_10_14,all,10-14,10,14,67923,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_15_19,all,15-19,15,19,70924,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_20_24,all,20-24,20,24,74497,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_25_29,all,25-29,25,29,76462,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_30_34,all,30-34,30,34,76335,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_35_39,all,35-39,35,39,72081,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_40_44,all,40-44,40,44,71901,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_45_49,all,45-49,45,49,65255,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_50_54,all,50-54,50,54,64056,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_55_59,all,55-59,55,59,66069,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_60_64,all,60-64,60,64,63171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_65_69,all,65-69,65,69,54677,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_70_74,all,70-74,70,74,41339,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_75_79,all,75-79,75,79,28292,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_80_84,all,80-84,80,84,17034,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_85_89,all,85-89,85,89,9070,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_90_94,all,90-94,90,94,4362,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_95_99,all,95-99,95,99,1853,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO17,Caldas,T_100PLUS,all,100+,100,,684,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_TL,f,all,,,213501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_TL,m,all,,,214896,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_TL,all,all,,,428397,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_00_04,f,0-4,0,4,18811,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_05_09,f,5-9,5,9,19623,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_10_14,f,10-14,10,14,20037,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_15_19,f,15-19,15,19,19783,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_20_24,f,20-24,20,24,18170,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_25_29,f,25-29,25,29,17021,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_30_34,f,30-34,30,34,15970,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_35_39,f,35-39,35,39,14427,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_40_44,f,40-44,40,44,13214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_45_49,f,45-49,45,49,11689,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_50_54,f,50-54,50,54,10600,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_55_59,f,55-59,55,59,9653,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_60_64,f,60-64,60,64,7985,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_65_69,f,65-69,65,69,6047,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_70_74,f,70-74,70,74,4222,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_75_79,f,75-79,75,79,2815,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_80_84,f,80-84,80,84,1705,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_85_89,f,85-89,85,89,926,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_90_94,f,90-94,90,94,477,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_95_99,f,95-99,95,99,230,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,F_100PLUS,f,100+,100,,96,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_00_04,m,0-4,0,4,19814,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_05_09,m,5-9,5,9,20577,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_10_14,m,10-14,10,14,20815,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_15_19,m,15-19,15,19,20695,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_20_24,m,20-24,20,24,19539,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_25_29,m,25-29,25,29,18011,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_30_34,m,30-34,30,34,16250,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_35_39,m,35-39,35,39,14240,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_40_44,m,40-44,40,44,12916,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_45_49,m,45-49,45,49,11017,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_50_54,m,50-54,50,54,9569,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_55_59,m,55-59,55,59,8620,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_60_64,m,60-64,60,64,7181,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_65_69,m,65-69,65,69,5558,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_70_74,m,70-74,70,74,3956,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_75_79,m,75-79,75,79,2726,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_80_84,m,80-84,80,84,1654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_85_89,m,85-89,85,89,929,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_90_94,m,90-94,90,94,493,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_95_99,m,95-99,95,99,243,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,M_100PLUS,m,100+,100,,93,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_00_04,all,0-4,0,4,38625,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_05_09,all,5-9,5,9,40200,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_10_14,all,10-14,10,14,40852,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_15_19,all,15-19,15,19,40478,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_20_24,all,20-24,20,24,37709,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_25_29,all,25-29,25,29,35032,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_30_34,all,30-34,30,34,32220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_35_39,all,35-39,35,39,28667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_40_44,all,40-44,40,44,26130,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_45_49,all,45-49,45,49,22706,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_50_54,all,50-54,50,54,20169,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_55_59,all,55-59,55,59,18273,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_60_64,all,60-64,60,64,15166,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_65_69,all,65-69,65,69,11605,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_70_74,all,70-74,70,74,8178,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_75_79,all,75-79,75,79,5541,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_80_84,all,80-84,80,84,3359,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_85_89,all,85-89,85,89,1855,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_90_94,all,90-94,90,94,970,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_95_99,all,95-99,95,99,473,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO18,Caquetá,T_100PLUS,all,100+,100,,189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_TL,f,all,,,222608,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_TL,m,all,,,224454,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_TL,all,all,,,447062,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_00_04,f,0-4,0,4,18571,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_05_09,f,5-9,5,9,19526,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_10_14,f,10-14,10,14,18883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_15_19,f,15-19,15,19,18782,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_20_24,f,20-24,20,24,18687,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_25_29,f,25-29,25,29,18930,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_30_34,f,30-34,30,34,18561,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_35_39,f,35-39,35,39,17510,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_40_44,f,40-44,40,44,15697,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_45_49,f,45-49,45,49,13643,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_50_54,f,50-54,50,54,11612,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_55_59,f,55-59,55,59,9683,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_60_64,f,60-64,60,64,7733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_65_69,f,65-69,65,69,5780,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_70_74,f,70-74,70,74,3780,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_75_79,f,75-79,75,79,2506,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_80_84,f,80-84,80,84,1503,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_85_89,f,85-89,85,89,763,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_90_94,f,90-94,90,94,319,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_95_99,f,95-99,95,99,108,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,F_100PLUS,f,100+,100,,31,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_00_04,m,0-4,0,4,19269,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_05_09,m,5-9,5,9,20121,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_10_14,m,10-14,10,14,19583,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_15_19,m,15-19,15,19,19353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_20_24,m,20-24,20,24,19343,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_25_29,m,25-29,25,29,18761,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_30_34,m,30-34,30,34,17764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_35_39,m,35-39,35,39,16708,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_40_44,m,40-44,40,44,15209,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_45_49,m,45-49,45,49,13589,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_50_54,m,50-54,50,54,11789,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_55_59,m,55-59,55,59,10058,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_60_64,m,60-64,60,64,7902,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_65_69,m,65-69,65,69,5887,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_70_74,m,70-74,70,74,3924,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_75_79,m,75-79,75,79,2518,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_80_84,m,80-84,80,84,1452,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_85_89,m,85-89,85,89,728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_90_94,m,90-94,90,94,325,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_95_99,m,95-99,95,99,135,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,M_100PLUS,m,100+,100,,36,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_00_04,all,0-4,0,4,37840,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_05_09,all,5-9,5,9,39647,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_10_14,all,10-14,10,14,38466,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_15_19,all,15-19,15,19,38135,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_20_24,all,20-24,20,24,38030,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_25_29,all,25-29,25,29,37691,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_30_34,all,30-34,30,34,36325,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_35_39,all,35-39,35,39,34218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_40_44,all,40-44,40,44,30906,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_45_49,all,45-49,45,49,27232,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_50_54,all,50-54,50,54,23401,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_55_59,all,55-59,55,59,19741,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_60_64,all,60-64,60,64,15635,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_65_69,all,65-69,65,69,11667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_70_74,all,70-74,70,74,7704,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_75_79,all,75-79,75,79,5024,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_80_84,all,80-84,80,84,2955,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_85_89,all,85-89,85,89,1491,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_90_94,all,90-94,90,94,644,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_95_99,all,95-99,95,99,243,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO85,Casanare,T_100PLUS,all,100+,100,,67,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_TL,f,all,,,780359,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_TL,m,all,,,759771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_TL,all,all,,,1540130,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_00_04,f,0-4,0,4,57437,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_05_09,f,5-9,5,9,59380,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_10_14,f,10-14,10,14,59706,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_15_19,f,15-19,15,19,61400,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_20_24,f,20-24,20,24,64530,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_25_29,f,25-29,25,29,65001,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_30_34,f,30-34,30,34,61038,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_35_39,f,35-39,35,39,56565,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_40_44,f,40-44,40,44,53804,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_45_49,f,45-49,45,49,46377,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_50_54,f,50-54,50,54,40692,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_55_59,f,55-59,55,59,37664,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_60_64,f,60-64,60,64,33840,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_65_69,f,65-69,65,69,27367,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_70_74,f,70-74,70,74,20921,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_75_79,f,75-79,75,79,14998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_80_84,f,80-84,80,84,9834,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_85_89,f,85-89,85,89,5634,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_90_94,f,90-94,90,94,2776,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_95_99,f,95-99,95,99,1029,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,F_100PLUS,f,100+,100,,366,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_00_04,m,0-4,0,4,59726,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_05_09,m,5-9,5,9,61605,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_10_14,m,10-14,10,14,61826,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_15_19,m,15-19,15,19,63569,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_20_24,m,20-24,20,24,66557,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_25_29,m,25-29,25,29,65499,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_30_34,m,30-34,30,34,59257,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_35_39,m,35-39,35,39,53895,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_40_44,m,40-44,40,44,50707,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_45_49,m,45-49,45,49,43438,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_50_54,m,50-54,50,54,37654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_55_59,m,55-59,55,59,34216,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_60_64,m,60-64,60,64,30190,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_65_69,m,65-69,65,69,24436,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_70_74,m,70-74,70,74,18539,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_75_79,m,75-79,75,79,12831,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_80_84,m,80-84,80,84,7963,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_85_89,m,85-89,85,89,4403,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_90_94,m,90-94,90,94,2187,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_95_99,m,95-99,95,99,952,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,M_100PLUS,m,100+,100,,321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_00_04,all,0-4,0,4,117163,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_05_09,all,5-9,5,9,120985,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_10_14,all,10-14,10,14,121532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_15_19,all,15-19,15,19,124969,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_20_24,all,20-24,20,24,131087,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_25_29,all,25-29,25,29,130500,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_30_34,all,30-34,30,34,120295,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_35_39,all,35-39,35,39,110460,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_40_44,all,40-44,40,44,104511,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_45_49,all,45-49,45,49,89815,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_50_54,all,50-54,50,54,78346,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_55_59,all,55-59,55,59,71880,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_60_64,all,60-64,60,64,64030,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_65_69,all,65-69,65,69,51803,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_70_74,all,70-74,70,74,39460,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_75_79,all,75-79,75,79,27829,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_80_84,all,80-84,80,84,17797,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_85_89,all,85-89,85,89,10037,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_90_94,all,90-94,90,94,4963,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_95_99,all,95-99,95,99,1981,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO19,Cauca,T_100PLUS,all,100+,100,,687,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_TL,f,all,,,697557,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_TL,m,all,,,679443,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_TL,all,all,,,1377000,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_00_04,f,0-4,0,4,60952,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_05_09,f,5-9,5,9,64792,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_10_14,f,10-14,10,14,63338,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_15_19,f,15-19,15,19,60785,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_20_24,f,20-24,20,24,58510,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_25_29,f,25-29,25,29,57417,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_30_34,f,30-34,30,34,55347,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_35_39,f,35-39,35,39,49859,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_40_44,f,40-44,40,44,44756,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_45_49,f,45-49,45,49,39347,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_50_54,f,50-54,50,54,34822,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_55_59,f,55-59,55,59,30510,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_60_64,f,60-64,60,64,24962,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_65_69,f,65-69,65,69,19003,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_70_74,f,70-74,70,74,14300,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_75_79,f,75-79,75,79,9219,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_80_84,f,80-84,80,84,5296,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_85_89,f,85-89,85,89,2668,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_90_94,f,90-94,90,94,1137,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_95_99,f,95-99,95,99,381,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,F_100PLUS,f,100+,100,,156,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_00_04,m,0-4,0,4,63715,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_05_09,m,5-9,5,9,67187,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_10_14,m,10-14,10,14,65925,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_15_19,m,15-19,15,19,63299,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_20_24,m,20-24,20,24,59357,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_25_29,m,25-29,25,29,55928,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_30_34,m,30-34,30,34,52865,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_35_39,m,35-39,35,39,47005,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_40_44,m,40-44,40,44,41883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_45_49,m,45-49,45,49,36156,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_50_54,m,50-54,50,54,31232,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_55_59,m,55-59,55,59,27073,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_60_64,m,60-64,60,64,22133,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_65_69,m,65-69,65,69,16418,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_70_74,m,70-74,70,74,12333,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_75_79,m,75-79,75,79,8116,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_80_84,m,80-84,80,84,4643,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_85_89,m,85-89,85,89,2388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_90_94,m,90-94,90,94,1125,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_95_99,m,95-99,95,99,485,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,M_100PLUS,m,100+,100,,177,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_00_04,all,0-4,0,4,124667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_05_09,all,5-9,5,9,131979,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_10_14,all,10-14,10,14,129263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_15_19,all,15-19,15,19,124084,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_20_24,all,20-24,20,24,117867,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_25_29,all,25-29,25,29,113345,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_30_34,all,30-34,30,34,108212,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_35_39,all,35-39,35,39,96864,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_40_44,all,40-44,40,44,86639,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_45_49,all,45-49,45,49,75503,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_50_54,all,50-54,50,54,66054,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_55_59,all,55-59,55,59,57583,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_60_64,all,60-64,60,64,47095,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_65_69,all,65-69,65,69,35421,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_70_74,all,70-74,70,74,26633,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_75_79,all,75-79,75,79,17335,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_80_84,all,80-84,80,84,9939,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_85_89,all,85-89,85,89,5056,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_90_94,all,90-94,90,94,2262,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_95_99,all,95-99,95,99,866,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO20,Cesar,T_100PLUS,all,100+,100,,333,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_TL,f,all,,,285250,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_TL,m,all,,,276674,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_TL,all,all,,,561924,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_00_04,f,0-4,0,4,27178,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_05_09,f,5-9,5,9,28512,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_10_14,f,10-14,10,14,29128,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_15_19,f,15-19,15,19,27958,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_20_24,f,20-24,20,24,24889,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_25_29,f,25-29,25,29,22290,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_30_34,f,30-34,30,34,21746,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_35_39,f,35-39,35,39,19834,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_40_44,f,40-44,40,44,16272,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_45_49,f,45-49,45,49,14050,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_50_54,f,50-54,50,54,12017,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_55_59,f,55-59,55,59,10460,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_60_64,f,60-64,60,64,9715,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_65_69,f,65-69,65,69,7542,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_70_74,f,70-74,70,74,5197,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_75_79,f,75-79,75,79,3084,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_80_84,f,80-84,80,84,2089,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_85_89,f,85-89,85,89,1439,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_90_94,f,90-94,90,94,961,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_95_99,f,95-99,95,99,595,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,F_100PLUS,f,100+,100,,294,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_00_04,m,0-4,0,4,28595,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_05_09,m,5-9,5,9,29613,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_10_14,m,10-14,10,14,30018,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_15_19,m,15-19,15,19,28816,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_20_24,m,20-24,20,24,25974,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_25_29,m,25-29,25,29,22031,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_30_34,m,30-34,30,34,19735,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_35_39,m,35-39,35,39,17660,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_40_44,m,40-44,40,44,14693,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_45_49,m,45-49,45,49,12732,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_50_54,m,50-54,50,54,10825,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_55_59,m,55-59,55,59,9184,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_60_64,m,60-64,60,64,8278,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_65_69,m,65-69,65,69,6365,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_70_74,m,70-74,70,74,4474,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_75_79,m,75-79,75,79,2768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_80_84,m,80-84,80,84,1931,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_85_89,m,85-89,85,89,1342,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_90_94,m,90-94,90,94,887,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_95_99,m,95-99,95,99,536,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,M_100PLUS,m,100+,100,,217,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_00_04,all,0-4,0,4,55773,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_05_09,all,5-9,5,9,58125,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_10_14,all,10-14,10,14,59146,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_15_19,all,15-19,15,19,56774,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_20_24,all,20-24,20,24,50863,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_25_29,all,25-29,25,29,44321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_30_34,all,30-34,30,34,41481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_35_39,all,35-39,35,39,37494,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_40_44,all,40-44,40,44,30965,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_45_49,all,45-49,45,49,26782,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_50_54,all,50-54,50,54,22842,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_55_59,all,55-59,55,59,19644,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_60_64,all,60-64,60,64,17993,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_65_69,all,65-69,65,69,13907,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_70_74,all,70-74,70,74,9671,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_75_79,all,75-79,75,79,5852,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_80_84,all,80-84,80,84,4020,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_85_89,all,85-89,85,89,2781,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_90_94,all,90-94,90,94,1848,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_95_99,all,95-99,95,99,1131,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO27,Chocó,T_100PLUS,all,100+,100,,511,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_TL,f,all,,,1857346,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_TL,m,all,,,1814070,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_TL,all,all,,,3671416,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_00_04,f,0-4,0,4,124894,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_05_09,f,5-9,5,9,135331,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_10_14,f,10-14,10,14,132825,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_15_19,f,15-19,15,19,132401,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_20_24,f,20-24,20,24,139066,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_25_29,f,25-29,25,29,149031,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_30_34,f,30-34,30,34,151305,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_35_39,f,35-39,35,39,145319,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_40_44,f,40-44,40,44,136155,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_45_49,f,45-49,45,49,117368,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_50_54,f,50-54,50,54,106049,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_55_59,f,55-59,55,59,100540,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_60_64,f,60-64,60,64,88789,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_65_69,f,65-69,65,69,70278,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_70_74,f,70-74,70,74,51221,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_75_79,f,75-79,75,79,35178,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_80_84,f,80-84,80,84,21680,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_85_89,f,85-89,85,89,11817,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_90_94,f,90-94,90,94,5491,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_95_99,f,95-99,95,99,1921,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,F_100PLUS,f,100+,100,,687,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_00_04,m,0-4,0,4,130532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_05_09,m,5-9,5,9,141534,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_10_14,m,10-14,10,14,139537,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_15_19,m,15-19,15,19,138733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_20_24,m,20-24,20,24,143251,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_25_29,m,25-29,25,29,149192,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_30_34,m,30-34,30,34,147430,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_35_39,m,35-39,35,39,141049,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_40_44,m,40-44,40,44,132675,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_45_49,m,45-49,45,49,112487,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_50_54,m,50-54,50,54,99218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_55_59,m,55-59,55,59,91947,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_60_64,m,60-64,60,64,79466,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_65_69,m,65-69,65,69,62530,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_70_74,m,70-74,70,74,44929,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_75_79,m,75-79,75,79,28894,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_80_84,m,80-84,80,84,16343,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_85_89,m,85-89,85,89,8334,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_90_94,m,90-94,90,94,3834,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_95_99,m,95-99,95,99,1579,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,M_100PLUS,m,100+,100,,576,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_00_04,all,0-4,0,4,255426,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_05_09,all,5-9,5,9,276865,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_10_14,all,10-14,10,14,272362,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_15_19,all,15-19,15,19,271134,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_20_24,all,20-24,20,24,282317,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_25_29,all,25-29,25,29,298223,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_30_34,all,30-34,30,34,298735,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_35_39,all,35-39,35,39,286368,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_40_44,all,40-44,40,44,268830,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_45_49,all,45-49,45,49,229855,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_50_54,all,50-54,50,54,205267,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_55_59,all,55-59,55,59,192487,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_60_64,all,60-64,60,64,168255,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_65_69,all,65-69,65,69,132808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_70_74,all,70-74,70,74,96150,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_75_79,all,75-79,75,79,64072,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_80_84,all,80-84,80,84,38023,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_85_89,all,85-89,85,89,20151,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_90_94,all,90-94,90,94,9325,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_95_99,all,95-99,95,99,3500,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO25,Cundinamarca,T_100PLUS,all,100+,100,,1263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_TL,f,all,,,946407,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_TL,m,all,,,933442,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_TL,all,all,,,1879849,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_00_04,f,0-4,0,4,76283,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_05_09,f,5-9,5,9,80153,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_10_14,f,10-14,10,14,78832,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_15_19,f,15-19,15,19,77035,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_20_24,f,20-24,20,24,75011,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_25_29,f,25-29,25,29,72888,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_30_34,f,30-34,30,34,69019,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_35_39,f,35-39,35,39,63915,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_40_44,f,40-44,40,44,60585,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_45_49,f,45-49,45,49,55592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_50_54,f,50-54,50,54,51742,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_55_59,f,55-59,55,59,47823,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_60_64,f,60-64,60,64,41446,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_65_69,f,65-69,65,69,33039,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_70_74,f,70-74,70,74,23677,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_75_79,f,75-79,75,79,17460,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_80_84,f,80-84,80,84,11129,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_85_89,f,85-89,85,89,6030,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_90_94,f,90-94,90,94,2923,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_95_99,f,95-99,95,99,1262,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,F_100PLUS,f,100+,100,,563,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_00_04,m,0-4,0,4,79805,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_05_09,m,5-9,5,9,84392,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_10_14,m,10-14,10,14,82905,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_15_19,m,15-19,15,19,80412,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_20_24,m,20-24,20,24,76103,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_25_29,m,25-29,25,29,71220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_30_34,m,30-34,30,34,66302,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_35_39,m,35-39,35,39,60274,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_40_44,m,40-44,40,44,56807,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_45_49,m,45-49,45,49,52339,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_50_54,m,50-54,50,54,49220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_55_59,m,55-59,55,59,45834,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_60_64,m,60-64,60,64,39187,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_65_69,m,65-69,65,69,30839,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_70_74,m,70-74,70,74,21811,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_75_79,m,75-79,75,79,15928,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_80_84,m,80-84,80,84,10109,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_85_89,m,85-89,85,89,5482,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_90_94,m,90-94,90,94,2733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_95_99,m,95-99,95,99,1239,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,M_100PLUS,m,100+,100,,501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_00_04,all,0-4,0,4,156088,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_05_09,all,5-9,5,9,164545,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_10_14,all,10-14,10,14,161737,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_15_19,all,15-19,15,19,157447,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_20_24,all,20-24,20,24,151114,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_25_29,all,25-29,25,29,144108,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_30_34,all,30-34,30,34,135321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_35_39,all,35-39,35,39,124189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_40_44,all,40-44,40,44,117392,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_45_49,all,45-49,45,49,107931,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_50_54,all,50-54,50,54,100962,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_55_59,all,55-59,55,59,93657,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_60_64,all,60-64,60,64,80633,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_65_69,all,65-69,65,69,63878,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_70_74,all,70-74,70,74,45488,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_75_79,all,75-79,75,79,33388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_80_84,all,80-84,80,84,21238,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_85_89,all,85-89,85,89,11512,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_90_94,all,90-94,90,94,5656,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_95_99,all,95-99,95,99,2501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO23,Córdoba,T_100PLUS,all,100+,100,,1064,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_TL,f,all,,,25769,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_TL,m,all,,,27449,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_TL,all,all,,,53218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_00_04,f,0-4,0,4,3214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_05_09,f,5-9,5,9,3111,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_10_14,f,10-14,10,14,3103,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_15_19,f,15-19,15,19,2922,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_20_24,f,20-24,20,24,2517,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_25_29,f,25-29,25,29,2046,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_30_34,f,30-34,30,34,1696,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_35_39,f,35-39,35,39,1422,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_40_44,f,40-44,40,44,1289,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_45_49,f,45-49,45,49,1094,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_50_54,f,50-54,50,54,921,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_55_59,f,55-59,55,59,746,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_60_64,f,60-64,60,64,619,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_65_69,f,65-69,65,69,374,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_70_74,f,70-74,70,74,264,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_75_79,f,75-79,75,79,198,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_80_84,f,80-84,80,84,122,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_85_89,f,85-89,85,89,66,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_90_94,f,90-94,90,94,30,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_95_99,f,95-99,95,99,10,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,F_100PLUS,f,100+,100,,5,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_00_04,m,0-4,0,4,3336,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_05_09,m,5-9,5,9,3214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_10_14,m,10-14,10,14,3210,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_15_19,m,15-19,15,19,3137,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_20_24,m,20-24,20,24,2913,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_25_29,m,25-29,25,29,2346,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_30_34,m,30-34,30,34,1775,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_35_39,m,35-39,35,39,1463,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_40_44,m,40-44,40,44,1255,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_45_49,m,45-49,45,49,1090,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_50_54,m,50-54,50,54,950,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_55_59,m,55-59,55,59,832,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_60_64,m,60-64,60,64,714,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_65_69,m,65-69,65,69,441,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_70_74,m,70-74,70,74,315,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_75_79,m,75-79,75,79,216,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_80_84,m,80-84,80,84,130,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_85_89,m,85-89,85,89,73,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_90_94,m,90-94,90,94,29,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_95_99,m,95-99,95,99,9,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,M_100PLUS,m,100+,100,,1,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_00_04,all,0-4,0,4,6550,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_05_09,all,5-9,5,9,6325,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_10_14,all,10-14,10,14,6313,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_15_19,all,15-19,15,19,6059,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_20_24,all,20-24,20,24,5430,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_25_29,all,25-29,25,29,4392,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_30_34,all,30-34,30,34,3471,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_35_39,all,35-39,35,39,2885,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_40_44,all,40-44,40,44,2544,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_45_49,all,45-49,45,49,2184,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_50_54,all,50-54,50,54,1871,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_55_59,all,55-59,55,59,1578,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_60_64,all,60-64,60,64,1333,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_65_69,all,65-69,65,69,815,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_70_74,all,70-74,70,74,579,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_75_79,all,75-79,75,79,414,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_80_84,all,80-84,80,84,252,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_85_89,all,85-89,85,89,139,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_90_94,all,90-94,90,94,59,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_95_99,all,95-99,95,99,19,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO94,Guainía,T_100PLUS,all,100+,100,,6,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_TL,f,all,,,45136,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_TL,m,all,,,49046,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_TL,all,all,,,94182,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_00_04,f,0-4,0,4,4736,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_05_09,f,5-9,5,9,4654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_10_14,f,10-14,10,14,4553,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_15_19,f,15-19,15,19,4349,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_20_24,f,20-24,20,24,3986,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_25_29,f,25-29,25,29,3688,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_30_34,f,30-34,30,34,3239,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_35_39,f,35-39,35,39,2923,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_40_44,f,40-44,40,44,2625,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_45_49,f,45-49,45,49,2479,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_50_54,f,50-54,50,54,2141,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_55_59,f,55-59,55,59,1835,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_60_64,f,60-64,60,64,1451,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_65_69,f,65-69,65,69,1018,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_70_74,f,70-74,70,74,669,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_75_79,f,75-79,75,79,420,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_80_84,f,80-84,80,84,227,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_85_89,f,85-89,85,89,99,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_90_94,f,90-94,90,94,31,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_95_99,f,95-99,95,99,7,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,F_100PLUS,f,100+,100,,6,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_00_04,m,0-4,0,4,4863,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_05_09,m,5-9,5,9,4811,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_10_14,m,10-14,10,14,4607,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_15_19,m,15-19,15,19,4554,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_20_24,m,20-24,20,24,4624,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_25_29,m,25-29,25,29,4224,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_30_34,m,30-34,30,34,3528,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_35_39,m,35-39,35,39,3100,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_40_44,m,40-44,40,44,2764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_45_49,m,45-49,45,49,2565,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_50_54,m,50-54,50,54,2268,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_55_59,m,55-59,55,59,2110,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_60_64,m,60-64,60,64,1770,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_65_69,m,65-69,65,69,1257,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_70_74,m,70-74,70,74,860,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_75_79,m,75-79,75,79,546,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_80_84,m,80-84,80,84,305,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_85_89,m,85-89,85,89,162,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_90_94,m,90-94,90,94,79,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_95_99,m,95-99,95,99,36,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,M_100PLUS,m,100+,100,,13,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_00_04,all,0-4,0,4,9599,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_05_09,all,5-9,5,9,9465,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_10_14,all,10-14,10,14,9160,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_15_19,all,15-19,15,19,8903,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_20_24,all,20-24,20,24,8610,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_25_29,all,25-29,25,29,7912,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_30_34,all,30-34,30,34,6767,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_35_39,all,35-39,35,39,6023,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_40_44,all,40-44,40,44,5389,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_45_49,all,45-49,45,49,5044,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_50_54,all,50-54,50,54,4409,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_55_59,all,55-59,55,59,3945,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_60_64,all,60-64,60,64,3221,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_65_69,all,65-69,65,69,2275,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_70_74,all,70-74,70,74,1529,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_75_79,all,75-79,75,79,966,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_80_84,all,80-84,80,84,532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_85_89,all,85-89,85,89,261,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_90_94,all,90-94,90,94,110,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_95_99,all,95-99,95,99,43,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO95,Guaviare,T_100PLUS,all,100+,100,,19,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_TL,f,all,,,581556,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_TL,m,all,,,576527,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_TL,all,all,,,1158083,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_00_04,f,0-4,0,4,48672,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_05_09,f,5-9,5,9,50138,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_10_14,f,10-14,10,14,48564,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_15_19,f,15-19,15,19,47388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_20_24,f,20-24,20,24,45819,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_25_29,f,25-29,25,29,44559,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_30_34,f,30-34,30,34,42764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_35_39,f,35-39,35,39,39126,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_40_44,f,40-44,40,44,36628,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_45_49,f,45-49,45,49,33119,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_50_54,f,50-54,50,54,30731,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_55_59,f,55-59,55,59,29390,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_60_64,f,60-64,60,64,26398,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_65_69,f,65-69,65,69,20865,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_70_74,f,70-74,70,74,15199,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_75_79,f,75-79,75,79,10321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_80_84,f,80-84,80,84,6231,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_85_89,f,85-89,85,89,3261,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_90_94,f,90-94,90,94,1516,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_95_99,f,95-99,95,99,628,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,F_100PLUS,f,100+,100,,239,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_00_04,m,0-4,0,4,51055,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_05_09,m,5-9,5,9,52842,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_10_14,m,10-14,10,14,51689,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_15_19,m,15-19,15,19,50019,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_20_24,m,20-24,20,24,47553,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_25_29,m,25-29,25,29,45180,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_30_34,m,30-34,30,34,42455,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_35_39,m,35-39,35,39,38461,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_40_44,m,40-44,40,44,35868,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_45_49,m,45-49,45,49,31532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_50_54,m,50-54,50,54,28448,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_55_59,m,55-59,55,59,26906,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_60_64,m,60-64,60,64,23851,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_65_69,m,65-69,65,69,18696,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_70_74,m,70-74,70,74,13504,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_75_79,m,75-79,75,79,8944,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_80_84,m,80-84,80,84,5195,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_85_89,m,85-89,85,89,2618,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_90_94,m,90-94,90,94,1149,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_95_99,m,95-99,95,99,420,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,M_100PLUS,m,100+,100,,142,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_00_04,all,0-4,0,4,99727,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_05_09,all,5-9,5,9,102980,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_10_14,all,10-14,10,14,100253,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_15_19,all,15-19,15,19,97407,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_20_24,all,20-24,20,24,93372,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_25_29,all,25-29,25,29,89739,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_30_34,all,30-34,30,34,85219,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_35_39,all,35-39,35,39,77587,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_40_44,all,40-44,40,44,72496,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_45_49,all,45-49,45,49,64651,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_50_54,all,50-54,50,54,59179,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_55_59,all,55-59,55,59,56296,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_60_64,all,60-64,60,64,50249,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_65_69,all,65-69,65,69,39561,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_70_74,all,70-74,70,74,28703,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_75_79,all,75-79,75,79,19265,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_80_84,all,80-84,80,84,11426,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_85_89,all,85-89,85,89,5879,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_90_94,all,90-94,90,94,2665,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_95_99,all,95-99,95,99,1048,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO41,Huila,T_100PLUS,all,100+,100,,381,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_TL,f,all,,,525837,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_TL,m,all,,,503114,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_TL,all,all,,,1028951,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_00_04,f,0-4,0,4,53883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_05_09,f,5-9,5,9,55304,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_10_14,f,10-14,10,14,53896,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_15_19,f,15-19,15,19,49179,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_20_24,f,20-24,20,24,48165,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_25_29,f,25-29,25,29,45506,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_30_34,f,30-34,30,34,40427,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_35_39,f,35-39,35,39,35757,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_40_44,f,40-44,40,44,31069,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_45_49,f,45-49,45,49,25787,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_50_54,f,50-54,50,54,21459,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_55_59,f,55-59,55,59,18465,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_60_64,f,60-64,60,64,16208,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_65_69,f,65-69,65,69,11415,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_70_74,f,70-74,70,74,8151,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_75_79,f,75-79,75,79,5245,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_80_84,f,80-84,80,84,3074,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_85_89,f,85-89,85,89,1607,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_90_94,f,90-94,90,94,743,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_95_99,f,95-99,95,99,321,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,F_100PLUS,f,100+,100,,176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_00_04,m,0-4,0,4,55233,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_05_09,m,5-9,5,9,56481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_10_14,m,10-14,10,14,55343,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_15_19,m,15-19,15,19,49849,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_20_24,m,20-24,20,24,47652,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_25_29,m,25-29,25,29,43237,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_30_34,m,30-34,30,34,37254,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_35_39,m,35-39,35,39,32677,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_40_44,m,40-44,40,44,28096,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_45_49,m,45-49,45,49,22833,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_50_54,m,50-54,50,54,18811,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_55_59,m,55-59,55,59,15827,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_60_64,m,60-64,60,64,13781,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_65_69,m,65-69,65,69,9833,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_70_74,m,70-74,70,74,6953,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_75_79,m,75-79,75,79,4373,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_80_84,m,80-84,80,84,2530,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_85_89,m,85-89,85,89,1333,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_90_94,m,90-94,90,94,627,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_95_99,m,95-99,95,99,267,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,M_100PLUS,m,100+,100,,124,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_00_04,all,0-4,0,4,109116,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_05_09,all,5-9,5,9,111785,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_10_14,all,10-14,10,14,109239,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_15_19,all,15-19,15,19,99028,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_20_24,all,20-24,20,24,95817,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_25_29,all,25-29,25,29,88743,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_30_34,all,30-34,30,34,77681,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_35_39,all,35-39,35,39,68434,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_40_44,all,40-44,40,44,59165,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_45_49,all,45-49,45,49,48620,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_50_54,all,50-54,50,54,40270,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_55_59,all,55-59,55,59,34292,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_60_64,all,60-64,60,64,29989,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_65_69,all,65-69,65,69,21248,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_70_74,all,70-74,70,74,15104,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_75_79,all,75-79,75,79,9618,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_80_84,all,80-84,80,84,5604,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_85_89,all,85-89,85,89,2940,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_90_94,all,90-94,90,94,1370,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_95_99,all,95-99,95,99,588,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO44,La Guajira,T_100PLUS,all,100+,100,,300,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_TL,f,all,,,745409,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_TL,m,all,,,744207,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_TL,all,all,,,1489616,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_00_04,f,0-4,0,4,62633,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_05_09,f,5-9,5,9,66031,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_10_14,f,10-14,10,14,66682,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_15_19,f,15-19,15,19,65619,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_20_24,f,20-24,20,24,62807,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_25_29,f,25-29,25,29,59467,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_30_34,f,30-34,30,34,55451,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_35_39,f,35-39,35,39,50551,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_40_44,f,40-44,40,44,46623,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_45_49,f,45-49,45,49,42278,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_50_54,f,50-54,50,54,38142,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_55_59,f,55-59,55,59,34796,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_60_64,f,60-64,60,64,29992,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_65_69,f,65-69,65,69,23324,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_70_74,f,70-74,70,74,17498,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_75_79,f,75-79,75,79,11159,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_80_84,f,80-84,80,84,6393,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_85_89,f,85-89,85,89,3293,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_90_94,f,90-94,90,94,1573,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_95_99,f,95-99,95,99,728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,F_100PLUS,f,100+,100,,369,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_00_04,m,0-4,0,4,65502,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_05_09,m,5-9,5,9,69268,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_10_14,m,10-14,10,14,70328,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_15_19,m,15-19,15,19,69516,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_20_24,m,20-24,20,24,65589,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_25_29,m,25-29,25,29,60252,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_30_34,m,30-34,30,34,55087,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_35_39,m,35-39,35,39,49361,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_40_44,m,40-44,40,44,44769,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_45_49,m,45-49,45,49,40329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_50_54,m,50-54,50,54,36105,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_55_59,m,55-59,55,59,32522,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_60_64,m,60-64,60,64,27698,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_65_69,m,65-69,65,69,21287,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_70_74,m,70-74,70,74,15654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_75_79,m,75-79,75,79,9881,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_80_84,m,80-84,80,84,5610,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_85_89,m,85-89,85,89,2981,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_90_94,m,90-94,90,94,1489,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_95_99,m,95-99,95,99,692,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,M_100PLUS,m,100+,100,,287,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_00_04,all,0-4,0,4,128135,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_05_09,all,5-9,5,9,135299,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_10_14,all,10-14,10,14,137010,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_15_19,all,15-19,15,19,135135,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_20_24,all,20-24,20,24,128396,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_25_29,all,25-29,25,29,119719,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_30_34,all,30-34,30,34,110538,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_35_39,all,35-39,35,39,99912,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_40_44,all,40-44,40,44,91392,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_45_49,all,45-49,45,49,82607,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_50_54,all,50-54,50,54,74247,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_55_59,all,55-59,55,59,67318,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_60_64,all,60-64,60,64,57690,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_65_69,all,65-69,65,69,44611,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_70_74,all,70-74,70,74,33152,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_75_79,all,75-79,75,79,21040,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_80_84,all,80-84,80,84,12003,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_85_89,all,85-89,85,89,6274,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_90_94,all,90-94,90,94,3062,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_95_99,all,95-99,95,99,1420,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO47,Magdalena,T_100PLUS,all,100+,100,,656,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_TL,f,all,,,547104,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_TL,m,all,,,549442,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_TL,all,all,,,1096546,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_00_04,f,0-4,0,4,40925,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_05_09,f,5-9,5,9,43300,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_10_14,f,10-14,10,14,43617,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_15_19,f,15-19,15,19,43712,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_20_24,f,20-24,20,24,43177,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_25_29,f,25-29,25,29,43278,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_30_34,f,30-34,30,34,42836,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_35_39,f,35-39,35,39,40203,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_40_44,f,40-44,40,44,37725,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_45_49,f,45-49,45,49,33578,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_50_54,f,50-54,50,54,30373,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_55_59,f,55-59,55,59,28628,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_60_64,f,60-64,60,64,24802,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_65_69,f,65-69,65,69,18889,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_70_74,f,70-74,70,74,13225,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_75_79,f,75-79,75,79,8713,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_80_84,f,80-84,80,84,5175,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_85_89,f,85-89,85,89,2758,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_90_94,f,90-94,90,94,1357,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_95_99,f,95-99,95,99,604,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,F_100PLUS,f,100+,100,,229,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_00_04,m,0-4,0,4,42790,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_05_09,m,5-9,5,9,45660,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_10_14,m,10-14,10,14,46143,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_15_19,m,15-19,15,19,46290,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_20_24,m,20-24,20,24,45524,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_25_29,m,25-29,25,29,44432,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_30_34,m,30-34,30,34,42958,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_35_39,m,35-39,35,39,39919,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_40_44,m,40-44,40,44,37507,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_45_49,m,45-49,45,49,32920,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_50_54,m,50-54,50,54,29161,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_55_59,m,55-59,55,59,26895,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_60_64,m,60-64,60,64,22794,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_65_69,m,65-69,65,69,17089,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_70_74,m,70-74,70,74,11946,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_75_79,m,75-79,75,79,7904,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_80_84,m,80-84,80,84,4716,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_85_89,m,85-89,85,89,2589,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_90_94,m,90-94,90,94,1349,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_95_99,m,95-99,95,99,632,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,M_100PLUS,m,100+,100,,224,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_00_04,all,0-4,0,4,83715,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_05_09,all,5-9,5,9,88960,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_10_14,all,10-14,10,14,89760,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_15_19,all,15-19,15,19,90002,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_20_24,all,20-24,20,24,88701,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_25_29,all,25-29,25,29,87710,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_30_34,all,30-34,30,34,85794,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_35_39,all,35-39,35,39,80122,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_40_44,all,40-44,40,44,75232,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_45_49,all,45-49,45,49,66498,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_50_54,all,50-54,50,54,59534,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_55_59,all,55-59,55,59,55523,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_60_64,all,60-64,60,64,47596,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_65_69,all,65-69,65,69,35978,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_70_74,all,70-74,70,74,25171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_75_79,all,75-79,75,79,16617,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_80_84,all,80-84,80,84,9891,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_85_89,all,85-89,85,89,5347,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_90_94,all,90-94,90,94,2706,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_95_99,all,95-99,95,99,1236,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO50,Meta,T_100PLUS,all,100+,100,,453,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_TL,f,all,,,840578,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_TL,m,all,,,793096,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_TL,all,all,,,1633674,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_00_04,f,0-4,0,4,58269,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_05_09,f,5-9,5,9,60583,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_10_14,f,10-14,10,14,60546,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_15_19,f,15-19,15,19,61681,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_20_24,f,20-24,20,24,64338,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_25_29,f,25-29,25,29,66313,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_30_34,f,30-34,30,34,63610,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_35_39,f,35-39,35,39,61033,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_40_44,f,40-44,40,44,58944,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_45_49,f,45-49,45,49,53383,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_50_54,f,50-54,50,54,48930,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_55_59,f,55-59,55,59,45072,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_60_64,f,60-64,60,64,38524,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_65_69,f,65-69,65,69,30843,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_70_74,f,70-74,70,74,24499,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_75_79,f,75-79,75,79,18570,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_80_84,f,80-84,80,84,12317,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_85_89,f,85-89,85,89,7171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_90_94,f,90-94,90,94,3688,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_95_99,f,95-99,95,99,1638,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,F_100PLUS,f,100+,100,,626,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_00_04,m,0-4,0,4,60614,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_05_09,m,5-9,5,9,62937,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_10_14,m,10-14,10,14,62625,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_15_19,m,15-19,15,19,63936,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_20_24,m,20-24,20,24,65961,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_25_29,m,25-29,25,29,66126,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_30_34,m,30-34,30,34,61377,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_35_39,m,35-39,35,39,56462,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_40_44,m,40-44,40,44,53028,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_45_49,m,45-49,45,49,46986,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_50_54,m,50-54,50,54,42399,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_55_59,m,55-59,55,59,38319,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_60_64,m,60-64,60,64,32204,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_65_69,m,65-69,65,69,25574,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_70_74,m,70-74,70,74,20257,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_75_79,m,75-79,75,79,15043,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_80_84,m,80-84,80,84,9693,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_85_89,m,85-89,85,89,5477,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_90_94,m,90-94,90,94,2685,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_95_99,m,95-99,95,99,1064,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,M_100PLUS,m,100+,100,,329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_00_04,all,0-4,0,4,118883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_05_09,all,5-9,5,9,123520,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_10_14,all,10-14,10,14,123171,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_15_19,all,15-19,15,19,125617,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_20_24,all,20-24,20,24,130299,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_25_29,all,25-29,25,29,132439,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_30_34,all,30-34,30,34,124987,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_35_39,all,35-39,35,39,117495,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_40_44,all,40-44,40,44,111972,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_45_49,all,45-49,45,49,100369,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_50_54,all,50-54,50,54,91329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_55_59,all,55-59,55,59,83391,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_60_64,all,60-64,60,64,70728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_65_69,all,65-69,65,69,56417,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_70_74,all,70-74,70,74,44756,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_75_79,all,75-79,75,79,33613,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_80_84,all,80-84,80,84,22010,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_85_89,all,85-89,85,89,12648,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_90_94,all,90-94,90,94,6373,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_95_99,all,95-99,95,99,2702,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO52,Nariño,T_100PLUS,all,100+,100,,955,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_TL,f,all,,,844329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_TL,m,all,,,821770,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_TL,all,all,,,1666099,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_00_04,f,0-4,0,4,63383,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_05_09,f,5-9,5,9,67873,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_10_14,f,10-14,10,14,65980,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_15_19,f,15-19,15,19,64897,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_20_24,f,20-24,20,24,65875,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_25_29,f,25-29,25,29,68535,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_30_34,f,30-34,30,34,65781,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_35_39,f,35-39,35,39,60745,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_40_44,f,40-44,40,44,56732,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_45_49,f,45-49,45,49,50314,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_50_54,f,50-54,50,54,46829,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_55_59,f,55-59,55,59,43740,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_60_64,f,60-64,60,64,38216,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_65_69,f,65-69,65,69,30188,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_70_74,f,70-74,70,74,21917,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_75_79,f,75-79,75,79,14714,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_80_84,f,80-84,80,84,9102,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_85_89,f,85-89,85,89,5099,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_90_94,f,90-94,90,94,2649,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_95_99,f,95-99,95,99,1252,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,F_100PLUS,f,100+,100,,508,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_00_04,m,0-4,0,4,66113,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_05_09,m,5-9,5,9,71208,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_10_14,m,10-14,10,14,69748,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_15_19,m,15-19,15,19,68388,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_20_24,m,20-24,20,24,68604,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_25_29,m,25-29,25,29,70378,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_30_34,m,30-34,30,34,66691,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_35_39,m,35-39,35,39,60208,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_40_44,m,40-44,40,44,54569,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_45_49,m,45-49,45,49,46560,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_50_54,m,50-54,50,54,41447,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_55_59,m,55-59,55,59,37726,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_60_64,m,60-64,60,64,32399,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_65_69,m,65-69,65,69,24995,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_70_74,m,70-74,70,74,17778,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_75_79,m,75-79,75,79,11429,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_80_84,m,80-84,80,84,6760,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_85_89,m,85-89,85,89,3667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_90_94,m,90-94,90,94,1867,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_95_99,m,95-99,95,99,893,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,M_100PLUS,m,100+,100,,342,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_00_04,all,0-4,0,4,129496,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_05_09,all,5-9,5,9,139081,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_10_14,all,10-14,10,14,135728,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_15_19,all,15-19,15,19,133285,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_20_24,all,20-24,20,24,134479,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_25_29,all,25-29,25,29,138913,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_30_34,all,30-34,30,34,132472,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_35_39,all,35-39,35,39,120953,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_40_44,all,40-44,40,44,111301,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_45_49,all,45-49,45,49,96874,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_50_54,all,50-54,50,54,88276,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_55_59,all,55-59,55,59,81466,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_60_64,all,60-64,60,64,70615,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_65_69,all,65-69,65,69,55183,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_70_74,all,70-74,70,74,39695,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_75_79,all,75-79,75,79,26143,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_80_84,all,80-84,80,84,15862,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_85_89,all,85-89,85,89,8766,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_90_94,all,90-94,90,94,4516,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_95_99,all,95-99,95,99,2145,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO54,Norte de Santander,T_100PLUS,all,100+,100,,850,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_TL,f,all,,,190306,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_TL,m,all,,,188756,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_TL,all,all,,,379062,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_00_04,f,0-4,0,4,15920,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_05_09,f,5-9,5,9,16671,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_10_14,f,10-14,10,14,16788,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_15_19,f,15-19,15,19,16990,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_20_24,f,20-24,20,24,16660,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_25_29,f,25-29,25,29,16240,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_30_34,f,30-34,30,34,15167,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_35_39,f,35-39,35,39,14128,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_40_44,f,40-44,40,44,12741,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_45_49,f,45-49,45,49,11060,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_50_54,f,50-54,50,54,9775,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_55_59,f,55-59,55,59,8133,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_60_64,f,60-64,60,64,6483,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_65_69,f,65-69,65,69,4831,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_70_74,f,70-74,70,74,3518,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_75_79,f,75-79,75,79,2427,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_80_84,f,80-84,80,84,1486,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_85_89,f,85-89,85,89,787,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_90_94,f,90-94,90,94,348,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_95_99,f,95-99,95,99,115,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,F_100PLUS,f,100+,100,,38,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_00_04,m,0-4,0,4,16349,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_05_09,m,5-9,5,9,16861,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_10_14,m,10-14,10,14,16870,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_15_19,m,15-19,15,19,17211,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_20_24,m,20-24,20,24,17557,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_25_29,m,25-29,25,29,16908,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_30_34,m,30-34,30,34,14937,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_35_39,m,35-39,35,39,13353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_40_44,m,40-44,40,44,11972,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_45_49,m,45-49,45,49,10357,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_50_54,m,50-54,50,54,8989,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_55_59,m,55-59,55,59,7554,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_60_64,m,60-64,60,64,6282,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_65_69,m,65-69,65,69,4733,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_70_74,m,70-74,70,74,3421,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_75_79,m,75-79,75,79,2358,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_80_84,m,80-84,80,84,1494,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_85_89,m,85-89,85,89,828,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_90_94,m,90-94,90,94,442,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_95_99,m,95-99,95,99,211,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,M_100PLUS,m,100+,100,,69,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_00_04,all,0-4,0,4,32269,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_05_09,all,5-9,5,9,33532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_10_14,all,10-14,10,14,33658,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_15_19,all,15-19,15,19,34201,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_20_24,all,20-24,20,24,34217,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_25_29,all,25-29,25,29,33148,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_30_34,all,30-34,30,34,30104,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_35_39,all,35-39,35,39,27481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_40_44,all,40-44,40,44,24713,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_45_49,all,45-49,45,49,21417,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_50_54,all,50-54,50,54,18764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_55_59,all,55-59,55,59,15687,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_60_64,all,60-64,60,64,12765,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_65_69,all,65-69,65,69,9564,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_70_74,all,70-74,70,74,6939,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_75_79,all,75-79,75,79,4785,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_80_84,all,80-84,80,84,2980,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_85_89,all,85-89,85,89,1615,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_90_94,all,90-94,90,94,790,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_95_99,all,95-99,95,99,326,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO86,Putumayo,T_100PLUS,all,100+,100,,107,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_TL,f,all,,,304134,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_TL,m,all,,,281183,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_TL,all,all,,,585317,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_00_04,f,0-4,0,4,16484,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_05_09,f,5-9,5,9,17697,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_10_14,f,10-14,10,14,17240,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_15_19,f,15-19,15,19,18344,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_20_24,f,20-24,20,24,20656,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_25_29,f,25-29,25,29,22362,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_30_34,f,30-34,30,34,22686,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_35_39,f,35-39,35,39,21368,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_40_44,f,40-44,40,44,21081,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_45_49,f,45-49,45,49,18973,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_50_54,f,50-54,50,54,18808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_55_59,f,55-59,55,59,20022,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_60_64,f,60-64,60,64,19291,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_65_69,f,65-69,65,69,16764,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_70_74,f,70-74,70,74,12795,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_75_79,f,75-79,75,79,8953,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_80_84,f,80-84,80,84,5487,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_85_89,f,85-89,85,89,2922,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_90_94,f,90-94,90,94,1406,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_95_99,f,95-99,95,99,575,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,F_100PLUS,f,100+,100,,220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_00_04,m,0-4,0,4,17176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_05_09,m,5-9,5,9,18386,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_10_14,m,10-14,10,14,18162,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_15_19,m,15-19,15,19,19192,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_20_24,m,20-24,20,24,20914,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_25_29,m,25-29,25,29,21722,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_30_34,m,30-34,30,34,21206,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_35_39,m,35-39,35,39,19531,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_40_44,m,40-44,40,44,19267,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_45_49,m,45-49,45,49,17218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_50_54,m,50-54,50,54,16346,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_55_59,m,55-59,55,59,16805,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_60_64,m,60-64,60,64,15740,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_65_69,m,65-69,65,69,13675,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_70_74,m,70-74,70,74,10559,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_75_79,m,75-79,75,79,7188,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_80_84,m,80-84,80,84,4236,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_85_89,m,85-89,85,89,2235,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_90_94,m,90-94,90,94,1041,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_95_99,m,95-99,95,99,423,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,M_100PLUS,m,100+,100,,161,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_00_04,all,0-4,0,4,33660,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_05_09,all,5-9,5,9,36083,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_10_14,all,10-14,10,14,35402,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_15_19,all,15-19,15,19,37536,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_20_24,all,20-24,20,24,41570,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_25_29,all,25-29,25,29,44084,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_30_34,all,30-34,30,34,43892,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_35_39,all,35-39,35,39,40899,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_40_44,all,40-44,40,44,40348,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_45_49,all,45-49,45,49,36191,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_50_54,all,50-54,50,54,35154,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_55_59,all,55-59,55,59,36827,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_60_64,all,60-64,60,64,35031,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_65_69,all,65-69,65,69,30439,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_70_74,all,70-74,70,74,23354,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_75_79,all,75-79,75,79,16141,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_80_84,all,80-84,80,84,9723,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_85_89,all,85-89,85,89,5157,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_90_94,all,90-94,90,94,2447,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_95_99,all,95-99,95,99,998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO63,Quindio,T_100PLUS,all,100+,100,,381,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_TL,f,all,,,524220,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_TL,m,all,,,473996,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_TL,all,all,,,998216,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_00_04,f,0-4,0,4,29775,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_05_09,f,5-9,5,9,31344,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_10_14,f,10-14,10,14,31284,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_15_19,f,15-19,15,19,32802,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_20_24,f,20-24,20,24,35519,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_25_29,f,25-29,25,29,38262,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_30_34,f,30-34,30,34,39295,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_35_39,f,35-39,35,39,36947,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_40_44,f,40-44,40,44,36758,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_45_49,f,45-49,45,49,32739,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_50_54,f,50-54,50,54,31812,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_55_59,f,55-59,55,59,33428,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_60_64,f,60-64,60,64,31790,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_65_69,f,65-69,65,69,27794,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_70_74,f,70-74,70,74,21100,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_75_79,f,75-79,75,79,15196,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_80_84,f,80-84,80,84,9454,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_85_89,f,85-89,85,89,5093,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_90_94,f,90-94,90,94,2442,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_95_99,f,95-99,95,99,1000,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,F_100PLUS,f,100+,100,,386,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_00_04,m,0-4,0,4,31263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_05_09,m,5-9,5,9,33221,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_10_14,m,10-14,10,14,33058,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_15_19,m,15-19,15,19,34232,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_20_24,m,20-24,20,24,35935,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_25_29,m,25-29,25,29,36223,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_30_34,m,30-34,30,34,35140,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_35_39,m,35-39,35,39,32797,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_40_44,m,40-44,40,44,32548,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_45_49,m,45-49,45,49,28832,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_50_54,m,50-54,50,54,27233,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_55_59,m,55-59,55,59,27294,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_60_64,m,60-64,60,64,25119,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_65_69,m,65-69,65,69,21588,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_70_74,m,70-74,70,74,16152,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_75_79,m,75-79,75,79,11174,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_80_84,m,80-84,80,84,6618,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_85_89,m,85-89,85,89,3379,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_90_94,m,90-94,90,94,1468,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_95_99,m,95-99,95,99,533,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,M_100PLUS,m,100+,100,,189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_00_04,all,0-4,0,4,61038,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_05_09,all,5-9,5,9,64565,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_10_14,all,10-14,10,14,64342,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_15_19,all,15-19,15,19,67034,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_20_24,all,20-24,20,24,71454,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_25_29,all,25-29,25,29,74485,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_30_34,all,30-34,30,34,74435,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_35_39,all,35-39,35,39,69744,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_40_44,all,40-44,40,44,69306,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_45_49,all,45-49,45,49,61571,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_50_54,all,50-54,50,54,59045,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_55_59,all,55-59,55,59,60722,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_60_64,all,60-64,60,64,56909,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_65_69,all,65-69,65,69,49382,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_70_74,all,70-74,70,74,37252,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_75_79,all,75-79,75,79,26370,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_80_84,all,80-84,80,84,16072,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_85_89,all,85-89,85,89,8472,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_90_94,all,90-94,90,94,3910,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_95_99,all,95-99,95,99,1533,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO66,Risaralda,T_100PLUS,all,100+,100,,575,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_TL,f,all,,,1204329,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_TL,m,all,,,1152264,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_TL,all,all,,,2356593,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_00_04,f,0-4,0,4,76297,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_05_09,f,5-9,5,9,82416,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_10_14,f,10-14,10,14,82906,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_15_19,f,15-19,15,19,84343,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_20_24,f,20-24,20,24,87732,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_25_29,f,25-29,25,29,93463,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_30_34,f,30-34,30,34,91557,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_35_39,f,35-39,35,39,86562,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_40_44,f,40-44,40,44,83112,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_45_49,f,45-49,45,49,76429,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_50_54,f,50-54,50,54,73471,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_55_59,f,55-59,55,59,71489,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_60_64,f,60-64,60,64,63104,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_65_69,f,65-69,65,69,50506,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_70_74,f,70-74,70,74,38194,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_75_79,f,75-79,75,79,27427,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_80_84,f,80-84,80,84,17543,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_85_89,f,85-89,85,89,9929,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_90_94,f,90-94,90,94,4949,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_95_99,f,95-99,95,99,2087,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,F_100PLUS,f,100+,100,,813,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_00_04,m,0-4,0,4,79836,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_05_09,m,5-9,5,9,86445,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_10_14,m,10-14,10,14,86875,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_15_19,m,15-19,15,19,88344,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_20_24,m,20-24,20,24,91937,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_25_29,m,25-29,25,29,96482,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_30_34,m,30-34,30,34,91755,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_35_39,m,35-39,35,39,84868,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_40_44,m,40-44,40,44,79455,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_45_49,m,45-49,45,49,70458,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_50_54,m,50-54,50,54,65195,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_55_59,m,55-59,55,59,61707,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_60_64,m,60-64,60,64,53025,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_65_69,m,65-69,65,69,41540,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_70_74,m,70-74,70,74,30488,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_75_79,m,75-79,75,79,20524,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_80_84,m,80-84,80,84,12153,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_85_89,m,85-89,85,89,6389,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_90_94,m,90-94,90,94,3049,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_95_99,m,95-99,95,99,1284,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,M_100PLUS,m,100+,100,,455,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_00_04,all,0-4,0,4,156133,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_05_09,all,5-9,5,9,168861,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_10_14,all,10-14,10,14,169781,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_15_19,all,15-19,15,19,172687,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_20_24,all,20-24,20,24,179669,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_25_29,all,25-29,25,29,189945,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_30_34,all,30-34,30,34,183312,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_35_39,all,35-39,35,39,171430,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_40_44,all,40-44,40,44,162567,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_45_49,all,45-49,45,49,146887,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_50_54,all,50-54,50,54,138666,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_55_59,all,55-59,55,59,133196,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_60_64,all,60-64,60,64,116129,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_65_69,all,65-69,65,69,92046,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_70_74,all,70-74,70,74,68682,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_75_79,all,75-79,75,79,47951,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_80_84,all,80-84,80,84,29696,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_85_89,all,85-89,85,89,16318,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_90_94,all,90-94,90,94,7998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_95_99,all,95-99,95,99,3371,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO68,Santander,T_100PLUS,all,100+,100,,1268,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_TL,f,all,,,494993,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_TL,m,all,,,495842,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_TL,all,all,,,990835,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_00_04,f,0-4,0,4,39305,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_05_09,f,5-9,5,9,41817,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_10_14,f,10-14,10,14,42076,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_15_19,f,15-19,15,19,41710,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_20_24,f,20-24,20,24,41016,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_25_29,f,25-29,25,29,38795,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_30_34,f,30-34,30,34,37183,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_35_39,f,35-39,35,39,33737,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_40_44,f,40-44,40,44,31263,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_45_49,f,45-49,45,49,28148,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_50_54,f,50-54,50,54,26426,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_55_59,f,55-59,55,59,24420,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_60_64,f,60-64,60,64,20787,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_65_69,f,65-69,65,69,16393,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_70_74,f,70-74,70,74,12833,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_75_79,f,75-79,75,79,8747,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_80_84,f,80-84,80,84,5337,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_85_89,f,85-89,85,89,2879,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_90_94,f,90-94,90,94,1356,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_95_99,f,95-99,95,99,535,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,F_100PLUS,f,100+,100,,230,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_00_04,m,0-4,0,4,41147,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_05_09,m,5-9,5,9,43548,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_10_14,m,10-14,10,14,43714,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_15_19,m,15-19,15,19,43635,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_20_24,m,20-24,20,24,42685,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_25_29,m,25-29,25,29,38843,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_30_34,m,30-34,30,34,35972,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_35_39,m,35-39,35,39,32545,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_40_44,m,40-44,40,44,30144,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_45_49,m,45-49,45,49,27194,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_50_54,m,50-54,50,54,25665,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_55_59,m,55-59,55,59,24082,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_60_64,m,60-64,60,64,20441,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_65_69,m,65-69,65,69,15708,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_70_74,m,70-74,70,74,12242,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_75_79,m,75-79,75,79,8449,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_80_84,m,80-84,80,84,5164,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_85_89,m,85-89,85,89,2794,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_90_94,m,90-94,90,94,1279,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_95_99,m,95-99,95,99,447,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,M_100PLUS,m,100+,100,,144,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_00_04,all,0-4,0,4,80452,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_05_09,all,5-9,5,9,85365,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_10_14,all,10-14,10,14,85790,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_15_19,all,15-19,15,19,85345,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_20_24,all,20-24,20,24,83701,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_25_29,all,25-29,25,29,77638,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_30_34,all,30-34,30,34,73155,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_35_39,all,35-39,35,39,66282,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_40_44,all,40-44,40,44,61407,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_45_49,all,45-49,45,49,55342,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_50_54,all,50-54,50,54,52091,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_55_59,all,55-59,55,59,48502,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_60_64,all,60-64,60,64,41228,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_65_69,all,65-69,65,69,32101,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_70_74,all,70-74,70,74,25075,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_75_79,all,75-79,75,79,17196,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_80_84,all,80-84,80,84,10501,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_85_89,all,85-89,85,89,5673,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_90_94,all,90-94,90,94,2635,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_95_99,all,95-99,95,99,982,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO70,Sucre,T_100PLUS,all,100+,100,,374,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_TL,f,all,,,685105,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_TL,m,all,,,668163,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_TL,all,all,,,1353268,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_00_04,f,0-4,0,4,42548,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_05_09,f,5-9,5,9,45946,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_10_14,f,10-14,10,14,48448,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_15_19,f,15-19,15,19,50257,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_20_24,f,20-24,20,24,50717,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_25_29,f,25-29,25,29,49176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_30_34,f,30-34,30,34,47704,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_35_39,f,35-39,35,39,44857,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_40_44,f,40-44,40,44,44020,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_45_49,f,45-49,45,49,41592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_50_54,f,50-54,50,54,41036,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_55_59,f,55-59,55,59,41998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_60_64,f,60-64,60,64,39089,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_65_69,f,65-69,65,69,32422,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_70_74,f,70-74,70,74,25059,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_75_79,f,75-79,75,79,18040,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_80_84,f,80-84,80,84,11227,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_85_89,f,85-89,85,89,6109,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_90_94,f,90-94,90,94,3003,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_95_99,f,95-99,95,99,1328,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,F_100PLUS,f,100+,100,,529,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_00_04,m,0-4,0,4,44536,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_05_09,m,5-9,5,9,48237,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_10_14,m,10-14,10,14,51036,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_15_19,m,15-19,15,19,53610,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_20_24,m,20-24,20,24,54398,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_25_29,m,25-29,25,29,49736,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_30_34,m,30-34,30,34,46640,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_35_39,m,35-39,35,39,43379,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_40_44,m,40-44,40,44,42403,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_45_49,m,45-49,45,49,39115,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_50_54,m,50-54,50,54,37529,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_55_59,m,55-59,55,59,37592,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_60_64,m,60-64,60,64,34559,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_65_69,m,65-69,65,69,28909,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_70_74,m,70-74,70,74,22364,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_75_79,m,75-79,75,79,15841,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_80_84,m,80-84,80,84,9700,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_85_89,m,85-89,85,89,5176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_90_94,m,90-94,90,94,2355,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_95_99,m,95-99,95,99,806,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,M_100PLUS,m,100+,100,,242,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_00_04,all,0-4,0,4,87084,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_05_09,all,5-9,5,9,94183,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_10_14,all,10-14,10,14,99484,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_15_19,all,15-19,15,19,103867,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_20_24,all,20-24,20,24,105115,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_25_29,all,25-29,25,29,98912,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_30_34,all,30-34,30,34,94344,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_35_39,all,35-39,35,39,88236,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_40_44,all,40-44,40,44,86423,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_45_49,all,45-49,45,49,80707,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_50_54,all,50-54,50,54,78565,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_55_59,all,55-59,55,59,79590,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_60_64,all,60-64,60,64,73648,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_65_69,all,65-69,65,69,61331,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_70_74,all,70-74,70,74,47423,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_75_79,all,75-79,75,79,33881,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_80_84,all,80-84,80,84,20927,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_85_89,all,85-89,85,89,11285,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_90_94,all,90-94,90,94,5358,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_95_99,all,95-99,95,99,2134,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO73,Tolima,T_100PLUS,all,100+,100,,771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_TL,f,all,,,2491160,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_TL,m,all,,,2165214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_TL,all,all,,,4656374,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_00_04,f,0-4,0,4,160370,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_05_09,f,5-9,5,9,171418,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_10_14,f,10-14,10,14,174507,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_15_19,f,15-19,15,19,179272,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_20_24,f,20-24,20,24,183639,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_25_29,f,25-29,25,29,183859,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_30_34,f,30-34,30,34,180122,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_35_39,f,35-39,35,39,168715,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_40_44,f,40-44,40,44,164183,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_45_49,f,45-49,45,49,150710,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_50_54,f,50-54,50,54,145843,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_55_59,f,55-59,55,59,148256,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_60_64,f,60-64,60,64,136999,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_65_69,f,65-69,65,69,115762,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_70_74,f,70-74,70,74,87910,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_75_79,f,75-79,75,79,61906,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_80_84,f,80-84,80,84,38664,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_85_89,f,85-89,85,89,21408,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_90_94,f,90-94,90,94,10745,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_95_99,f,95-99,95,99,4859,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,F_100PLUS,f,100+,100,,2013,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_00_04,m,0-4,0,4,162082,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_05_09,m,5-9,5,9,172270,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_10_14,m,10-14,10,14,173283,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_15_19,m,15-19,15,19,173157,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_20_24,m,20-24,20,24,171990,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_25_29,m,25-29,25,29,166695,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_30_34,m,30-34,30,34,157944,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_35_39,m,35-39,35,39,144800,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_40_44,m,40-44,40,44,138644,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_45_49,m,45-49,45,49,125718,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_50_54,m,50-54,50,54,118600,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_55_59,m,55-59,55,59,116652,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_60_64,m,60-64,60,64,103750,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_65_69,m,65-69,65,69,84189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_70_74,m,70-74,70,74,61798,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_75_79,m,75-79,75,79,42248,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_80_84,m,80-84,80,84,25751,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_85_89,m,85-89,85,89,14052,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_90_94,m,90-94,90,94,7102,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_95_99,m,95-99,95,99,3240,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,M_100PLUS,m,100+,100,,1249,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_00_04,all,0-4,0,4,322452,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_05_09,all,5-9,5,9,343688,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_10_14,all,10-14,10,14,347790,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_15_19,all,15-19,15,19,352429,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_20_24,all,20-24,20,24,355629,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_25_29,all,25-29,25,29,350554,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_30_34,all,30-34,30,34,338066,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_35_39,all,35-39,35,39,313515,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_40_44,all,40-44,40,44,302827,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_45_49,all,45-49,45,49,276428,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_50_54,all,50-54,50,54,264443,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_55_59,all,55-59,55,59,264908,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_60_64,all,60-64,60,64,240749,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_65_69,all,65-69,65,69,199951,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_70_74,all,70-74,70,74,149708,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_75_79,all,75-79,75,79,104154,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_80_84,all,80-84,80,84,64415,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_85_89,all,85-89,85,89,35460,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_90_94,all,90-94,90,94,17847,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_95_99,all,95-99,95,99,8099,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO76,Valle del Cauca,T_100PLUS,all,100+,100,,3262,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_TL,f,all,,,25619,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_TL,m,all,,,27739,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_TL,all,all,,,53358,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_00_04,f,0-4,0,4,3771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_05_09,f,5-9,5,9,3330,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_10_14,f,10-14,10,14,3532,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_15_19,f,15-19,15,19,3453,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_20_24,f,20-24,20,24,2746,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_25_29,f,25-29,25,29,1757,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_30_34,f,30-34,30,34,1366,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_35_39,f,35-39,35,39,1123,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_40_44,f,40-44,40,44,913,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_45_49,f,45-49,45,49,808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_50_54,f,50-54,50,54,707,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_55_59,f,55-59,55,59,595,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_60_64,f,60-64,60,64,517,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_65_69,f,65-69,65,69,385,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_70_74,f,70-74,70,74,259,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_75_79,f,75-79,75,79,151,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_80_84,f,80-84,80,84,99,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_85_89,f,85-89,85,89,63,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_90_94,f,90-94,90,94,30,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_95_99,f,95-99,95,99,10,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,F_100PLUS,f,100+,100,,4,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_00_04,m,0-4,0,4,3890,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_05_09,m,5-9,5,9,3424,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_10_14,m,10-14,10,14,3497,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_15_19,m,15-19,15,19,3436,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_20_24,m,20-24,20,24,3189,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_25_29,m,25-29,25,29,2184,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_30_34,m,30-34,30,34,1559,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_35_39,m,35-39,35,39,1272,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_40_44,m,40-44,40,44,1085,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_45_49,m,45-49,45,49,963,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_50_54,m,50-54,50,54,877,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_55_59,m,55-59,55,59,722,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_60_64,m,60-64,60,64,609,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_65_69,m,65-69,65,69,451,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_70_74,m,70-74,70,74,322,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_75_79,m,75-79,75,79,147,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_80_84,m,80-84,80,84,69,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_85_89,m,85-89,85,89,30,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_90_94,m,90-94,90,94,10,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_95_99,m,95-99,95,99,3,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,M_100PLUS,m,100+,100,,0,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_00_04,all,0-4,0,4,7661,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_05_09,all,5-9,5,9,6754,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_10_14,all,10-14,10,14,7029,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_15_19,all,15-19,15,19,6889,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_20_24,all,20-24,20,24,5935,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_25_29,all,25-29,25,29,3941,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_30_34,all,30-34,30,34,2925,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_35_39,all,35-39,35,39,2395,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_40_44,all,40-44,40,44,1998,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_45_49,all,45-49,45,49,1771,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_50_54,all,50-54,50,54,1584,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_55_59,all,55-59,55,59,1317,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_60_64,all,60-64,60,64,1126,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_65_69,all,65-69,65,69,836,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_70_74,all,70-74,70,74,581,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_75_79,all,75-79,75,79,298,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_80_84,all,80-84,80,84,168,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_85_89,all,85-89,85,89,93,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_90_94,all,90-94,90,94,40,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_95_99,all,95-99,95,99,13,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO97,Vaupés,T_100PLUS,all,100+,100,,4,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_TL,f,all,,,56206,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_TL,m,all,,,61958,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_TL,all,all,,,118164,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_00_04,f,0-4,0,4,6587,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_05_09,f,5-9,5,9,6557,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_10_14,f,10-14,10,14,6697,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_15_19,f,15-19,15,19,6402,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_20_24,f,20-24,20,24,5560,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_25_29,f,25-29,25,29,4679,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_30_34,f,30-34,30,34,3990,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_35_39,f,35-39,35,39,3382,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_40_44,f,40-44,40,44,2859,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_45_49,f,45-49,45,49,2443,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_50_54,f,50-54,50,54,1941,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_55_59,f,55-59,55,59,1608,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_60_64,f,60-64,60,64,1292,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_65_69,f,65-69,65,69,941,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_70_74,f,70-74,70,74,626,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_75_79,f,75-79,75,79,340,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_80_84,f,80-84,80,84,177,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_85_89,f,85-89,85,89,81,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_90_94,f,90-94,90,94,31,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_95_99,f,95-99,95,99,9,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,F_100PLUS,f,100+,100,,4,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_00_04,m,0-4,0,4,6894,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_05_09,m,5-9,5,9,6881,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_10_14,m,10-14,10,14,7086,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_15_19,m,15-19,15,19,6839,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_20_24,m,20-24,20,24,6299,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_25_29,m,25-29,25,29,5327,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_30_34,m,30-34,30,34,4276,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_35_39,m,35-39,35,39,3662,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_40_44,m,40-44,40,44,3214,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_45_49,m,45-49,45,49,2805,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_50_54,m,50-54,50,54,2377,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_55_59,m,55-59,55,59,2025,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_60_64,m,60-64,60,64,1647,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_65_69,m,65-69,65,69,1125,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_70_74,m,70-74,70,74,727,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_75_79,m,75-79,75,79,428,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_80_84,m,80-84,80,84,217,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_85_89,m,85-89,85,89,93,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_90_94,m,90-94,90,94,27,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_95_99,m,95-99,95,99,7,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,M_100PLUS,m,100+,100,,2,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_00_04,all,0-4,0,4,13481,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_05_09,all,5-9,5,9,13438,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_10_14,all,10-14,10,14,13783,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_15_19,all,15-19,15,19,13241,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_20_24,all,20-24,20,24,11859,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_25_29,all,25-29,25,29,10006,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_30_34,all,30-34,30,34,8266,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_35_39,all,35-39,35,39,7044,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_40_44,all,40-44,40,44,6073,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_45_49,all,45-49,45,49,5248,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_50_54,all,50-54,50,54,4318,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_55_59,all,55-59,55,59,3633,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_60_64,all,60-64,60,64,2939,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_65_69,all,65-69,65,69,2066,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_70_74,all,70-74,70,74,1353,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_75_79,all,75-79,75,79,768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_80_84,all,80-84,80,84,394,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_85_89,all,85-89,85,89,174,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_90_94,all,90-94,90,94,58,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_95_99,all,95-99,95,99,16,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,CO99,Vichada,T_100PLUS,all,100+,100,,6,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COM,Comoros,KM3,Mwali,F_TL,f,all,,,24947,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_TL,m,all,,,26619,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_TL,all,all,,,51566,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_00_04,f,0-4,0,4,4122,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_05_09,f,5-9,5,9,3743,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_10_14,f,10-14,10,14,3186,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_15_19,f,15-19,15,19,2696,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_20_24,f,20-24,20,24,2100,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_25_29,f,25-29,25,29,1860,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_30_34,f,30-34,30,34,1673,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_35_39,f,35-39,35,39,1377,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_40_44,f,40-44,40,44,1091,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_45_49,f,45-49,45,49,770,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_50_54,f,50-54,50,54,642,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_55_59,f,55-59,55,59,445,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_60_64,f,60-64,60,64,425,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_65_69,f,65-69,65,69,250,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_70_74,f,70-74,70,74,214,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_75_79,f,75-79,75,79,127,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_80_84,f,80-84,80,84,125,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,F_85PLUS,f,85+,85,,101,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_00_04,m,0-4,0,4,4256,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_05_09,m,5-9,5,9,3923,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_10_14,m,10-14,10,14,3475,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_15_19,m,15-19,15,19,2965,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_20_24,m,20-24,20,24,1918,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_25_29,m,25-29,25,29,1666,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_30_34,m,30-34,30,34,1761,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_35_39,m,35-39,35,39,1496,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_40_44,m,40-44,40,44,1343,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_45_49,m,45-49,45,49,1003,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_50_54,m,50-54,50,54,851,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_55_59,m,55-59,55,59,564,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_60_64,m,60-64,60,64,480,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_65_69,m,65-69,65,69,296,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_70_74,m,70-74,70,74,255,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_75_79,m,75-79,75,79,156,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_80_84,m,80-84,80,84,113,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,M_85PLUS,m,85+,85,,98,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_00_04,all,0-4,0,4,8378,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_05_09,all,5-9,5,9,7666,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_10_14,all,10-14,10,14,6661,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_15_19,all,15-19,15,19,5661,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_20_24,all,20-24,20,24,4018,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_25_29,all,25-29,25,29,3526,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_30_34,all,30-34,30,34,3434,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_35_39,all,35-39,35,39,2873,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_40_44,all,40-44,40,44,2434,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_45_49,all,45-49,45,49,1773,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_50_54,all,50-54,50,54,1493,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_55_59,all,55-59,55,59,1009,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_60_64,all,60-64,60,64,905,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_65_69,all,65-69,65,69,546,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_70_74,all,70-74,70,74,469,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_75_79,all,75-79,75,79,283,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_80_84,all,80-84,80,84,238,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM3,Mwali,T_85PLUS,all,85+,85,,199,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_TL,f,all,,,162272,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_TL,m,all,,,165109,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_TL,all,all,,,327381,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_00_04,f,0-4,0,4,24571,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_05_09,f,5-9,5,9,24213,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_10_14,f,10-14,10,14,20929,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_15_19,f,15-19,15,19,18568,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_20_24,f,20-24,20,24,13445,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_25_29,f,25-29,25,29,12061,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_30_34,f,30-34,30,34,9314,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_35_39,f,35-39,35,39,8621,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_40_44,f,40-44,40,44,7102,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_45_49,f,45-49,45,49,6066,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_50_54,f,50-54,50,54,4684,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_55_59,f,55-59,55,59,3443,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_60_64,f,60-64,60,64,2673,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_65_69,f,65-69,65,69,2247,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_70_74,f,70-74,70,74,1724,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_75_79,f,75-79,75,79,1138,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_80_84,f,80-84,80,84,762,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,F_85PLUS,f,85+,85,,711,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_00_04,m,0-4,0,4,25973,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_05_09,m,5-9,5,9,25550,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_10_14,m,10-14,10,14,22512,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_15_19,m,15-19,15,19,18420,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_20_24,m,20-24,20,24,11624,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_25_29,m,25-29,25,29,10866,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_30_34,m,30-34,30,34,9492,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_35_39,m,35-39,35,39,8729,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_40_44,m,40-44,40,44,7482,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_45_49,m,45-49,45,49,6484,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_50_54,m,50-54,50,54,5061,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_55_59,m,55-59,55,59,3864,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_60_64,m,60-64,60,64,2789,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_65_69,m,65-69,65,69,2261,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_70_74,m,70-74,70,74,1617,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_75_79,m,75-79,75,79,1148,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_80_84,m,80-84,80,84,674,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,M_85PLUS,m,85+,85,,563,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_00_04,all,0-4,0,4,50544,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_05_09,all,5-9,5,9,49763,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_10_14,all,10-14,10,14,43441,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_15_19,all,15-19,15,19,36988,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_20_24,all,20-24,20,24,25069,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_25_29,all,25-29,25,29,22927,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_30_34,all,30-34,30,34,18806,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_35_39,all,35-39,35,39,17350,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_40_44,all,40-44,40,44,14584,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_45_49,all,45-49,45,49,12550,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_50_54,all,50-54,50,54,9745,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_55_59,all,55-59,55,59,7307,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_60_64,all,60-64,60,64,5462,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_65_69,all,65-69,65,69,4508,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_70_74,all,70-74,70,74,3341,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_75_79,all,75-79,75,79,2286,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_80_84,all,80-84,80,84,1436,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM1,Ndzuwani,T_85PLUS,all,85+,85,,1274,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_TL,f,all,,,189284,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_TL,m,all,,,190080,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_TL,all,all,,,379364,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_00_04,f,0-4,0,4,21844,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_05_09,f,5-9,5,9,20530,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_10_14,f,10-14,10,14,19199,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_15_19,f,15-19,15,19,18681,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_20_24,f,20-24,20,24,16159,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_25_29,f,25-29,25,29,16053,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_30_34,f,30-34,30,34,14508,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_35_39,f,35-39,35,39,13076,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_40_44,f,40-44,40,44,10080,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_45_49,f,45-49,45,49,7979,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_50_54,f,50-54,50,54,6718,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_55_59,f,55-59,55,59,5738,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_60_64,f,60-64,60,64,5012,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_65_69,f,65-69,65,69,3775,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_70_74,f,70-74,70,74,3597,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_75_79,f,75-79,75,79,2187,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_80_84,f,80-84,80,84,2039,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,F_85PLUS,f,85+,85,,2109,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_00_04,m,0-4,0,4,22814,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_05_09,m,5-9,5,9,21373,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_10_14,m,10-14,10,14,20838,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_15_19,m,15-19,15,19,20093,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_20_24,m,20-24,20,24,15914,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_25_29,m,25-29,25,29,14921,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_30_34,m,30-34,30,34,14232,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_35_39,m,35-39,35,39,13005,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_40_44,m,40-44,40,44,10648,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_45_49,m,45-49,45,49,8641,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_50_54,m,50-54,50,54,6489,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_55_59,m,55-59,55,59,5060,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_60_64,m,60-64,60,64,4300,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_65_69,m,65-69,65,69,3322,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_70_74,m,70-74,70,74,3206,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_75_79,m,75-79,75,79,1969,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_80_84,m,80-84,80,84,1512,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,M_85PLUS,m,85+,85,,1743,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_00_04,all,0-4,0,4,44658,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_05_09,all,5-9,5,9,41903,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_10_14,all,10-14,10,14,40037,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_15_19,all,15-19,15,19,38774,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_20_24,all,20-24,20,24,32073,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_25_29,all,25-29,25,29,30974,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_30_34,all,30-34,30,34,28740,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_35_39,all,35-39,35,39,26081,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_40_44,all,40-44,40,44,20728,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_45_49,all,45-49,45,49,16620,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_50_54,all,50-54,50,54,13207,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_55_59,all,55-59,55,59,10798,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_60_64,all,60-64,60,64,9312,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_65_69,all,65-69,65,69,7097,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_70_74,all,70-74,70,74,6803,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_75_79,all,75-79,75,79,4156,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_80_84,all,80-84,80,84,3551,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,KM2,Ngazidja,T_85PLUS,all,85+,85,,3852,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COD,Democratic Republic of the Congo,CD52,Bas-Uele,F_00_04,f,0-4,0,4,96557,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,M_00_04,m,0-4,0,4,101359,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,F_05_19,f,5-19,5,19,219021,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,M_05_19,m,5-19,5,19,229953,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,T_00_04,all,0-4,0,4,197916,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,T_05_19,all,5-19,5,19,448974,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,F_TL,f,all,,,609165,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,M_TL,m,all,,,654661,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD52,Bas-Uele,T_TL,all,all,,,1263826,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,F_00_04,f,0-4,0,4,218095,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,M_00_04,m,0-4,0,4,226788,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,F_05_19,f,5-19,5,19,458477,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,M_05_19,m,5-19,5,19,473660,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,T_00_04,all,0-4,0,4,444883,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,T_05_19,all,5-19,5,19,932137,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,F_TL,f,all,,,1224568,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,M_TL,m,all,,,1224568,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD41,Equateur,T_TL,all,all,,,2449136,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,F_00_04,f,0-4,0,4,639241,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,M_00_04,m,0-4,0,4,651752,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,F_05_19,f,5-19,5,19,1225695,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,M_05_19,m,5-19,5,19,1247971,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,T_00_04,all,0-4,0,4,1290993,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,T_05_19,all,5-19,5,19,2473666,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,F_TL,f,all,,,3057372,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,M_TL,m,all,,,3045170,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD71,Haut-Katanga,T_TL,all,all,,,6102542,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,F_00_04,f,0-4,0,4,426787,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,M_00_04,m,0-4,0,4,435139,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,F_05_19,f,5-19,5,19,818329,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,M_05_19,m,5-19,5,19,833199,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,T_00_04,all,0-4,0,4,861926,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,T_05_19,all,5-19,5,19,1651528,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,F_TL,f,all,,,2139023,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,M_TL,m,all,,,1935306,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD73,Haut-Lomami,T_TL,all,all,,,4074329,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,F_00_04,f,0-4,0,4,139580,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,M_00_04,m,0-4,0,4,146523,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,F_05_19,f,5-19,5,19,316615,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,M_05_19,m,5-19,5,19,332418,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,T_00_04,all,0-4,0,4,286103,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,T_05_19,all,5-19,5,19,649033,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,F_TL,f,all,,,942719,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,M_TL,m,all,,,884255,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD53,Haut-Uele,T_TL,all,all,,,1826974,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,F_00_04,f,0-4,0,4,428751,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,M_00_04,m,0-4,0,4,450076,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,F_05_19,f,5-19,5,19,972546,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,M_05_19,m,5-19,5,19,1021089,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,T_00_04,all,0-4,0,4,878827,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,T_05_19,all,5-19,5,19,1993635,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,F_TL,f,all,,,2850858,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,M_TL,m,all,,,2761067,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD54,Ituri,T_TL,all,all,,,5611925,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,F_00_04,f,0-4,0,4,402794,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,M_00_04,m,0-4,0,4,419192,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,F_05_19,f,5-19,5,19,879946,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,M_05_19,m,5-19,5,19,910273,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,T_00_04,all,0-4,0,4,821986,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,T_05_19,all,5-19,5,19,1790219,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,F_TL,f,all,,,2219522,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,M_TL,m,all,,,2273438,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD92,Kasaï,T_TL,all,all,,,4492960,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,F_00_04,f,0-4,0,4,429284,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,M_00_04,m,0-4,0,4,446761,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,F_05_19,f,5-19,5,19,937815,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,M_05_19,m,5-19,5,19,970136,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,T_00_04,all,0-4,0,4,876045,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,T_05_19,all,5-19,5,19,1907951,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,F_TL,f,all,,,2475624,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,M_TL,m,all,,,2312815,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD91,Kasaï-Central,T_TL,all,all,,,4788439,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,F_00_04,f,0-4,0,4,543498,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,M_00_04,m,0-4,0,4,556490,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,F_05_19,f,5-19,5,19,1063177,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,M_05_19,m,5-19,5,19,1094575,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,T_00_04,all,0-4,0,4,1099988,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,T_05_19,all,5-19,5,19,2157752,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,F_TL,f,all,,,2668771,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,M_TL,m,all,,,2744554,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD82,Kasaï-Oriental,T_TL,all,all,,,5413325,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,F_00_04,f,0-4,0,4,1035155,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,M_00_04,m,0-4,0,4,1041110,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,F_05_19,f,5-19,5,19,1927889,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,M_05_19,m,5-19,5,19,1949724,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,T_00_04,all,0-4,0,4,2076265,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,T_05_19,all,5-19,5,19,3877613,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,F_TL,f,all,,,5220436,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,M_TL,m,all,,,4704348,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD10,Kinshasa,T_TL,all,all,,,9924784,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,F_00_04,f,0-4,0,4,418794,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,M_00_04,m,0-4,0,4,413571,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,F_05_19,f,5-19,5,19,830960,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,M_05_19,m,5-19,5,19,819302,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,T_00_04,all,0-4,0,4,832365,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,T_05_19,all,5-19,5,19,1650262,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,F_TL,f,all,,,2081918,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,M_TL,m,all,,,1937229,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD20,Kongo-Central,T_TL,all,all,,,4019147,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,F_00_04,f,0-4,0,4,236066,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,M_00_04,m,0-4,0,4,250609,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,F_05_19,f,5-19,5,19,476645,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,M_05_19,m,5-19,5,19,503598,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,T_00_04,all,0-4,0,4,486675,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,T_05_19,all,5-19,5,19,980243,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,F_TL,f,all,,,1281247,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,M_TL,m,all,,,1226085,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD31,Kwango,T_TL,all,all,,,2507332,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,F_00_04,f,0-4,0,4,472460,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,M_00_04,m,0-4,0,4,501566,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,F_05_19,f,5-19,5,19,953955,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,M_05_19,m,5-19,5,19,1007899,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,T_00_04,all,0-4,0,4,974026,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,T_05_19,all,5-19,5,19,1961854,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,F_TL,f,all,,,2589379,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,M_TL,m,all,,,2428796,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD32,Kwilu,T_TL,all,all,,,5018175,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,F_00_04,f,0-4,0,4,400797,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,M_00_04,m,0-4,0,4,410378,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,F_05_19,f,5-19,5,19,784027,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,M_05_19,m,5-19,5,19,807182,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,T_00_04,all,0-4,0,4,811175,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,T_05_19,all,5-19,5,19,1591209,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,F_TL,f,all,,,2023940,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,M_TL,m,all,,,1968054,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD81,Lomami,T_TL,all,all,,,3991994,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,F_00_04,f,0-4,0,4,245602,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,M_00_04,m,0-4,0,4,250407,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,F_05_19,f,5-19,5,19,470921,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,M_05_19,m,5-19,5,19,479481,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,T_00_04,all,0-4,0,4,496009,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,T_05_19,all,5-19,5,19,950402,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,F_TL,f,all,,,1212180,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,M_TL,m,all,,,1132462,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD72,Lualaba,T_TL,all,all,,,2344642,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,F_00_04,f,0-4,0,4,181343,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,M_00_04,m,0-4,0,4,192515,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,F_05_19,f,5-19,5,19,366154,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,M_05_19,m,5-19,5,19,386860,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,T_00_04,all,0-4,0,4,373858,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,T_05_19,all,5-19,5,19,753014,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,F_TL,f,all,,,903346,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,M_TL,m,all,,,1022765,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD33,Maï-Ndombe,T_TL,all,all,,,1926111,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,F_00_04,f,0-4,0,4,245330,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,M_00_04,m,0-4,0,4,252055,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,F_05_19,f,5-19,5,19,456649,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,M_05_19,m,5-19,5,19,487891,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,T_00_04,all,0-4,0,4,497385,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,T_05_19,all,5-19,5,19,944540,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,F_TL,f,all,,,1326178,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,M_TL,m,all,,,1310363,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD63,Maniema,T_TL,all,all,,,2636541,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,F_00_04,f,0-4,0,4,224587,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,M_00_04,m,0-4,0,4,233540,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,F_05_19,f,5-19,5,19,472126,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,M_05_19,m,5-19,5,19,487762,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,T_00_04,all,0-4,0,4,458127,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,T_05_19,all,5-19,5,19,959888,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,F_TL,f,all,,,1266061,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,M_TL,m,all,,,1255974,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD44,Mongala,T_TL,all,all,,,2522035,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,F_00_04,f,0-4,0,4,1008705,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,M_00_04,m,0-4,0,4,1043522,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,F_05_19,f,5-19,5,19,1938555,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,M_05_19,m,5-19,5,19,1999999,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,T_00_04,all,0-4,0,4,2052227,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,T_05_19,all,5-19,5,19,3938554,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,F_TL,f,all,,,5263695,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,M_TL,m,all,,,4976957,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD61,Nord-Kivu,T_TL,all,all,,,10240652,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,F_00_04,f,0-4,0,4,140892,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,M_00_04,m,0-4,0,4,146510,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,F_05_19,f,5-19,5,19,296183,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,M_05_19,m,5-19,5,19,305992,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,T_00_04,all,0-4,0,4,287402,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,T_05_19,all,5-19,5,19,602175,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,F_TL,f,all,,,745202,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,M_TL,m,all,,,836969,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD43,Nord-Ubangi,T_TL,all,all,,,1582171,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,F_00_04,f,0-4,0,4,205572,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,M_00_04,m,0-4,0,4,210486,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,F_05_19,f,5-19,5,19,402134,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,M_05_19,m,5-19,5,19,414009,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,T_00_04,all,0-4,0,4,416058,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,T_05_19,all,5-19,5,19,816143,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,F_TL,f,all,,,1036050,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,M_TL,m,all,,,1011479,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD83,Sankuru,T_TL,all,all,,,2047529,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,F_00_04,f,0-4,0,4,696996,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,M_00_04,m,0-4,0,4,714048,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,F_05_19,f,5-19,5,19,1321521,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,M_05_19,m,5-19,5,19,1344255,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,T_00_04,all,0-4,0,4,1411044,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,T_05_19,all,5-19,5,19,2665776,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,F_TL,f,all,,,3573790,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,M_TL,m,all,,,3531160,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD62,Sud-Kivu,T_TL,all,all,,,7104950,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,F_00_04,f,0-4,0,4,255791,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,M_00_04,m,0-4,0,4,265990,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,F_05_19,f,5-19,5,19,537725,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,M_05_19,m,5-19,5,19,555533,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,T_00_04,all,0-4,0,4,521781,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,T_05_19,all,5-19,5,19,1093258,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,F_TL,f,all,,,1387396,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,M_TL,m,all,,,1485060,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD42,Sud-Ubangi,T_TL,all,all,,,2872456,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,F_00_04,f,0-4,0,4,330834,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,M_00_04,m,0-4,0,4,337310,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,F_05_19,f,5-19,5,19,634351,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,M_05_19,m,5-19,5,19,645878,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,T_00_04,all,0-4,0,4,668144,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,T_05_19,all,5-19,5,19,1280229,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,F_TL,f,all,,,1632856,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,M_TL,m,all,,,1525472,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD74,Tanganyika,T_TL,all,all,,,3158328,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,F_00_04,f,0-4,0,4,241360,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,M_00_04,m,0-4,0,4,253365,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,F_05_19,f,5-19,5,19,547481,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,M_05_19,m,5-19,5,19,574811,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,T_00_04,all,0-4,0,4,494725,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,T_05_19,all,5-19,5,19,1122292,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,F_TL,f,all,,,1576422,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,M_TL,m,all,,,1582739,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD51,Tshopo,T_TL,all,all,,,3159161,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,F_00_04,f,0-4,0,4,188775,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,M_00_04,m,0-4,0,4,196302,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,F_05_19,f,5-19,5,19,396844,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,M_05_19,m,5-19,5,19,409986,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,T_00_04,all,0-4,0,4,385077,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,T_05_19,all,5-19,5,19,806830,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,F_TL,f,all,,,1059947,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,M_TL,m,all,,,1059947,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,CD45,Tshuapa,T_TL,all,all,,,2119894,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +CRI,Costa Rica,CR1,San José,F_TL,f,all,,,842177,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_TL,m,all,,,831506,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_TL,all,all,,,1673683,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_00_04,f,0-4,0,4,51082,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_05_09,f,5-9,5,9,53806,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_10_14,f,10-14,10,14,52213,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_15_19,f,15-19,15,19,53433,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_20_24,f,20-24,20,24,64566,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_25_29,f,25-29,25,29,70617,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_30_34,f,30-34,30,34,72471,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_35_39,f,35-39,35,39,70620,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_40_44,f,40-44,40,44,61003,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_45_49,f,45-49,45,49,51504,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_50_54,f,50-54,50,54,49724,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_55_59,f,55-59,55,59,49992,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_60_64,f,60-64,60,64,44243,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_65_69,f,65-69,65,69,35002,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_70_74,f,70-74,70,74,23626,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,F_75PLUS,f,75+,75,,38275,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_00_04,m,0-4,0,4,53611,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_05_09,m,5-9,5,9,56645,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_10_14,m,10-14,10,14,54964,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_15_19,m,15-19,15,19,56831,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_20_24,m,20-24,20,24,67405,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_25_29,m,25-29,25,29,76073,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_30_34,m,30-34,30,34,77061,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_35_39,m,35-39,35,39,73337,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_40_44,m,40-44,40,44,61207,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_45_49,m,45-49,45,49,49726,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_50_54,m,50-54,50,54,45830,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_55_59,m,55-59,55,59,44659,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_60_64,m,60-64,60,64,38292,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_65_69,m,65-69,65,69,29634,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_70_74,m,70-74,70,74,19304,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,M_75PLUS,m,75+,75,,26927,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_00_04,all,0-4,0,4,104693,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_05_09,all,5-9,5,9,110451,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_10_14,all,10-14,10,14,107177,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_15_19,all,15-19,15,19,110264,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_20_24,all,20-24,20,24,131971,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_25_29,all,25-29,25,29,146690,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_30_34,all,30-34,30,34,149532,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_35_39,all,35-39,35,39,143957,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_40_44,all,40-44,40,44,122210,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_45_49,all,45-49,45,49,101230,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_50_54,all,50-54,50,54,95554,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_55_59,all,55-59,55,59,94651,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_60_64,all,60-64,60,64,82535,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_65_69,all,65-69,65,69,64636,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_70_74,all,70-74,70,74,42930,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR1,San José,T_75PLUS,all,75+,75,,65202,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_TL,f,all,,,514113,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_TL,m,all,,,528604,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_TL,all,all,,,1042717,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_00_04,f,0-4,0,4,36588,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_05_09,f,5-9,5,9,37418,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_10_14,f,10-14,10,14,37773,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_15_19,f,15-19,15,19,37788,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_20_24,f,20-24,20,24,42486,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_25_29,f,25-29,25,29,43955,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_30_34,f,30-34,30,34,44700,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_35_39,f,35-39,35,39,41083,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_40_44,f,40-44,40,44,35211,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_45_49,f,45-49,45,49,30479,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_50_54,f,50-54,50,54,29173,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_55_59,f,55-59,55,59,26894,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_60_64,f,60-64,60,64,22503,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_65_69,f,65-69,65,69,17602,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_70_74,f,70-74,70,74,12006,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,F_75PLUS,f,75+,75,,18454,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_00_04,m,0-4,0,4,38144,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_05_09,m,5-9,5,9,39221,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_10_14,m,10-14,10,14,39518,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_15_19,m,15-19,15,19,39715,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_20_24,m,20-24,20,24,44730,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_25_29,m,25-29,25,29,47805,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_30_34,m,30-34,30,34,48953,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_35_39,m,35-39,35,39,43672,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_40_44,m,40-44,40,44,35767,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_45_49,m,45-49,45,49,29596,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_50_54,m,50-54,50,54,28013,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_55_59,m,55-59,55,59,26693,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_60_64,m,60-64,60,64,22506,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_65_69,m,65-69,65,69,17265,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_70_74,m,70-74,70,74,11362,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,M_75PLUS,m,75+,75,,15644,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_00_04,all,0-4,0,4,74732,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_05_09,all,5-9,5,9,76639,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_10_14,all,10-14,10,14,77291,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_15_19,all,15-19,15,19,77503,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_20_24,all,20-24,20,24,87216,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_25_29,all,25-29,25,29,91760,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_30_34,all,30-34,30,34,93653,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_35_39,all,35-39,35,39,84755,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_40_44,all,40-44,40,44,70978,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_45_49,all,45-49,45,49,60075,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_50_54,all,50-54,50,54,57186,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_55_59,all,55-59,55,59,53587,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_60_64,all,60-64,60,64,45009,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_65_69,all,65-69,65,69,34867,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_70_74,all,70-74,70,74,23368,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR2,Alajuela,T_75PLUS,all,75+,75,,34098,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_TL,f,all,,,271098,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_TL,m,all,,,273453,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_TL,all,all,,,544551,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_00_04,f,0-4,0,4,17674,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_05_09,f,5-9,5,9,18668,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_10_14,f,10-14,10,14,18183,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_15_19,f,15-19,15,19,18181,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_20_24,f,20-24,20,24,21682,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_25_29,f,25-29,25,29,22817,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_30_34,f,30-34,30,34,23308,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_35_39,f,35-39,35,39,21740,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_40_44,f,40-44,40,44,19363,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_45_49,f,45-49,45,49,16899,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_50_54,f,50-54,50,54,16507,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_55_59,f,55-59,55,59,15848,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_60_64,f,60-64,60,64,13139,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_65_69,f,65-69,65,69,9972,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_70_74,f,70-74,70,74,6599,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,F_75PLUS,f,75+,75,,10518,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_00_04,m,0-4,0,4,18703,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_05_09,m,5-9,5,9,19893,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_10_14,m,10-14,10,14,19182,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_15_19,m,15-19,15,19,19121,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_20_24,m,20-24,20,24,22748,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_25_29,m,25-29,25,29,24593,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_30_34,m,30-34,30,34,25098,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_35_39,m,35-39,35,39,22597,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_40_44,m,40-44,40,44,19003,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_45_49,m,45-49,45,49,16238,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_50_54,m,50-54,50,54,15505,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_55_59,m,55-59,55,59,14981,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_60_64,m,60-64,60,64,12211,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_65_69,m,65-69,65,69,9144,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_70_74,m,70-74,70,74,5860,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,M_75PLUS,m,75+,75,,8576,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_00_04,all,0-4,0,4,36377,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_05_09,all,5-9,5,9,38561,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_10_14,all,10-14,10,14,37365,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_15_19,all,15-19,15,19,37302,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_20_24,all,20-24,20,24,44430,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_25_29,all,25-29,25,29,47410,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_30_34,all,30-34,30,34,48406,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_35_39,all,35-39,35,39,44337,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_40_44,all,40-44,40,44,38366,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_45_49,all,45-49,45,49,33137,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_50_54,all,50-54,50,54,32012,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_55_59,all,55-59,55,59,30829,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_60_64,all,60-64,60,64,25350,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_65_69,all,65-69,65,69,19116,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_70_74,all,70-74,70,74,12459,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR3,Cartago,T_75PLUS,all,75+,75,,19094,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_TL,f,all,,,265532,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_TL,m,all,,,267422,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_TL,all,all,,,532954,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_00_04,f,0-4,0,4,17708,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_05_09,f,5-9,5,9,18541,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_10_14,f,10-14,10,14,18677,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_15_19,f,15-19,15,19,18523,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_20_24,f,20-24,20,24,19743,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_25_29,f,25-29,25,29,20044,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_30_34,f,30-34,30,34,22154,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_35_39,f,35-39,35,39,22673,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_40_44,f,40-44,40,44,19870,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_45_49,f,45-49,45,49,16628,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_50_54,f,50-54,50,54,15668,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_55_59,f,55-59,55,59,15479,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_60_64,f,60-64,60,64,13070,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_65_69,f,65-69,65,69,10108,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_70_74,f,70-74,70,74,6668,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,F_75PLUS,f,75+,75,,9978,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_00_04,m,0-4,0,4,18621,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_05_09,m,5-9,5,9,19390,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_10_14,m,10-14,10,14,19677,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_15_19,m,15-19,15,19,20011,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_20_24,m,20-24,20,24,21131,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_25_29,m,25-29,25,29,21491,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_30_34,m,30-34,30,34,23722,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_35_39,m,35-39,35,39,23725,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_40_44,m,40-44,40,44,19809,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_45_49,m,45-49,45,49,16382,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_50_54,m,50-54,50,54,14555,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_55_59,m,55-59,55,59,14125,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_60_64,m,60-64,60,64,12201,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_65_69,m,65-69,65,69,9147,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_70_74,m,70-74,70,74,5836,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,M_75PLUS,m,75+,75,,7599,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_00_04,all,0-4,0,4,36329,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_05_09,all,5-9,5,9,37931,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_10_14,all,10-14,10,14,38354,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_15_19,all,15-19,15,19,38534,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_20_24,all,20-24,20,24,40874,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_25_29,all,25-29,25,29,41535,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_30_34,all,30-34,30,34,45876,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_35_39,all,35-39,35,39,46398,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_40_44,all,40-44,40,44,39679,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_45_49,all,45-49,45,49,33010,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_50_54,all,50-54,50,54,30223,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_55_59,all,55-59,55,59,29604,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_60_64,all,60-64,60,64,25271,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_65_69,all,65-69,65,69,19255,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_70_74,all,70-74,70,74,12504,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR4,Heredia,T_75PLUS,all,75+,75,,17577,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_TL,f,all,,,196600,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_TL,m,all,,,202809,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_TL,all,all,,,399409,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_00_04,f,0-4,0,4,15496,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_05_09,f,5-9,5,9,15810,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_10_14,f,10-14,10,14,15439,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_15_19,f,15-19,15,19,14284,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_20_24,f,20-24,20,24,14775,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_25_29,f,25-29,25,29,15802,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_30_34,f,30-34,30,34,16664,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_35_39,f,35-39,35,39,16181,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_40_44,f,40-44,40,44,13788,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_45_49,f,45-49,45,49,11290,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_50_54,f,50-54,50,54,10477,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_55_59,f,55-59,55,59,9812,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_60_64,f,60-64,60,64,8649,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_65_69,f,65-69,65,69,6590,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_70_74,f,70-74,70,74,4438,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,F_75PLUS,f,75+,75,,7105,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_00_04,m,0-4,0,4,16080,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_05_09,m,5-9,5,9,16157,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_10_14,m,10-14,10,14,16510,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_15_19,m,15-19,15,19,15092,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_20_24,m,20-24,20,24,14872,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_25_29,m,25-29,25,29,16282,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_30_34,m,30-34,30,34,17521,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_35_39,m,35-39,35,39,17346,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_40_44,m,40-44,40,44,14163,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_45_49,m,45-49,45,49,11594,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_50_54,m,50-54,50,54,10522,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_55_59,m,55-59,55,59,10039,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_60_64,m,60-64,60,64,8806,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_65_69,m,65-69,65,69,6484,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_70_74,m,70-74,70,74,4617,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,M_75PLUS,m,75+,75,,6724,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_00_04,all,0-4,0,4,31576,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_05_09,all,5-9,5,9,31967,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_10_14,all,10-14,10,14,31949,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_15_19,all,15-19,15,19,29376,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_20_24,all,20-24,20,24,29647,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_25_29,all,25-29,25,29,32084,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_30_34,all,30-34,30,34,34185,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_35_39,all,35-39,35,39,33527,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_40_44,all,40-44,40,44,27951,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_45_49,all,45-49,45,49,22884,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_50_54,all,50-54,50,54,20999,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_55_59,all,55-59,55,59,19851,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_60_64,all,60-64,60,64,17455,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_65_69,all,65-69,65,69,13074,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_70_74,all,70-74,70,74,9055,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR5,Guanacaste,T_75PLUS,all,75+,75,,13829,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_TL,f,all,,,247310,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_TL,m,all,,,257406,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_TL,all,all,,,504716,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_00_04,f,0-4,0,4,19728,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_05_09,f,5-9,5,9,19838,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_10_14,f,10-14,10,14,20058,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_15_19,f,15-19,15,19,19963,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_20_24,f,20-24,20,24,20339,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_25_29,f,25-29,25,29,21180,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_30_34,f,30-34,30,34,20536,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_35_39,f,35-39,35,39,19123,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_40_44,f,40-44,40,44,17198,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_45_49,f,45-49,45,49,14444,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_50_54,f,50-54,50,54,12986,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_55_59,f,55-59,55,59,11811,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_60_64,f,60-64,60,64,9828,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_65_69,f,65-69,65,69,7768,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_70_74,f,70-74,70,74,5011,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,F_75PLUS,f,75+,75,,7499,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_00_04,m,0-4,0,4,20741,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_05_09,m,5-9,5,9,20862,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_10_14,m,10-14,10,14,20978,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_15_19,m,15-19,15,19,20600,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_20_24,m,20-24,20,24,20285,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_25_29,m,25-29,25,29,21323,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_30_34,m,30-34,30,34,20673,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_35_39,m,35-39,35,39,19891,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_40_44,m,40-44,40,44,17648,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_45_49,m,45-49,45,49,15007,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_50_54,m,50-54,50,54,13556,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_55_59,m,55-59,55,59,12641,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_60_64,m,60-64,60,64,10758,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_65_69,m,65-69,65,69,8337,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_70_74,m,70-74,70,74,5898,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,M_75PLUS,m,75+,75,,8208,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_00_04,all,0-4,0,4,40469,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_05_09,all,5-9,5,9,40700,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_10_14,all,10-14,10,14,41036,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_15_19,all,15-19,15,19,40563,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_20_24,all,20-24,20,24,40624,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_25_29,all,25-29,25,29,42503,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_30_34,all,30-34,30,34,41209,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_35_39,all,35-39,35,39,39014,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_40_44,all,40-44,40,44,34846,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_45_49,all,45-49,45,49,29451,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_50_54,all,50-54,50,54,26542,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_55_59,all,55-59,55,59,24452,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_60_64,all,60-64,60,64,20586,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_65_69,all,65-69,65,69,16105,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_70_74,all,70-74,70,74,10909,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR6,Puntarenas,T_75PLUS,all,75+,75,,15707,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_TL,f,all,,,225537,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_TL,m,all,,,239454,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_TL,all,all,,,464991,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_00_04,f,0-4,0,4,19033,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_05_09,f,5-9,5,9,19225,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_10_14,f,10-14,10,14,19624,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_15_19,f,15-19,15,19,20172,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_20_24,f,20-24,20,24,20066,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_25_29,f,25-29,25,29,19292,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_30_34,f,30-34,30,34,17911,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_35_39,f,35-39,35,39,17343,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_40_44,f,40-44,40,44,15092,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_45_49,f,45-49,45,49,12358,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_50_54,f,50-54,50,54,11324,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_55_59,f,55-59,55,59,10529,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_60_64,f,60-64,60,64,8569,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_65_69,f,65-69,65,69,5830,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_70_74,f,70-74,70,74,3751,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,F_75PLUS,f,75+,75,,5418,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_00_04,m,0-4,0,4,19988,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_05_09,m,5-9,5,9,20078,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_10_14,m,10-14,10,14,20530,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_15_19,m,15-19,15,19,21005,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_20_24,m,20-24,20,24,20638,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_25_29,m,25-29,25,29,20028,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_30_34,m,30-34,30,34,18269,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_35_39,m,35-39,35,39,18322,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_40_44,m,40-44,40,44,15802,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_45_49,m,45-49,45,49,13313,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_50_54,m,50-54,50,54,11931,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_55_59,m,55-59,55,59,11498,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_60_64,m,60-64,60,64,10080,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_65_69,m,65-69,65,69,7356,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_70_74,m,70-74,70,74,4605,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,M_75PLUS,m,75+,75,,6011,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_00_04,all,0-4,0,4,39021,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_05_09,all,5-9,5,9,39303,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_10_14,all,10-14,10,14,40154,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_15_19,all,15-19,15,19,41177,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_20_24,all,20-24,20,24,40704,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_25_29,all,25-29,25,29,39320,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_30_34,all,30-34,30,34,36180,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_35_39,all,35-39,35,39,35665,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_40_44,all,40-44,40,44,30894,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_45_49,all,45-49,45,49,25671,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_50_54,all,50-54,50,54,23255,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_55_59,all,55-59,55,59,22027,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_60_64,all,60-64,60,64,18649,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_65_69,all,65-69,65,69,13186,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_70_74,all,70-74,70,74,8356,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,CR7,Limon,T_75PLUS,all,75+,75,,11429,2021,Costa Rica National Statistics Office (NSO),UNFPA +CIV,Côte d'Ivoire,CI12,Gbokle,F_TL,f,all,,,212067,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,M_TL,m,all,,,245391,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_TL,all,all,,,457458,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_00_04,all,0-4,0,4,74536,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_05_09,all,5-9,5,9,64125,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_10_14,all,10-14,10,14,56717,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_15_19,all,15-19,15,19,50381,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_20_24,all,20-24,20,24,42094,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_25_29,all,25-29,25,29,34503,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_30_34,all,30-34,30,34,28765,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_35_39,all,35-39,35,39,24407,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_40_44,all,40-44,40,44,19781,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_45_49,all,45-49,45,49,16140,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_50_54,all,50-54,50,54,13411,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_55_59,all,55-59,55,59,10945,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_60_64,all,60-64,60,64,8475,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_65_69,all,65-69,65,69,5953,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_70_74,all,70-74,70,74,3945,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_75_79,all,75-79,75,79,2133,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI12,Gbokle,T_80PLUS,all,80+,80,,1147,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,F_TL,f,all,,,568217,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,M_TL,m,all,,,633735,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_TL,all,all,,,1201952,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_00_04,all,0-4,0,4,195839,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_05_09,all,5-9,5,9,168489,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_10_14,all,10-14,10,14,149020,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_15_19,all,15-19,15,19,132370,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_20_24,all,20-24,20,24,110594,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_25_29,all,25-29,25,29,90660,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_30_34,all,30-34,30,34,75573,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_35_39,all,35-39,35,39,64126,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_40_44,all,40-44,40,44,51963,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_45_49,all,45-49,45,49,42404,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_50_54,all,50-54,50,54,35237,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_55_59,all,55-59,55,59,28758,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_60_64,all,60-64,60,64,22276,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_65_69,all,65-69,65,69,15644,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_70_74,all,70-74,70,74,10373,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_75_79,all,75-79,75,79,5613,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI26,Nawa,T_80PLUS,all,80+,80,,3013,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,F_TL,f,all,,,436561,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,M_TL,m,all,,,506966,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_TL,all,all,,,943527,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_00_04,all,0-4,0,4,153732,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_05_09,all,5-9,5,9,132263,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_10_14,all,10-14,10,14,116983,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_15_19,all,15-19,15,19,103909,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_20_24,all,20-24,20,24,86813,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_25_29,all,25-29,25,29,71168,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_30_34,all,30-34,30,34,59324,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_35_39,all,35-39,35,39,50339,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_40_44,all,40-44,40,44,40795,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_45_49,all,45-49,45,49,33287,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_50_54,all,50-54,50,54,27661,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_55_59,all,55-59,55,59,22578,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_60_64,all,60-64,60,64,17486,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_65_69,all,65-69,65,69,12279,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_70_74,all,70-74,70,74,8142,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_75_79,all,75-79,75,79,4403,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI29,San Pedro,T_80PLUS,all,80+,80,,2365,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,F_TL,f,all,,,308427,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,M_TL,m,all,,,331235,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_TL,all,all,,,639662,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_00_04,all,0-4,0,4,104227,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_05_09,all,5-9,5,9,89670,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_10_14,all,10-14,10,14,79306,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_15_19,all,15-19,15,19,70440,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_20_24,all,20-24,20,24,58857,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_25_29,all,25-29,25,29,48250,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_30_34,all,30-34,30,34,40219,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_35_39,all,35-39,35,39,34126,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_40_44,all,40-44,40,44,27653,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_45_49,all,45-49,45,49,22569,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_50_54,all,50-54,50,54,18752,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_55_59,all,55-59,55,59,15308,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_60_64,all,60-64,60,64,11856,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_65_69,all,65-69,65,69,8319,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_70_74,all,70-74,70,74,5521,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_75_79,all,75-79,75,79,2987,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI20,Indenie-Djuablin,T_80PLUS,all,80+,80,,1602,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,F_TL,f,all,,,361167,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,M_TL,m,all,,,372293,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_TL,all,all,,,733460,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_00_04,all,0-4,0,4,119508,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_05_09,all,5-9,5,9,102817,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_10_14,all,10-14,10,14,90937,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_15_19,all,15-19,15,19,80777,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_20_24,all,20-24,20,24,67486,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_25_29,all,25-29,25,29,55322,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_30_34,all,30-34,30,34,46117,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_35_39,all,35-39,35,39,39137,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_40_44,all,40-44,40,44,31715,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_45_49,all,45-49,45,49,25877,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_50_54,all,50-54,50,54,21498,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_55_59,all,55-59,55,59,17552,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_60_64,all,60-64,60,64,13591,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_65_69,all,65-69,65,69,9543,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_70_74,all,70-74,70,74,6323,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_75_79,all,75-79,75,79,3421,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI30,Sud-Comoe,T_80PLUS,all,80+,80,,1839,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,F_TL,f,all,,,54508,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,M_TL,m,all,,,55532,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_TL,all,all,,,110040,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_00_04,all,0-4,0,4,17933,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_05_09,all,5-9,5,9,15426,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_10_14,all,10-14,10,14,13643,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_15_19,all,15-19,15,19,12118,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_20_24,all,20-24,20,24,10126,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_25_29,all,25-29,25,29,8299,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_30_34,all,30-34,30,34,6918,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_35_39,all,35-39,35,39,5872,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_40_44,all,40-44,40,44,4759,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_45_49,all,45-49,45,49,3884,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_50_54,all,50-54,50,54,3228,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_55_59,all,55-59,55,59,2633,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_60_64,all,60-64,60,64,2035,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_65_69,all,65-69,65,69,1431,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_70_74,all,70-74,70,74,948,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_75_79,all,75-79,75,79,512,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI10,Folon,T_80PLUS,all,80+,80,,275,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,F_TL,f,all,,,108224,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,M_TL,m,all,,,112477,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_TL,all,all,,,220701,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_00_04,all,0-4,0,4,35955,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_05_09,all,5-9,5,9,30940,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_10_14,all,10-14,10,14,27360,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_15_19,all,15-19,15,19,24304,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_20_24,all,20-24,20,24,20309,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_25_29,all,25-29,25,29,16648,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_30_34,all,30-34,30,34,13876,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_35_39,all,35-39,35,39,11776,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_40_44,all,40-44,40,44,9545,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_45_49,all,45-49,45,49,7789,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_50_54,all,50-54,50,54,6469,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_55_59,all,55-59,55,59,5282,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_60_64,all,60-64,60,64,4093,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_65_69,all,65-69,65,69,2869,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_70_74,all,70-74,70,74,1902,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_75_79,all,75-79,75,79,1031,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI21,Kabadougou,T_80PLUS,all,80+,80,,553,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,F_TL,f,all,,,2704844,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,M_TL,m,all,,,2668048,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_TL,all,all,,,5372892,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_00_04,all,0-4,0,4,875432,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_05_09,all,5-9,5,9,753174,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_10_14,all,10-14,10,14,666154,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_15_19,all,15-19,15,19,591713,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_20_24,all,20-24,20,24,494362,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_25_29,all,25-29,25,29,405257,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_30_34,all,30-34,30,34,337821,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_35_39,all,35-39,35,39,286663,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_40_44,all,40-44,40,44,232291,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_45_49,all,45-49,45,49,189551,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_50_54,all,50-54,50,54,157512,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_55_59,all,55-59,55,59,128569,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_60_64,all,60-64,60,64,99565,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_65_69,all,65-69,65,69,69922,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_70_74,all,70-74,70,74,46362,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_75_79,all,75-79,75,79,25082,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI01,District Autonome D'Abidjan,T_80PLUS,all,80+,80,,13462,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,F_TL,f,all,,,198681,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,M_TL,m,all,,,207156,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_TL,all,all,,,405837,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_00_04,all,0-4,0,4,66123,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_05_09,all,5-9,5,9,56890,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_10_14,all,10-14,10,14,50318,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_15_19,all,15-19,15,19,44695,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_20_24,all,20-24,20,24,37343,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_25_29,all,25-29,25,29,30610,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_30_34,all,30-34,30,34,25518,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_35_39,all,35-39,35,39,21654,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_40_44,all,40-44,40,44,17545,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_45_49,all,45-49,45,49,14317,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_50_54,all,50-54,50,54,11897,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_55_59,all,55-59,55,59,9712,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_60_64,all,60-64,60,64,7522,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_65_69,all,65-69,65,69,5282,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_70_74,all,70-74,70,74,3502,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_75_79,all,75-79,75,79,1893,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI02,District Autonome De Yamoussoukro,T_80PLUS,all,80+,80,,1016,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,F_TL,f,all,,,472877,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,M_TL,m,all,,,527104,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_TL,all,all,,,999981,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_00_04,all,0-4,0,4,162928,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_05_09,all,5-9,5,9,140174,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_10_14,all,10-14,10,14,123981,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_15_19,all,15-19,15,19,110126,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_20_24,all,20-24,20,24,92008,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_25_29,all,25-29,25,29,75423,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_30_34,all,30-34,30,34,62874,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_35_39,all,35-39,35,39,53354,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_40_44,all,40-44,40,44,43233,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_45_49,all,45-49,45,49,35280,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_50_54,all,50-54,50,54,29317,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_55_59,all,55-59,55,59,23929,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_60_64,all,60-64,60,64,18529,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_65_69,all,65-69,65,69,13014,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_70_74,all,70-74,70,74,8630,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_75_79,all,75-79,75,79,4671,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI13,Goh,T_80PLUS,all,80+,80,,2510,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,F_TL,f,all,,,397447,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,M_TL,m,all,,,434794,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_TL,all,all,,,832241,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_00_04,all,0-4,0,4,135600,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_05_09,all,5-9,5,9,116665,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_10_14,all,10-14,10,14,103187,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_15_19,all,15-19,15,19,91653,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_20_24,all,20-24,20,24,76572,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_25_29,all,25-29,25,29,62774,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_30_34,all,30-34,30,34,52326,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_35_39,all,35-39,35,39,44403,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_40_44,all,40-44,40,44,35982,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_45_49,all,45-49,45,49,29361,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_50_54,all,50-54,50,54,24395,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_55_59,all,55-59,55,59,19916,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_60_64,all,60-64,60,64,15421,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_65_69,all,65-69,65,69,10829,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_70_74,all,70-74,70,74,7183,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_75_79,all,75-79,75,79,3886,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI22,Loh-Djiboua,T_80PLUS,all,80+,80,,2088,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,F_TL,f,all,,,198844,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,M_TL,m,all,,,196940,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_TL,all,all,,,395784,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_00_04,all,0-4,0,4,64484,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_05_09,all,5-9,5,9,55481,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_10_14,all,10-14,10,14,49070,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_15_19,all,15-19,15,19,43590,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_20_24,all,20-24,20,24,36416,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_25_29,all,25-29,25,29,29850,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_30_34,all,30-34,30,34,24887,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_35_39,all,35-39,35,39,21118,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_40_44,all,40-44,40,44,17110,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_45_49,all,45-49,45,49,13965,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_50_54,all,50-54,50,54,11603,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_55_59,all,55-59,55,59,9473,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_60_64,all,60-64,60,64,7332,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_65_69,all,65-69,65,69,5153,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_70_74,all,70-74,70,74,3414,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_75_79,all,75-79,75,79,1847,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI06,Belier,T_80PLUS,all,80+,80,,991,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,F_TL,f,all,,,185641,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,M_TL,m,all,,,190271,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_TL,all,all,,,375912,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_00_04,all,0-4,0,4,61246,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_05_09,all,5-9,5,9,52694,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_10_14,all,10-14,10,14,46606,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_15_19,all,15-19,15,19,41402,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_20_24,all,20-24,20,24,34587,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_25_29,all,25-29,25,29,28351,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_30_34,all,30-34,30,34,23634,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_35_39,all,35-39,35,39,20057,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_40_44,all,40-44,40,44,16251,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_45_49,all,45-49,45,49,13264,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_50_54,all,50-54,50,54,11021,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_55_59,all,55-59,55,59,8997,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_60_64,all,60-64,60,64,6965,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_65_69,all,65-69,65,69,4894,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_70_74,all,70-74,70,74,3243,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_75_79,all,75-79,75,79,1757,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI19,Iffou,T_80PLUS,all,80+,80,,943,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,F_TL,f,all,,,185390,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,M_TL,m,all,,,193036,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_TL,all,all,,,378426,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_00_04,all,0-4,0,4,61657,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_05_09,all,5-9,5,9,53051,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_10_14,all,10-14,10,14,46919,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_15_19,all,15-19,15,19,41674,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_20_24,all,20-24,20,24,34822,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_25_29,all,25-29,25,29,28541,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_30_34,all,30-34,30,34,23794,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_35_39,all,35-39,35,39,20193,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_40_44,all,40-44,40,44,16359,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_45_49,all,45-49,45,49,13348,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_50_54,all,50-54,50,54,11095,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_55_59,all,55-59,55,59,9055,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_60_64,all,60-64,60,64,7013,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_65_69,all,65-69,65,69,4923,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_70_74,all,70-74,70,74,3266,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_75_79,all,75-79,75,79,1768,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI25,Moronou,T_80PLUS,all,80+,80,,948,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,F_TL,f,all,,,142921,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,M_TL,m,all,,,139662,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_TL,all,all,,,282583,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_00_04,all,0-4,0,4,46044,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_05_09,all,5-9,5,9,39613,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_10_14,all,10-14,10,14,35035,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_15_19,all,15-19,15,19,31120,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_20_24,all,20-24,20,24,26002,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_25_29,all,25-29,25,29,21314,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_30_34,all,30-34,30,34,17766,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_35_39,all,35-39,35,39,15078,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_40_44,all,40-44,40,44,12216,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_45_49,all,45-49,45,49,9971,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_50_54,all,50-54,50,54,8283,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_55_59,all,55-59,55,59,6761,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_60_64,all,60-64,60,64,5235,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_65_69,all,65-69,65,69,3677,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_70_74,all,70-74,70,74,2439,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_75_79,all,75-79,75,79,1320,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI27,N'Zi,T_80PLUS,all,80+,80,,709,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,F_TL,f,all,,,326973,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,M_TL,m,all,,,365672,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_TL,all,all,,,692645,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_00_04,all,0-4,0,4,112854,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_05_09,all,5-9,5,9,97089,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_10_14,all,10-14,10,14,85880,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_15_19,all,15-19,15,19,76279,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_20_24,all,20-24,20,24,63730,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_25_29,all,25-29,25,29,52240,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_30_34,all,30-34,30,34,43549,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_35_39,all,35-39,35,39,36955,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_40_44,all,40-44,40,44,29944,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_45_49,all,45-49,45,49,24441,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_50_54,all,50-54,50,54,20304,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_55_59,all,55-59,55,59,16573,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_60_64,all,60-64,60,64,12840,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_65_69,all,65-69,65,69,9015,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_70_74,all,70-74,70,74,5978,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_75_79,all,75-79,75,79,3234,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI03,Agneby-Tiassa,T_80PLUS,all,80+,80,,1740,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,F_TL,f,all,,,195605,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,M_TL,m,all,,,211283,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_TL,all,all,,,406888,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_00_04,all,0-4,0,4,66297,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_05_09,all,5-9,5,9,57039,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_10_14,all,10-14,10,14,50449,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_15_19,all,15-19,15,19,44809,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_20_24,all,20-24,20,24,37436,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_25_29,all,25-29,25,29,30688,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_30_34,all,30-34,30,34,25580,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_35_39,all,35-39,35,39,21713,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_40_44,all,40-44,40,44,17592,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_45_49,all,45-49,45,49,14355,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_50_54,all,50-54,50,54,11924,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_55_59,all,55-59,55,59,9739,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_60_64,all,60-64,60,64,7542,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_65_69,all,65-69,65,69,5295,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_70_74,all,70-74,70,74,3510,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_75_79,all,75-79,75,79,1899,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI15,Grands Ponts,T_80PLUS,all,80+,80,,1021,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,F_TL,f,all,,,282154,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,M_TL,m,all,,,305306,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_TL,all,all,,,587460,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_00_04,all,0-4,0,4,95716,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_05_09,all,5-9,5,9,82351,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_10_14,all,10-14,10,14,72832,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_15_19,all,15-19,15,19,64697,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_20_24,all,20-24,20,24,54053,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_25_29,all,25-29,25,29,44313,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_30_34,all,30-34,30,34,36935,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_35_39,all,35-39,35,39,31347,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_40_44,all,40-44,40,44,25396,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_45_49,all,45-49,45,49,20722,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_50_54,all,50-54,50,54,17219,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_55_59,all,55-59,55,59,14065,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_60_64,all,60-64,60,64,10884,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_65_69,all,65-69,65,69,7649,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_70_74,all,70-74,70,74,5069,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_75_79,all,75-79,75,79,2740,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI24,Me,T_80PLUS,all,80+,80,,1472,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,F_TL,f,all,,,232335,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,M_TL,m,all,,,292664,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_TL,all,all,,,524999,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_00_04,all,0-4,0,4,85538,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_05_09,all,5-9,5,9,73595,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_10_14,all,10-14,10,14,65094,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_15_19,all,15-19,15,19,57816,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_20_24,all,20-24,20,24,48307,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_25_29,all,25-29,25,29,39592,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_30_34,all,30-34,30,34,33009,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_35_39,all,35-39,35,39,28010,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_40_44,all,40-44,40,44,22698,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_45_49,all,45-49,45,49,18521,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_50_54,all,50-54,50,54,15394,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_55_59,all,55-59,55,59,12564,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_60_64,all,60-64,60,64,9731,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_65_69,all,65-69,65,69,6835,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_70_74,all,70-74,70,74,4530,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_75_79,all,75-79,75,79,2451,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI09,Cavally,T_80PLUS,all,80+,80,,1314,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,F_TL,f,all,,,484474,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,M_TL,m,all,,,564883,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_TL,all,all,,,1049357,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_00_04,all,0-4,0,4,170976,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_05_09,all,5-9,5,9,147100,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_10_14,all,10-14,10,14,130105,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_15_19,all,15-19,15,19,115565,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_20_24,all,20-24,20,24,96554,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_25_29,all,25-29,25,29,79150,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_30_34,all,30-34,30,34,65978,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_35_39,all,35-39,35,39,55986,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_40_44,all,40-44,40,44,45368,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_45_49,all,45-49,45,49,37019,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_50_54,all,50-54,50,54,30759,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_55_59,all,55-59,55,59,25109,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_60_64,all,60-64,60,64,19445,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_65_69,all,65-69,65,69,13659,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_70_74,all,70-74,70,74,9053,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_75_79,all,75-79,75,79,4901,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI16,Guemon,T_80PLUS,all,80+,80,,2630,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,F_TL,f,all,,,522228,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,M_TL,m,all,,,586492,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_TL,all,all,,,1108720,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_00_04,all,0-4,0,4,179998,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_05_09,all,5-9,5,9,154728,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_10_14,all,10-14,10,14,136839,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_15_19,all,15-19,15,19,121664,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_20_24,all,20-24,20,24,102481,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_25_29,all,25-29,25,29,83584,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_30_34,all,30-34,30,34,69772,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_35_39,all,35-39,35,39,60055,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_40_44,all,40-44,40,44,48013,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_45_49,all,45-49,45,49,39231,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_50_54,all,50-54,50,54,32697,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_55_59,all,55-59,55,59,26660,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_60_64,all,60-64,60,64,20694,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_65_69,all,65-69,65,69,14592,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_70_74,all,70-74,70,74,9632,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_75_79,all,75-79,75,79,5234,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI32,Tonkpi,T_80PLUS,all,80+,80,,2846,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,F_TL,f,all,,,751097,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,M_TL,m,all,,,882161,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_TL,all,all,,,1633258,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_00_04,all,0-4,0,4,266112,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_05_09,all,5-9,5,9,228949,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_10_14,all,10-14,10,14,202498,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_15_19,all,15-19,15,19,179867,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_20_24,all,20-24,20,24,150281,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_25_29,all,25-29,25,29,123193,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_30_34,all,30-34,30,34,102692,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_35_39,all,35-39,35,39,87141,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_40_44,all,40-44,40,44,70611,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_45_49,all,45-49,45,49,57621,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_50_54,all,50-54,50,54,47876,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_55_59,all,55-59,55,59,39085,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_60_64,all,60-64,60,64,30268,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_65_69,all,65-69,65,69,21255,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_70_74,all,70-74,70,74,14094,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_75_79,all,75-79,75,79,7622,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI18,Haut-Sassandra,T_80PLUS,all,80+,80,,4093,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,F_TL,f,all,,,462472,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,M_TL,m,all,,,521763,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_TL,all,all,,,984235,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_00_04,all,0-4,0,4,160370,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_05_09,all,5-9,5,9,137971,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_10_14,all,10-14,10,14,122025,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_15_19,all,15-19,15,19,108393,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_20_24,all,20-24,20,24,90563,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_25_29,all,25-29,25,29,74238,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_30_34,all,30-34,30,34,61886,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_35_39,all,35-39,35,39,52512,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_40_44,all,40-44,40,44,42549,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_45_49,all,45-49,45,49,34725,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_50_54,all,50-54,50,54,28855,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_55_59,all,55-59,55,59,23549,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_60_64,all,60-64,60,64,18239,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_65_69,all,65-69,65,69,12810,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_70_74,all,70-74,70,74,8488,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_75_79,all,75-79,75,79,4594,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI23,Marahoue,T_80PLUS,all,80+,80,,2468,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,F_TL,f,all,,,207397,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,M_TL,m,all,,,221398,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_TL,all,all,,,428795,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_00_04,all,0-4,0,4,69868,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_05_09,all,5-9,5,9,60109,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_10_14,all,10-14,10,14,53168,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_15_19,all,15-19,15,19,47222,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_20_24,all,20-24,20,24,39452,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_25_29,all,25-29,25,29,32341,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_30_34,all,30-34,30,34,26960,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_35_39,all,35-39,35,39,22880,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_40_44,all,40-44,40,44,18538,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_45_49,all,45-49,45,49,15129,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_50_54,all,50-54,50,54,12568,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_55_59,all,55-59,55,59,10260,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_60_64,all,60-64,60,64,7944,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_65_69,all,65-69,65,69,5578,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_70_74,all,70-74,70,74,3701,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_75_79,all,75-79,75,79,2004,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI05,Bagoue,T_80PLUS,all,80+,80,,1073,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,F_TL,f,all,,,437525,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,M_TL,m,all,,,434284,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_TL,all,all,,,871809,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_00_04,all,0-4,0,4,142053,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_05_09,all,5-9,5,9,122215,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_10_14,all,10-14,10,14,108093,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_15_19,all,15-19,15,19,96011,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_20_24,all,20-24,20,24,80220,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_25_29,all,25-29,25,29,65755,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_30_34,all,30-34,30,34,54817,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_35_39,all,35-39,35,39,46510,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_40_44,all,40-44,40,44,37690,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_45_49,all,45-49,45,49,30754,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_50_54,all,50-54,50,54,25563,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_55_59,all,55-59,55,59,20862,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_60_64,all,60-64,60,64,16157,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_65_69,all,65-69,65,69,11341,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_70_74,all,70-74,70,74,7522,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_75_79,all,75-79,75,79,4067,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI28,Poro,T_80PLUS,all,80+,80,,2179,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,F_TL,f,all,,,259794,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,M_TL,m,all,,,269945,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_TL,all,all,,,529739,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_00_04,all,0-4,0,4,86597,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_05_09,all,5-9,5,9,74553,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_10_14,all,10-14,10,14,65830,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_15_19,all,15-19,15,19,57659,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_20_24,all,20-24,20,24,48223,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_25_29,all,25-29,25,29,39645,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_30_34,all,30-34,30,34,33181,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_35_39,all,35-39,35,39,28232,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_40_44,all,40-44,40,44,22984,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_45_49,all,45-49,45,49,18855,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_50_54,all,50-54,50,54,15764,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_55_59,all,55-59,55,59,12817,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_60_64,all,60-64,60,64,9924,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_65_69,all,65-69,65,69,6999,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_70_74,all,70-74,70,74,4632,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_75_79,all,75-79,75,79,2506,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI31,Tchologo,T_80PLUS,all,80+,80,,1338,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,F_TL,f,all,,,586650,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,M_TL,m,all,,,591144,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_TL,all,all,,,1177794,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_00_04,all,0-4,0,4,191910,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_05_09,all,5-9,5,9,165105,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_10_14,all,10-14,10,14,146028,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_15_19,all,15-19,15,19,129708,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_20_24,all,20-24,20,24,108366,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_25_29,all,25-29,25,29,88834,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_30_34,all,30-34,30,34,74054,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_35_39,all,35-39,35,39,62839,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_40_44,all,40-44,40,44,50923,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_45_49,all,45-49,45,49,41554,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_50_54,all,50-54,50,54,34527,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_55_59,all,55-59,55,59,28187,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_60_64,all,60-64,60,64,21824,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_65_69,all,65-69,65,69,15326,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_70_74,all,70-74,70,74,10162,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_75_79,all,75-79,75,79,5498,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI11,Gbeke,T_80PLUS,all,80+,80,,2949,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,F_TL,f,all,,,240627,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,M_TL,m,all,,,250140,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_TL,all,all,,,490767,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_00_04,all,0-4,0,4,79967,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_05_09,all,5-9,5,9,68794,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_10_14,all,10-14,10,14,60847,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_15_19,all,15-19,15,19,54045,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_20_24,all,20-24,20,24,45155,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_25_29,all,25-29,25,29,37012,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_30_34,all,30-34,30,34,30856,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_35_39,all,35-39,35,39,26184,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_40_44,all,40-44,40,44,21221,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_45_49,all,45-49,45,49,17308,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_50_54,all,50-54,50,54,14390,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_55_59,all,55-59,55,59,11745,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_60_64,all,60-64,60,64,9094,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_65_69,all,65-69,65,69,6388,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_70_74,all,70-74,70,74,4235,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_75_79,all,75-79,75,79,2296,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI17,Hambol,T_80PLUS,all,80+,80,,1230,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,F_TL,f,all,,,112649,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,M_TL,m,all,,,127355,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_TL,all,all,,,240004,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_00_04,all,0-4,0,4,39105,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_05_09,all,5-9,5,9,33644,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_10_14,all,10-14,10,14,29757,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_15_19,all,15-19,15,19,26432,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_20_24,all,20-24,20,24,22083,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_25_29,all,25-29,25,29,18100,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_30_34,all,30-34,30,34,15092,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_35_39,all,35-39,35,39,12810,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_40_44,all,40-44,40,44,10375,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_45_49,all,45-49,45,49,8466,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_50_54,all,50-54,50,54,7035,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_55_59,all,55-59,55,59,5741,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_60_64,all,60-64,60,64,4447,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_65_69,all,65-69,65,69,3124,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_70_74,all,70-74,70,74,2073,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_75_79,all,75-79,75,79,1121,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI04,Bafing,T_80PLUS,all,80+,80,,599,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,F_TL,f,all,,,214479,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,M_TL,m,all,,,230370,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_TL,all,all,,,444849,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_00_04,all,0-4,0,4,72481,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_05_09,all,5-9,5,9,62361,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_10_14,all,10-14,10,14,55156,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_15_19,all,15-19,15,19,48994,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_20_24,all,20-24,20,24,40930,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_25_29,all,25-29,25,29,33554,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_30_34,all,30-34,30,34,27970,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_35_39,all,35-39,35,39,23735,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_40_44,all,40-44,40,44,19233,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_45_49,all,45-49,45,49,15693,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_50_54,all,50-54,50,54,13041,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_55_59,all,55-59,55,59,10643,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_60_64,all,60-64,60,64,8243,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_65_69,all,65-69,65,69,5789,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_70_74,all,70-74,70,74,3837,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_75_79,all,75-79,75,79,2076,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI07,Bere,T_80PLUS,all,80+,80,,1113,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,F_TL,f,all,,,146157,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,M_TL,m,all,,,164676,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_TL,all,all,,,310833,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_00_04,all,0-4,0,4,50647,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_05_09,all,5-9,5,9,43571,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_10_14,all,10-14,10,14,38538,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_15_19,all,15-19,15,19,34229,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_20_24,all,20-24,20,24,28598,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_25_29,all,25-29,25,29,23443,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_30_34,all,30-34,30,34,19541,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_35_39,all,35-39,35,39,16585,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_40_44,all,40-44,40,44,13439,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_45_49,all,45-49,45,49,10967,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_50_54,all,50-54,50,54,9115,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_55_59,all,55-59,55,59,7440,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_60_64,all,60-64,60,64,5762,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_65_69,all,65-69,65,69,4046,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_70_74,all,70-74,70,74,2682,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_75_79,all,75-79,75,79,1453,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI33,Worodougou,T_80PLUS,all,80+,80,,777,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,F_TL,f,all,,,151846,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,M_TL,m,all,,,153094,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_TL,all,all,,,304940,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_00_04,all,0-4,0,4,49686,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_05_09,all,5-9,5,9,42749,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_10_14,all,10-14,10,14,37807,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_15_19,all,15-19,15,19,33577,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_20_24,all,20-24,20,24,28057,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_25_29,all,25-29,25,29,23001,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_30_34,all,30-34,30,34,19174,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_35_39,all,35-39,35,39,16271,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_40_44,all,40-44,40,44,13183,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_45_49,all,45-49,45,49,10755,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_50_54,all,50-54,50,54,8937,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_55_59,all,55-59,55,59,7300,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_60_64,all,60-64,60,64,5649,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_65_69,all,65-69,65,69,3970,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_70_74,all,70-74,70,74,2634,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_75_79,all,75-79,75,79,1425,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI08,Bounkani,T_80PLUS,all,80+,80,,765,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,F_TL,f,all,,,376646,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,M_TL,m,all,,,384864,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_TL,all,all,,,761510,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_00_04,all,0-4,0,4,124072,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_05_09,all,5-9,5,9,106751,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_10_14,all,10-14,10,14,94414,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_15_19,all,15-19,15,19,83862,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_20_24,all,20-24,20,24,70073,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_25_29,all,25-29,25,29,57440,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_30_34,all,30-34,30,34,47878,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_35_39,all,35-39,35,39,40625,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_40_44,all,40-44,40,44,32925,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_45_49,all,45-49,45,49,26864,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_50_54,all,50-54,50,54,22320,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_55_59,all,55-59,55,59,18223,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_60_64,all,60-64,60,64,14110,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_65_69,all,65-69,65,69,9908,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_70_74,all,70-74,70,74,6575,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_75_79,all,75-79,75,79,3557,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,CI14,Gontougo,T_80PLUS,all,80+,80,,1913,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CUB,Cuba,CU01,Artemisa,F_TL,f,all,,,255692,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_TL,m,all,,,258640,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_TL,all,all,,,514332,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_00_04,f,0-4,0,4,13574,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_05_09,f,5-9,5,9,14361,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_10_14,f,10-14,10,14,13088,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_15_19,f,15-19,15,19,14897,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_20_24,f,20-24,20,24,17025,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_25_29,f,25-29,25,29,17322,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_30_34,f,30-34,30,34,18117,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_35_39,f,35-39,35,39,15529,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_40_44,f,40-44,40,44,15425,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_45_49,f,45-49,45,49,21160,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_50_54,f,50-54,50,54,22204,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_55_59,f,55-59,55,59,21612,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_60_64,f,60-64,60,64,14420,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_65_69,f,65-69,65,69,11443,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_70_74,f,70-74,70,74,9492,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_75_79,f,75-79,75,79,7353,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_80_84,f,80-84,80,84,4632,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,F_85PLUS,f,85+,85,,4038,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_00_04,m,0-4,0,4,14566,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_05_09,m,5-9,5,9,15321,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_10_14,m,10-14,10,14,13814,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_15_19,m,15-19,15,19,15654,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_20_24,m,20-24,20,24,18025,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_25_29,m,25-29,25,29,18818,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_30_34,m,30-34,30,34,19825,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_35_39,m,35-39,35,39,16824,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_40_44,m,40-44,40,44,15942,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_45_49,m,45-49,45,49,21136,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_50_54,m,50-54,50,54,21596,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_55_59,m,55-59,55,59,20818,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_60_64,m,60-64,60,64,13373,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_65_69,m,65-69,65,69,10989,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_70_74,m,70-74,70,74,8784,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_75_79,m,75-79,75,79,6221,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_80_84,m,80-84,80,84,3901,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,M_85PLUS,m,85+,85,,3033,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_00_04,all,0-4,0,4,28140,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_05_09,all,5-9,5,9,29682,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_10_14,all,10-14,10,14,26902,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_15_19,all,15-19,15,19,30551,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_20_24,all,20-24,20,24,35050,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_25_29,all,25-29,25,29,36140,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_30_34,all,30-34,30,34,37942,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_35_39,all,35-39,35,39,32353,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_40_44,all,40-44,40,44,31367,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_45_49,all,45-49,45,49,42296,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_50_54,all,50-54,50,54,43800,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_55_59,all,55-59,55,59,42430,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_60_64,all,60-64,60,64,27793,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_65_69,all,65-69,65,69,22432,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_70_74,all,70-74,70,74,18276,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_75_79,all,75-79,75,79,13574,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_80_84,all,80-84,80,84,8533,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU01,Artemisa,T_85PLUS,all,85+,85,,7071,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_TL,f,all,,,382934,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_TL,m,all,,,380455,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_TL,all,all,,,763389,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_00_04,f,0-4,0,4,17557,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_05_09,f,5-9,5,9,20674,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_10_14,f,10-14,10,14,19020,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_15_19,f,15-19,15,19,21277,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_20_24,f,20-24,20,24,22001,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_25_29,f,25-29,25,29,22862,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_30_34,f,30-34,30,34,26350,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_35_39,f,35-39,35,39,22836,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_40_44,f,40-44,40,44,23343,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_45_49,f,45-49,45,49,32453,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_50_54,f,50-54,50,54,34924,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_55_59,f,55-59,55,59,33353,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_60_64,f,60-64,60,64,22165,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_65_69,f,65-69,65,69,19659,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_70_74,f,70-74,70,74,16261,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_75_79,f,75-79,75,79,12112,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_80_84,f,80-84,80,84,8233,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,F_85PLUS,f,85+,85,,7854,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_00_04,m,0-4,0,4,18974,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_05_09,m,5-9,5,9,21940,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_10_14,m,10-14,10,14,20499,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_15_19,m,15-19,15,19,22377,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_20_24,m,20-24,20,24,23342,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_25_29,m,25-29,25,29,24113,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_30_34,m,30-34,30,34,27385,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_35_39,m,35-39,35,39,23083,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_40_44,m,40-44,40,44,23710,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_45_49,m,45-49,45,49,31837,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_50_54,m,50-54,50,54,33699,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_55_59,m,55-59,55,59,32163,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_60_64,m,60-64,60,64,20885,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_65_69,m,65-69,65,69,18494,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_70_74,m,70-74,70,74,14895,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_75_79,m,75-79,75,79,10502,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_80_84,m,80-84,80,84,6762,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,M_85PLUS,m,85+,85,,5795,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_00_04,all,0-4,0,4,36531,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_05_09,all,5-9,5,9,42614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_10_14,all,10-14,10,14,39519,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_15_19,all,15-19,15,19,43654,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_20_24,all,20-24,20,24,45343,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_25_29,all,25-29,25,29,46975,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_30_34,all,30-34,30,34,53735,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_35_39,all,35-39,35,39,45919,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_40_44,all,40-44,40,44,47053,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_45_49,all,45-49,45,49,64290,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_50_54,all,50-54,50,54,68623,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_55_59,all,55-59,55,59,65516,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_60_64,all,60-64,60,64,43050,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_65_69,all,65-69,65,69,38153,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_70_74,all,70-74,70,74,31156,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_75_79,all,75-79,75,79,22614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_80_84,all,80-84,80,84,14995,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU02,Camagüey,T_85PLUS,all,85+,85,,13649,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_TL,f,all,,,216366,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_TL,m,all,,,218960,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_TL,all,all,,,435326,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_00_04,f,0-4,0,4,10838,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_05_09,f,5-9,5,9,11958,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_10_14,f,10-14,10,14,11249,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_15_19,f,15-19,15,19,12467,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_20_24,f,20-24,20,24,12849,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_25_29,f,25-29,25,29,14116,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_30_34,f,30-34,30,34,15639,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_35_39,f,35-39,35,39,13385,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_40_44,f,40-44,40,44,13650,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_45_49,f,45-49,45,49,18452,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_50_54,f,50-54,50,54,18938,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_55_59,f,55-59,55,59,17244,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_60_64,f,60-64,60,64,11939,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_65_69,f,65-69,65,69,10226,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_70_74,f,70-74,70,74,8626,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_75_79,f,75-79,75,79,6362,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_80_84,f,80-84,80,84,4306,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,F_85PLUS,f,85+,85,,4122,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_00_04,m,0-4,0,4,11542,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_05_09,m,5-9,5,9,12830,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_10_14,m,10-14,10,14,11747,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_15_19,m,15-19,15,19,12940,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_20_24,m,20-24,20,24,13685,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_25_29,m,25-29,25,29,15301,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_30_34,m,30-34,30,34,17024,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_35_39,m,35-39,35,39,13672,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_40_44,m,40-44,40,44,14152,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_45_49,m,45-49,45,49,18586,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_50_54,m,50-54,50,54,19111,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_55_59,m,55-59,55,59,16781,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_60_64,m,60-64,60,64,11301,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_65_69,m,65-69,65,69,9713,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_70_74,m,70-74,70,74,7900,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_75_79,m,75-79,75,79,5528,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_80_84,m,80-84,80,84,3841,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,M_85PLUS,m,85+,85,,3306,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_00_04,all,0-4,0,4,22380,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_05_09,all,5-9,5,9,24788,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_10_14,all,10-14,10,14,22996,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_15_19,all,15-19,15,19,25407,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_20_24,all,20-24,20,24,26534,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_25_29,all,25-29,25,29,29417,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_30_34,all,30-34,30,34,32663,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_35_39,all,35-39,35,39,27057,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_40_44,all,40-44,40,44,27802,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_45_49,all,45-49,45,49,37038,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_50_54,all,50-54,50,54,38049,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_55_59,all,55-59,55,59,34025,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_60_64,all,60-64,60,64,23240,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_65_69,all,65-69,65,69,19939,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_70_74,all,70-74,70,74,16526,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_75_79,all,75-79,75,79,11890,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_80_84,all,80-84,80,84,8147,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU03,Ciego De Ávila,T_85PLUS,all,85+,85,,7428,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_TL,f,all,,,201677,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_TL,m,all,,,204567,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_TL,all,all,,,406244,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_00_04,f,0-4,0,4,9706,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_05_09,f,5-9,5,9,10405,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_10_14,f,10-14,10,14,10379,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_15_19,f,15-19,15,19,11333,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_20_24,f,20-24,20,24,12292,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_25_29,f,25-29,25,29,12748,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_30_34,f,30-34,30,34,13899,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_35_39,f,35-39,35,39,11918,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_40_44,f,40-44,40,44,11201,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_45_49,f,45-49,45,49,16676,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_50_54,f,50-54,50,54,18390,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_55_59,f,55-59,55,59,18094,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_60_64,f,60-64,60,64,11098,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_65_69,f,65-69,65,69,9782,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_70_74,f,70-74,70,74,8622,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_75_79,f,75-79,75,79,6680,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_80_84,f,80-84,80,84,4451,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,F_85PLUS,f,85+,85,,4003,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_00_04,m,0-4,0,4,10158,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_05_09,m,5-9,5,9,11504,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_10_14,m,10-14,10,14,11009,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_15_19,m,15-19,15,19,11990,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_20_24,m,20-24,20,24,13174,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_25_29,m,25-29,25,29,13260,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_30_34,m,30-34,30,34,14817,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_35_39,m,35-39,35,39,12570,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_40_44,m,40-44,40,44,11811,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_45_49,m,45-49,45,49,16860,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_50_54,m,50-54,50,54,18215,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_55_59,m,55-59,55,59,17843,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_60_64,m,60-64,60,64,11320,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_65_69,m,65-69,65,69,9558,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_70_74,m,70-74,70,74,7966,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_75_79,m,75-79,75,79,5564,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_80_84,m,80-84,80,84,3755,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,M_85PLUS,m,85+,85,,3193,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_00_04,all,0-4,0,4,19864,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_05_09,all,5-9,5,9,21909,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_10_14,all,10-14,10,14,21388,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_15_19,all,15-19,15,19,23323,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_20_24,all,20-24,20,24,25466,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_25_29,all,25-29,25,29,26008,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_30_34,all,30-34,30,34,28716,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_35_39,all,35-39,35,39,24488,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_40_44,all,40-44,40,44,23012,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_45_49,all,45-49,45,49,33536,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_50_54,all,50-54,50,54,36605,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_55_59,all,55-59,55,59,35937,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_60_64,all,60-64,60,64,22418,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_65_69,all,65-69,65,69,19340,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_70_74,all,70-74,70,74,16588,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_75_79,all,75-79,75,79,12244,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_80_84,all,80-84,80,84,8206,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU04,Cienfuegos,T_85PLUS,all,85+,85,,7196,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_TL,f,all,,,405111,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_TL,m,all,,,412652,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_TL,all,all,,,817763,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_00_04,f,0-4,0,4,20165,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_05_09,f,5-9,5,9,23587,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_10_14,f,10-14,10,14,21146,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_15_19,f,15-19,15,19,24480,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_20_24,f,20-24,20,24,24759,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_25_29,f,25-29,25,29,24665,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_30_34,f,30-34,30,34,27361,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_35_39,f,35-39,35,39,24920,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_40_44,f,40-44,40,44,23613,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_45_49,f,45-49,45,49,35104,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_50_54,f,50-54,50,54,36451,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_55_59,f,55-59,55,59,32083,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_60_64,f,60-64,60,64,23363,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_65_69,f,65-69,65,69,19698,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_70_74,f,70-74,70,74,16608,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_75_79,f,75-79,75,79,11837,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_80_84,f,80-84,80,84,8011,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,F_85PLUS,f,85+,85,,7260,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_00_04,m,0-4,0,4,21629,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_05_09,m,5-9,5,9,25069,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_10_14,m,10-14,10,14,22336,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_15_19,m,15-19,15,19,26247,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_20_24,m,20-24,20,24,27055,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_25_29,m,25-29,25,29,26983,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_30_34,m,30-34,30,34,29613,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_35_39,m,35-39,35,39,25976,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_40_44,m,40-44,40,44,24273,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_45_49,m,45-49,45,49,35882,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_50_54,m,50-54,50,54,36688,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_55_59,m,55-59,55,59,31613,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_60_64,m,60-64,60,64,21954,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_65_69,m,65-69,65,69,18451,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_70_74,m,70-74,70,74,15122,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_75_79,m,75-79,75,79,10949,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_80_84,m,80-84,80,84,7106,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,M_85PLUS,m,85+,85,,5706,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_00_04,all,0-4,0,4,41794,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_05_09,all,5-9,5,9,48656,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_10_14,all,10-14,10,14,43482,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_15_19,all,15-19,15,19,50727,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_20_24,all,20-24,20,24,51814,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_25_29,all,25-29,25,29,51648,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_30_34,all,30-34,30,34,56974,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_35_39,all,35-39,35,39,50896,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_40_44,all,40-44,40,44,47886,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_45_49,all,45-49,45,49,70986,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_50_54,all,50-54,50,54,73139,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_55_59,all,55-59,55,59,63696,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_60_64,all,60-64,60,64,45317,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_65_69,all,65-69,65,69,38149,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_70_74,all,70-74,70,74,31730,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_75_79,all,75-79,75,79,22786,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_80_84,all,80-84,80,84,15117,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU05,Granma,T_85PLUS,all,85+,85,,12966,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_TL,f,all,,,253318,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_TL,m,all,,,252288,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_TL,all,all,,,505606,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_00_04,f,0-4,0,4,13206,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_05_09,f,5-9,5,9,15724,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_10_14,f,10-14,10,14,14557,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_15_19,f,15-19,15,19,15722,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_20_24,f,20-24,20,24,16946,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_25_29,f,25-29,25,29,16776,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_30_34,f,30-34,30,34,18184,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_35_39,f,35-39,35,39,15902,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_40_44,f,40-44,40,44,14830,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_45_49,f,45-49,45,49,20022,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_50_54,f,50-54,50,54,21494,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_55_59,f,55-59,55,59,18873,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_60_64,f,60-64,60,64,13904,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_65_69,f,65-69,65,69,11625,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_70_74,f,70-74,70,74,9318,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_75_79,f,75-79,75,79,7000,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_80_84,f,80-84,80,84,4695,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,F_85PLUS,f,85+,85,,4540,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_00_04,m,0-4,0,4,14767,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_05_09,m,5-9,5,9,17014,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_10_14,m,10-14,10,14,15447,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_15_19,m,15-19,15,19,16743,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_20_24,m,20-24,20,24,17922,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_25_29,m,25-29,25,29,17778,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_30_34,m,30-34,30,34,18586,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_35_39,m,35-39,35,39,15925,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_40_44,m,40-44,40,44,14360,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_45_49,m,45-49,45,49,19178,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_50_54,m,50-54,50,54,20890,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_55_59,m,55-59,55,59,17578,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_60_64,m,60-64,60,64,13011,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_65_69,m,65-69,65,69,10679,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_70_74,m,70-74,70,74,8199,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_75_79,m,75-79,75,79,6135,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_80_84,m,80-84,80,84,4061,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,M_85PLUS,m,85+,85,,4015,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_00_04,all,0-4,0,4,27973,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_05_09,all,5-9,5,9,32738,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_10_14,all,10-14,10,14,30004,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_15_19,all,15-19,15,19,32465,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_20_24,all,20-24,20,24,34868,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_25_29,all,25-29,25,29,34554,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_30_34,all,30-34,30,34,36770,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_35_39,all,35-39,35,39,31827,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_40_44,all,40-44,40,44,29190,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_45_49,all,45-49,45,49,39200,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_50_54,all,50-54,50,54,42384,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_55_59,all,55-59,55,59,36451,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_60_64,all,60-64,60,64,26915,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_65_69,all,65-69,65,69,22304,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_70_74,all,70-74,70,74,17517,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_75_79,all,75-79,75,79,13135,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_80_84,all,80-84,80,84,8756,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU06,Guantánamo,T_85PLUS,all,85+,85,,8555,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_TL,f,all,,,509014,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_TL,m,all,,,512577,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_TL,all,all,,,1021591,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_00_04,f,0-4,0,4,23517,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_05_09,f,5-9,5,9,27141,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_10_14,f,10-14,10,14,28111,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_15_19,f,15-19,15,19,29682,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_20_24,f,20-24,20,24,30045,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_25_29,f,25-29,25,29,29868,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_30_34,f,30-34,30,34,34288,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_35_39,f,35-39,35,39,28423,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_40_44,f,40-44,40,44,30946,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_45_49,f,45-49,45,49,44866,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_50_54,f,50-54,50,54,47157,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_55_59,f,55-59,55,59,40634,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_60_64,f,60-64,60,64,29024,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_65_69,f,65-69,65,69,25284,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_70_74,f,70-74,70,74,22333,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_75_79,f,75-79,75,79,16346,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_80_84,f,80-84,80,84,11269,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,F_85PLUS,f,85+,85,,10080,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_00_04,m,0-4,0,4,25137,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_05_09,m,5-9,5,9,28473,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_10_14,m,10-14,10,14,29783,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_15_19,m,15-19,15,19,31720,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_20_24,m,20-24,20,24,32538,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_25_29,m,25-29,25,29,31787,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_30_34,m,30-34,30,34,36487,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_35_39,m,35-39,35,39,30320,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_40_44,m,40-44,40,44,31216,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_45_49,m,45-49,45,49,44613,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_50_54,m,50-54,50,54,47121,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_55_59,m,55-59,55,59,39799,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_60_64,m,60-64,60,64,27637,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_65_69,m,65-69,65,69,23852,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_70_74,m,70-74,70,74,20107,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_75_79,m,75-79,75,79,14614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_80_84,m,80-84,80,84,9589,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,M_85PLUS,m,85+,85,,7784,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_00_04,all,0-4,0,4,48654,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_05_09,all,5-9,5,9,55614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_10_14,all,10-14,10,14,57894,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_15_19,all,15-19,15,19,61402,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_20_24,all,20-24,20,24,62583,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_25_29,all,25-29,25,29,61655,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_30_34,all,30-34,30,34,70775,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_35_39,all,35-39,35,39,58743,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_40_44,all,40-44,40,44,62162,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_45_49,all,45-49,45,49,89479,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_50_54,all,50-54,50,54,94278,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_55_59,all,55-59,55,59,80433,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_60_64,all,60-64,60,64,56661,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_65_69,all,65-69,65,69,49136,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_70_74,all,70-74,70,74,42440,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_75_79,all,75-79,75,79,30960,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_80_84,all,80-84,80,84,20858,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU07,Holguín,T_85PLUS,all,85+,85,,17864,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_TL,f,all,,,41490,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_TL,m,all,,,42135,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_TL,all,all,,,83625,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_00_04,f,0-4,0,4,2047,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_05_09,f,5-9,5,9,2366,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_10_14,f,10-14,10,14,2202,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_15_19,f,15-19,15,19,2457,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_20_24,f,20-24,20,24,2521,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_25_29,f,25-29,25,29,2665,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_30_34,f,30-34,30,34,2701,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_35_39,f,35-39,35,39,2458,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_40_44,f,40-44,40,44,2379,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_45_49,f,45-49,45,49,3551,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_50_54,f,50-54,50,54,3986,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_55_59,f,55-59,55,59,3572,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_60_64,f,60-64,60,64,2434,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_65_69,f,65-69,65,69,2142,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_70_74,f,70-74,70,74,1816,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_75_79,f,75-79,75,79,1117,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_80_84,f,80-84,80,84,571,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,F_85PLUS,f,85+,85,,505,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_00_04,m,0-4,0,4,2268,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_05_09,m,5-9,5,9,2481,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_10_14,m,10-14,10,14,2350,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_15_19,m,15-19,15,19,2607,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_20_24,m,20-24,20,24,2832,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_25_29,m,25-29,25,29,3038,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_30_34,m,30-34,30,34,2978,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_35_39,m,35-39,35,39,2656,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_40_44,m,40-44,40,44,2496,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_45_49,m,45-49,45,49,3639,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_50_54,m,50-54,50,54,3864,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_55_59,m,55-59,55,59,3067,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_60_64,m,60-64,60,64,2335,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_65_69,m,65-69,65,69,2055,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_70_74,m,70-74,70,74,1505,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_75_79,m,75-79,75,79,1040,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_80_84,m,80-84,80,84,555,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,M_85PLUS,m,85+,85,,369,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_00_04,all,0-4,0,4,4315,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_05_09,all,5-9,5,9,4847,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_10_14,all,10-14,10,14,4552,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_15_19,all,15-19,15,19,5064,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_20_24,all,20-24,20,24,5353,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_25_29,all,25-29,25,29,5703,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_30_34,all,30-34,30,34,5679,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_35_39,all,35-39,35,39,5114,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_40_44,all,40-44,40,44,4875,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_45_49,all,45-49,45,49,7190,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_50_54,all,50-54,50,54,7850,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_55_59,all,55-59,55,59,6639,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_60_64,all,60-64,60,64,4769,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_65_69,all,65-69,65,69,4197,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_70_74,all,70-74,70,74,3321,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_75_79,all,75-79,75,79,2157,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_80_84,all,80-84,80,84,1126,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU08,Isla De Juventud,T_85PLUS,all,85+,85,,874,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_TL,f,all,,,1115028,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_TL,m,all,,,1017155,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_TL,all,all,,,2132183,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_00_04,f,0-4,0,4,50812,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_05_09,f,5-9,5,9,52017,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_10_14,f,10-14,10,14,48513,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_15_19,f,15-19,15,19,56626,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_20_24,f,20-24,20,24,64007,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_25_29,f,25-29,25,29,68474,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_30_34,f,30-34,30,34,76515,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_35_39,f,35-39,35,39,65071,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_40_44,f,40-44,40,44,61135,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_45_49,f,45-49,45,49,86695,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_50_54,f,50-54,50,54,97274,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_55_59,f,55-59,55,59,108778,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_60_64,f,60-64,60,64,69424,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_65_69,f,65-69,65,69,61169,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_70_74,f,70-74,70,74,51548,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_75_79,f,75-79,75,79,41408,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_80_84,f,80-84,80,84,29317,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,F_85PLUS,f,85+,85,,26245,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_00_04,m,0-4,0,4,53521,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_05_09,m,5-9,5,9,54647,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_10_14,m,10-14,10,14,50459,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_15_19,m,15-19,15,19,58199,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_20_24,m,20-24,20,24,65594,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_25_29,m,25-29,25,29,70566,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_30_34,m,30-34,30,34,77506,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_35_39,m,35-39,35,39,65087,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_40_44,m,40-44,40,44,60673,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_45_49,m,45-49,45,49,81745,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_50_54,m,50-54,50,54,85366,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_55_59,m,55-59,55,59,93614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_60_64,m,60-64,60,64,56790,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_65_69,m,65-69,65,69,47515,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_70_74,m,70-74,70,74,37659,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_75_79,m,75-79,75,79,27979,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_80_84,m,80-84,80,84,17480,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,M_85PLUS,m,85+,85,,12755,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_00_04,all,0-4,0,4,104333,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_05_09,all,5-9,5,9,106664,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_10_14,all,10-14,10,14,98972,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_15_19,all,15-19,15,19,114825,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_20_24,all,20-24,20,24,129601,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_25_29,all,25-29,25,29,139040,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_30_34,all,30-34,30,34,154021,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_35_39,all,35-39,35,39,130158,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_40_44,all,40-44,40,44,121808,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_45_49,all,45-49,45,49,168440,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_50_54,all,50-54,50,54,182640,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_55_59,all,55-59,55,59,202392,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_60_64,all,60-64,60,64,126214,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_65_69,all,65-69,65,69,108684,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_70_74,all,70-74,70,74,89207,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_75_79,all,75-79,75,79,69387,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_80_84,all,80-84,80,84,46797,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU09,La Habana,T_85PLUS,all,85+,85,,39000,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_TL,f,all,,,263134,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_TL,m,all,,,270090,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_TL,all,all,,,533224,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_00_04,f,0-4,0,4,12331,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_05_09,f,5-9,5,9,14248,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_10_14,f,10-14,10,14,13493,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_15_19,f,15-19,15,19,14326,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_20_24,f,20-24,20,24,15624,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_25_29,f,25-29,25,29,16587,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_30_34,f,30-34,30,34,18499,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_35_39,f,35-39,35,39,16019,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_40_44,f,40-44,40,44,15837,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_45_49,f,45-49,45,49,22790,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_50_54,f,50-54,50,54,24035,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_55_59,f,55-59,55,59,21385,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_60_64,f,60-64,60,64,15127,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_65_69,f,65-69,65,69,13681,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_70_74,f,70-74,70,74,10913,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_75_79,f,75-79,75,79,7797,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_80_84,f,80-84,80,84,5431,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,F_85PLUS,f,85+,85,,5011,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_00_04,m,0-4,0,4,14452,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_05_09,m,5-9,5,9,16808,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_10_14,m,10-14,10,14,14545,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_15_19,m,15-19,15,19,15000,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_20_24,m,20-24,20,24,17052,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_25_29,m,25-29,25,29,17976,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_30_34,m,30-34,30,34,19403,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_35_39,m,35-39,35,39,16950,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_40_44,m,40-44,40,44,16235,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_45_49,m,45-49,45,49,23036,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_50_54,m,50-54,50,54,24323,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_55_59,m,55-59,55,59,20781,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_60_64,m,60-64,60,64,14454,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_65_69,m,65-69,65,69,12773,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_70_74,m,70-74,70,74,10269,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_75_79,m,75-79,75,79,7105,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_80_84,m,80-84,80,84,4746,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,M_85PLUS,m,85+,85,,4182,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_00_04,all,0-4,0,4,26783,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_05_09,all,5-9,5,9,31056,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_10_14,all,10-14,10,14,28038,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_15_19,all,15-19,15,19,29326,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_20_24,all,20-24,20,24,32676,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_25_29,all,25-29,25,29,34563,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_30_34,all,30-34,30,34,37902,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_35_39,all,35-39,35,39,32969,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_40_44,all,40-44,40,44,32072,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_45_49,all,45-49,45,49,45826,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_50_54,all,50-54,50,54,48358,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_55_59,all,55-59,55,59,42166,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_60_64,all,60-64,60,64,29581,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_65_69,all,65-69,65,69,26454,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_70_74,all,70-74,70,74,21182,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_75_79,all,75-79,75,79,14902,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_80_84,all,80-84,80,84,10177,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU10,Las Tunas,T_85PLUS,all,85+,85,,9193,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_TL,f,all,,,358996,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_TL,m,all,,,357324,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_TL,all,all,,,716320,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_00_04,f,0-4,0,4,17753,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_05_09,f,5-9,5,9,18972,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_10_14,f,10-14,10,14,16882,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_15_19,f,15-19,15,19,18649,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_20_24,f,20-24,20,24,22849,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_25_29,f,25-29,25,29,22943,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_30_34,f,30-34,30,34,24912,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_35_39,f,35-39,35,39,21307,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_40_44,f,40-44,40,44,21330,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_45_49,f,45-49,45,49,30543,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_50_54,f,50-54,50,54,31338,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_55_59,f,55-59,55,59,31232,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_60_64,f,60-64,60,64,20029,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_65_69,f,65-69,65,69,18270,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_70_74,f,70-74,70,74,15673,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_75_79,f,75-79,75,79,11896,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_80_84,f,80-84,80,84,7863,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,F_85PLUS,f,85+,85,,6555,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_00_04,m,0-4,0,4,19035,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_05_09,m,5-9,5,9,20071,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_10_14,m,10-14,10,14,18123,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_15_19,m,15-19,15,19,19451,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_20_24,m,20-24,20,24,23737,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_25_29,m,25-29,25,29,24412,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_30_34,m,30-34,30,34,26889,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_35_39,m,35-39,35,39,22266,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_40_44,m,40-44,40,44,22015,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_45_49,m,45-49,45,49,30253,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_50_54,m,50-54,50,54,30535,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_55_59,m,55-59,55,59,29614,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_60_64,m,60-64,60,64,18878,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_65_69,m,65-69,65,69,16426,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_70_74,m,70-74,70,74,14259,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_75_79,m,75-79,75,79,10158,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_80_84,m,80-84,80,84,6323,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,M_85PLUS,m,85+,85,,4879,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_00_04,all,0-4,0,4,36788,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_05_09,all,5-9,5,9,39043,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_10_14,all,10-14,10,14,35005,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_15_19,all,15-19,15,19,38100,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_20_24,all,20-24,20,24,46586,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_25_29,all,25-29,25,29,47355,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_30_34,all,30-34,30,34,51801,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_35_39,all,35-39,35,39,43573,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_40_44,all,40-44,40,44,43345,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_45_49,all,45-49,45,49,60796,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_50_54,all,50-54,50,54,61873,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_55_59,all,55-59,55,59,60846,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_60_64,all,60-64,60,64,38907,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_65_69,all,65-69,65,69,34696,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_70_74,all,70-74,70,74,29932,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_75_79,all,75-79,75,79,22054,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_80_84,all,80-84,80,84,14186,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU11,Matanzas,T_85PLUS,all,85+,85,,11434,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_TL,f,all,,,190121,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_TL,m,all,,,194268,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_TL,all,all,,,384389,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_00_04,f,0-4,0,4,9496,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_05_09,f,5-9,5,9,10352,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_10_14,f,10-14,10,14,9720,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_15_19,f,15-19,15,19,10149,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_20_24,f,20-24,20,24,11697,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_25_29,f,25-29,25,29,12410,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_30_34,f,30-34,30,34,13326,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_35_39,f,35-39,35,39,11571,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_40_44,f,40-44,40,44,11001,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_45_49,f,45-49,45,49,15435,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_50_54,f,50-54,50,54,16628,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_55_59,f,55-59,55,59,16598,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_60_64,f,60-64,60,64,10603,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_65_69,f,65-69,65,69,9337,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_70_74,f,70-74,70,74,8145,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_75_79,f,75-79,75,79,6233,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_80_84,f,80-84,80,84,4055,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,F_85PLUS,f,85+,85,,3365,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_00_04,m,0-4,0,4,10215,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_05_09,m,5-9,5,9,10887,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_10_14,m,10-14,10,14,10237,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_15_19,m,15-19,15,19,11030,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_20_24,m,20-24,20,24,12494,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_25_29,m,25-29,25,29,13984,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_30_34,m,30-34,30,34,14641,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_35_39,m,35-39,35,39,12788,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_40_44,m,40-44,40,44,11572,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_45_49,m,45-49,45,49,16139,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_50_54,m,50-54,50,54,16158,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_55_59,m,55-59,55,59,15980,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_60_64,m,60-64,60,64,10077,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_65_69,m,65-69,65,69,8590,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_70_74,m,70-74,70,74,7620,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_75_79,m,75-79,75,79,5736,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_80_84,m,80-84,80,84,3478,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,M_85PLUS,m,85+,85,,2642,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_00_04,all,0-4,0,4,19711,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_05_09,all,5-9,5,9,21239,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_10_14,all,10-14,10,14,19957,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_15_19,all,15-19,15,19,21179,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_20_24,all,20-24,20,24,24191,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_25_29,all,25-29,25,29,26394,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_30_34,all,30-34,30,34,27967,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_35_39,all,35-39,35,39,24359,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_40_44,all,40-44,40,44,22573,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_45_49,all,45-49,45,49,31574,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_50_54,all,50-54,50,54,32786,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_55_59,all,55-59,55,59,32578,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_60_64,all,60-64,60,64,20680,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_65_69,all,65-69,65,69,17927,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_70_74,all,70-74,70,74,15765,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_75_79,all,75-79,75,79,11969,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_80_84,all,80-84,80,84,7533,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU12,Mayabeque,T_85PLUS,all,85+,85,,6007,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_TL,f,all,,,288030,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_TL,m,all,,,295007,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_TL,all,all,,,583037,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_00_04,f,0-4,0,4,14388,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_05_09,f,5-9,5,9,15376,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_10_14,f,10-14,10,14,14345,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_15_19,f,15-19,15,19,16536,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_20_24,f,20-24,20,24,17920,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_25_29,f,25-29,25,29,18730,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_30_34,f,30-34,30,34,18739,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_35_39,f,35-39,35,39,15892,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_40_44,f,40-44,40,44,17311,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_45_49,f,45-49,45,49,23359,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_50_54,f,50-54,50,54,25361,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_55_59,f,55-59,55,59,24152,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_60_64,f,60-64,60,64,17183,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_65_69,f,65-69,65,69,15101,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_70_74,f,70-74,70,74,12865,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_75_79,f,75-79,75,79,9287,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_80_84,f,80-84,80,84,6239,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,F_85PLUS,f,85+,85,,5246,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_00_04,m,0-4,0,4,15185,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_05_09,m,5-9,5,9,16252,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_10_14,m,10-14,10,14,15334,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_15_19,m,15-19,15,19,18064,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_20_24,m,20-24,20,24,19364,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_25_29,m,25-29,25,29,20185,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_30_34,m,30-34,30,34,20659,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_35_39,m,35-39,35,39,16951,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_40_44,m,40-44,40,44,18005,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_45_49,m,45-49,45,49,23606,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_50_54,m,50-54,50,54,24817,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_55_59,m,55-59,55,59,23592,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_60_64,m,60-64,60,64,16483,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_65_69,m,65-69,65,69,14665,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_70_74,m,70-74,70,74,12573,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_75_79,m,75-79,75,79,8799,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_80_84,m,80-84,80,84,5881,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,M_85PLUS,m,85+,85,,4592,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_00_04,all,0-4,0,4,29573,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_05_09,all,5-9,5,9,31628,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_10_14,all,10-14,10,14,29679,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_15_19,all,15-19,15,19,34600,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_20_24,all,20-24,20,24,37284,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_25_29,all,25-29,25,29,38915,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_30_34,all,30-34,30,34,39398,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_35_39,all,35-39,35,39,32843,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_40_44,all,40-44,40,44,35316,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_45_49,all,45-49,45,49,46965,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_50_54,all,50-54,50,54,50178,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_55_59,all,55-59,55,59,47744,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_60_64,all,60-64,60,64,33666,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_65_69,all,65-69,65,69,29766,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_70_74,all,70-74,70,74,25438,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_75_79,all,75-79,75,79,18086,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_80_84,all,80-84,80,84,12120,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU13,Pinar Del Río,T_85PLUS,all,85+,85,,9838,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_TL,f,all,,,230865,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_TL,m,all,,,232979,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_TL,all,all,,,463844,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_00_04,f,0-4,0,4,10493,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_05_09,f,5-9,5,9,12253,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_10_14,f,10-14,10,14,11443,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_15_19,f,15-19,15,19,12450,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_20_24,f,20-24,20,24,13159,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_25_29,f,25-29,25,29,13895,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_30_34,f,30-34,30,34,14922,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_35_39,f,35-39,35,39,13401,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_40_44,f,40-44,40,44,13496,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_45_49,f,45-49,45,49,20196,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_50_54,f,50-54,50,54,21874,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_55_59,f,55-59,55,59,19471,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_60_64,f,60-64,60,64,13240,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_65_69,f,65-69,65,69,11764,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_70_74,f,70-74,70,74,10361,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_75_79,f,75-79,75,79,8001,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_80_84,f,80-84,80,84,5366,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,F_85PLUS,f,85+,85,,5080,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_00_04,m,0-4,0,4,11438,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_05_09,m,5-9,5,9,12975,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_10_14,m,10-14,10,14,12527,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_15_19,m,15-19,15,19,13277,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_20_24,m,20-24,20,24,14205,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_25_29,m,25-29,25,29,14973,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_30_34,m,30-34,30,34,15986,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_35_39,m,35-39,35,39,13463,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_40_44,m,40-44,40,44,13722,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_45_49,m,45-49,45,49,20467,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_50_54,m,50-54,50,54,21276,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_55_59,m,55-59,55,59,18882,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_60_64,m,60-64,60,64,12569,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_65_69,m,65-69,65,69,11145,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_70_74,m,70-74,70,74,9761,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_75_79,m,75-79,75,79,7220,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_80_84,m,80-84,80,84,4884,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,M_85PLUS,m,85+,85,,4209,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_00_04,all,0-4,0,4,21931,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_05_09,all,5-9,5,9,25228,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_10_14,all,10-14,10,14,23970,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_15_19,all,15-19,15,19,25727,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_20_24,all,20-24,20,24,27364,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_25_29,all,25-29,25,29,28868,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_30_34,all,30-34,30,34,30908,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_35_39,all,35-39,35,39,26864,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_40_44,all,40-44,40,44,27218,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_45_49,all,45-49,45,49,40663,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_50_54,all,50-54,50,54,43150,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_55_59,all,55-59,55,59,38353,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_60_64,all,60-64,60,64,25809,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_65_69,all,65-69,65,69,22909,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_70_74,all,70-74,70,74,20122,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_75_79,all,75-79,75,79,15221,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_80_84,all,80-84,80,84,10250,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU14,Sancti Spíritus,T_85PLUS,all,85+,85,,9289,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_TL,f,all,,,527070,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_TL,m,all,,,518561,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_TL,all,all,,,1045631,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_00_04,f,0-4,0,4,27286,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_05_09,f,5-9,5,9,32188,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_10_14,f,10-14,10,14,28804,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_15_19,f,15-19,15,19,30200,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_20_24,f,20-24,20,24,30778,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_25_29,f,25-29,25,29,32945,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_30_34,f,30-34,30,34,36747,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_35_39,f,35-39,35,39,33096,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_40_44,f,40-44,40,44,30583,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_45_49,f,45-49,45,49,43402,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_50_54,f,50-54,50,54,46609,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_55_59,f,55-59,55,59,40674,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_60_64,f,60-64,60,64,30464,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_65_69,f,65-69,65,69,25776,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_70_74,f,70-74,70,74,21191,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_75_79,f,75-79,75,79,16007,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_80_84,f,80-84,80,84,10498,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,F_85PLUS,f,85+,85,,9822,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_00_04,m,0-4,0,4,28928,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_05_09,m,5-9,5,9,33399,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_10_14,m,10-14,10,14,30779,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_15_19,m,15-19,15,19,32483,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_20_24,m,20-24,20,24,32627,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_25_29,m,25-29,25,29,34915,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_30_34,m,30-34,30,34,38296,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_35_39,m,35-39,35,39,33868,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_40_44,m,40-44,40,44,30787,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_45_49,m,45-49,45,49,42916,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_50_54,m,50-54,50,54,45305,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_55_59,m,55-59,55,59,38025,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_60_64,m,60-64,60,64,27224,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_65_69,m,65-69,65,69,22647,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_70_74,m,70-74,70,74,18154,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_75_79,m,75-79,75,79,13013,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_80_84,m,80-84,80,84,8390,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,M_85PLUS,m,85+,85,,6805,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_00_04,all,0-4,0,4,56214,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_05_09,all,5-9,5,9,65587,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_10_14,all,10-14,10,14,59583,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_15_19,all,15-19,15,19,62683,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_20_24,all,20-24,20,24,63405,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_25_29,all,25-29,25,29,67860,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_30_34,all,30-34,30,34,75043,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_35_39,all,35-39,35,39,66964,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_40_44,all,40-44,40,44,61370,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_45_49,all,45-49,45,49,86318,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_50_54,all,50-54,50,54,91914,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_55_59,all,55-59,55,59,78699,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_60_64,all,60-64,60,64,57688,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_65_69,all,65-69,65,69,48423,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_70_74,all,70-74,70,74,39345,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_75_79,all,75-79,75,79,29020,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_80_84,all,80-84,80,84,18888,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU15,Santiago De Cuba,T_85PLUS,all,85+,85,,16627,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_TL,f,all,,,388701,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_TL,m,all,,,386390,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_TL,all,all,,,775091,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_00_04,f,0-4,0,4,16754,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_05_09,f,5-9,5,9,18777,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_10_14,f,10-14,10,14,17752,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_15_19,f,15-19,15,19,19735,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_20_24,f,20-24,20,24,23915,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_25_29,f,25-29,25,29,22825,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_30_34,f,30-34,30,34,24647,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_35_39,f,35-39,35,39,20692,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_40_44,f,40-44,40,44,21302,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_45_49,f,45-49,45,49,31711,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_50_54,f,50-54,50,54,35347,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_55_59,f,55-59,55,59,34135,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_60_64,f,60-64,60,64,23136,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_65_69,f,65-69,65,69,21310,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_70_74,f,70-74,70,74,19783,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_75_79,f,75-79,75,79,15792,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_80_84,f,80-84,80,84,11116,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,F_85PLUS,f,85+,85,,9972,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_00_04,m,0-4,0,4,17967,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_05_09,m,5-9,5,9,20288,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_10_14,m,10-14,10,14,18924,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_15_19,m,15-19,15,19,21029,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_20_24,m,20-24,20,24,25858,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_25_29,m,25-29,25,29,24674,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_30_34,m,30-34,30,34,26711,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_35_39,m,35-39,35,39,21703,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_40_44,m,40-44,40,44,22028,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_45_49,m,45-49,45,49,31559,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_50_54,m,50-54,50,54,34206,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_55_59,m,55-59,55,59,32713,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_60_64,m,60-64,60,64,21004,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_65_69,m,65-69,65,69,19411,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_70_74,m,70-74,70,74,17233,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_75_79,m,75-79,75,79,13652,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_80_84,m,80-84,80,84,9376,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,M_85PLUS,m,85+,85,,8054,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_00_04,all,0-4,0,4,34721,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_05_09,all,5-9,5,9,39065,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_10_14,all,10-14,10,14,36676,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_15_19,all,15-19,15,19,40764,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_20_24,all,20-24,20,24,49773,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_25_29,all,25-29,25,29,47499,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_30_34,all,30-34,30,34,51358,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_35_39,all,35-39,35,39,42395,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_40_44,all,40-44,40,44,43330,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_45_49,all,45-49,45,49,63270,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_50_54,all,50-54,50,54,69553,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_55_59,all,55-59,55,59,66848,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_60_64,all,60-64,60,64,44140,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_65_69,all,65-69,65,69,40721,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_70_74,all,70-74,70,74,37016,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_75_79,all,75-79,75,79,29444,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_80_84,all,80-84,80,84,20492,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,CU16,Villa Clara,T_85PLUS,all,85+,85,,18026,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +DJI,Djibouti,DJ01,Obock,T_TL,all,all,,,37856,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DJI,Djibouti,DJ02,Tadjourah,T_TL,all,all,,,86704,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DJI,Djibouti,DJ03,Dilkhil,T_TL,all,all,,,88948,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DJI,Djibouti,DJ04,Djibouti,T_TL,all,all,,,475322,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DJI,Djibouti,DJ05,Ali Sabeh,T_TL,all,all,,,86949,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DJI,Djibouti,DJ06,Arta,T_TL,all,all,,,42380,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_TL,f,all,,,317700,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_TL,m,all,,,330621,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_TL,all,all,,,648321,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_00_04,f,0-4,0,4,25382,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_05_09,f,5-9,5,9,26262,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_10_14,f,10-14,10,14,26451,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_15_19,f,15-19,15,19,26292,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_20_24,f,20-24,20,24,26054,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_25_29,f,25-29,25,29,25226,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_30_34,f,30-34,30,34,23942,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_35_39,f,35-39,35,39,21827,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_40_44,f,40-44,40,44,20230,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_45_49,f,45-49,45,49,18658,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_50_54,f,50-54,50,54,16825,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_55_59,f,55-59,55,59,15239,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_60_64,f,60-64,60,64,13400,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_65_69,f,65-69,65,69,10900,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_70_74,f,70-74,70,74,8209,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_75_79,f,75-79,75,79,5730,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,F_80PLUS,f,80+,80,,7073,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_00_04,m,0-4,0,4,26478,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_05_09,m,5-9,5,9,27401,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_10_14,m,10-14,10,14,27791,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_15_19,m,15-19,15,19,27870,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_20_24,m,20-24,20,24,27681,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_25_29,m,25-29,25,29,26925,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_30_34,m,30-34,30,34,25331,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_35_39,m,35-39,35,39,23027,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_40_44,m,40-44,40,44,20954,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_45_49,m,45-49,45,49,18902,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_50_54,m,50-54,50,54,17017,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_55_59,m,55-59,55,59,15532,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_60_64,m,60-64,60,64,13718,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_65_69,m,65-69,65,69,11226,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_70_74,m,70-74,70,74,8421,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_75_79,m,75-79,75,79,5736,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,M_80PLUS,m,80+,80,,6611,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_00_04,all,0-4,0,4,51860,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_05_09,all,5-9,5,9,53663,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_10_14,all,10-14,10,14,54242,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_15_19,all,15-19,15,19,54162,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_20_24,all,20-24,20,24,53735,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_25_29,all,25-29,25,29,52151,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_30_34,all,30-34,30,34,49273,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_35_39,all,35-39,35,39,44854,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_40_44,all,40-44,40,44,41184,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_45_49,all,45-49,45,49,37560,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_50_54,all,50-54,50,54,33842,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_55_59,all,55-59,55,59,30771,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_60_64,all,60-64,60,64,27118,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_65_69,all,65-69,65,69,22126,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_70_74,all,70-74,70,74,16630,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_75_79,all,75-79,75,79,11466,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO01,Región Cibao Nordeste,T_80PLUS,all,80+,80,,13684,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_TL,f,all,,,204212,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_TL,m,all,,,218939,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_TL,all,all,,,423151,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_00_04,f,0-4,0,4,17513,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_05_09,f,5-9,5,9,18559,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_10_14,f,10-14,10,14,18888,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_15_19,f,15-19,15,19,17595,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_20_24,f,20-24,20,24,15780,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_25_29,f,25-29,25,29,15510,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_30_34,f,30-34,30,34,14982,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_35_39,f,35-39,35,39,13778,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_40_44,f,40-44,40,44,12529,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_45_49,f,45-49,45,49,11427,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_50_54,f,50-54,50,54,10440,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_55_59,f,55-59,55,59,9485,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_60_64,f,60-64,60,64,8182,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_65_69,f,65-69,65,69,6628,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_70_74,f,70-74,70,74,5037,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_75_79,f,75-79,75,79,3436,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,F_80PLUS,f,80+,80,,4443,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_00_04,m,0-4,0,4,18273,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_05_09,m,5-9,5,9,19289,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_10_14,m,10-14,10,14,19471,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_15_19,m,15-19,15,19,18431,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_20_24,m,20-24,20,24,16968,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_25_29,m,25-29,25,29,16825,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_30_34,m,30-34,30,34,16699,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_35_39,m,35-39,35,39,15664,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_40_44,m,40-44,40,44,14204,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_45_49,m,45-49,45,49,12595,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_50_54,m,50-54,50,54,11325,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_55_59,m,55-59,55,59,10060,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_60_64,m,60-64,60,64,8675,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_65_69,m,65-69,65,69,6988,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_70_74,m,70-74,70,74,5288,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_75_79,m,75-79,75,79,3641,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,M_80PLUS,m,80+,80,,4543,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_00_04,all,0-4,0,4,35786,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_05_09,all,5-9,5,9,37848,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_10_14,all,10-14,10,14,38359,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_15_19,all,15-19,15,19,36026,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_20_24,all,20-24,20,24,32748,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_25_29,all,25-29,25,29,32335,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_30_34,all,30-34,30,34,31681,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_35_39,all,35-39,35,39,29442,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_40_44,all,40-44,40,44,26733,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_45_49,all,45-49,45,49,24022,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_50_54,all,50-54,50,54,21765,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_55_59,all,55-59,55,59,19545,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_60_64,all,60-64,60,64,16857,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_65_69,all,65-69,65,69,13616,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_70_74,all,70-74,70,74,10325,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_75_79,all,75-79,75,79,7077,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO02,Región Cibao Noroeste,T_80PLUS,all,80+,80,,8986,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_TL,f,all,,,825440,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_TL,m,all,,,817685,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_TL,all,all,,,1643125,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_00_04,f,0-4,0,4,63245,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_05_09,f,5-9,5,9,64373,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_10_14,f,10-14,10,14,65596,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_15_19,f,15-19,15,19,67949,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_20_24,f,20-24,20,24,68439,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_25_29,f,25-29,25,29,65793,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_30_34,f,30-34,30,34,63208,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_35_39,f,35-39,35,39,59336,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_40_44,f,40-44,40,44,55414,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_45_49,f,45-49,45,49,51877,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_50_54,f,50-54,50,54,47647,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_55_59,f,55-59,55,59,42226,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_60_64,f,60-64,60,64,34149,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_65_69,f,65-69,65,69,26337,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_70_74,f,70-74,70,74,19898,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_75_79,f,75-79,75,79,13361,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,F_80PLUS,f,80+,80,,16592,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_00_04,m,0-4,0,4,66013,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_05_09,m,5-9,5,9,66975,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_10_14,m,10-14,10,14,67965,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_15_19,m,15-19,15,19,69483,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_20_24,m,20-24,20,24,68690,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_25_29,m,25-29,25,29,65505,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_30_34,m,30-34,30,34,62322,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_35_39,m,35-39,35,39,58266,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_40_44,m,40-44,40,44,54009,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_45_49,m,45-49,45,49,50338,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_50_54,m,50-54,50,54,46014,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_55_59,m,55-59,55,59,40482,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_60_64,m,60-64,60,64,32703,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_65_69,m,65-69,65,69,24576,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_70_74,m,70-74,70,74,17970,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_75_79,m,75-79,75,79,12050,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,M_80PLUS,m,80+,80,,14324,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_00_04,all,0-4,0,4,129258,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_05_09,all,5-9,5,9,131348,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_10_14,all,10-14,10,14,133561,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_15_19,all,15-19,15,19,137432,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_20_24,all,20-24,20,24,137129,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_25_29,all,25-29,25,29,131298,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_30_34,all,30-34,30,34,125530,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_35_39,all,35-39,35,39,117602,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_40_44,all,40-44,40,44,109423,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_45_49,all,45-49,45,49,102215,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_50_54,all,50-54,50,54,93661,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_55_59,all,55-59,55,59,82708,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_60_64,all,60-64,60,64,66852,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_65_69,all,65-69,65,69,50913,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_70_74,all,70-74,70,74,37868,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_75_79,all,75-79,75,79,25411,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO03,Región Cibao Norte,T_80PLUS,all,80+,80,,30916,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_TL,f,all,,,364976,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_TL,m,all,,,377998,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_TL,all,all,,,742974,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_00_04,f,0-4,0,4,29543,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_05_09,f,5-9,5,9,30414,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_10_14,f,10-14,10,14,31084,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_15_19,f,15-19,15,19,31015,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_20_24,f,20-24,20,24,29954,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_25_29,f,25-29,25,29,29350,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_30_34,f,30-34,30,34,27818,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_35_39,f,35-39,35,39,24764,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_40_44,f,40-44,40,44,22596,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_45_49,f,45-49,45,49,21223,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_50_54,f,50-54,50,54,19608,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_55_59,f,55-59,55,59,17835,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_60_64,f,60-64,60,64,14853,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_65_69,f,65-69,65,69,11824,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_70_74,f,70-74,70,74,9055,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_75_79,f,75-79,75,79,6248,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,F_80PLUS,f,80+,80,,7792,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_00_04,m,0-4,0,4,30834,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_05_09,m,5-9,5,9,31681,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_10_14,m,10-14,10,14,32158,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_15_19,m,15-19,15,19,32606,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_20_24,m,20-24,20,24,31985,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_25_29,m,25-29,25,29,30973,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_30_34,m,30-34,30,34,29493,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_35_39,m,35-39,35,39,26195,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_40_44,m,40-44,40,44,23626,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_45_49,m,45-49,45,49,21701,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_50_54,m,50-54,50,54,19918,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_55_59,m,55-59,55,59,18039,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_60_64,m,60-64,60,64,15130,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_65_69,m,65-69,65,69,11871,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_70_74,m,70-74,70,74,8764,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_75_79,m,75-79,75,79,5884,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,M_80PLUS,m,80+,80,,7140,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_00_04,all,0-4,0,4,60377,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_05_09,all,5-9,5,9,62095,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_10_14,all,10-14,10,14,63242,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_15_19,all,15-19,15,19,63621,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_20_24,all,20-24,20,24,61939,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_25_29,all,25-29,25,29,60323,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_30_34,all,30-34,30,34,57311,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_35_39,all,35-39,35,39,50959,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_40_44,all,40-44,40,44,46222,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_45_49,all,45-49,45,49,42924,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_50_54,all,50-54,50,54,39526,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_55_59,all,55-59,55,59,35874,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_60_64,all,60-64,60,64,29983,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_65_69,all,65-69,65,69,23695,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_70_74,all,70-74,70,74,17819,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_75_79,all,75-79,75,79,12132,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO04,Región Cibao Sur,T_80PLUS,all,80+,80,,14932,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_TL,f,all,,,131014,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_TL,m,all,,,149441,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_TL,all,all,,,280455,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_00_04,f,0-4,0,4,13444,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_05_09,f,5-9,5,9,14494,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_10_14,f,10-14,10,14,13842,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_15_19,f,15-19,15,19,11580,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_20_24,f,20-24,20,24,10078,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_25_29,f,25-29,25,29,9681,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_30_34,f,30-34,30,34,8314,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_35_39,f,35-39,35,39,6706,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_40_44,f,40-44,40,44,6158,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_45_49,f,45-49,45,49,5835,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_50_54,f,50-54,50,54,5853,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_55_59,f,55-59,55,59,5589,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_60_64,f,60-64,60,64,5094,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_65_69,f,65-69,65,69,4660,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_70_74,f,70-74,70,74,3806,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_75_79,f,75-79,75,79,2703,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,F_80PLUS,f,80+,80,,3177,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_00_04,m,0-4,0,4,14018,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_05_09,m,5-9,5,9,15139,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_10_14,m,10-14,10,14,14977,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_15_19,m,15-19,15,19,13551,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_20_24,m,20-24,20,24,12411,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_25_29,m,25-29,25,29,12100,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_30_34,m,30-34,30,34,10450,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_35_39,m,35-39,35,39,8263,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_40_44,m,40-44,40,44,7319,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_45_49,m,45-49,45,49,6879,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_50_54,m,50-54,50,54,6630,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_55_59,m,55-59,55,59,6192,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_60_64,m,60-64,60,64,5766,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_65_69,m,65-69,65,69,5161,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_70_74,m,70-74,70,74,4059,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_75_79,m,75-79,75,79,2894,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,M_80PLUS,m,80+,80,,3632,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_00_04,all,0-4,0,4,27462,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_05_09,all,5-9,5,9,29633,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_10_14,all,10-14,10,14,28819,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_15_19,all,15-19,15,19,25131,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_20_24,all,20-24,20,24,22489,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_25_29,all,25-29,25,29,21781,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_30_34,all,30-34,30,34,18764,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_35_39,all,35-39,35,39,14969,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_40_44,all,40-44,40,44,13477,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_45_49,all,45-49,45,49,12714,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_50_54,all,50-54,50,54,12483,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_55_59,all,55-59,55,59,11781,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_60_64,all,60-64,60,64,10860,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_65_69,all,65-69,65,69,9821,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_70_74,all,70-74,70,74,7865,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_75_79,all,75-79,75,79,5597,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO05,Región El Valle,T_80PLUS,all,80+,80,,6809,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_TL,f,all,,,185728,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_TL,m,all,,,201021,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_TL,all,all,,,386749,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_00_04,f,0-4,0,4,19889,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_05_09,f,5-9,5,9,20301,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_10_14,f,10-14,10,14,19780,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_15_19,f,15-19,15,19,18193,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_20_24,f,20-24,20,24,16191,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_25_29,f,25-29,25,29,14584,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_30_34,f,30-34,30,34,12669,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_35_39,f,35-39,35,39,10834,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_40_44,f,40-44,40,44,9344,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_45_49,f,45-49,45,49,8321,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_50_54,f,50-54,50,54,7890,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_55_59,f,55-59,55,59,7093,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_60_64,f,60-64,60,64,6113,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_65_69,f,65-69,65,69,4931,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_70_74,f,70-74,70,74,3763,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_75_79,f,75-79,75,79,2724,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,F_80PLUS,f,80+,80,,3108,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_00_04,m,0-4,0,4,20726,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_05_09,m,5-9,5,9,21133,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_10_14,m,10-14,10,14,20785,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_15_19,m,15-19,15,19,19412,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_20_24,m,20-24,20,24,17505,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_25_29,m,25-29,25,29,16192,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_30_34,m,30-34,30,34,14313,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_35_39,m,35-39,35,39,12107,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_40_44,m,40-44,40,44,10513,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_45_49,m,45-49,45,49,9026,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_50_54,m,50-54,50,54,8310,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_55_59,m,55-59,55,59,7726,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_60_64,m,60-64,60,64,7002,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_65_69,m,65-69,65,69,5763,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_70_74,m,70-74,70,74,4280,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_75_79,m,75-79,75,79,2920,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,M_80PLUS,m,80+,80,,3308,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_00_04,all,0-4,0,4,40615,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_05_09,all,5-9,5,9,41434,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_10_14,all,10-14,10,14,40565,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_15_19,all,15-19,15,19,37605,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_20_24,all,20-24,20,24,33696,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_25_29,all,25-29,25,29,30776,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_30_34,all,30-34,30,34,26982,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_35_39,all,35-39,35,39,22941,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_40_44,all,40-44,40,44,19857,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_45_49,all,45-49,45,49,17347,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_50_54,all,50-54,50,54,16200,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_55_59,all,55-59,55,59,14819,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_60_64,all,60-64,60,64,13115,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_65_69,all,65-69,65,69,10694,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_70_74,all,70-74,70,74,8043,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_75_79,all,75-79,75,79,5644,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO06,Región Enriquillo,T_80PLUS,all,80+,80,,6416,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_TL,f,all,,,291360,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_TL,m,all,,,294802,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_TL,all,all,,,586162,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_00_04,f,0-4,0,4,25816,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_05_09,f,5-9,5,9,26307,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_10_14,f,10-14,10,14,26136,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_15_19,f,15-19,15,19,26068,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_20_24,f,20-24,20,24,25367,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_25_29,f,25-29,25,29,23699,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_30_34,f,30-34,30,34,21784,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_35_39,f,35-39,35,39,18620,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_40_44,f,40-44,40,44,16474,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_45_49,f,45-49,45,49,15351,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_50_54,f,50-54,50,54,14916,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_55_59,f,55-59,55,59,13745,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_60_64,f,60-64,60,64,11898,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_65_69,f,65-69,65,69,9003,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_70_74,f,70-74,70,74,6460,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_75_79,f,75-79,75,79,4521,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,F_80PLUS,f,80+,80,,5195,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_00_04,m,0-4,0,4,26958,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_05_09,m,5-9,5,9,27346,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_10_14,m,10-14,10,14,26969,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_15_19,m,15-19,15,19,27152,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_20_24,m,20-24,20,24,26590,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_25_29,m,25-29,25,29,24822,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_30_34,m,30-34,30,34,22559,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_35_39,m,35-39,35,39,18971,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_40_44,m,40-44,40,44,16155,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_45_49,m,45-49,45,49,14494,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_50_54,m,50-54,50,54,13781,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_55_59,m,55-59,55,59,12789,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_60_64,m,60-64,60,64,11226,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_65_69,m,65-69,65,69,8772,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_70_74,m,70-74,70,74,6338,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_75_79,m,75-79,75,79,4453,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,M_80PLUS,m,80+,80,,5427,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_00_04,all,0-4,0,4,52774,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_05_09,all,5-9,5,9,53653,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_10_14,all,10-14,10,14,53105,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_15_19,all,15-19,15,19,53220,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_20_24,all,20-24,20,24,51957,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_25_29,all,25-29,25,29,48521,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_30_34,all,30-34,30,34,44343,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_35_39,all,35-39,35,39,37591,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_40_44,all,40-44,40,44,32629,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_45_49,all,45-49,45,49,29845,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_50_54,all,50-54,50,54,28697,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_55_59,all,55-59,55,59,26534,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_60_64,all,60-64,60,64,23124,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_65_69,all,65-69,65,69,17775,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_70_74,all,70-74,70,74,12798,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_75_79,all,75-79,75,79,8974,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO07,Región Higuamo,T_80PLUS,all,80+,80,,10622,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_TL,f,all,,,2119655,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_TL,m,all,,,1997291,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_TL,all,all,,,4116946,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_00_04,f,0-4,0,4,176904,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_05_09,f,5-9,5,9,178983,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_10_14,f,10-14,10,14,179802,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_15_19,f,15-19,15,19,182215,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_20_24,f,20-24,20,24,183042,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_25_29,f,25-29,25,29,175206,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_30_34,f,30-34,30,34,167767,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_35_39,f,35-39,35,39,156284,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_40_44,f,40-44,40,44,141272,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_45_49,f,45-49,45,49,125579,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_50_54,f,50-54,50,54,110027,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_55_59,f,55-59,55,59,96148,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_60_64,f,60-64,60,64,80769,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_65_69,f,65-69,65,69,62388,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_70_74,f,70-74,70,74,44170,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_75_79,f,75-79,75,79,27821,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,F_80PLUS,f,80+,80,,31278,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_00_04,m,0-4,0,4,184562,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_05_09,m,5-9,5,9,185746,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_10_14,m,10-14,10,14,183409,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_15_19,m,15-19,15,19,179111,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_20_24,m,20-24,20,24,173845,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_25_29,m,25-29,25,29,162926,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_30_34,m,30-34,30,34,152938,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_35_39,m,35-39,35,39,141673,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_40_44,m,40-44,40,44,129257,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_45_49,m,45-49,45,49,114820,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_50_54,m,50-54,50,54,100011,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_55_59,m,55-59,55,59,86469,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_60_64,m,60-64,60,64,71216,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_65_69,m,65-69,65,69,52974,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_70_74,m,70-74,70,74,36313,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_75_79,m,75-79,75,79,21922,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,M_80PLUS,m,80+,80,,20099,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_00_04,all,0-4,0,4,361466,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_05_09,all,5-9,5,9,364729,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_10_14,all,10-14,10,14,363211,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_15_19,all,15-19,15,19,361326,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_20_24,all,20-24,20,24,356887,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_25_29,all,25-29,25,29,338132,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_30_34,all,30-34,30,34,320705,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_35_39,all,35-39,35,39,297957,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_40_44,all,40-44,40,44,270529,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_45_49,all,45-49,45,49,240399,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_50_54,all,50-54,50,54,210038,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_55_59,all,55-59,55,59,182617,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_60_64,all,60-64,60,64,151985,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_65_69,all,65-69,65,69,115362,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_70_74,all,70-74,70,74,80483,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_75_79,all,75-79,75,79,49743,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO08,Región Ozama,T_80PLUS,all,80+,80,,51377,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_TL,f,all,,,558493,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_TL,m,all,,,574231,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_TL,all,all,,,1132724,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_00_04,f,0-4,0,4,51680,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_05_09,f,5-9,5,9,52482,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_10_14,f,10-14,10,14,51505,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_15_19,f,15-19,15,19,50320,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_20_24,f,20-24,20,24,49320,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_25_29,f,25-29,25,29,45264,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_30_34,f,30-34,30,34,40911,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_35_39,f,35-39,35,39,36128,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_40_44,f,40-44,40,44,32750,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_45_49,f,45-49,45,49,30570,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_50_54,f,50-54,50,54,27905,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_55_59,f,55-59,55,59,24163,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_60_64,f,60-64,60,64,20445,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_65_69,f,65-69,65,69,16292,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_70_74,f,70-74,70,74,11979,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_75_79,f,75-79,75,79,7854,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,F_80PLUS,f,80+,80,,8925,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_00_04,m,0-4,0,4,53928,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_05_09,m,5-9,5,9,54717,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_10_14,m,10-14,10,14,53737,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_15_19,m,15-19,15,19,53005,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_20_24,m,20-24,20,24,51823,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_25_29,m,25-29,25,29,47617,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_30_34,m,30-34,30,34,43149,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_35_39,m,35-39,35,39,37773,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_40_44,m,40-44,40,44,33274,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_45_49,m,45-49,45,49,30248,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_50_54,m,50-54,50,54,27196,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_55_59,m,55-59,55,59,23990,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_60_64,m,60-64,60,64,20522,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_65_69,m,65-69,65,69,16012,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_70_74,m,70-74,70,74,11345,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_75_79,m,75-79,75,79,7523,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,M_80PLUS,m,80+,80,,8372,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_00_04,all,0-4,0,4,105608,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_05_09,all,5-9,5,9,107199,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_10_14,all,10-14,10,14,105242,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_15_19,all,15-19,15,19,103325,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_20_24,all,20-24,20,24,101143,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_25_29,all,25-29,25,29,92881,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_30_34,all,30-34,30,34,84060,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_35_39,all,35-39,35,39,73901,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_40_44,all,40-44,40,44,66024,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_45_49,all,45-49,45,49,60818,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_50_54,all,50-54,50,54,55101,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_55_59,all,55-59,55,59,48153,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_60_64,all,60-64,60,64,40967,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_65_69,all,65-69,65,69,32304,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_70_74,all,70-74,70,74,23324,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_75_79,all,75-79,75,79,15377,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO09,Región Valdesia,T_80PLUS,all,80+,80,,17297,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_TL,f,all,,,368698,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_TL,m,all,,,381850,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_TL,all,all,,,750548,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_00_04,f,0-4,0,4,35122,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_05_09,f,5-9,5,9,35789,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_10_14,f,10-14,10,14,35176,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_15_19,f,15-19,15,19,32887,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_20_24,f,20-24,20,24,31452,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_25_29,f,25-29,25,29,29867,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_30_34,f,30-34,30,34,27902,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_35_39,f,35-39,35,39,26424,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_40_44,f,40-44,40,44,24565,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_45_49,f,45-49,45,49,21437,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_50_54,f,50-54,50,54,18103,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_55_59,f,55-59,55,59,14650,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_60_64,f,60-64,60,64,11787,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_65_69,f,65-69,65,69,8825,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_70_74,f,70-74,70,74,6100,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_75_79,f,75-79,75,79,3975,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,F_80PLUS,f,80+,80,,4637,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_00_04,m,0-4,0,4,36632,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_05_09,m,5-9,5,9,37289,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_10_14,m,10-14,10,14,36238,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_15_19,m,15-19,15,19,33046,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_20_24,m,20-24,20,24,31060,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_25_29,m,25-29,25,29,29560,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_30_34,m,30-34,30,34,28425,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_35_39,m,35-39,35,39,28385,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_40_44,m,40-44,40,44,26977,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_45_49,m,45-49,45,49,23092,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_50_54,m,50-54,50,54,19338,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_55_59,m,55-59,55,59,15478,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_60_64,m,60-64,60,64,12203,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_65_69,m,65-69,65,69,8958,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_70_74,m,70-74,70,74,6140,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_75_79,m,75-79,75,79,4209,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,M_80PLUS,m,80+,80,,4820,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_00_04,all,0-4,0,4,71754,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_05_09,all,5-9,5,9,73078,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_10_14,all,10-14,10,14,71414,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_15_19,all,15-19,15,19,65933,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_20_24,all,20-24,20,24,62512,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_25_29,all,25-29,25,29,59427,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_30_34,all,30-34,30,34,56327,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_35_39,all,35-39,35,39,54809,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_40_44,all,40-44,40,44,51542,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_45_49,all,45-49,45,49,44529,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_50_54,all,50-54,50,54,37441,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_55_59,all,55-59,55,59,30128,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_60_64,all,60-64,60,64,23990,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_65_69,all,65-69,65,69,17783,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_70_74,all,70-74,70,74,12240,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_75_79,all,75-79,75,79,8184,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,DO10,Región Yuma,T_80PLUS,all,80+,80,,9457,2023,Oficina Nacional de Estadística,UNFPA +ECU,Ecuador,EC01,AZUAY,F_TL,f,all,,,459159,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_TL,m,all,,,422235,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_TL,all,all,,,881394,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_00_00,f,0-0,0,0,7900,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_01_04,f,1-4,1,4,31725,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_05_09,f,5-9,5,9,40208,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_10_14,f,10-14,10,14,38929,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_15_19,f,15-19,15,19,39010,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_20_24,f,20-24,20,24,39482,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_25_29,f,25-29,25,29,38884,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_30_34,f,30-34,30,34,36273,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_35_39,f,35-39,35,39,32571,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_40_44,f,40-44,40,44,28512,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_45_49,f,45-49,45,49,24824,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_50_54,f,50-54,50,54,21962,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_55_59,f,55-59,55,59,19339,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_60_64,f,60-64,60,64,16429,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_65_69,f,65-69,65,69,13479,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_70_74,f,70-74,70,74,10873,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_75_79,f,75-79,75,79,8351,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,F_80PLUS,f,80+,80,,10408,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_00_00,m,0-0,0,0,7900,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_01_04,m,1-4,1,4,31721,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_05_09,m,5-9,5,9,40312,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_10_14,m,10-14,10,14,40326,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_15_19,m,15-19,15,19,40061,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_20_24,m,20-24,20,24,40552,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_25_29,m,25-29,25,29,39627,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_30_34,m,30-34,30,34,35590,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_35_39,m,35-39,35,39,29775,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_40_44,m,40-44,40,44,23939,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_45_49,m,45-49,45,49,19465,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_50_54,m,50-54,50,54,16552,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_55_59,m,55-59,55,59,14364,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_60_64,m,60-64,60,64,12161,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_65_69,m,65-69,65,69,9907,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_70_74,m,70-74,70,74,7746,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_75_79,m,75-79,75,79,5602,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,M_80PLUS,m,80+,80,,6635,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_00_00,all,0-0,0,0,15800,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_01_04,all,1-4,1,4,63446,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_05_09,all,5-9,5,9,80520,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_10_14,all,10-14,10,14,79255,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_15_19,all,15-19,15,19,79071,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_20_24,all,20-24,20,24,80034,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_25_29,all,25-29,25,29,78511,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_30_34,all,30-34,30,34,71863,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_35_39,all,35-39,35,39,62346,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_40_44,all,40-44,40,44,52451,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_45_49,all,45-49,45,49,44289,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_50_54,all,50-54,50,54,38514,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_55_59,all,55-59,55,59,33703,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_60_64,all,60-64,60,64,28590,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_65_69,all,65-69,65,69,23386,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_70_74,all,70-74,70,74,18619,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_75_79,all,75-79,75,79,13953,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC01,AZUAY,T_80PLUS,all,80+,80,,17043,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_TL,f,all,,,107504,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_TL,m,all,,,102429,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_TL,all,all,,,209933,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_00_00,f,0-0,0,0,2093,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_01_04,f,1-4,1,4,8997,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_05_09,f,5-9,5,9,11969,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_10_14,f,10-14,10,14,11666,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_15_19,f,15-19,15,19,10279,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_20_24,f,20-24,20,24,8613,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_25_29,f,25-29,25,29,7266,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_30_34,f,30-34,30,34,6554,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_35_39,f,35-39,35,39,6128,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_40_44,f,40-44,40,44,5693,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_45_49,f,45-49,45,49,5200,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_50_54,f,50-54,50,54,4722,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_55_59,f,55-59,55,59,4208,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_60_64,f,60-64,60,64,3660,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_65_69,f,65-69,65,69,3164,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_70_74,f,70-74,70,74,2739,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_75_79,f,75-79,75,79,2173,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,F_80PLUS,f,80+,80,,2380,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_00_00,m,0-0,0,0,2199,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_01_04,m,1-4,1,4,9428,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_05_09,m,5-9,5,9,12483,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_10_14,m,10-14,10,14,12134,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_15_19,m,15-19,15,19,10644,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_20_24,m,20-24,20,24,8720,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_25_29,m,25-29,25,29,6932,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_30_34,m,30-34,30,34,5819,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_35_39,m,35-39,35,39,5077,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_40_44,m,40-44,40,44,4579,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_45_49,m,45-49,45,49,4289,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_50_54,m,50-54,50,54,4066,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_55_59,m,55-59,55,59,3725,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_60_64,m,60-64,60,64,3222,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_65_69,m,65-69,65,69,2724,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_70_74,m,70-74,70,74,2357,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_75_79,m,75-79,75,79,1893,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,M_80PLUS,m,80+,80,,2138,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_00_00,all,0-0,0,0,4292,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_01_04,all,1-4,1,4,18425,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_05_09,all,5-9,5,9,24452,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_10_14,all,10-14,10,14,23800,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_15_19,all,15-19,15,19,20923,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_20_24,all,20-24,20,24,17333,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_25_29,all,25-29,25,29,14198,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_30_34,all,30-34,30,34,12373,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_35_39,all,35-39,35,39,11205,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_40_44,all,40-44,40,44,10272,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_45_49,all,45-49,45,49,9489,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_50_54,all,50-54,50,54,8788,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_55_59,all,55-59,55,59,7933,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_60_64,all,60-64,60,64,6882,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_65_69,all,65-69,65,69,5888,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_70_74,all,70-74,70,74,5096,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_75_79,all,75-79,75,79,4066,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC02,BOLIVAR,T_80PLUS,all,80+,80,,4518,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_TL,f,all,,,147041,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_TL,m,all,,,134355,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_TL,all,all,,,281396,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_00_00,f,0-0,0,0,2707,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_01_04,f,1-4,1,4,11228,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_05_09,f,5-9,5,9,14389,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_10_14,f,10-14,10,14,14125,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_15_19,f,15-19,15,19,13389,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_20_24,f,20-24,20,24,12855,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_25_29,f,25-29,25,29,12171,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_30_34,f,30-34,30,34,10967,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_35_39,f,35-39,35,39,9455,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_40_44,f,40-44,40,44,8074,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_45_49,f,45-49,45,49,7043,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_50_54,f,50-54,50,54,6272,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_55_59,f,55-59,55,59,5590,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_60_64,f,60-64,60,64,4846,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_65_69,f,65-69,65,69,4134,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_70_74,f,70-74,70,74,3515,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_75_79,f,75-79,75,79,2818,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,F_80PLUS,f,80+,80,,3463,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_00_00,m,0-0,0,0,2844,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_01_04,m,1-4,1,4,11804,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_05_09,m,5-9,5,9,15096,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_10_14,m,10-14,10,14,14611,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_15_19,m,15-19,15,19,13713,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_20_24,m,20-24,20,24,12936,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_25_29,m,25-29,25,29,11878,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_30_34,m,30-34,30,34,10055,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_35_39,m,35-39,35,39,7860,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_40_44,m,40-44,40,44,6143,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_45_49,m,45-49,45,49,5136,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_50_54,m,50-54,50,54,4558,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_55_59,m,55-59,55,59,4082,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_60_64,m,60-64,60,64,3559,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_65_69,m,65-69,65,69,3047,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_70_74,m,70-74,70,74,2599,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_75_79,m,75-79,75,79,2044,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,M_80PLUS,m,80+,80,,2390,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_00_00,all,0-0,0,0,5551,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_01_04,all,1-4,1,4,23032,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_05_09,all,5-9,5,9,29485,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_10_14,all,10-14,10,14,28736,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_15_19,all,15-19,15,19,27102,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_20_24,all,20-24,20,24,25791,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_25_29,all,25-29,25,29,24049,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_30_34,all,30-34,30,34,21022,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_35_39,all,35-39,35,39,17315,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_40_44,all,40-44,40,44,14217,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_45_49,all,45-49,45,49,12179,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_50_54,all,50-54,50,54,10830,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_55_59,all,55-59,55,59,9672,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_60_64,all,60-64,60,64,8405,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_65_69,all,65-69,65,69,7181,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_70_74,all,70-74,70,74,6114,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_75_79,all,75-79,75,79,4862,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC03,CAÑAR,T_80PLUS,all,80+,80,,5853,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_TL,f,all,,,94102,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_TL,m,all,,,92767,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_TL,all,all,,,186869,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_00_00,f,0-0,0,0,1577,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_01_04,f,1-4,1,4,6427,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_05_09,f,5-9,5,9,8320,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_10_14,f,10-14,10,14,8603,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_15_19,f,15-19,15,19,8291,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_20_24,f,20-24,20,24,7472,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_25_29,f,25-29,25,29,6813,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_30_34,f,30-34,30,34,6591,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_35_39,f,35-39,35,39,6400,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_40_44,f,40-44,40,44,6056,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_45_49,f,45-49,45,49,5620,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_50_54,f,50-54,50,54,5033,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_55_59,f,55-59,55,59,4249,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_60_64,f,60-64,60,64,3461,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_65_69,f,65-69,65,69,2857,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_70_74,f,70-74,70,74,2386,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_75_79,f,75-79,75,79,1850,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,F_80PLUS,f,80+,80,,2096,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_00_00,m,0-0,0,0,1659,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_01_04,m,1-4,1,4,6765,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_05_09,m,5-9,5,9,8724,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_10_14,m,10-14,10,14,8971,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_15_19,m,15-19,15,19,8750,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_20_24,m,20-24,20,24,7924,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_25_29,m,25-29,25,29,7092,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_30_34,m,30-34,30,34,6644,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_35_39,m,35-39,35,39,6188,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_40_44,m,40-44,40,44,5600,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_45_49,m,45-49,45,49,5087,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_50_54,m,50-54,50,54,4561,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_55_59,m,55-59,55,59,3843,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_60_64,m,60-64,60,64,3068,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_65_69,m,65-69,65,69,2474,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_70_74,m,70-74,70,74,2038,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_75_79,m,75-79,75,79,1585,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,M_80PLUS,m,80+,80,,1794,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_00_00,all,0-0,0,0,3236,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_01_04,all,1-4,1,4,13192,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_05_09,all,5-9,5,9,17044,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_10_14,all,10-14,10,14,17574,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_15_19,all,15-19,15,19,17041,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_20_24,all,20-24,20,24,15396,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_25_29,all,25-29,25,29,13905,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_30_34,all,30-34,30,34,13235,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_35_39,all,35-39,35,39,12588,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_40_44,all,40-44,40,44,11656,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_45_49,all,45-49,45,49,10707,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_50_54,all,50-54,50,54,9594,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_55_59,all,55-59,55,59,8092,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_60_64,all,60-64,60,64,6529,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_65_69,all,65-69,65,69,5331,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_70_74,all,70-74,70,74,4424,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_75_79,all,75-79,75,79,3435,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC04,CARCHI,T_80PLUS,all,80+,80,,3890,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_TL,f,all,,,251010,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_TL,m,all,,,237706,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_TL,all,all,,,488716,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_00_00,f,0-0,0,0,5035,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_01_04,f,1-4,1,4,20234,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_05_09,f,5-9,5,9,25587,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_10_14,f,10-14,10,14,25483,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_15_19,f,15-19,15,19,23575,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_20_24,f,20-24,20,24,21130,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_25_29,f,25-29,25,29,19013,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_30_34,f,30-34,30,34,17497,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_35_39,f,35-39,35,39,16187,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_40_44,f,40-44,40,44,14590,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_45_49,f,45-49,45,49,12687,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_50_54,f,50-54,50,54,10894,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_55_59,f,55-59,55,59,9422,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_60_64,f,60-64,60,64,8066,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_65_69,f,65-69,65,69,6792,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_70_74,f,70-74,70,74,5632,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_75_79,f,75-79,75,79,4398,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,F_80PLUS,f,80+,80,,4788,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_00_00,m,0-0,0,0,5269,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_01_04,m,1-4,1,4,21124,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_05_09,m,5-9,5,9,26587,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_10_14,m,10-14,10,14,26131,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_15_19,m,15-19,15,19,24130,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_20_24,m,20-24,20,24,21530,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_25_29,m,25-29,25,29,18813,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_30_34,m,30-34,30,34,16354,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_35_39,m,35-39,35,39,14201,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_40_44,m,40-44,40,44,12250,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_45_49,m,45-49,45,49,10613,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_50_54,m,50-54,50,54,9205,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_55_59,m,55-59,55,59,7855,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_60_64,m,60-64,60,64,6540,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_65_69,m,65-69,65,69,5414,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_70_74,m,70-74,70,74,4468,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_75_79,m,75-79,75,79,3414,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,M_80PLUS,m,80+,80,,3808,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_00_00,all,0-0,0,0,10304,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_01_04,all,1-4,1,4,41358,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_05_09,all,5-9,5,9,52174,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_10_14,all,10-14,10,14,51614,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_15_19,all,15-19,15,19,47705,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_20_24,all,20-24,20,24,42660,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_25_29,all,25-29,25,29,37826,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_30_34,all,30-34,30,34,33851,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_35_39,all,35-39,35,39,30388,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_40_44,all,40-44,40,44,26840,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_45_49,all,45-49,45,49,23300,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_50_54,all,50-54,50,54,20099,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_55_59,all,55-59,55,59,17277,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_60_64,all,60-64,60,64,14606,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_65_69,all,65-69,65,69,12206,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_70_74,all,70-74,70,74,10100,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_75_79,all,75-79,75,79,7812,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC05,COTOPAXI,T_80PLUS,all,80+,80,,8596,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_TL,f,all,,,273201,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_TL,m,all,,,250803,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_TL,all,all,,,524004,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_00_00,f,0-0,0,0,4763,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_01_04,f,1-4,1,4,19300,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_05_09,f,5-9,5,9,25065,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_10_14,f,10-14,10,14,25808,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_15_19,f,15-19,15,19,24834,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_20_24,f,20-24,20,24,23234,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_25_29,f,25-29,25,29,21365,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_30_34,f,30-34,30,34,19426,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_35_39,f,35-39,35,39,17575,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_40_44,f,40-44,40,44,15759,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_45_49,f,45-49,45,49,14038,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_50_54,f,50-54,50,54,12618,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_55_59,f,55-59,55,59,11310,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_60_64,f,60-64,60,64,9998,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_65_69,f,65-69,65,69,8736,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_70_74,f,70-74,70,74,7414,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_75_79,f,75-79,75,79,5742,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,F_80PLUS,f,80+,80,,6216,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_00_00,m,0-0,0,0,4999,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_01_04,m,1-4,1,4,20210,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_05_09,m,5-9,5,9,26193,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_10_14,m,10-14,10,14,26846,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_15_19,m,15-19,15,19,25692,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_20_24,m,20-24,20,24,23624,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_25_29,m,25-29,25,29,20611,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_30_34,m,30-34,30,34,17345,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_35_39,m,35-39,35,39,14552,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_40_44,m,40-44,40,44,12433,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_45_49,m,45-49,45,49,10982,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_50_54,m,50-54,50,54,9957,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_55_59,m,55-59,55,59,8950,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_60_64,m,60-64,60,64,7843,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_65_69,m,65-69,65,69,6676,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_70_74,m,70-74,70,74,5443,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_75_79,m,75-79,75,79,4045,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,M_80PLUS,m,80+,80,,4402,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_00_00,all,0-0,0,0,9762,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_01_04,all,1-4,1,4,39510,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_05_09,all,5-9,5,9,51258,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_10_14,all,10-14,10,14,52654,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_15_19,all,15-19,15,19,50526,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_20_24,all,20-24,20,24,46858,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_25_29,all,25-29,25,29,41976,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_30_34,all,30-34,30,34,36771,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_35_39,all,35-39,35,39,32127,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_40_44,all,40-44,40,44,28192,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_45_49,all,45-49,45,49,25020,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_50_54,all,50-54,50,54,22575,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_55_59,all,55-59,55,59,20260,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_60_64,all,60-64,60,64,17841,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_65_69,all,65-69,65,69,15412,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_70_74,all,70-74,70,74,12857,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_75_79,all,75-79,75,79,9787,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC06,CHIMBORAZO,T_80PLUS,all,80+,80,,10618,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_TL,f,all,,,354069,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_TL,m,all,,,361682,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_TL,all,all,,,715751,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_00_00,f,0-0,0,0,6083,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_01_04,f,1-4,1,4,24402,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_05_09,f,5-9,5,9,31506,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_10_14,f,10-14,10,14,32536,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_15_19,f,15-19,15,19,31804,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_20_24,f,20-24,20,24,29843,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_25_29,f,25-29,25,29,27872,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_30_34,f,30-34,30,34,26503,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_35_39,f,35-39,35,39,25272,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_40_44,f,40-44,40,44,23344,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_45_49,f,45-49,45,49,20784,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_50_54,f,50-54,50,54,18175,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_55_59,f,55-59,55,59,15538,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_60_64,f,60-64,60,64,12727,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_65_69,f,65-69,65,69,9940,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_70_74,f,70-74,70,74,7393,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_75_79,f,75-79,75,79,5083,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,F_80PLUS,f,80+,80,,5264,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_00_00,m,0-0,0,0,6381,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_01_04,m,1-4,1,4,25578,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_05_09,m,5-9,5,9,33058,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_10_14,m,10-14,10,14,34282,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_15_19,m,15-19,15,19,33669,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_20_24,m,20-24,20,24,31530,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_25_29,m,25-29,25,29,29150,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_30_34,m,30-34,30,34,27239,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_35_39,m,35-39,35,39,25333,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_40_44,m,40-44,40,44,22816,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_45_49,m,45-49,45,49,20297,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_50_54,m,50-54,50,54,18006,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_55_59,m,55-59,55,59,15524,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_60_64,m,60-64,60,64,12647,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_65_69,m,65-69,65,69,9693,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_70_74,m,70-74,70,74,6991,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_75_79,m,75-79,75,79,4644,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,M_80PLUS,m,80+,80,,4844,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_00_00,all,0-0,0,0,12464,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_01_04,all,1-4,1,4,49980,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_05_09,all,5-9,5,9,64564,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_10_14,all,10-14,10,14,66818,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_15_19,all,15-19,15,19,65473,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_20_24,all,20-24,20,24,61373,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_25_29,all,25-29,25,29,57022,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_30_34,all,30-34,30,34,53742,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_35_39,all,35-39,35,39,50605,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_40_44,all,40-44,40,44,46160,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_45_49,all,45-49,45,49,41081,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_50_54,all,50-54,50,54,36181,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_55_59,all,55-59,55,59,31062,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_60_64,all,60-64,60,64,25374,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_65_69,all,65-69,65,69,19633,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_70_74,all,70-74,70,74,14384,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_75_79,all,75-79,75,79,9727,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC07,EL ORO,T_80PLUS,all,80+,80,,10108,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_TL,f,all,,,318952,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_TL,m,all,,,324702,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_TL,all,all,,,643654,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_00_00,f,0-0,0,0,7018,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_01_04,f,1-4,1,4,28418,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_05_09,f,5-9,5,9,36313,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_10_14,f,10-14,10,14,36025,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_15_19,f,15-19,15,19,32225,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_20_24,f,20-24,20,24,27430,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_25_29,f,25-29,25,29,23884,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_30_34,f,30-34,30,34,21861,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_35_39,f,35-39,35,39,20148,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_40_44,f,40-44,40,44,17732,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_45_49,f,45-49,45,49,15107,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_50_54,f,50-54,50,54,12967,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_55_59,f,55-59,55,59,11091,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_60_64,f,60-64,60,64,9130,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_65_69,f,65-69,65,69,7109,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_70_74,f,70-74,70,74,5278,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_75_79,f,75-79,75,79,3657,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,F_80PLUS,f,80+,80,,3559,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_00_00,m,0-0,0,0,7368,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_01_04,m,1-4,1,4,29872,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_05_09,m,5-9,5,9,38262,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_10_14,m,10-14,10,14,38259,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_15_19,m,15-19,15,19,34845,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_20_24,m,20-24,20,24,29205,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_25_29,m,25-29,25,29,23858,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_30_34,m,30-34,30,34,20517,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_35_39,m,35-39,35,39,18500,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_40_44,m,40-44,40,44,16531,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_45_49,m,45-49,45,49,14596,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_50_54,m,50-54,50,54,12980,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_55_59,m,55-59,55,59,11424,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_60_64,m,60-64,60,64,9577,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_65_69,m,65-69,65,69,7410,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_70_74,m,70-74,70,74,5247,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_75_79,m,75-79,75,79,3356,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,M_80PLUS,m,80+,80,,2895,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_00_00,all,0-0,0,0,14386,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_01_04,all,1-4,1,4,58290,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_05_09,all,5-9,5,9,74575,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_10_14,all,10-14,10,14,74284,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_15_19,all,15-19,15,19,67070,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_20_24,all,20-24,20,24,56635,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_25_29,all,25-29,25,29,47742,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_30_34,all,30-34,30,34,42378,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_35_39,all,35-39,35,39,38648,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_40_44,all,40-44,40,44,34263,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_45_49,all,45-49,45,49,29703,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_50_54,all,50-54,50,54,25947,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_55_59,all,55-59,55,59,22515,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_60_64,all,60-64,60,64,18707,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_65_69,all,65-69,65,69,14519,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_70_74,all,70-74,70,74,10525,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_75_79,all,75-79,75,79,7013,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC08,ESMERALDAS,T_80PLUS,all,80+,80,,6454,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_TL,f,all,,,2215071,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_TL,m,all,,,2172363,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_TL,all,all,,,4387434,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_00_00,f,0-0,0,0,38862,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_01_04,f,1-4,1,4,155316,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_05_09,f,5-9,5,9,196269,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_10_14,f,10-14,10,14,198005,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_15_19,f,15-19,15,19,192779,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_20_24,f,20-24,20,24,185133,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_25_29,f,25-29,25,29,174869,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_30_34,f,30-34,30,34,164586,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_35_39,f,35-39,35,39,157087,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_40_44,f,40-44,40,44,146931,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_45_49,f,45-49,45,49,131676,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_50_54,f,50-54,50,54,116182,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_55_59,f,55-59,55,59,101301,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_60_64,f,60-64,60,64,83893,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_65_69,f,65-69,65,69,64488,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_70_74,f,70-74,70,74,45996,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_75_79,f,75-79,75,79,30267,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,F_80PLUS,f,80+,80,,31431,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_00_00,m,0-0,0,0,40666,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_01_04,m,1-4,1,4,162291,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_05_09,m,5-9,5,9,204794,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_10_14,m,10-14,10,14,206760,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_15_19,m,15-19,15,19,200419,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_20_24,m,20-24,20,24,188138,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_25_29,m,25-29,25,29,173493,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_30_34,m,30-34,30,34,161252,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_35_39,m,35-39,35,39,151579,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_40_44,m,40-44,40,44,139198,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_45_49,m,45-49,45,49,123691,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_50_54,m,50-54,50,54,108157,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_55_59,m,55-59,55,59,92875,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_60_64,m,60-64,60,64,75723,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_65_69,m,65-69,65,69,56892,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_70_74,m,70-74,70,74,38988,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_75_79,m,75-79,75,79,24154,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,M_80PLUS,m,80+,80,,23293,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_00_00,all,0-0,0,0,79528,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_01_04,all,1-4,1,4,317607,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_05_09,all,5-9,5,9,401063,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_10_14,all,10-14,10,14,404765,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_15_19,all,15-19,15,19,393198,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_20_24,all,20-24,20,24,373271,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_25_29,all,25-29,25,29,348362,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_30_34,all,30-34,30,34,325838,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_35_39,all,35-39,35,39,308666,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_40_44,all,40-44,40,44,286129,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_45_49,all,45-49,45,49,255367,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_50_54,all,50-54,50,54,224339,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_55_59,all,55-59,55,59,194176,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_60_64,all,60-64,60,64,159616,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_65_69,all,65-69,65,69,121380,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_70_74,all,70-74,70,74,84984,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_75_79,all,75-79,75,79,54421,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC09,GUAYAS,T_80PLUS,all,80+,80,,54724,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_TL,f,all,,,244051,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_TL,m,all,,,232206,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_TL,all,all,,,476257,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_00_00,f,0-0,0,0,4371,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_01_04,f,1-4,1,4,17365,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_05_09,f,5-9,5,9,21829,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_10_14,f,10-14,10,14,22467,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_15_19,f,15-19,15,19,22569,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_20_24,f,20-24,20,24,20924,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_25_29,f,25-29,25,29,18919,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_30_34,f,30-34,30,34,17508,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_35_39,f,35-39,35,39,16354,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_40_44,f,40-44,40,44,14958,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_45_49,f,45-49,45,49,13472,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_50_54,f,50-54,50,54,12017,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_55_59,f,55-59,55,59,10354,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_60_64,f,60-64,60,64,8540,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_65_69,f,65-69,65,69,7045,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_70_74,f,70-74,70,74,5846,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_75_79,f,75-79,75,79,4485,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,F_80PLUS,f,80+,80,,5028,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_00_00,m,0-0,0,0,4592,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_01_04,m,1-4,1,4,18250,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_05_09,m,5-9,5,9,22942,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_10_14,m,10-14,10,14,23573,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_15_19,m,15-19,15,19,23471,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_20_24,m,20-24,20,24,21523,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_25_29,m,25-29,25,29,18923,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_30_34,m,30-34,30,34,16581,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_35_39,m,35-39,35,39,14545,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_40_44,m,40-44,40,44,12736,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_45_49,m,45-49,45,49,11368,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_50_54,m,50-54,50,54,10199,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_55_59,m,55-59,55,59,8790,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_60_64,m,60-64,60,64,7202,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_65_69,m,65-69,65,69,5784,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_70_74,m,70-74,70,74,4578,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_75_79,m,75-79,75,79,3392,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,M_80PLUS,m,80+,80,,3757,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_00_00,all,0-0,0,0,8963,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_01_04,all,1-4,1,4,35615,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_05_09,all,5-9,5,9,44771,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_10_14,all,10-14,10,14,46040,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_15_19,all,15-19,15,19,46040,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_20_24,all,20-24,20,24,42447,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_25_29,all,25-29,25,29,37842,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_30_34,all,30-34,30,34,34089,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_35_39,all,35-39,35,39,30899,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_40_44,all,40-44,40,44,27694,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_45_49,all,45-49,45,49,24840,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_50_54,all,50-54,50,54,22216,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_55_59,all,55-59,55,59,19144,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_60_64,all,60-64,60,64,15742,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_65_69,all,65-69,65,69,12829,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_70_74,all,70-74,70,74,10424,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_75_79,all,75-79,75,79,7877,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC10,IMBABURA,T_80PLUS,all,80+,80,,8785,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_TL,f,all,,,264335,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_TL,m,all,,,256819,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_TL,all,all,,,521154,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_00_00,f,0-0,0,0,4838,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_01_04,f,1-4,1,4,19348,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_05_09,f,5-9,5,9,24392,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_10_14,f,10-14,10,14,24694,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_15_19,f,15-19,15,19,24299,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_20_24,f,20-24,20,24,22593,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_25_29,f,25-29,25,29,20282,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_30_34,f,30-34,30,34,18372,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_35_39,f,35-39,35,39,16834,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_40_44,f,40-44,40,44,15113,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_45_49,f,45-49,45,49,13408,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_50_54,f,50-54,50,54,12178,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_55_59,f,55-59,55,59,11127,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_60_64,f,60-64,60,64,9823,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_65_69,f,65-69,65,69,8364,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_70_74,f,70-74,70,74,6920,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_75_79,f,75-79,75,79,5377,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,F_80PLUS,f,80+,80,,6373,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_00_00,m,0-0,0,0,5085,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_01_04,m,1-4,1,4,20352,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_05_09,m,5-9,5,9,25664,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_10_14,m,10-14,10,14,25863,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_15_19,m,15-19,15,19,25455,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_20_24,m,20-24,20,24,23675,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_25_29,m,25-29,25,29,20749,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_30_34,m,30-34,30,34,17746,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_35_39,m,35-39,35,39,15193,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_40_44,m,40-44,40,44,13016,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_45_49,m,45-49,45,49,11423,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_50_54,m,50-54,50,54,10436,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_55_59,m,55-59,55,59,9623,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_60_64,m,60-64,60,64,8573,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_65_69,m,65-69,65,69,7302,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_70_74,m,70-74,70,74,6001,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_75_79,m,75-79,75,79,4661,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,M_80PLUS,m,80+,80,,6002,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_00_00,all,0-0,0,0,9923,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_01_04,all,1-4,1,4,39700,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_05_09,all,5-9,5,9,50056,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_10_14,all,10-14,10,14,50557,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_15_19,all,15-19,15,19,49754,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_20_24,all,20-24,20,24,46268,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_25_29,all,25-29,25,29,41031,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_30_34,all,30-34,30,34,36118,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_35_39,all,35-39,35,39,32027,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_40_44,all,40-44,40,44,28129,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_45_49,all,45-49,45,49,24831,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_50_54,all,50-54,50,54,22614,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_55_59,all,55-59,55,59,20750,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_60_64,all,60-64,60,64,18396,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_65_69,all,65-69,65,69,15666,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_70_74,all,70-74,70,74,12921,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_75_79,all,75-79,75,79,10038,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC11,LOJA,T_80PLUS,all,80+,80,,12375,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_TL,f,all,,,454373,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_TL,m,all,,,467390,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_TL,all,all,,,921763,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_00_00,f,0-0,0,0,9189,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_01_04,f,1-4,1,4,36586,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_05_09,f,5-9,5,9,46084,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_10_14,f,10-14,10,14,46573,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_15_19,f,15-19,15,19,43953,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_20_24,f,20-24,20,24,39479,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_25_29,f,25-29,25,29,35016,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_30_34,f,30-34,30,34,31702,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_35_39,f,35-39,35,39,29656,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_40_44,f,40-44,40,44,27497,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_45_49,f,45-49,45,49,24542,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_50_54,f,50-54,50,54,21242,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_55_59,f,55-59,55,59,17976,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_60_64,f,60-64,60,64,14550,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_65_69,f,65-69,65,69,11167,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_70_74,f,70-74,70,74,8183,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_75_79,f,75-79,75,79,5564,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,F_80PLUS,f,80+,80,,5414,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_00_00,m,0-0,0,0,9630,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_01_04,m,1-4,1,4,38307,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_05_09,m,5-9,5,9,48314,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_10_14,m,10-14,10,14,48962,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_15_19,m,15-19,15,19,46332,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_20_24,m,20-24,20,24,41305,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_25_29,m,25-29,25,29,35896,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_30_34,m,30-34,30,34,31820,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_35_39,m,35-39,35,39,29358,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_40_44,m,40-44,40,44,27174,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_45_49,m,45-49,45,49,24669,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_50_54,m,50-54,50,54,21778,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_55_59,m,55-59,55,59,18459,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_60_64,m,60-64,60,64,14897,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_65_69,m,65-69,65,69,11435,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_70_74,m,70-74,70,74,8216,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_75_79,m,75-79,75,79,5411,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,M_80PLUS,m,80+,80,,5427,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_00_00,all,0-0,0,0,18819,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_01_04,all,1-4,1,4,74893,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_05_09,all,5-9,5,9,94398,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_10_14,all,10-14,10,14,95535,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_15_19,all,15-19,15,19,90285,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_20_24,all,20-24,20,24,80784,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_25_29,all,25-29,25,29,70912,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_30_34,all,30-34,30,34,63522,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_35_39,all,35-39,35,39,59014,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_40_44,all,40-44,40,44,54671,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_45_49,all,45-49,45,49,49211,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_50_54,all,50-54,50,54,43020,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_55_59,all,55-59,55,59,36435,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_60_64,all,60-64,60,64,29447,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_65_69,all,65-69,65,69,22602,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_70_74,all,70-74,70,74,16399,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_75_79,all,75-79,75,79,10975,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC12,LOS RIOS,T_80PLUS,all,80+,80,,10841,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_TL,f,all,,,781200,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_TL,m,all,,,780879,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_TL,all,all,,,1562079,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_00_00,f,0-0,0,0,13947,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_01_04,f,1-4,1,4,56499,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_05_09,f,5-9,5,9,73170,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_10_14,f,10-14,10,14,75306,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_15_19,f,15-19,15,19,73231,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_20_24,f,20-24,20,24,67434,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_25_29,f,25-29,25,29,59926,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_30_34,f,30-34,30,34,54471,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_35_39,f,35-39,35,39,51289,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_40_44,f,40-44,40,44,48233,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_45_49,f,45-49,45,49,44158,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_50_54,f,50-54,50,54,39118,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_55_59,f,55-59,55,59,33540,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_60_64,f,60-64,60,64,27878,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_65_69,f,65-69,65,69,22190,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_70_74,f,70-74,70,74,16489,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_75_79,f,75-79,75,79,11362,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,F_80PLUS,f,80+,80,,12959,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_00_00,m,0-0,0,0,14630,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_01_04,m,1-4,1,4,59316,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_05_09,m,5-9,5,9,76886,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_10_14,m,10-14,10,14,79571,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_15_19,m,15-19,15,19,77643,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_20_24,m,20-24,20,24,70211,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_25_29,m,25-29,25,29,60160,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_30_34,m,30-34,30,34,52939,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_35_39,m,35-39,35,39,48804,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_40_44,m,40-44,40,44,45363,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_45_49,m,45-49,45,49,41810,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_50_54,m,50-54,50,54,37630,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_55_59,m,55-59,55,59,32447,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_60_64,m,60-64,60,64,26717,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_65_69,m,65-69,65,69,20865,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_70_74,m,70-74,70,74,15140,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_75_79,m,75-79,75,79,10094,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,M_80PLUS,m,80+,80,,10653,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_00_00,all,0-0,0,0,28577,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_01_04,all,1-4,1,4,115815,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_05_09,all,5-9,5,9,150056,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_10_14,all,10-14,10,14,154877,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_15_19,all,15-19,15,19,150874,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_20_24,all,20-24,20,24,137645,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_25_29,all,25-29,25,29,120086,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_30_34,all,30-34,30,34,107410,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_35_39,all,35-39,35,39,100093,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_40_44,all,40-44,40,44,93596,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_45_49,all,45-49,45,49,85968,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_50_54,all,50-54,50,54,76748,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_55_59,all,55-59,55,59,65987,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_60_64,all,60-64,60,64,54595,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_65_69,all,65-69,65,69,43055,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_70_74,all,70-74,70,74,31629,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_75_79,all,75-79,75,79,21456,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC13,MANABI,T_80PLUS,all,80+,80,,23612,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_TL,f,all,,,95363,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_TL,m,all,,,101172,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_TL,all,all,,,196535,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_00_00,f,0-0,0,0,2362,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_01_04,f,1-4,1,4,9579,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_05_09,f,5-9,5,9,12118,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_10_14,f,10-14,10,14,11879,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_15_19,f,15-19,15,19,10583,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_20_24,f,20-24,20,24,8702,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_25_29,f,25-29,25,29,7259,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_30_34,f,30-34,30,34,6311,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_35_39,f,35-39,35,39,5419,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_40_44,f,40-44,40,44,4536,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_45_49,f,45-49,45,49,3828,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_50_54,f,50-54,50,54,3245,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_55_59,f,55-59,55,59,2701,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_60_64,f,60-64,60,64,2133,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_65_69,f,65-69,65,69,1649,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_70_74,f,70-74,70,74,1284,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_75_79,f,75-79,75,79,933,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,F_80PLUS,f,80+,80,,842,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_00_00,m,0-0,0,0,2480,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_01_04,m,1-4,1,4,10040,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_05_09,m,5-9,5,9,12681,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_10_14,m,10-14,10,14,12362,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_15_19,m,15-19,15,19,11070,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_20_24,m,20-24,20,24,9556,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_25_29,m,25-29,25,29,8310,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_30_34,m,30-34,30,34,7095,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_35_39,m,35-39,35,39,5811,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_40_44,m,40-44,40,44,4658,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_45_49,m,45-49,45,49,3911,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_50_54,m,50-54,50,54,3418,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_55_59,m,55-59,55,59,2899,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_60_64,m,60-64,60,64,2274,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_65_69,m,65-69,65,69,1686,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_70_74,m,70-74,70,74,1238,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_75_79,m,75-79,75,79,867,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,M_80PLUS,m,80+,80,,816,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_00_00,all,0-0,0,0,4842,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_01_04,all,1-4,1,4,19619,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_05_09,all,5-9,5,9,24799,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_10_14,all,10-14,10,14,24241,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_15_19,all,15-19,15,19,21653,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_20_24,all,20-24,20,24,18258,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_25_29,all,25-29,25,29,15569,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_30_34,all,30-34,30,34,13406,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_35_39,all,35-39,35,39,11230,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_40_44,all,40-44,40,44,9194,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_45_49,all,45-49,45,49,7739,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_50_54,all,50-54,50,54,6663,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_55_59,all,55-59,55,59,5600,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_60_64,all,60-64,60,64,4407,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_65_69,all,65-69,65,69,3335,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_70_74,all,70-74,70,74,2522,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_75_79,all,75-79,75,79,1800,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC14,MORONA,T_80PLUS,all,80+,80,,1658,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_TL,f,all,,,65630,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_TL,m,all,,,68075,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_TL,all,all,,,133705,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_00_00,f,0-0,0,0,1639,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_01_04,f,1-4,1,4,6391,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_05_09,f,5-9,5,9,7687,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_10_14,f,10-14,10,14,7448,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_15_19,f,15-19,15,19,6959,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_20_24,f,20-24,20,24,5914,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_25_29,f,25-29,25,29,5054,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_30_34,f,30-34,30,34,4528,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_35_39,f,35-39,35,39,4068,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_40_44,f,40-44,40,44,3529,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_45_49,f,45-49,45,49,2956,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_50_54,f,50-54,50,54,2455,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_55_59,f,55-59,55,59,2036,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_60_64,f,60-64,60,64,1639,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_65_69,f,65-69,65,69,1246,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_70_74,f,70-74,70,74,918,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_75_79,f,75-79,75,79,622,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,F_80PLUS,f,80+,80,,541,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_00_00,m,0-0,0,0,1722,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_01_04,m,1-4,1,4,6714,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_05_09,m,5-9,5,9,8103,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_10_14,m,10-14,10,14,7878,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_15_19,m,15-19,15,19,7348,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_20_24,m,20-24,20,24,6120,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_25_29,m,25-29,25,29,5136,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_30_34,m,30-34,30,34,4595,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_35_39,m,35-39,35,39,4146,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_40_44,m,40-44,40,44,3606,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_45_49,m,45-49,45,49,3030,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_50_54,m,50-54,50,54,2557,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_55_59,m,55-59,55,59,2131,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_60_64,m,60-64,60,64,1676,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_65_69,m,65-69,65,69,1236,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_70_74,m,70-74,70,74,906,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_75_79,m,75-79,75,79,630,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,M_80PLUS,m,80+,80,,541,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_00_00,all,0-0,0,0,3361,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_01_04,all,1-4,1,4,13105,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_05_09,all,5-9,5,9,15790,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_10_14,all,10-14,10,14,15326,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_15_19,all,15-19,15,19,14307,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_20_24,all,20-24,20,24,12034,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_25_29,all,25-29,25,29,10190,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_30_34,all,30-34,30,34,9123,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_35_39,all,35-39,35,39,8214,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_40_44,all,40-44,40,44,7135,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_45_49,all,45-49,45,49,5986,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_50_54,all,50-54,50,54,5012,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_55_59,all,55-59,55,59,4167,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_60_64,all,60-64,60,64,3315,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_65_69,all,65-69,65,69,2482,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_70_74,all,70-74,70,74,1824,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_75_79,all,75-79,75,79,1252,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC15,NAPO,T_80PLUS,all,80+,80,,1082,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_TL,f,all,,,55881,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_TL,m,all,,,58321,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_TL,all,all,,,114202,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_00_00,f,0-0,0,0,1302,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_01_04,f,1-4,1,4,5123,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_05_09,f,5-9,5,9,6226,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_10_14,f,10-14,10,14,6035,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_15_19,f,15-19,15,19,5803,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_20_24,f,20-24,20,24,5144,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_25_29,f,25-29,25,29,4470,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_30_34,f,30-34,30,34,4015,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_35_39,f,35-39,35,39,3656,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_40_44,f,40-44,40,44,3211,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_45_49,f,45-49,45,49,2653,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_50_54,f,50-54,50,54,2143,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_55_59,f,55-59,55,59,1756,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_60_64,f,60-64,60,64,1408,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_65_69,f,65-69,65,69,1075,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_70_74,f,70-74,70,74,807,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_75_79,f,75-79,75,79,558,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,F_80PLUS,f,80+,80,,496,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_00_00,m,0-0,0,0,1357,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_01_04,m,1-4,1,4,5341,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_05_09,m,5-9,5,9,6526,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_10_14,m,10-14,10,14,6368,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_15_19,m,15-19,15,19,6167,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_20_24,m,20-24,20,24,5752,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_25_29,m,25-29,25,29,5178,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_30_34,m,30-34,30,34,4415,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_35_39,m,35-39,35,39,3616,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_40_44,m,40-44,40,44,2985,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_45_49,m,45-49,45,49,2536,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_50_54,m,50-54,50,54,2115,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_55_59,m,55-59,55,59,1719,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_60_64,m,60-64,60,64,1389,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_65_69,m,65-69,65,69,1080,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_70_74,m,70-74,70,74,781,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_75_79,m,75-79,75,79,510,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,M_80PLUS,m,80+,80,,486,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_00_00,all,0-0,0,0,2659,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_01_04,all,1-4,1,4,10464,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_05_09,all,5-9,5,9,12752,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_10_14,all,10-14,10,14,12403,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_15_19,all,15-19,15,19,11970,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_20_24,all,20-24,20,24,10896,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_25_29,all,25-29,25,29,9648,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_30_34,all,30-34,30,34,8430,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_35_39,all,35-39,35,39,7272,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_40_44,all,40-44,40,44,6196,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_45_49,all,45-49,45,49,5189,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_50_54,all,50-54,50,54,4258,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_55_59,all,55-59,55,59,3475,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_60_64,all,60-64,60,64,2797,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_65_69,all,65-69,65,69,2155,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_70_74,all,70-74,70,74,1588,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_75_79,all,75-79,75,79,1068,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC16,PASTAZA,T_80PLUS,all,80+,80,,982,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_TL,f,all,,,1653014,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_TL,m,all,,,1575219,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_TL,all,all,,,3228233,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_00_00,f,0-0,0,0,27854,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_01_04,f,1-4,1,4,110555,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_05_09,f,5-9,5,9,136817,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_10_14,f,10-14,10,14,136055,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_15_19,f,15-19,15,19,135258,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_20_24,f,20-24,20,24,135953,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_25_29,f,25-29,25,29,133989,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_30_34,f,30-34,30,34,127808,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_35_39,f,35-39,35,39,122255,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_40_44,f,40-44,40,44,114856,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_45_49,f,45-49,45,49,102099,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_50_54,f,50-54,50,54,88834,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_55_59,f,55-59,55,59,76716,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_60_64,f,60-64,60,64,63270,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_65_69,f,65-69,65,69,49349,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_70_74,f,70-74,70,74,36941,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_75_79,f,75-79,75,79,26031,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,F_80PLUS,f,80+,80,,28374,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_00_00,m,0-0,0,0,29208,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_01_04,m,1-4,1,4,115802,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_05_09,m,5-9,5,9,142968,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_10_14,m,10-14,10,14,142206,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_15_19,m,15-19,15,19,138582,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_20_24,m,20-24,20,24,136110,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_25_29,m,25-29,25,29,132631,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_30_34,m,30-34,30,34,125407,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_35_39,m,35-39,35,39,115958,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_40_44,m,40-44,40,44,102993,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_45_49,m,45-49,45,49,88121,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_50_54,m,50-54,50,54,75687,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_55_59,m,55-59,55,59,65036,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_60_64,m,60-64,60,64,53564,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_65_69,m,65-69,65,69,41343,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_70_74,m,70-74,70,74,29833,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_75_79,m,75-79,75,79,19709,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,M_80PLUS,m,80+,80,,20061,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_00_00,all,0-0,0,0,57062,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_01_04,all,1-4,1,4,226357,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_05_09,all,5-9,5,9,279785,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_10_14,all,10-14,10,14,278261,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_15_19,all,15-19,15,19,273840,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_20_24,all,20-24,20,24,272063,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_25_29,all,25-29,25,29,266620,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_30_34,all,30-34,30,34,253215,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_35_39,all,35-39,35,39,238213,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_40_44,all,40-44,40,44,217849,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_45_49,all,45-49,45,49,190220,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_50_54,all,50-54,50,54,164521,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_55_59,all,55-59,55,59,141752,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_60_64,all,60-64,60,64,116834,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_65_69,all,65-69,65,69,90692,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_70_74,all,70-74,70,74,66774,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_75_79,all,75-79,75,79,45740,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC17,PICHINCHA,T_80PLUS,all,80+,80,,48435,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_TL,f,all,,,304217,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_TL,m,all,,,286383,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_TL,all,all,,,590600,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_00_00,f,0-0,0,0,4940,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_01_04,f,1-4,1,4,19897,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_05_09,f,5-9,5,9,25316,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_10_14,f,10-14,10,14,25498,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_15_19,f,15-19,15,19,25169,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_20_24,f,20-24,20,24,24629,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_25_29,f,25-29,25,29,24092,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_30_34,f,30-34,30,34,23315,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_35_39,f,35-39,35,39,22027,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_40_44,f,40-44,40,44,20174,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_45_49,f,45-49,45,49,17954,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_50_54,f,50-54,50,54,15852,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_55_59,f,55-59,55,59,13831,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_60_64,f,60-64,60,64,11705,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_65_69,f,65-69,65,69,9657,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_70_74,f,70-74,70,74,7806,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_75_79,f,75-79,75,79,5908,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,F_80PLUS,f,80+,80,,6447,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_00_00,m,0-0,0,0,5171,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_01_04,m,1-4,1,4,20785,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_05_09,m,5-9,5,9,26412,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_10_14,m,10-14,10,14,26635,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_15_19,m,15-19,15,19,26082,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_20_24,m,20-24,20,24,24836,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_25_29,m,25-29,25,29,23457,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_30_34,m,30-34,30,34,21994,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_35_39,m,35-39,35,39,19987,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_40_44,m,40-44,40,44,17535,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_45_49,m,45-49,45,49,15250,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_50_54,m,50-54,50,54,13381,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_55_59,m,55-59,55,59,11585,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_60_64,m,60-64,60,64,9647,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_65_69,m,65-69,65,69,7801,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_70_74,m,70-74,70,74,6197,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_75_79,m,75-79,75,79,4597,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,M_80PLUS,m,80+,80,,5031,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_00_00,all,0-0,0,0,10111,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_01_04,all,1-4,1,4,40682,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_05_09,all,5-9,5,9,51728,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_10_14,all,10-14,10,14,52133,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_15_19,all,15-19,15,19,51251,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_20_24,all,20-24,20,24,49465,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_25_29,all,25-29,25,29,47549,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_30_34,all,30-34,30,34,45309,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_35_39,all,35-39,35,39,42014,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_40_44,all,40-44,40,44,37709,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_45_49,all,45-49,45,49,33204,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_50_54,all,50-54,50,54,29233,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_55_59,all,55-59,55,59,25416,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_60_64,all,60-64,60,64,21352,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_65_69,all,65-69,65,69,17458,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_70_74,all,70-74,70,74,14003,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_75_79,all,75-79,75,79,10505,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC18,TUNGURAHUA,T_80PLUS,all,80+,80,,11478,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_TL,f,all,,,57378,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_TL,m,all,,,63038,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_TL,all,all,,,120416,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_00_00,f,0-0,0,0,1381,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_01_04,f,1-4,1,4,5686,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_05_09,f,5-9,5,9,7184,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_10_14,f,10-14,10,14,6709,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_15_19,f,15-19,15,19,5936,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_20_24,f,20-24,20,24,5061,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_25_29,f,25-29,25,29,4393,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_30_34,f,30-34,30,34,3969,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_35_39,f,35-39,35,39,3460,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_40_44,f,40-44,40,44,2842,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_45_49,f,45-49,45,49,2390,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_50_54,f,50-54,50,54,2075,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_55_59,f,55-59,55,59,1769,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_60_64,f,60-64,60,64,1427,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_65_69,f,65-69,65,69,1105,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_70_74,f,70-74,70,74,827,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_75_79,f,75-79,75,79,594,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,F_80PLUS,f,80+,80,,570,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_00_00,m,0-0,0,0,1456,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_01_04,m,1-4,1,4,5991,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_05_09,m,5-9,5,9,7551,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_10_14,m,10-14,10,14,7076,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_15_19,m,15-19,15,19,6442,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_20_24,m,20-24,20,24,5820,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_25_29,m,25-29,25,29,5218,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_30_34,m,30-34,30,34,4546,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_35_39,m,35-39,35,39,3802,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_40_44,m,40-44,40,44,3136,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_45_49,m,45-49,45,49,2701,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_50_54,m,50-54,50,54,2388,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_55_59,m,55-59,55,59,1998,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_60_64,m,60-64,60,64,1574,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_65_69,m,65-69,65,69,1205,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_70_74,m,70-74,70,74,900,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_75_79,m,75-79,75,79,619,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,M_80PLUS,m,80+,80,,615,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_00_00,all,0-0,0,0,2837,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_01_04,all,1-4,1,4,11677,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_05_09,all,5-9,5,9,14735,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_10_14,all,10-14,10,14,13785,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_15_19,all,15-19,15,19,12378,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_20_24,all,20-24,20,24,10881,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_25_29,all,25-29,25,29,9611,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_30_34,all,30-34,30,34,8515,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_35_39,all,35-39,35,39,7262,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_40_44,all,40-44,40,44,5978,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_45_49,all,45-49,45,49,5091,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_50_54,all,50-54,50,54,4463,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_55_59,all,55-59,55,59,3767,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_60_64,all,60-64,60,64,3001,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_65_69,all,65-69,65,69,2310,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_70_74,all,70-74,70,74,1727,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_75_79,all,75-79,75,79,1213,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC19,ZAMORA,T_80PLUS,all,80+,80,,1185,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_TL,f,all,,,16086,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_TL,m,all,,,16956,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_TL,all,all,,,33042,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_00_00,f,0-0,0,0,304,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_01_04,f,1-4,1,4,1264,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_05_09,f,5-9,5,9,1601,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_10_14,f,10-14,10,14,1446,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_15_19,f,15-19,15,19,1269,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_20_24,f,20-24,20,24,1233,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_25_29,f,25-29,25,29,1282,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_30_34,f,30-34,30,34,1334,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_35_39,f,35-39,35,39,1257,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_40_44,f,40-44,40,44,1100,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_45_49,f,45-49,45,49,989,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_50_54,f,50-54,50,54,889,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_55_59,f,55-59,55,59,716,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_60_64,f,60-64,60,64,516,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_65_69,f,65-69,65,69,352,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_70_74,f,70-74,70,74,232,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_75_79,f,75-79,75,79,152,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,F_80PLUS,f,80+,80,,150,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_00_00,m,0-0,0,0,327,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_01_04,m,1-4,1,4,1346,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_05_09,m,5-9,5,9,1711,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_10_14,m,10-14,10,14,1591,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_15_19,m,15-19,15,19,1425,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_20_24,m,20-24,20,24,1289,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_25_29,m,25-29,25,29,1286,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_30_34,m,30-34,30,34,1335,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_35_39,m,35-39,35,39,1293,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_40_44,m,40-44,40,44,1165,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_45_49,m,45-49,45,49,1038,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_50_54,m,50-54,50,54,907,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_55_59,m,55-59,55,59,753,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_60_64,m,60-64,60,64,561,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_65_69,m,65-69,65,69,387,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_70_74,m,70-74,70,74,244,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_75_79,m,75-79,75,79,146,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,M_80PLUS,m,80+,80,,152,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_00_00,all,0-0,0,0,631,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_01_04,all,1-4,1,4,2610,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_05_09,all,5-9,5,9,3312,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_10_14,all,10-14,10,14,3037,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_15_19,all,15-19,15,19,2694,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_20_24,all,20-24,20,24,2522,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_25_29,all,25-29,25,29,2568,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_30_34,all,30-34,30,34,2669,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_35_39,all,35-39,35,39,2550,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_40_44,all,40-44,40,44,2265,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_45_49,all,45-49,45,49,2027,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_50_54,all,50-54,50,54,1796,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_55_59,all,55-59,55,59,1469,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_60_64,all,60-64,60,64,1077,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_65_69,all,65-69,65,69,739,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_70_74,all,70-74,70,74,476,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_75_79,all,75-79,75,79,298,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC20,GALAPAGOS,T_80PLUS,all,80+,80,,302,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_TL,f,all,,,109526,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_TL,m,all,,,120977,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_TL,all,all,,,230503,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_00_00,f,0-0,0,0,2413,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_01_04,f,1-4,1,4,9711,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_05_09,f,5-9,5,9,12132,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_10_14,f,10-14,10,14,11856,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_15_19,f,15-19,15,19,11120,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_20_24,f,20-24,20,24,10054,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_25_29,f,25-29,25,29,9164,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_30_34,f,30-34,30,34,8483,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_35_39,f,35-39,35,39,7573,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_40_44,f,40-44,40,44,6412,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_45_49,f,45-49,45,49,5303,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_50_54,f,50-54,50,54,4345,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_55_59,f,55-59,55,59,3423,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_60_64,f,60-64,60,64,2540,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_65_69,f,65-69,65,69,1862,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_70_74,f,70-74,70,74,1380,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_75_79,f,75-79,75,79,960,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,F_80PLUS,f,80+,80,,795,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_00_00,m,0-0,0,0,2545,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_01_04,m,1-4,1,4,10298,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_05_09,m,5-9,5,9,12919,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_10_14,m,10-14,10,14,12581,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_15_19,m,15-19,15,19,11899,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_20_24,m,20-24,20,24,10741,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_25_29,m,25-29,25,29,9695,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_30_34,m,30-34,30,34,9012,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_35_39,m,35-39,35,39,8253,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_40_44,m,40-44,40,44,7261,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_45_49,m,45-49,45,49,6290,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_50_54,m,50-54,50,54,5426,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_55_59,m,55-59,55,59,4511,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_60_64,m,60-64,60,64,3442,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_65_69,m,65-69,65,69,2411,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_70_74,m,70-74,70,74,1648,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_75_79,m,75-79,75,79,1104,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,M_80PLUS,m,80+,80,,941,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_00_00,all,0-0,0,0,4958,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_01_04,all,1-4,1,4,20009,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_05_09,all,5-9,5,9,25051,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_10_14,all,10-14,10,14,24437,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_15_19,all,15-19,15,19,23019,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_20_24,all,20-24,20,24,20795,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_25_29,all,25-29,25,29,18859,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_30_34,all,30-34,30,34,17495,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_35_39,all,35-39,35,39,15826,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_40_44,all,40-44,40,44,13673,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_45_49,all,45-49,45,49,11593,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_50_54,all,50-54,50,54,9771,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_55_59,all,55-59,55,59,7934,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_60_64,all,60-64,60,64,5982,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_65_69,all,65-69,65,69,4273,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_70_74,all,70-74,70,74,3028,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_75_79,all,75-79,75,79,2064,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC21,SUCUMBIOS,T_80PLUS,all,80+,80,,1736,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_TL,f,all,,,75718,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_TL,m,all,,,85620,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_TL,all,all,,,161338,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_00_00,f,0-0,0,0,1857,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_01_04,f,1-4,1,4,7625,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_05_09,f,5-9,5,9,10033,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_10_14,f,10-14,10,14,9762,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_15_19,f,15-19,15,19,7682,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_20_24,f,20-24,20,24,6411,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_25_29,f,25-29,25,29,5619,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_30_34,f,30-34,30,34,5282,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_35_39,f,35-39,35,39,4790,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_40_44,f,40-44,40,44,4040,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_45_49,f,45-49,45,49,3293,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_50_54,f,50-54,50,54,2679,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_55_59,f,55-59,55,59,2117,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_60_64,f,60-64,60,64,1571,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_65_69,f,65-69,65,69,1128,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_70_74,f,70-74,70,74,809,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_75_79,f,75-79,75,79,567,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,F_80PLUS,f,80+,80,,453,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_00_00,m,0-0,0,0,1964,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_01_04,m,1-4,1,4,8175,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_05_09,m,5-9,5,9,10885,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_10_14,m,10-14,10,14,10545,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_15_19,m,15-19,15,19,8448,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_20_24,m,20-24,20,24,7355,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_25_29,m,25-29,25,29,6597,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_30_34,m,30-34,30,34,6008,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_35_39,m,35-39,35,39,5396,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_40_44,m,40-44,40,44,4740,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_45_49,m,45-49,45,49,4059,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_50_54,m,50-54,50,54,3372,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_55_59,m,55-59,55,59,2672,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_60_64,m,60-64,60,64,1998,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_65_69,m,65-69,65,69,1364,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_70_74,m,70-74,70,74,881,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_75_79,m,75-79,75,79,597,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,M_80PLUS,m,80+,80,,564,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_00_00,all,0-0,0,0,3821,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_01_04,all,1-4,1,4,15800,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_05_09,all,5-9,5,9,20918,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_10_14,all,10-14,10,14,20307,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_15_19,all,15-19,15,19,16130,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_20_24,all,20-24,20,24,13766,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_25_29,all,25-29,25,29,12216,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_30_34,all,30-34,30,34,11290,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_35_39,all,35-39,35,39,10186,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_40_44,all,40-44,40,44,8780,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_45_49,all,45-49,45,49,7352,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_50_54,all,50-54,50,54,6051,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_55_59,all,55-59,55,59,4789,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_60_64,all,60-64,60,64,3569,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_65_69,all,65-69,65,69,2492,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_70_74,all,70-74,70,74,1690,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_75_79,all,75-79,75,79,1164,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC22,ORELLANA,T_80PLUS,all,80+,80,,1017,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_TL,f,all,,,230723,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_TL,m,all,,,227857,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_TL,all,all,,,458580,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_00_00,f,0-0,0,0,4572,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_01_04,f,1-4,1,4,17905,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_05_09,f,5-9,5,9,22155,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_10_14,f,10-14,10,14,22719,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_15_19,f,15-19,15,19,22192,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_20_24,f,20-24,20,24,20255,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_25_29,f,25-29,25,29,18659,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_30_34,f,30-34,30,34,17771,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_35_39,f,35-39,35,39,16669,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_40_44,f,40-44,40,44,14699,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_45_49,f,45-49,45,49,12479,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_50_54,f,50-54,50,54,10595,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_55_59,f,55-59,55,59,8869,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_60_64,f,60-64,60,64,7042,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_65_69,f,65-69,65,69,5278,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_70_74,f,70-74,70,74,3805,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_75_79,f,75-79,75,79,2599,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,F_80PLUS,f,80+,80,,2460,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_00_00,m,0-0,0,0,4790,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_01_04,m,1-4,1,4,18724,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_05_09,m,5-9,5,9,23022,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_10_14,m,10-14,10,14,23230,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_15_19,m,15-19,15,19,22772,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_20_24,m,20-24,20,24,20340,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_25_29,m,25-29,25,29,17958,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_30_34,m,30-34,30,34,16552,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_35_39,m,35-39,35,39,15251,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_40_44,m,40-44,40,44,13364,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_45_49,m,45-49,45,49,11451,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_50_54,m,50-54,50,54,9914,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_55_59,m,55-59,55,59,8513,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_60_64,m,60-64,60,64,6969,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_65_69,m,65-69,65,69,5399,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_70_74,m,70-74,70,74,4028,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_75_79,m,75-79,75,79,2813,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,M_80PLUS,m,80+,80,,2767,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_00_00,all,0-0,0,0,9362,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_01_04,all,1-4,1,4,36629,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_05_09,all,5-9,5,9,45177,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_10_14,all,10-14,10,14,45949,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_15_19,all,15-19,15,19,44964,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_20_24,all,20-24,20,24,40595,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_25_29,all,25-29,25,29,36617,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_30_34,all,30-34,30,34,34323,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_35_39,all,35-39,35,39,31920,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_40_44,all,40-44,40,44,28063,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_45_49,all,45-49,45,49,23930,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_50_54,all,50-54,50,54,20509,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_55_59,all,55-59,55,59,17382,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_60_64,all,60-64,60,64,14011,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_65_69,all,65-69,65,69,10677,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_70_74,all,70-74,70,74,7833,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_75_79,all,75-79,75,79,5412,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC23,SANTO DOMINGO,T_80PLUS,all,80+,80,,5227,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_TL,f,all,,,197082,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_TL,m,all,,,204096,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_TL,all,all,,,401178,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_00_00,f,0-0,0,0,4341,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_01_04,f,1-4,1,4,17193,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_05_09,f,5-9,5,9,21176,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_10_14,f,10-14,10,14,20204,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_15_19,f,15-19,15,19,18224,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_20_24,f,20-24,20,24,16519,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_25_29,f,25-29,25,29,15078,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_30_34,f,30-34,30,34,13892,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_35_39,f,35-39,35,39,12971,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_40_44,f,40-44,40,44,11782,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_45_49,f,45-49,45,49,10304,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_50_54,f,50-54,50,54,8839,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_55_59,f,55-59,55,59,7456,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_60_64,f,60-64,60,64,6060,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_65_69,f,65-69,65,69,4688,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_70_74,f,70-74,70,74,3410,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_75_79,f,75-79,75,79,2329,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,F_80PLUS,f,80+,80,,2616,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_00_00,m,0-0,0,0,4556,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_01_04,m,1-4,1,4,18052,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_05_09,m,5-9,5,9,22154,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_10_14,m,10-14,10,14,21179,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_15_19,m,15-19,15,19,19263,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_20_24,m,20-24,20,24,17425,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_25_29,m,25-29,25,29,15903,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_30_34,m,30-34,30,34,14580,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_35_39,m,35-39,35,39,13334,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_40_44,m,40-44,40,44,11933,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_45_49,m,45-49,45,49,10499,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_50_54,m,50-54,50,54,9028,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_55_59,m,55-59,55,59,7515,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_60_64,m,60-64,60,64,6010,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_65_69,m,65-69,65,69,4593,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_70_74,m,70-74,70,74,3320,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_75_79,m,75-79,75,79,2232,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,M_80PLUS,m,80+,80,,2520,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_00_00,all,0-0,0,0,8897,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_01_04,all,1-4,1,4,35245,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_05_09,all,5-9,5,9,43330,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_10_14,all,10-14,10,14,41383,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_15_19,all,15-19,15,19,37487,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_20_24,all,20-24,20,24,33944,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_25_29,all,25-29,25,29,30981,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_30_34,all,30-34,30,34,28472,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_35_39,all,35-39,35,39,26305,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_40_44,all,40-44,40,44,23715,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_45_49,all,45-49,45,49,20803,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_50_54,all,50-54,50,54,17867,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_55_59,all,55-59,55,59,14971,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_60_64,all,60-64,60,64,12070,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_65_69,all,65-69,65,69,9281,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_70_74,all,70-74,70,74,6730,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_75_79,all,75-79,75,79,4561,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC24,SANTA ELENA,T_80PLUS,all,80+,80,,5136,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_TL,f,all,,,20020,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_TL,m,all,,,21887,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_TL,all,all,,,41907,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_00_00,f,0-0,0,0,477,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_01_04,f,1-4,1,4,1880,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_05_09,f,5-9,5,9,2278,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_10_14,f,10-14,10,14,2159,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_15_19,f,15-19,15,19,2121,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_20_24,f,20-24,20,24,1932,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_25_29,f,25-29,25,29,1585,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_30_34,f,30-34,30,34,1299,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_35_39,f,35-39,35,39,1168,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_40_44,f,40-44,40,44,1079,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_45_49,f,45-49,45,49,949,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_50_54,f,50-54,50,54,800,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_55_59,f,55-59,55,59,652,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_60_64,f,60-64,60,64,517,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_65_69,f,65-69,65,69,396,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_70_74,f,70-74,70,74,306,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_75_79,f,75-79,75,79,215,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,F_80PLUS,f,80+,80,,207,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_00_00,m,0-0,0,0,516,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_01_04,m,1-4,1,4,2036,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_05_09,m,5-9,5,9,2464,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_10_14,m,10-14,10,14,2381,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_15_19,m,15-19,15,19,2322,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_20_24,m,20-24,20,24,2115,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_25_29,m,25-29,25,29,1737,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_30_34,m,30-34,30,34,1401,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_35_39,m,35-39,35,39,1215,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_40_44,m,40-44,40,44,1089,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_45_49,m,45-49,45,49,999,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_50_54,m,50-54,50,54,884,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_55_59,m,55-59,55,59,753,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_60_64,m,60-64,60,64,609,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_65_69,m,65-69,65,69,476,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_70_74,m,70-74,70,74,365,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_75_79,m,75-79,75,79,263,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,M_80PLUS,m,80+,80,,262,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_00_00,all,0-0,0,0,993,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_01_04,all,1-4,1,4,3916,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_05_09,all,5-9,5,9,4742,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_10_14,all,10-14,10,14,4540,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_15_19,all,15-19,15,19,4443,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_20_24,all,20-24,20,24,4047,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_25_29,all,25-29,25,29,3322,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_30_34,all,30-34,30,34,2700,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_35_39,all,35-39,35,39,2383,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_40_44,all,40-44,40,44,2168,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_45_49,all,45-49,45,49,1948,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_50_54,all,50-54,50,54,1684,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_55_59,all,55-59,55,59,1405,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_60_64,all,60-64,60,64,1126,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_65_69,all,65-69,65,69,872,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_70_74,all,70-74,70,74,671,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_75_79,all,75-79,75,79,478,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,EC90,ZONA NO DELIMITADA,T_80PLUS,all,80+,80,,469,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_TL,f,all,,,191374,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_TL,m,all,,,179204,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_TL,all,all,,,370578,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_00_04,f,0-4,0,4,16304,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_05_09,f,5-9,5,9,17245,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_10_14,f,10-14,10,14,16290,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_15_19,f,15-19,15,19,15994,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_20_24,f,20-24,20,24,17571,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_25_29,f,25-29,25,29,18749,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_30_34,f,30-34,30,34,16362,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_35_39,f,35-39,35,39,13031,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_40_44,f,40-44,40,44,11225,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_45_49,f,45-49,45,49,10032,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_50_54,f,50-54,50,54,8893,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_55_59,f,55-59,55,59,7636,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_60_64,f,60-64,60,64,6271,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_65_69,f,65-69,65,69,5053,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_70_74,f,70-74,70,74,3990,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_75_79,f,75-79,75,79,2952,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,F_80PLUS,f,80+,80,,3776,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_00_04,m,0-4,0,4,17071,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_05_09,m,5-9,5,9,18085,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_10_14,m,10-14,10,14,17121,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_15_19,m,15-19,15,19,16852,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_20_24,m,20-24,20,24,18208,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_25_29,m,25-29,25,29,18801,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_30_34,m,30-34,30,34,15503,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_35_39,m,35-39,35,39,11133,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_40_44,m,40-44,40,44,8644,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_45_49,m,45-49,45,49,7506,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_50_54,m,50-54,50,54,6846,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_55_59,m,55-59,55,59,5931,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_60_64,m,60-64,60,64,4913,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_65_69,m,65-69,65,69,4038,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_70_74,m,70-74,70,74,3193,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_75_79,m,75-79,75,79,2356,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,M_80PLUS,m,80+,80,,3003,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_00_04,all,0-4,0,4,33375,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_05_09,all,5-9,5,9,35330,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_10_14,all,10-14,10,14,33411,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_15_19,all,15-19,15,19,32846,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_20_24,all,20-24,20,24,35779,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_25_29,all,25-29,25,29,37550,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_30_34,all,30-34,30,34,31865,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_35_39,all,35-39,35,39,24164,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_40_44,all,40-44,40,44,19869,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_45_49,all,45-49,45,49,17538,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_50_54,all,50-54,50,54,15739,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_55_59,all,55-59,55,59,13567,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_60_64,all,60-64,60,64,11184,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_65_69,all,65-69,65,69,9091,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_70_74,all,70-74,70,74,7183,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_75_79,all,75-79,75,79,5308,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV01,Ahuachapán,T_80PLUS,all,80+,80,,6779,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_TL,f,all,,,81531,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_TL,m,all,,,72532,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_TL,all,all,,,154063,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_00_04,f,0-4,0,4,7705,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_05_09,f,5-9,5,9,8104,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_10_14,f,10-14,10,14,8263,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_15_19,f,15-19,15,19,7504,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_20_24,f,20-24,20,24,7274,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_25_29,f,25-29,25,29,8262,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_30_34,f,30-34,30,34,7765,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_35_39,f,35-39,35,39,5505,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_40_44,f,40-44,40,44,3545,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_45_49,f,45-49,45,49,2848,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_50_54,f,50-54,50,54,2842,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_55_59,f,55-59,55,59,2725,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_60_64,f,60-64,60,64,2254,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_65_69,f,65-69,65,69,1999,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_70_74,f,70-74,70,74,1658,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_75_79,f,75-79,75,79,1374,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,F_80PLUS,f,80+,80,,1904,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_00_04,m,0-4,0,4,8092,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_05_09,m,5-9,5,9,8542,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_10_14,m,10-14,10,14,8773,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_15_19,m,15-19,15,19,8004,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_20_24,m,20-24,20,24,7445,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_25_29,m,25-29,25,29,7874,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_30_34,m,30-34,30,34,6663,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_35_39,m,35-39,35,39,3740,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_40_44,m,40-44,40,44,1798,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_45_49,m,45-49,45,49,1471,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_50_54,m,50-54,50,54,1693,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_55_59,m,55-59,55,59,1719,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_60_64,m,60-64,60,64,1503,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_65_69,m,65-69,65,69,1440,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_70_74,m,70-74,70,74,1252,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_75_79,m,75-79,75,79,1066,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,M_80PLUS,m,80+,80,,1457,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_00_04,all,0-4,0,4,15797,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_05_09,all,5-9,5,9,16646,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_10_14,all,10-14,10,14,17036,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_15_19,all,15-19,15,19,15508,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_20_24,all,20-24,20,24,14719,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_25_29,all,25-29,25,29,16136,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_30_34,all,30-34,30,34,14428,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_35_39,all,35-39,35,39,9245,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_40_44,all,40-44,40,44,5343,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_45_49,all,45-49,45,49,4319,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_50_54,all,50-54,50,54,4535,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_55_59,all,55-59,55,59,4444,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_60_64,all,60-64,60,64,3757,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_65_69,all,65-69,65,69,3439,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_70_74,all,70-74,70,74,2910,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_75_79,all,75-79,75,79,2440,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV02,Cabañas,T_80PLUS,all,80+,80,,3361,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_TL,f,all,,,95028,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_TL,m,all,,,82524,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_TL,all,all,,,177552,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_00_04,f,0-4,0,4,8185,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_05_09,f,5-9,5,9,8493,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_10_14,f,10-14,10,14,8394,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_15_19,f,15-19,15,19,7716,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_20_24,f,20-24,20,24,8023,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_25_29,f,25-29,25,29,9616,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_30_34,f,30-34,30,34,9589,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_35_39,f,35-39,35,39,7010,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_40_44,f,40-44,40,44,4213,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_45_49,f,45-49,45,49,3700,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_50_54,f,50-54,50,54,3950,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_55_59,f,55-59,55,59,3561,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_60_64,f,60-64,60,64,3232,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_65_69,f,65-69,65,69,2717,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_70_74,f,70-74,70,74,2300,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_75_79,f,75-79,75,79,1829,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,F_80PLUS,f,80+,80,,2500,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_00_04,m,0-4,0,4,8545,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_05_09,m,5-9,5,9,8926,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_10_14,m,10-14,10,14,8906,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_15_19,m,15-19,15,19,8057,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_20_24,m,20-24,20,24,7800,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_25_29,m,25-29,25,29,8865,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_30_34,m,30-34,30,34,8008,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_35_39,m,35-39,35,39,4656,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_40_44,m,40-44,40,44,2181,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_45_49,m,45-49,45,49,2111,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_50_54,m,50-54,50,54,2583,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_55_59,m,55-59,55,59,2456,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_60_64,m,60-64,60,64,2311,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_65_69,m,65-69,65,69,2080,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_70_74,m,70-74,70,74,1800,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_75_79,m,75-79,75,79,1423,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,M_80PLUS,m,80+,80,,1816,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_00_04,all,0-4,0,4,16730,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_05_09,all,5-9,5,9,17419,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_10_14,all,10-14,10,14,17300,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_15_19,all,15-19,15,19,15773,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_20_24,all,20-24,20,24,15823,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_25_29,all,25-29,25,29,18481,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_30_34,all,30-34,30,34,17597,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_35_39,all,35-39,35,39,11666,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_40_44,all,40-44,40,44,6394,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_45_49,all,45-49,45,49,5811,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_50_54,all,50-54,50,54,6533,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_55_59,all,55-59,55,59,6017,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_60_64,all,60-64,60,64,5543,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_65_69,all,65-69,65,69,4797,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_70_74,all,70-74,70,74,4100,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_75_79,all,75-79,75,79,3252,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV03,Chalatenango,T_80PLUS,all,80+,80,,4316,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_TL,f,all,,,141074,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_TL,m,all,,,128458,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_TL,all,all,,,269532,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_00_04,f,0-4,0,4,10772,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_05_09,f,5-9,5,9,11576,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_10_14,f,10-14,10,14,11925,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_15_19,f,15-19,15,19,11878,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_20_24,f,20-24,20,24,12639,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_25_29,f,25-29,25,29,13872,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_30_34,f,30-34,30,34,12965,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_35_39,f,35-39,35,39,10039,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_40_44,f,40-44,40,44,8334,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_45_49,f,45-49,45,49,7889,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_50_54,f,50-54,50,54,7028,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_55_59,f,55-59,55,59,5786,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_60_64,f,60-64,60,64,4630,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_65_69,f,65-69,65,69,3645,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_70_74,f,70-74,70,74,2782,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_75_79,f,75-79,75,79,2238,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,F_80PLUS,f,80+,80,,3076,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_00_04,m,0-4,0,4,11290,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_05_09,m,5-9,5,9,12134,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_10_14,m,10-14,10,14,12540,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_15_19,m,15-19,15,19,12417,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_20_24,m,20-24,20,24,12764,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_25_29,m,25-29,25,29,13416,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_30_34,m,30-34,30,34,11713,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_35_39,m,35-39,35,39,8213,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_40_44,m,40-44,40,44,6395,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_45_49,m,45-49,45,49,5841,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_50_54,m,50-54,50,54,5179,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_55_59,m,55-59,55,59,4245,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_60_64,m,60-64,60,64,3406,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_65_69,m,65-69,65,69,2726,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_70_74,m,70-74,70,74,2097,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_75_79,m,75-79,75,79,1671,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,M_80PLUS,m,80+,80,,2411,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_00_04,all,0-4,0,4,22062,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_05_09,all,5-9,5,9,23710,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_10_14,all,10-14,10,14,24465,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_15_19,all,15-19,15,19,24295,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_20_24,all,20-24,20,24,25403,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_25_29,all,25-29,25,29,27288,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_30_34,all,30-34,30,34,24678,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_35_39,all,35-39,35,39,18252,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_40_44,all,40-44,40,44,14729,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_45_49,all,45-49,45,49,13730,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_50_54,all,50-54,50,54,12207,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_55_59,all,55-59,55,59,10031,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_60_64,all,60-64,60,64,8036,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_65_69,all,65-69,65,69,6371,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_70_74,all,70-74,70,74,4879,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_75_79,all,75-79,75,79,3909,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV04,Cuscatlán,T_80PLUS,all,80+,80,,5487,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_TL,f,all,,,428467,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_TL,m,all,,,378768,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_TL,all,all,,,807235,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_00_04,f,0-4,0,4,26840,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_05_09,f,5-9,5,9,28750,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_10_14,f,10-14,10,14,28684,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_15_19,f,15-19,15,19,30447,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_20_24,f,20-24,20,24,36271,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_25_29,f,25-29,25,29,39173,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_30_34,f,30-34,30,34,37099,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_35_39,f,35-39,35,39,32887,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_40_44,f,40-44,40,44,30347,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_45_49,f,45-49,45,49,28114,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_50_54,f,50-54,50,54,25098,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_55_59,f,55-59,55,59,21371,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_60_64,f,60-64,60,64,17792,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_65_69,f,65-69,65,69,14208,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_70_74,f,70-74,70,74,11246,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_75_79,f,75-79,75,79,8221,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,F_80PLUS,f,80+,80,,11919,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_00_04,m,0-4,0,4,28122,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_05_09,m,5-9,5,9,30192,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_10_14,m,10-14,10,14,30137,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_15_19,m,15-19,15,19,31466,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_20_24,m,20-24,20,24,35976,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_25_29,m,25-29,25,29,36696,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_30_34,m,30-34,30,34,32075,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_35_39,m,35-39,35,39,25721,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_40_44,m,40-44,40,44,22742,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_45_49,m,45-49,45,49,21112,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_50_54,m,50-54,50,54,19172,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_55_59,m,55-59,55,59,16438,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_60_64,m,60-64,60,64,13653,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_65_69,m,65-69,65,69,10979,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_70_74,m,70-74,70,74,8752,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_75_79,m,75-79,75,79,6341,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,M_80PLUS,m,80+,80,,9194,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_00_04,all,0-4,0,4,54962,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_05_09,all,5-9,5,9,58942,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_10_14,all,10-14,10,14,58821,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_15_19,all,15-19,15,19,61913,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_20_24,all,20-24,20,24,72247,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_25_29,all,25-29,25,29,75869,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_30_34,all,30-34,30,34,69174,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_35_39,all,35-39,35,39,58608,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_40_44,all,40-44,40,44,53089,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_45_49,all,45-49,45,49,49226,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_50_54,all,50-54,50,54,44270,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_55_59,all,55-59,55,59,37809,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_60_64,all,60-64,60,64,31445,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_65_69,all,65-69,65,69,25187,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_70_74,all,70-74,70,74,19998,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_75_79,all,75-79,75,79,14562,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV05,La Libertad,T_80PLUS,all,80+,80,,21113,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_TL,f,all,,,189637,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_TL,m,all,,,172054,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_TL,all,all,,,361691,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_00_04,f,0-4,0,4,14050,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_05_09,f,5-9,5,9,14945,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_10_14,f,10-14,10,14,15403,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_15_19,f,15-19,15,19,15659,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_20_24,f,20-24,20,24,17049,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_25_29,f,25-29,25,29,18652,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_30_34,f,30-34,30,34,16995,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_35_39,f,35-39,35,39,13563,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_40_44,f,40-44,40,44,11587,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_45_49,f,45-49,45,49,10772,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_50_54,f,50-54,50,54,9902,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_55_59,f,55-59,55,59,7998,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_60_64,f,60-64,60,64,6301,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_65_69,f,65-69,65,69,4898,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_70_74,f,70-74,70,74,4046,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_75_79,f,75-79,75,79,3189,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,F_80PLUS,f,80+,80,,4628,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_00_04,m,0-4,0,4,14673,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_05_09,m,5-9,5,9,15628,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_10_14,m,10-14,10,14,16132,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_15_19,m,15-19,15,19,16397,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_20_24,m,20-24,20,24,17689,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_25_29,m,25-29,25,29,18480,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_30_34,m,30-34,30,34,15577,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_35_39,m,35-39,35,39,10975,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_40_44,m,40-44,40,44,8644,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_45_49,m,45-49,45,49,7982,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_50_54,m,50-54,50,54,7385,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_55_59,m,55-59,55,59,5934,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_60_64,m,60-64,60,64,4658,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_65_69,m,65-69,65,69,3614,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_70_74,m,70-74,70,74,2953,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_75_79,m,75-79,75,79,2262,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,M_80PLUS,m,80+,80,,3071,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_00_04,all,0-4,0,4,28723,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_05_09,all,5-9,5,9,30573,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_10_14,all,10-14,10,14,31535,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_15_19,all,15-19,15,19,32056,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_20_24,all,20-24,20,24,34738,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_25_29,all,25-29,25,29,37132,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_30_34,all,30-34,30,34,32572,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_35_39,all,35-39,35,39,24538,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_40_44,all,40-44,40,44,20231,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_45_49,all,45-49,45,49,18754,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_50_54,all,50-54,50,54,17287,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_55_59,all,55-59,55,59,13932,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_60_64,all,60-64,60,64,10959,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_65_69,all,65-69,65,69,8512,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_70_74,all,70-74,70,74,6999,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_75_79,all,75-79,75,79,5451,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV06,La Paz,T_80PLUS,all,80+,80,,7699,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_TL,f,all,,,123544,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_TL,m,all,,,103611,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_TL,all,all,,,227155,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_00_04,f,0-4,0,4,11474,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_05_09,f,5-9,5,9,12082,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_10_14,f,10-14,10,14,12541,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_15_19,f,15-19,15,19,11750,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_20_24,f,20-24,20,24,11146,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_25_29,f,25-29,25,29,11056,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_30_34,f,30-34,30,34,10235,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_35_39,f,35-39,35,39,8032,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_40_44,f,40-44,40,44,5903,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_45_49,f,45-49,45,49,4734,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_50_54,f,50-54,50,54,4445,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_55_59,f,55-59,55,59,4040,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_60_64,f,60-64,60,64,3490,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_65_69,f,65-69,65,69,3318,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_70_74,f,70-74,70,74,3096,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_75_79,f,75-79,75,79,2586,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,F_80PLUS,f,80+,80,,3616,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_00_04,m,0-4,0,4,12050,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_05_09,m,5-9,5,9,12773,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_10_14,m,10-14,10,14,13353,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_15_19,m,15-19,15,19,12341,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_20_24,m,20-24,20,24,10972,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_25_29,m,25-29,25,29,9772,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_30_34,m,30-34,30,34,7590,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_35_39,m,35-39,35,39,4276,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_40_44,m,40-44,40,44,2422,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_45_49,m,45-49,45,49,2188,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_50_54,m,50-54,50,54,2458,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_55_59,m,55-59,55,59,2307,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_60_64,m,60-64,60,64,2151,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_65_69,m,65-69,65,69,2228,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_70_74,m,70-74,70,74,2165,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_75_79,m,75-79,75,79,1860,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,M_80PLUS,m,80+,80,,2705,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_00_04,all,0-4,0,4,23524,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_05_09,all,5-9,5,9,24855,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_10_14,all,10-14,10,14,25894,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_15_19,all,15-19,15,19,24091,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_20_24,all,20-24,20,24,22118,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_25_29,all,25-29,25,29,20828,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_30_34,all,30-34,30,34,17825,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_35_39,all,35-39,35,39,12308,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_40_44,all,40-44,40,44,8325,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_45_49,all,45-49,45,49,6922,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_50_54,all,50-54,50,54,6903,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_55_59,all,55-59,55,59,6347,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_60_64,all,60-64,60,64,5641,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_65_69,all,65-69,65,69,5546,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_70_74,all,70-74,70,74,5261,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_75_79,all,75-79,75,79,4446,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV07,La Unión,T_80PLUS,all,80+,80,,6321,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_TL,f,all,,,102471,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_TL,m,all,,,92555,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_TL,all,all,,,195026,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_00_04,f,0-4,0,4,8559,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_05_09,f,5-9,5,9,9084,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_10_14,f,10-14,10,14,9312,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_15_19,f,15-19,15,19,9162,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_20_24,f,20-24,20,24,10003,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_25_29,f,25-29,25,29,10367,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_30_34,f,30-34,30,34,9050,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_35_39,f,35-39,35,39,6780,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_40_44,f,40-44,40,44,5371,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_45_49,f,45-49,45,49,4632,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_50_54,f,50-54,50,54,4273,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_55_59,f,55-59,55,59,3375,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_60_64,f,60-64,60,64,2854,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_65_69,f,65-69,65,69,2724,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_70_74,f,70-74,70,74,2351,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_75_79,f,75-79,75,79,1925,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,F_80PLUS,f,80+,80,,2649,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_00_04,m,0-4,0,4,8952,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_05_09,m,5-9,5,9,9541,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_10_14,m,10-14,10,14,9841,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_15_19,m,15-19,15,19,9652,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_20_24,m,20-24,20,24,10087,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_25_29,m,25-29,25,29,9991,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_30_34,m,30-34,30,34,8196,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_35_39,m,35-39,35,39,5283,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_40_44,m,40-44,40,44,3566,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_45_49,m,45-49,45,49,3022,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_50_54,m,50-54,50,54,2867,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_55_59,m,55-59,55,59,2315,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_60_64,m,60-64,60,64,1974,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_65_69,m,65-69,65,69,1929,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_70_74,m,70-74,70,74,1770,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_75_79,m,75-79,75,79,1515,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,M_80PLUS,m,80+,80,,2054,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_00_04,all,0-4,0,4,17511,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_05_09,all,5-9,5,9,18625,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_10_14,all,10-14,10,14,19153,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_15_19,all,15-19,15,19,18814,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_20_24,all,20-24,20,24,20090,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_25_29,all,25-29,25,29,20358,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_30_34,all,30-34,30,34,17246,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_35_39,all,35-39,35,39,12063,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_40_44,all,40-44,40,44,8937,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_45_49,all,45-49,45,49,7654,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_50_54,all,50-54,50,54,7140,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_55_59,all,55-59,55,59,5690,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_60_64,all,60-64,60,64,4828,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_65_69,all,65-69,65,69,4653,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_70_74,all,70-74,70,74,4121,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_75_79,all,75-79,75,79,3440,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV08,Morazán,T_80PLUS,all,80+,80,,4703,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_TL,f,all,,,247983,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_TL,m,all,,,216319,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_TL,all,all,,,464302,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_00_04,f,0-4,0,4,19517,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_05_09,f,5-9,5,9,20846,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_10_14,f,10-14,10,14,21289,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_15_19,f,15-19,15,19,21235,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_20_24,f,20-24,20,24,21890,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_25_29,f,25-29,25,29,22723,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_30_34,f,30-34,30,34,20624,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_35_39,f,35-39,35,39,17276,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_40_44,f,40-44,40,44,14973,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_45_49,f,45-49,45,49,12803,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_50_54,f,50-54,50,54,11897,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_55_59,f,55-59,55,59,9882,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_60_64,f,60-64,60,64,8394,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_65_69,f,65-69,65,69,7097,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_70_74,f,70-74,70,74,5936,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_75_79,f,75-79,75,79,4811,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,F_80PLUS,f,80+,80,,6790,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_00_04,m,0-4,0,4,20450,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_05_09,m,5-9,5,9,21943,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_10_14,m,10-14,10,14,22452,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_15_19,m,15-19,15,19,22156,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_20_24,m,20-24,20,24,22118,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_25_29,m,25-29,25,29,21324,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_30_34,m,30-34,30,34,17372,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_35_39,m,35-39,35,39,12466,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_40_44,m,40-44,40,44,9889,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_45_49,m,45-49,45,49,8396,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_50_54,m,50-54,50,54,7956,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_55_59,m,55-59,55,59,6575,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_60_64,m,60-64,60,64,5616,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_65_69,m,65-69,65,69,4896,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_70_74,m,70-74,70,74,4186,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_75_79,m,75-79,75,79,3432,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,M_80PLUS,m,80+,80,,5092,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_00_04,all,0-4,0,4,39967,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_05_09,all,5-9,5,9,42789,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_10_14,all,10-14,10,14,43741,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_15_19,all,15-19,15,19,43391,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_20_24,all,20-24,20,24,44008,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_25_29,all,25-29,25,29,44047,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_30_34,all,30-34,30,34,37996,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_35_39,all,35-39,35,39,29742,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_40_44,all,40-44,40,44,24862,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_45_49,all,45-49,45,49,21199,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_50_54,all,50-54,50,54,19853,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_55_59,all,55-59,55,59,16457,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_60_64,all,60-64,60,64,14010,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_65_69,all,65-69,65,69,11993,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_70_74,all,70-74,70,74,10122,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_75_79,all,75-79,75,79,8243,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV09,San Miguel,T_80PLUS,all,80+,80,,11882,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_TL,f,all,,,940657,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_TL,m,all,,,788822,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_TL,all,all,,,1729479,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_00_04,f,0-4,0,4,52357,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_05_09,f,5-9,5,9,56292,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_10_14,f,10-14,10,14,58447,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_15_19,f,15-19,15,19,64389,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_20_24,f,20-24,20,24,71839,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_25_29,f,25-29,25,29,78566,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_30_34,f,30-34,30,34,78061,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_35_39,f,35-39,35,39,70894,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_40_44,f,40-44,40,44,66959,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_45_49,f,45-49,45,49,64430,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_50_54,f,50-54,50,54,60567,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_55_59,f,55-59,55,59,54707,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_60_64,f,60-64,60,64,46120,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_65_69,f,65-69,65,69,36628,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_70_74,f,70-74,70,74,29287,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_75_79,f,75-79,75,79,21658,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,F_80PLUS,f,80+,80,,29456,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_00_04,m,0-4,0,4,54679,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_05_09,m,5-9,5,9,59017,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_10_14,m,10-14,10,14,61342,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_15_19,m,15-19,15,19,65629,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_20_24,m,20-24,20,24,68253,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_25_29,m,25-29,25,29,70446,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_30_34,m,30-34,30,34,65852,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_35_39,m,35-39,35,39,54393,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_40_44,m,40-44,40,44,48340,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_45_49,m,45-49,45,49,45893,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_50_54,m,50-54,50,54,43784,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_55_59,m,55-59,55,59,39240,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_60_64,m,60-64,60,64,32124,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_65_69,m,65-69,65,69,25060,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_70_74,m,70-74,70,74,19861,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_75_79,m,75-79,75,79,14566,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,M_80PLUS,m,80+,80,,20343,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_00_04,all,0-4,0,4,107036,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_05_09,all,5-9,5,9,115309,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_10_14,all,10-14,10,14,119789,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_15_19,all,15-19,15,19,130018,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_20_24,all,20-24,20,24,140092,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_25_29,all,25-29,25,29,149012,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_30_34,all,30-34,30,34,143913,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_35_39,all,35-39,35,39,125287,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_40_44,all,40-44,40,44,115299,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_45_49,all,45-49,45,49,110323,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_50_54,all,50-54,50,54,104351,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_55_59,all,55-59,55,59,93947,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_60_64,all,60-64,60,64,78244,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_65_69,all,65-69,65,69,61688,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_70_74,all,70-74,70,74,49148,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_75_79,all,75-79,75,79,36224,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV10,San Salvador,T_80PLUS,all,80+,80,,49799,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_TL,f,all,,,91070,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_TL,m,all,,,84185,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_TL,all,all,,,175255,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_00_04,f,0-4,0,4,6826,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_05_09,f,5-9,5,9,7354,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_10_14,f,10-14,10,14,7709,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_15_19,f,15-19,15,19,7490,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_20_24,f,20-24,20,24,8159,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_25_29,f,25-29,25,29,9206,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_30_34,f,30-34,30,34,8658,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_35_39,f,35-39,35,39,6522,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_40_44,f,40-44,40,44,4934,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_45_49,f,45-49,45,49,4470,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_50_54,f,50-54,50,54,4140,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_55_59,f,55-59,55,59,3582,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_60_64,f,60-64,60,64,3000,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_65_69,f,65-69,65,69,2594,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_70_74,f,70-74,70,74,2092,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_75_79,f,75-79,75,79,1752,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,F_80PLUS,f,80+,80,,2582,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_00_04,m,0-4,0,4,7158,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_05_09,m,5-9,5,9,7741,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_10_14,m,10-14,10,14,8155,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_15_19,m,15-19,15,19,7902,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_20_24,m,20-24,20,24,8309,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_25_29,m,25-29,25,29,9084,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_30_34,m,30-34,30,34,8145,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_35_39,m,35-39,35,39,5603,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_40_44,m,40-44,40,44,3846,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_45_49,m,45-49,45,49,3323,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_50_54,m,50-54,50,54,3125,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_55_59,m,55-59,55,59,2665,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_60_64,m,60-64,60,64,2230,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_65_69,m,65-69,65,69,1943,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_70_74,m,70-74,70,74,1635,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_75_79,m,75-79,75,79,1352,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,M_80PLUS,m,80+,80,,1969,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_00_04,all,0-4,0,4,13984,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_05_09,all,5-9,5,9,15095,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_10_14,all,10-14,10,14,15864,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_15_19,all,15-19,15,19,15392,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_20_24,all,20-24,20,24,16468,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_25_29,all,25-29,25,29,18290,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_30_34,all,30-34,30,34,16803,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_35_39,all,35-39,35,39,12125,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_40_44,all,40-44,40,44,8780,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_45_49,all,45-49,45,49,7793,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_50_54,all,50-54,50,54,7265,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_55_59,all,55-59,55,59,6247,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_60_64,all,60-64,60,64,5230,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_65_69,all,65-69,65,69,4537,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_70_74,all,70-74,70,74,3727,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_75_79,all,75-79,75,79,3104,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV11,San Vicente,T_80PLUS,all,80+,80,,4551,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_TL,f,all,,,298179,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_TL,m,all,,,262927,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_TL,all,all,,,561106,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_00_04,f,0-4,0,4,21934,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_05_09,f,5-9,5,9,23082,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_10_14,f,10-14,10,14,22791,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_15_19,f,15-19,15,19,22924,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_20_24,f,20-24,20,24,24556,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_25_29,f,25-29,25,29,27143,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_30_34,f,30-34,30,34,24761,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_35_39,f,35-39,35,39,20562,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_40_44,f,40-44,40,44,18189,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_45_49,f,45-49,45,49,17620,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_50_54,f,50-54,50,54,16370,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_55_59,f,55-59,55,59,14522,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_60_64,f,60-64,60,64,12131,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_65_69,f,65-69,65,69,9655,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_70_74,f,70-74,70,74,7766,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_75_79,f,75-79,75,79,5906,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,F_80PLUS,f,80+,80,,8267,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_00_04,m,0-4,0,4,22991,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_05_09,m,5-9,5,9,24293,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_10_14,m,10-14,10,14,24047,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_15_19,m,15-19,15,19,23938,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_20_24,m,20-24,20,24,24496,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_25_29,m,25-29,25,29,25108,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_30_34,m,30-34,30,34,20647,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_35_39,m,35-39,35,39,14977,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_40_44,m,40-44,40,44,12659,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_45_49,m,45-49,45,49,12652,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_50_54,m,50-54,50,54,12163,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_55_59,m,55-59,55,59,10948,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_60_64,m,60-64,60,64,9261,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_65_69,m,65-69,65,69,7532,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_70_74,m,70-74,70,74,6074,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_75_79,m,75-79,75,79,4583,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,M_80PLUS,m,80+,80,,6558,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_00_04,all,0-4,0,4,44925,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_05_09,all,5-9,5,9,47375,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_10_14,all,10-14,10,14,46838,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_15_19,all,15-19,15,19,46862,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_20_24,all,20-24,20,24,49052,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_25_29,all,25-29,25,29,52251,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_30_34,all,30-34,30,34,45408,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_35_39,all,35-39,35,39,35539,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_40_44,all,40-44,40,44,30848,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_45_49,all,45-49,45,49,30272,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_50_54,all,50-54,50,54,28533,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_55_59,all,55-59,55,59,25470,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_60_64,all,60-64,60,64,21392,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_65_69,all,65-69,65,69,17187,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_70_74,all,70-74,70,74,13840,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_75_79,all,75-79,75,79,10489,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV12,Santa Ana,T_80PLUS,all,80+,80,,14825,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_TL,f,all,,,268444,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_TL,m,all,,,240766,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_TL,all,all,,,509210,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_00_04,f,0-4,0,4,20260,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_05_09,f,5-9,5,9,21954,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_10_14,f,10-14,10,14,21827,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_15_19,f,15-19,15,19,21998,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_20_24,f,20-24,20,24,23452,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_25_29,f,25-29,25,29,25732,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_30_34,f,30-34,30,34,23231,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_35_39,f,35-39,35,39,19518,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_40_44,f,40-44,40,44,17054,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_45_49,f,45-49,45,49,15278,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_50_54,f,50-54,50,54,13738,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_55_59,f,55-59,55,59,11786,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_60_64,f,60-64,60,64,9384,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_65_69,f,65-69,65,69,7524,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_70_74,f,70-74,70,74,5747,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_75_79,f,75-79,75,79,4246,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,F_80PLUS,f,80+,80,,5715,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_00_04,m,0-4,0,4,21213,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_05_09,m,5-9,5,9,23030,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_10_14,m,10-14,10,14,22934,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_15_19,m,15-19,15,19,22952,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_20_24,m,20-24,20,24,23390,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_25_29,m,25-29,25,29,24262,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_30_34,m,30-34,30,34,20399,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_35_39,m,35-39,35,39,15402,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_40_44,m,40-44,40,44,12425,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_45_49,m,45-49,45,49,10912,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_50_54,m,50-54,50,54,10009,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_55_59,m,55-59,55,59,8762,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_60_64,m,60-64,60,64,7099,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_65_69,m,65-69,65,69,5758,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_70_74,m,70-74,70,74,4467,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_75_79,m,75-79,75,79,3337,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,M_80PLUS,m,80+,80,,4415,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_00_04,all,0-4,0,4,41473,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_05_09,all,5-9,5,9,44984,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_10_14,all,10-14,10,14,44761,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_15_19,all,15-19,15,19,44950,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_20_24,all,20-24,20,24,46842,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_25_29,all,25-29,25,29,49994,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_30_34,all,30-34,30,34,43630,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_35_39,all,35-39,35,39,34920,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_40_44,all,40-44,40,44,29479,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_45_49,all,45-49,45,49,26190,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_50_54,all,50-54,50,54,23747,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_55_59,all,55-59,55,59,20548,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_60_64,all,60-64,60,64,16483,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_65_69,all,65-69,65,69,13282,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_70_74,all,70-74,70,74,10214,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_75_79,all,75-79,75,79,7583,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV13,Sonsonate,T_80PLUS,all,80+,80,,10130,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_TL,f,all,,,186566,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_TL,m,all,,,162219,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_TL,all,all,,,348785,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_00_04,f,0-4,0,4,15238,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_05_09,f,5-9,5,9,16553,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_10_14,f,10-14,10,14,16740,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_15_19,f,15-19,15,19,16014,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_20_24,f,20-24,20,24,16672,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_25_29,f,25-29,25,29,17727,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_30_34,f,30-34,30,34,16161,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_35_39,f,35-39,35,39,12597,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_40_44,f,40-44,40,44,9777,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_45_49,f,45-49,45,49,8638,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_50_54,f,50-54,50,54,8292,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_55_59,f,55-59,55,59,7055,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_60_64,f,60-64,60,64,6224,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_65_69,f,65-69,65,69,5190,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_70_74,f,70-74,70,74,4461,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_75_79,f,75-79,75,79,3730,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,F_80PLUS,f,80+,80,,5497,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_00_04,m,0-4,0,4,15936,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_05_09,m,5-9,5,9,17362,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_10_14,m,10-14,10,14,17638,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_15_19,m,15-19,15,19,16717,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_20_24,m,20-24,20,24,16503,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_25_29,m,25-29,25,29,16477,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_30_34,m,30-34,30,34,13588,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_35_39,m,35-39,35,39,8942,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_40_44,m,40-44,40,44,6097,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_45_49,m,45-49,45,49,5472,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_50_54,m,50-54,50,54,5522,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_55_59,m,55-59,55,59,4728,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_60_64,m,60-64,60,64,4212,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_65_69,m,65-69,65,69,3620,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_70_74,m,70-74,70,74,3079,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_75_79,m,75-79,75,79,2550,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,M_80PLUS,m,80+,80,,3776,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_00_04,all,0-4,0,4,31174,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_05_09,all,5-9,5,9,33915,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_10_14,all,10-14,10,14,34378,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_15_19,all,15-19,15,19,32731,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_20_24,all,20-24,20,24,33175,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_25_29,all,25-29,25,29,34204,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_30_34,all,30-34,30,34,29749,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_35_39,all,35-39,35,39,21539,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_40_44,all,40-44,40,44,15874,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_45_49,all,45-49,45,49,14110,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_50_54,all,50-54,50,54,13814,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_55_59,all,55-59,55,59,11783,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_60_64,all,60-64,60,64,10436,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_65_69,all,65-69,65,69,8810,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_70_74,all,70-74,70,74,7540,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_75_79,all,75-79,75,79,6280,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,SV14,Usulután,T_80PLUS,all,80+,80,,9273,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +ERI,Eritrea,ER5,Gash Barka,T_TL,all,all,,,580390,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ERI,Eritrea,ER1,Debubawi Keih Bahri,T_TL,all,all,,,68300,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ERI,Eritrea,ER3,Semienawi Keih Bahri,T_TL,all,all,,,479600,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ERI,Eritrea,ER6,Debub,T_TL,all,all,,,779060,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ERI,Eritrea,ER4,Anseba,T_TL,all,all,,,448905,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ERI,Eritrea,ER2,Maekel,T_TL,all,all,,,552540,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ETH,Ethiopia,ET01,Tigray,T_TL,all,all,,,5649587,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_TL,m,all,,,2777801,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_TL,f,all,,,2871786,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_00_04,all,0-4,0,4,752790,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_05_09,all,5-9,5,9,803204,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_10_14,all,10-14,10,14,843955,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_15_19,all,15-19,15,19,656076,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_15_17,all,15-17,15,17,477295,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_18_19,all,18-19,18,19,178781,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_20_24,all,20-24,20,24,480311,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_25_29,all,25-29,25,29,377136,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_30_34,all,30-34,30,34,294510,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_35_39,all,35-39,35,39,301990,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_40_44,all,40-44,40,44,227678,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_45_49,all,45-49,45,49,211634,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_50_54,all,50-54,50,54,172226,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_55_59,all,55-59,55,59,133767,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_60_64,all,60-64,60,64,101492,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,T_65PLUS,all,65+,65,,292817,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_00_04,m,0-4,0,4,370133,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_05_09,m,5-9,5,9,394921,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_10_14,m,10-14,10,14,414958,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_15_19,m,15-19,15,19,322581,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_15_17,m,15-17,15,17,234678,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_18_19,m,18-19,18,19,87903,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_20_24,m,20-24,20,24,236160,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_25_29,m,25-29,25,29,185431,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_30_34,m,30-34,30,34,144805,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_35_39,m,35-39,35,39,148483,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_40_44,m,40-44,40,44,111945,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_45_49,m,45-49,45,49,104057,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_50_54,m,50-54,50,54,84681,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_55_59,m,55-59,55,59,65771,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_60_64,m,60-64,60,64,49902,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,M_65PLUS,m,65+,65,,143973,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_00_04,f,0-4,0,4,382657,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_05_09,f,5-9,5,9,408283,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_10_14,f,10-14,10,14,428997,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_15_19,f,15-19,15,19,333495,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_15_17,f,15-17,15,17,242618,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_18_19,f,18-19,18,19,90877,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_20_24,f,20-24,20,24,244151,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_25_29,f,25-29,25,29,191705,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_30_34,f,30-34,30,34,149705,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_35_39,f,35-39,35,39,153507,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_40_44,f,40-44,40,44,115733,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_45_49,f,45-49,45,49,107577,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_50_54,f,50-54,50,54,87546,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_55_59,f,55-59,55,59,67996,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_60_64,f,60-64,60,64,51590,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET01,Tigray,F_65PLUS,f,65+,65,,148844,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_TL,all,all,,,1989997,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_TL,m,all,,,1083584,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_TL,f,all,,,906413,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_00_04,all,0-4,0,4,327046,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_05_09,all,5-9,5,9,348948,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_10_14,all,10-14,10,14,262587,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_15_19,all,15-19,15,19,209462,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_15_17,all,15-17,15,17,152384,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_18_19,all,18-19,18,19,57078,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_20_24,all,20-24,20,24,166329,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_25_29,all,25-29,25,29,157077,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_30_34,all,30-34,30,34,123516,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_35_39,all,35-39,35,39,105936,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_40_44,all,40-44,40,44,79631,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_45_49,all,45-49,45,49,59996,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_50_54,all,50-54,50,54,45955,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_55_59,all,55-59,55,59,31704,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_60_64,all,60-64,60,64,22279,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,T_65PLUS,all,65+,65,,49531,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_00_04,m,0-4,0,4,178081,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_05_09,m,5-9,5,9,190007,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_10_14,m,10-14,10,14,142982,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_15_19,m,15-19,15,19,114055,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_15_17,m,15-17,15,17,82975,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_18_19,m,18-19,18,19,31080,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_20_24,m,20-24,20,24,90569,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_25_29,m,25-29,25,29,85531,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_30_34,m,30-34,30,34,67256,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_35_39,m,35-39,35,39,57684,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_40_44,m,40-44,40,44,43361,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_45_49,m,45-49,45,49,32669,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_50_54,m,50-54,50,54,25023,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_55_59,m,55-59,55,59,17263,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_60_64,m,60-64,60,64,12131,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,M_65PLUS,m,65+,65,,26971,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_00_04,f,0-4,0,4,148964,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_05_09,f,5-9,5,9,158940,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_10_14,f,10-14,10,14,119604,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_15_19,f,15-19,15,19,95406,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_15_17,f,15-17,15,17,69408,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_18_19,f,18-19,18,19,25998,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_20_24,f,20-24,20,24,75760,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_25_29,f,25-29,25,29,71546,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_30_34,f,30-34,30,34,56260,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_35_39,f,35-39,35,39,48252,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_40_44,f,40-44,40,44,36271,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_45_49,f,45-49,45,49,27327,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_50_54,f,50-54,50,54,20932,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_55_59,f,55-59,55,59,14441,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_60_64,f,60-64,60,64,10148,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET02,Afar,F_65PLUS,f,65+,65,,22561,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_TL,all,all,,,22530515,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_TL,m,all,,,11289837,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_TL,f,all,,,11240678,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_00_04,all,0-4,0,4,2797788,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_05_09,all,5-9,5,9,2985156,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_10_14,all,10-14,10,14,3187607,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_15_19,all,15-19,15,19,2553372,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_15_17,all,15-17,15,17,1857578,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_18_19,all,18-19,18,19,695794,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_20_24,all,20-24,20,24,1789393,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_25_29,all,25-29,25,29,1796181,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_30_34,all,30-34,30,34,1236551,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_35_39,all,35-39,35,39,1277778,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_40_44,all,40-44,40,44,916270,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_45_49,all,45-49,45,49,887852,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_50_54,all,50-54,50,54,737148,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_55_59,all,55-59,55,59,605054,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_60_64,all,60-64,60,64,553173,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,T_65PLUS,all,65+,65,,1207194,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_00_04,m,0-4,0,4,1401946,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_05_09,m,5-9,5,9,1495834,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_10_14,m,10-14,10,14,1597281,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_15_19,m,15-19,15,19,1279472,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_15_17,m,15-17,15,17,930816,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_18_19,m,18-19,18,19,348656,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_20_24,m,20-24,20,24,896648,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_25_29,m,25-29,25,29,900050,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_30_34,m,30-34,30,34,619624,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_35_39,m,35-39,35,39,640283,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_40_44,m,40-44,40,44,459134,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_45_49,m,45-49,45,49,444895,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_50_54,m,50-54,50,54,369378,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_55_59,m,55-59,55,59,303187,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_60_64,m,60-64,60,64,277190,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,M_65PLUS,m,65+,65,,604914,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_00_04,f,0-4,0,4,1395842,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_05_09,f,5-9,5,9,1489321,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_10_14,f,10-14,10,14,1590326,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_15_19,f,15-19,15,19,1273901,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_15_17,f,15-17,15,17,926763,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_18_19,f,18-19,18,19,347138,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_20_24,f,20-24,20,24,892744,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_25_29,f,25-29,25,29,896131,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_30_34,f,30-34,30,34,616926,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_35_39,f,35-39,35,39,637495,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_40_44,f,40-44,40,44,457135,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_45_49,f,45-49,45,49,442957,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_50_54,f,50-54,50,54,367770,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_55_59,f,55-59,55,59,301867,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_60_64,f,60-64,60,64,275983,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET03,Amhara,F_65PLUS,f,65+,65,,602280,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_TL,all,all,,,39075002,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_TL,m,all,,,19548351,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_TL,f,all,,,19526651,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_00_04,all,0-4,0,4,5981785,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_05_09,all,5-9,5,9,6382384,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_10_14,all,10-14,10,14,5953358,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_15_19,all,15-19,15,19,4181816,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_15_17,all,15-17,15,17,3042271,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_18_19,all,18-19,18,19,1139545,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_20_24,all,20-24,20,24,2883867,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_25_29,all,25-29,25,29,2809654,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_30_34,all,30-34,30,34,2139507,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_35_39,all,35-39,35,39,2269737,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_40_44,all,40-44,40,44,1504538,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_45_49,all,45-49,45,49,1147222,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_50_54,all,50-54,50,54,950241,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_55_59,all,55-59,55,59,737082,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_60_64,all,60-64,60,64,678648,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,T_65PLUS,all,65+,65,,1455165,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_00_04,m,0-4,0,4,2992553,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_05_09,m,5-9,5,9,3192964,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_10_14,m,10-14,10,14,2978332,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_15_19,m,15-19,15,19,2092069,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_15_17,m,15-17,15,17,1521980,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_18_19,m,18-19,18,19,570089,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_20_24,m,20-24,20,24,1442734,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_25_29,m,25-29,25,29,1405607,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_30_34,m,30-34,30,34,1070348,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_35_39,m,35-39,35,39,1135499,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_40_44,m,40-44,40,44,752687,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_45_49,m,45-49,45,49,573930,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_50_54,m,50-54,50,54,475384,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_55_59,m,55-59,55,59,368745,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_60_64,m,60-64,60,64,339512,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,M_65PLUS,m,65+,65,,727987,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_00_04,f,0-4,0,4,2989231,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_05_09,f,5-9,5,9,3189420,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_10_14,f,10-14,10,14,2975026,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_15_19,f,15-19,15,19,2089747,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_15_17,f,15-17,15,17,1520291,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_18_19,f,18-19,18,19,569456,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_20_24,f,20-24,20,24,1441133,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_25_29,f,25-29,25,29,1404047,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_30_34,f,30-34,30,34,1069159,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_35_39,f,35-39,35,39,1134238,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_40_44,f,40-44,40,44,751851,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_45_49,f,45-49,45,49,573292,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_50_54,f,50-54,50,54,474857,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_55_59,f,55-59,55,59,368336,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_60_64,f,60-64,60,64,339135,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET04,Oromia,F_65PLUS,f,65+,65,,727179,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_TL,all,all,,,6355003,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_TL,m,all,,,3390846,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_TL,f,all,,,2964157,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_00_04,all,0-4,0,4,1137580,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_05_09,all,5-9,5,9,1213763,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_10_14,all,10-14,10,14,1042257,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_15_19,all,15-19,15,19,659338,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_15_17,all,15-17,15,17,479668,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_18_19,all,18-19,18,19,179670,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_20_24,all,20-24,20,24,399063,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_25_29,all,25-29,25,29,394924,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_30_34,all,30-34,30,34,327010,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_35_39,all,35-39,35,39,279004,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_40_44,all,40-44,40,44,265775,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_45_49,all,45-49,45,49,164953,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_50_54,all,50-54,50,54,184791,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_55_59,all,55-59,55,59,75687,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_60_64,all,60-64,60,64,81635,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,T_65PLUS,all,65+,65,,129224,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_00_04,m,0-4,0,4,606980,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_05_09,m,5-9,5,9,647629,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_10_14,m,10-14,10,14,556118,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_15_19,m,15-19,15,19,351803,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_15_17,m,15-17,15,17,255937,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_18_19,m,18-19,18,19,95866,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_20_24,m,20-24,20,24,212928,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_25_29,m,25-29,25,29,210720,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_30_34,m,30-34,30,34,174483,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_35_39,m,35-39,35,39,148868,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_40_44,m,40-44,40,44,141810,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_45_49,m,45-49,45,49,88014,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_50_54,m,50-54,50,54,98599,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_55_59,m,55-59,55,59,40384,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_60_64,m,60-64,60,64,43558,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,M_65PLUS,m,65+,65,,68950,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_00_04,f,0-4,0,4,530600,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_05_09,f,5-9,5,9,566134,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_10_14,f,10-14,10,14,486139,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_15_19,f,15-19,15,19,307534,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_15_17,f,15-17,15,17,223731,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_18_19,f,18-19,18,19,83803,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_20_24,f,20-24,20,24,186134,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_25_29,f,25-29,25,29,184204,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_30_34,f,30-34,30,34,152527,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_35_39,f,35-39,35,39,130135,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_40_44,f,40-44,40,44,123965,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_45_49,f,45-49,45,49,76939,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_50_54,f,50-54,50,54,86192,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_55_59,f,55-59,55,59,35303,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_60_64,f,60-64,60,64,38077,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET05,Somali,F_65PLUS,f,65+,65,,60274,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_TL,all,all,,,1187997,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_TL,m,all,,,602571,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_TL,f,all,,,585426,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_00_04,all,0-4,0,4,177975,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_05_09,all,5-9,5,9,189893,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_10_14,all,10-14,10,14,158345,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_15_19,all,15-19,15,19,135718,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_15_17,all,15-17,15,17,98735,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_18_19,all,18-19,18,19,36983,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_20_24,all,20-24,20,24,101937,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_25_29,all,25-29,25,29,98070,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_30_34,all,30-34,30,34,69013,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_35_39,all,35-39,35,39,75154,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_40_44,all,40-44,40,44,42961,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_45_49,all,45-49,45,49,39594,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_50_54,all,50-54,50,54,32275,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_55_59,all,55-59,55,59,18182,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_60_64,all,60-64,60,64,21798,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,T_65PLUS,all,65+,65,,27081,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_00_04,m,0-4,0,4,90271,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_05_09,m,5-9,5,9,96317,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_10_14,m,10-14,10,14,80315,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_15_19,m,15-19,15,19,68838,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_15_17,m,15-17,15,17,50080,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_18_19,m,18-19,18,19,18758,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_20_24,m,20-24,20,24,51704,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_25_29,m,25-29,25,29,49743,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_30_34,m,30-34,30,34,35005,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_35_39,m,35-39,35,39,38120,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_40_44,m,40-44,40,44,21790,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_45_49,m,45-49,45,49,20083,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_50_54,m,50-54,50,54,16370,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_55_59,m,55-59,55,59,9222,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_60_64,m,60-64,60,64,11056,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,M_65PLUS,m,65+,65,,13736,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_00_04,f,0-4,0,4,87703,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_05_09,f,5-9,5,9,93577,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_10_14,f,10-14,10,14,78030,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_15_19,f,15-19,15,19,66880,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_15_17,f,15-17,15,17,48655,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_18_19,f,18-19,18,19,18225,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_20_24,f,20-24,20,24,50233,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_25_29,f,25-29,25,29,48327,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_30_34,f,30-34,30,34,34009,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_35_39,f,35-39,35,39,37035,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_40_44,f,40-44,40,44,21170,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_45_49,f,45-49,45,49,19511,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_50_54,f,50-54,50,54,15905,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_55_59,f,55-59,55,59,8960,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_60_64,f,60-64,60,64,10742,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET06,Benishangul Gumz,F_65PLUS,f,65+,65,,13345,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_TL,all,all,,,13250645,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_TL,m,all,,,6534167,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_TL,f,all,,,6716478,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_00_04,all,0-4,0,4,2018879,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_05_09,all,5-9,5,9,2154083,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_10_14,all,10-14,10,14,1983563,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_15_19,all,15-19,15,19,1445838,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_15_17,all,15-17,15,17,1051847,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_18_19,all,18-19,18,19,393991,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_20_24,all,20-24,20,24,915193,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_25_29,all,25-29,25,29,1018431,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_30_34,all,30-34,30,34,794074,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_35_39,all,35-39,35,39,776279,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_40_44,all,40-44,40,44,528777,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_45_49,all,45-49,45,49,429134,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_50_54,all,50-54,50,54,332788,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_55_59,all,55-59,55,59,279927,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_60_64,all,60-64,60,64,230742,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,T_65PLUS,all,65+,65,,342935,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_00_04,m,0-4,0,4,995551,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_05_09,m,5-9,5,9,1062223,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_10_14,m,10-14,10,14,978136,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_15_19,m,15-19,15,19,712972,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_15_17,m,15-17,15,17,518687,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_18_19,m,18-19,18,19,194285,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_20_24,m,20-24,20,24,451300,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_25_29,m,25-29,25,29,502210,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_30_34,m,30-34,30,34,391574,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_35_39,m,35-39,35,39,382799,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_40_44,m,40-44,40,44,260751,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_45_49,m,45-49,45,49,211615,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_50_54,m,50-54,50,54,164105,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_55_59,m,55-59,55,59,138038,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_60_64,m,60-64,60,64,113784,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,M_65PLUS,m,65+,65,,169108,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_00_04,f,0-4,0,4,1023328,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_05_09,f,5-9,5,9,1091860,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_10_14,f,10-14,10,14,1005427,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_15_19,f,15-19,15,19,732865,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_15_17,f,15-17,15,17,533159,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_18_19,f,18-19,18,19,199706,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_20_24,f,20-24,20,24,463892,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_25_29,f,25-29,25,29,516222,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_30_34,f,30-34,30,34,402500,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_35_39,f,35-39,35,39,393480,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_40_44,f,40-44,40,44,268026,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_45_49,f,45-49,45,49,217519,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_50_54,f,50-54,50,54,168683,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_55_59,f,55-59,55,59,141889,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_60_64,f,60-64,60,64,116958,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET07,SNNP,F_65PLUS,f,65+,65,,173827,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_TL,all,all,,,3453447,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_TL,m,all,,,1719260,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_TL,f,all,,,1734188,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_00_04,all,0-4,0,4,526170,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_05_09,all,5-9,5,9,561408,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_10_14,all,10-14,10,14,516966,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_15_19,all,15-19,15,19,376821,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_15_17,all,15-17,15,17,274137,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_18_19,all,18-19,18,19,102684,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_20_24,all,20-24,20,24,238522,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_25_29,all,25-29,25,29,265428,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_30_34,all,30-34,30,34,206955,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_35_39,all,35-39,35,39,202318,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_40_44,all,40-44,40,44,137812,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_45_49,all,45-49,45,49,111843,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_50_54,all,50-54,50,54,86733,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_55_59,all,55-59,55,59,72956,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_60_64,all,60-64,60,64,60137,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,T_65PLUS,all,65+,65,,89377,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_00_04,m,0-4,0,4,261948,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_05_09,m,5-9,5,9,279490,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_10_14,m,10-14,10,14,257366,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_15_19,m,15-19,15,19,187596,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_15_17,m,15-17,15,17,136476,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_18_19,m,18-19,18,19,51120,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_20_24,m,20-24,20,24,118745,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_25_29,m,25-29,25,29,132141,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_30_34,m,30-34,30,34,103030,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_35_39,m,35-39,35,39,100722,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_40_44,m,40-44,40,44,68608,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_45_49,m,45-49,45,49,55680,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_50_54,m,50-54,50,54,43179,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_55_59,m,55-59,55,59,36320,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_60_64,m,60-64,60,64,29939,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,M_65PLUS,m,65+,65,,44496,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_00_04,f,0-4,0,4,264222,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_05_09,f,5-9,5,9,281917,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_10_14,f,10-14,10,14,259600,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_15_19,f,15-19,15,19,189225,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_15_17,f,15-17,15,17,137661,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_18_19,f,18-19,18,19,51564,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_20_24,f,20-24,20,24,119776,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_25_29,f,25-29,25,29,133288,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_30_34,f,30-34,30,34,103925,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_35_39,f,35-39,35,39,101596,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_40_44,f,40-44,40,44,69204,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_45_49,f,45-49,45,49,56163,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_50_54,f,50-54,50,54,43554,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_55_59,f,55-59,55,59,36636,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_60_64,f,60-64,60,64,30198,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET11,South West Ethiopia,F_65PLUS,f,65+,65,,44882,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_TL,all,all,,,492002,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_TL,m,all,,,256002,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_TL,f,all,,,236000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_00_04,all,0-4,0,4,70413,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_05_09,all,5-9,5,9,75128,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_10_14,all,10-14,10,14,70466,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_15_19,all,15-19,15,19,60753,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_15_17,all,15-17,15,17,44198,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_18_19,all,18-19,18,19,16555,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_20_24,all,20-24,20,24,41322,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_25_29,all,25-29,25,29,39961,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_30_34,all,30-34,30,34,31375,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_35_39,all,35-39,35,39,30267,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_40_44,all,40-44,40,44,20678,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_45_49,all,45-49,45,49,16789,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_50_54,all,50-54,50,54,13792,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_55_59,all,55-59,55,59,6623,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_60_64,all,60-64,60,64,6674,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,T_65PLUS,all,65+,65,,7761,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_00_04,m,0-4,0,4,36638,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_05_09,m,5-9,5,9,39091,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_10_14,m,10-14,10,14,36666,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_15_19,m,15-19,15,19,31611,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_15_17,m,15-17,15,17,22997,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_18_19,m,18-19,18,19,8614,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_20_24,m,20-24,20,24,21501,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_25_29,m,25-29,25,29,20793,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_30_34,m,30-34,30,34,16325,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_35_39,m,35-39,35,39,15749,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_40_44,m,40-44,40,44,10759,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_45_49,m,45-49,45,49,8736,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_50_54,m,50-54,50,54,7176,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_55_59,m,55-59,55,59,3446,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_60_64,m,60-64,60,64,3473,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,M_65PLUS,m,65+,65,,4038,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_00_04,f,0-4,0,4,33775,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_05_09,f,5-9,5,9,36037,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_10_14,f,10-14,10,14,33801,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_15_19,f,15-19,15,19,29141,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_15_17,f,15-17,15,17,21200,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_18_19,f,18-19,18,19,7941,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_20_24,f,20-24,20,24,19821,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_25_29,f,25-29,25,29,19168,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_30_34,f,30-34,30,34,15050,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_35_39,f,35-39,35,39,14518,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_40_44,f,40-44,40,44,9919,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_45_49,f,45-49,45,49,8053,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_50_54,f,50-54,50,54,6616,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_55_59,f,55-59,55,59,3177,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_60_64,f,60-64,60,64,3201,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET12,Gambela,F_65PLUS,f,65+,65,,3723,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_TL,all,all,,,270000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_TL,m,all,,,136000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_TL,f,all,,,134000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_00_04,all,0-4,0,4,36034,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_05_09,all,5-9,5,9,38447,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_10_14,all,10-14,10,14,35742,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_15_19,all,15-19,15,19,28361,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_15_17,all,15-17,15,17,20633,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_18_19,all,18-19,18,19,7728,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_20_24,all,20-24,20,24,26041,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_25_29,all,25-29,25,29,23072,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_30_34,all,30-34,30,34,16296,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_35_39,all,35-39,35,39,18437,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_40_44,all,40-44,40,44,11945,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_45_49,all,45-49,45,49,9213,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_50_54,all,50-54,50,54,7371,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_55_59,all,55-59,55,59,6051,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_60_64,all,60-64,60,64,2830,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,T_65PLUS,all,65+,65,,10158,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_00_04,m,0-4,0,4,18151,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_05_09,m,5-9,5,9,19366,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_10_14,m,10-14,10,14,18003,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_15_19,m,15-19,15,19,14286,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_15_17,m,15-17,15,17,10393,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_18_19,m,18-19,18,19,3893,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_20_24,m,20-24,20,24,13117,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_25_29,m,25-29,25,29,11621,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_30_34,m,30-34,30,34,8209,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_35_39,m,35-39,35,39,9287,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_40_44,m,40-44,40,44,6017,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_45_49,m,45-49,45,49,4641,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_50_54,m,50-54,50,54,3713,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_55_59,m,55-59,55,59,3048,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_60_64,m,60-64,60,64,1426,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,M_65PLUS,m,65+,65,,5117,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_00_04,f,0-4,0,4,17884,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_05_09,f,5-9,5,9,19081,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_10_14,f,10-14,10,14,17739,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_15_19,f,15-19,15,19,14076,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_15_17,f,15-17,15,17,10240,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_18_19,f,18-19,18,19,3836,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_20_24,f,20-24,20,24,12924,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_25_29,f,25-29,25,29,11450,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_30_34,f,30-34,30,34,8088,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_35_39,f,35-39,35,39,9150,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_40_44,f,40-44,40,44,5928,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_45_49,f,45-49,45,49,4572,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_50_54,f,50-54,50,54,3658,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_55_59,f,55-59,55,59,3003,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_60_64,f,60-64,60,64,1405,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET13,Harari,F_65PLUS,f,65+,65,,5042,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_TL,all,all,,,3773999,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_TL,m,all,,,1781999,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_TL,f,all,,,1992000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_00_04,all,0-4,0,4,292310,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_05_09,all,5-9,5,9,311886,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_10_14,all,10-14,10,14,302028,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_15_19,all,15-19,15,19,440931,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_15_17,all,15-17,15,17,320777,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_18_19,all,18-19,18,19,120154,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_20_24,all,20-24,20,24,512993,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_25_29,all,25-29,25,29,507828,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_30_34,all,30-34,30,34,342881,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_35_39,all,35-39,35,39,288801,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_40_44,all,40-44,40,44,180541,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_45_49,all,45-49,45,49,125978,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_50_54,all,50-54,50,54,112701,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_55_59,all,55-59,55,59,88477,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_60_64,all,60-64,60,64,88874,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,T_65PLUS,all,65+,65,,177771,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_00_04,m,0-4,0,4,138022,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_05_09,m,5-9,5,9,147266,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_10_14,m,10-14,10,14,142611,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_15_19,m,15-19,15,19,208198,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_15_17,m,15-17,15,17,151464,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_18_19,m,18-19,18,19,56734,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_20_24,m,20-24,20,24,242224,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_25_29,m,25-29,25,29,239785,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_30_34,m,30-34,30,34,161901,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_35_39,m,35-39,35,39,136365,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_40_44,m,40-44,40,44,85248,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_45_49,m,45-49,45,49,59484,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_50_54,m,50-54,50,54,53215,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_55_59,m,55-59,55,59,41777,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_60_64,m,60-64,60,64,41965,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,M_65PLUS,m,65+,65,,83940,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_00_04,f,0-4,0,4,154288,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_05_09,f,5-9,5,9,164620,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_10_14,f,10-14,10,14,159417,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_15_19,f,15-19,15,19,232733,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_15_17,f,15-17,15,17,169313,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_18_19,f,18-19,18,19,63420,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_20_24,f,20-24,20,24,270769,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_25_29,f,25-29,25,29,268043,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_30_34,f,30-34,30,34,180980,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_35_39,f,35-39,35,39,152435,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_40_44,f,40-44,40,44,95294,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_45_49,f,45-49,45,49,66494,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_50_54,f,50-54,50,54,59486,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_55_59,f,55-59,55,59,46700,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_60_64,f,60-64,60,64,46910,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET14,Addis Ababa,F_65PLUS,f,65+,65,,93831,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_TL,all,all,,,521000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_TL,m,all,,,263000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_TL,f,all,,,258000,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_00_04,all,0-4,0,4,67349,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_05_09,all,5-9,5,9,71859,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_10_14,all,10-14,10,14,63642,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_15_19,all,15-19,15,19,55512,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_15_17,all,15-17,15,17,40385,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_18_19,all,18-19,18,19,15127,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_20_24,all,20-24,20,24,50350,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_25_29,all,25-29,25,29,46895,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_30_34,all,30-34,30,34,36377,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_35_39,all,35-39,35,39,31672,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_40_44,all,40-44,40,44,25141,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_45_49,all,45-49,45,49,21242,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_50_54,all,50-54,50,54,14287,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_55_59,all,55-59,55,59,9255,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_60_64,all,60-64,60,64,10954,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,T_65PLUS,all,65+,65,,16465,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_00_04,m,0-4,0,4,33998,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_05_09,m,5-9,5,9,36274,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_10_14,m,10-14,10,14,32126,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_15_19,m,15-19,15,19,28022,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_15_17,m,15-17,15,17,20386,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_18_19,m,18-19,18,19,7636,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_20_24,m,20-24,20,24,25416,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_25_29,m,25-29,25,29,23672,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_30_34,m,30-34,30,34,18363,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_35_39,m,35-39,35,39,15988,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_40_44,m,40-44,40,44,12691,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_45_49,m,45-49,45,49,10723,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_50_54,m,50-54,50,54,7212,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_55_59,m,55-59,55,59,4672,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_60_64,m,60-64,60,64,5529,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,M_65PLUS,m,65+,65,,8312,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_00_04,f,0-4,0,4,33351,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_05_09,f,5-9,5,9,35585,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_10_14,f,10-14,10,14,31515,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_15_19,f,15-19,15,19,27490,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_15_17,f,15-17,15,17,19999,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_18_19,f,18-19,18,19,7491,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_20_24,f,20-24,20,24,24933,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_25_29,f,25-29,25,29,23222,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_30_34,f,30-34,30,34,18014,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_35_39,f,35-39,35,39,15684,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_40_44,f,40-44,40,44,12450,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_45_49,f,45-49,45,49,10519,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_50_54,f,50-54,50,54,7075,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_55_59,f,55-59,55,59,4583,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_60_64,f,60-64,60,64,5424,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET15,Dire Dawa,F_65PLUS,f,65+,65,,8154,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_TL,all,all,,,3987457,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_TL,m,all,,,2005940,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_TL,f,all,,,1981517,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_00_04,all,0-4,0,4,607532,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_05_09,all,5-9,5,9,648219,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_10_14,all,10-14,10,14,596905,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_15_19,all,15-19,15,19,435090,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_15_17,all,15-17,15,17,316528,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_18_19,all,18-19,18,19,118562,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_20_24,all,20-24,20,24,275405,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_25_29,all,25-29,25,29,306472,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_30_34,all,30-34,30,34,238957,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_35_39,all,35-39,35,39,233602,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_40_44,all,40-44,40,44,159123,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_45_49,all,45-49,45,49,129137,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_50_54,all,50-54,50,54,100144,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_55_59,all,55-59,55,59,84237,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_60_64,all,60-64,60,64,69436,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,T_65PLUS,all,65+,65,,103198,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_00_04,m,0-4,0,4,305627,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_05_09,m,5-9,5,9,326095,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_10_14,m,10-14,10,14,300280,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_15_19,m,15-19,15,19,218877,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_15_17,m,15-17,15,17,159233,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_18_19,m,18-19,18,19,59644,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_20_24,m,20-24,20,24,138546,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_25_29,m,25-29,25,29,154175,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_30_34,m,30-34,30,34,120210,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_35_39,m,35-39,35,39,117517,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_40_44,m,40-44,40,44,80049,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_45_49,m,45-49,45,49,64964,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_50_54,m,50-54,50,54,50379,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_55_59,m,55-59,55,59,42377,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_60_64,m,60-64,60,64,34931,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,M_65PLUS,m,65+,65,,51915,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_00_04,f,0-4,0,4,301906,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_05_09,f,5-9,5,9,322124,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_10_14,f,10-14,10,14,296624,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_15_19,f,15-19,15,19,216212,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_15_17,f,15-17,15,17,157294,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_18_19,f,18-19,18,19,58918,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_20_24,f,20-24,20,24,136859,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_25_29,f,25-29,25,29,152297,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_30_34,f,30-34,30,34,118747,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_35_39,f,35-39,35,39,116086,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_40_44,f,40-44,40,44,79074,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_45_49,f,45-49,45,49,64173,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_50_54,f,50-54,50,54,49766,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_55_59,f,55-59,55,59,41861,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_60_64,f,60-64,60,64,34505,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,ET16,Sidama,F_65PLUS,f,65+,65,,51283,2022,Central Statistics Agency (CSA),OCHA Ethiopia +FJI,Fiji,FJ4,Central,M_00_04,m,0-4,0,4,20341,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_00_04,f,0-4,0,4,19113,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_00_04,all,0-4,0,4,39454,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_05_09,m,5-9,5,9,19024,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_05_09,f,5-9,5,9,17951,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_05_09,all,5-9,5,9,36975,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_10_14,m,10-14,10,14,16899,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_10_14,f,10-14,10,14,16068,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_10_14,all,10-14,10,14,32967,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_15_19,m,15-19,15,19,17342,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_15_19,f,15-19,15,19,16358,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_15_19,all,15-19,15,19,33700,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_20_24,m,20-24,20,24,18081,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_20_24,f,20-24,20,24,17574,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_20_24,all,20-24,20,24,35655,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_25_29,m,25-29,25,29,15625,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_25_29,f,25-29,25,29,15373,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_25_29,all,25-29,25,29,30998,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_30_34,m,30-34,30,34,15173,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_30_34,f,30-34,30,34,14907,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_30_34,all,30-34,30,34,30080,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_35_39,m,35-39,35,39,13645,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_35_39,f,35-39,35,39,13548,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_35_39,all,35-39,35,39,27193,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_40_44,m,40-44,40,44,11200,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_40_44,f,40-44,40,44,11073,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_40_44,all,40-44,40,44,22273,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_45_49,m,45-49,45,49,10218,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_45_49,f,45-49,45,49,10118,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_45_49,all,45-49,45,49,20336,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_50_54,m,50-54,50,54,9470,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_50_54,f,50-54,50,54,9946,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_50_54,all,50-54,50,54,19416,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_55_59,m,55-59,55,59,8344,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_55_59,f,55-59,55,59,8663,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_55_59,all,55-59,55,59,17007,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_60_64,m,60-64,60,64,5947,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_60_64,f,60-64,60,64,6456,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_60_64,all,60-64,60,64,12403,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_65_69,m,65-69,65,69,3998,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_65_69,f,65-69,65,69,4610,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_65_69,all,65-69,65,69,8608,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_70_74,m,70-74,70,74,2534,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_70_74,f,70-74,70,74,3075,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_70_74,all,70-74,70,74,5609,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_75_79,m,75-79,75,79,1294,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_75_79,f,75-79,75,79,1839,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_75_79,all,75-79,75,79,3133,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_80_84,m,80-84,80,84,600,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_80_84,f,80-84,80,84,1019,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_80_84,all,80-84,80,84,1619,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_85_89,m,85-89,85,89,208,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_85_89,f,85-89,85,89,447,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_85_89,all,85-89,85,89,655,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_90_94,m,90-94,90,94,55,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_90_94,f,90-94,90,94,91,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_90_94,all,90-94,90,94,146,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_95PLUS,m,95+,95,,26,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_95PLUS,f,95+,95,,31,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_95PLUS,all,95+,95,,57,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,M_TL,m,all,,,190024,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,F_TL,f,all,,,188260,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ4,Central,T_TL,all,all,,,378284,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_00_04,m,0-4,0,4,2316,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_00_04,f,0-4,0,4,2130,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_00_04,all,0-4,0,4,4446,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_05_09,m,5-9,5,9,2455,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_05_09,f,5-9,5,9,2376,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_05_09,all,5-9,5,9,4831,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_10_14,m,10-14,10,14,2187,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_10_14,f,10-14,10,14,2044,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_10_14,all,10-14,10,14,4231,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_15_19,m,15-19,15,19,1603,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_15_19,f,15-19,15,19,1437,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_15_19,all,15-19,15,19,3040,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_20_24,m,20-24,20,24,1137,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_20_24,f,20-24,20,24,864,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_20_24,all,20-24,20,24,2001,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_25_29,m,25-29,25,29,1369,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_25_29,f,25-29,25,29,1212,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_25_29,all,25-29,25,29,2581,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_30_34,m,30-34,30,34,1380,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_30_34,f,30-34,30,34,1239,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_30_34,all,30-34,30,34,2619,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_35_39,m,35-39,35,39,1346,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_35_39,f,35-39,35,39,1154,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_35_39,all,35-39,35,39,2500,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_40_44,m,40-44,40,44,1050,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_40_44,f,40-44,40,44,898,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_40_44,all,40-44,40,44,1948,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_45_49,m,45-49,45,49,1079,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_45_49,f,45-49,45,49,873,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_45_49,all,45-49,45,49,1952,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_50_54,m,50-54,50,54,1069,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_50_54,f,50-54,50,54,911,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_50_54,all,50-54,50,54,1980,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_55_59,m,55-59,55,59,963,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_55_59,f,55-59,55,59,744,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_55_59,all,55-59,55,59,1707,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_60_64,m,60-64,60,64,740,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_60_64,f,60-64,60,64,568,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_60_64,all,60-64,60,64,1308,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_65_69,m,65-69,65,69,531,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_65_69,f,65-69,65,69,419,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_65_69,all,65-69,65,69,950,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_70_74,m,70-74,70,74,374,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_70_74,f,70-74,70,74,321,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_70_74,all,70-74,70,74,695,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_75_79,m,75-79,75,79,233,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_75_79,f,75-79,75,79,238,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_75_79,all,75-79,75,79,471,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_80_84,m,80-84,80,84,110,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_80_84,f,80-84,80,84,146,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_80_84,all,80-84,80,84,256,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_85_89,m,85-89,85,89,50,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_85_89,f,85-89,85,89,60,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_85_89,all,85-89,85,89,110,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_90_94,m,90-94,90,94,5,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_90_94,f,90-94,90,94,14,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_90_94,all,90-94,90,94,19,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_95PLUS,m,95+,95,,2,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_95PLUS,f,95+,95,,1,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_95PLUS,all,95+,95,,3,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,M_TL,m,all,,,19999,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,F_TL,f,all,,,17649,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ3,Eastern,T_TL,all,all,,,37648,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_00_04,m,0-4,0,4,7474,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_00_04,f,0-4,0,4,7076,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_00_04,all,0-4,0,4,14550,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_05_09,m,5-9,5,9,7096,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_05_09,f,5-9,5,9,7088,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_05_09,all,5-9,5,9,14184,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_10_14,m,10-14,10,14,6799,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_10_14,f,10-14,10,14,6440,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_10_14,all,10-14,10,14,13239,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_15_19,m,15-19,15,19,5795,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_15_19,f,15-19,15,19,5559,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_15_19,all,15-19,15,19,11354,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_20_24,m,20-24,20,24,4591,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_20_24,f,20-24,20,24,3989,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_20_24,all,20-24,20,24,8580,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_25_29,m,25-29,25,29,4713,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_25_29,f,25-29,25,29,4471,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_25_29,all,25-29,25,29,9184,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_30_34,m,30-34,30,34,4732,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_30_34,f,30-34,30,34,4298,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_30_34,all,30-34,30,34,9030,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_35_39,m,35-39,35,39,4748,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_35_39,f,35-39,35,39,4453,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_35_39,all,35-39,35,39,9201,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_40_44,m,40-44,40,44,4379,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_40_44,f,40-44,40,44,3755,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_40_44,all,40-44,40,44,8134,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_45_49,m,45-49,45,49,3931,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_45_49,f,45-49,45,49,3748,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_45_49,all,45-49,45,49,7679,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_50_54,m,50-54,50,54,4069,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_50_54,f,50-54,50,54,3658,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_50_54,all,50-54,50,54,7727,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_55_59,m,55-59,55,59,3332,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_55_59,f,55-59,55,59,3054,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_55_59,all,55-59,55,59,6386,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_60_64,m,60-64,60,64,2361,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_60_64,f,60-64,60,64,2329,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_60_64,all,60-64,60,64,4690,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_65_69,m,65-69,65,69,1518,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_65_69,f,65-69,65,69,1719,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_65_69,all,65-69,65,69,3237,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_70_74,m,70-74,70,74,990,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_70_74,f,70-74,70,74,1295,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_70_74,all,70-74,70,74,2285,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_75_79,m,75-79,75,79,578,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_75_79,f,75-79,75,79,787,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_75_79,all,75-79,75,79,1365,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_80_84,m,80-84,80,84,281,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_80_84,f,80-84,80,84,410,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_80_84,all,80-84,80,84,691,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_85_89,m,85-89,85,89,94,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_85_89,f,85-89,85,89,190,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_85_89,all,85-89,85,89,284,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_90_94,m,90-94,90,94,26,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_90_94,f,90-94,90,94,57,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_90_94,all,90-94,90,94,83,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_95PLUS,m,95+,95,,12,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_95PLUS,f,95+,95,,19,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_95PLUS,all,95+,95,,31,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,M_TL,m,all,,,67519,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,F_TL,f,all,,,64395,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ1,Northern,T_TL,all,all,,,131914,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_00_04,m,0-4,0,4,17064,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_00_04,f,0-4,0,4,16383,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_00_04,all,0-4,0,4,33447,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_05_09,m,5-9,5,9,16668,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_05_09,f,5-9,5,9,15637,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_05_09,all,5-9,5,9,32305,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_10_14,m,10-14,10,14,14830,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_10_14,f,10-14,10,14,14329,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_10_14,all,10-14,10,14,29159,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_15_19,m,15-19,15,19,13292,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_15_19,f,15-19,15,19,12702,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_15_19,all,15-19,15,19,25994,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_20_24,m,20-24,20,24,13655,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_20_24,f,20-24,20,24,13725,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_20_24,all,20-24,20,24,27380,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_25_29,m,25-29,25,29,13546,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_25_29,f,25-29,25,29,12999,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_25_29,all,25-29,25,29,26545,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_30_34,m,30-34,30,34,13981,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_30_34,f,30-34,30,34,13108,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_30_34,all,30-34,30,34,27089,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_35_39,m,35-39,35,39,13643,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_35_39,f,35-39,35,39,12613,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_35_39,all,35-39,35,39,26256,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_40_44,m,40-44,40,44,11068,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_40_44,f,40-44,40,44,10091,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_40_44,all,40-44,40,44,21159,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_45_49,m,45-49,45,49,10086,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_45_49,f,45-49,45,49,9451,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_45_49,all,45-49,45,49,19537,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_50_54,m,50-54,50,54,10041,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_50_54,f,50-54,50,54,9446,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_50_54,all,50-54,50,54,19487,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_55_59,m,55-59,55,59,8624,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_55_59,f,55-59,55,59,8284,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_55_59,all,55-59,55,59,16908,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_60_64,m,60-64,60,64,5843,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_60_64,f,60-64,60,64,6371,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_60_64,all,60-64,60,64,12214,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_65_69,m,65-69,65,69,4029,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_65_69,f,65-69,65,69,4504,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_65_69,all,65-69,65,69,8533,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_70_74,m,70-74,70,74,2469,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_70_74,f,70-74,70,74,3090,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_70_74,all,70-74,70,74,5559,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_75_79,m,75-79,75,79,1385,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_75_79,f,75-79,75,79,1892,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_75_79,all,75-79,75,79,3277,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_80_84,m,80-84,80,84,569,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_80_84,f,80-84,80,84,862,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_80_84,all,80-84,80,84,1431,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_85_89,m,85-89,85,89,198,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_85_89,f,85-89,85,89,382,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_85_89,all,85-89,85,89,580,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_90_94,m,90-94,90,94,49,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_90_94,f,90-94,90,94,89,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_90_94,all,90-94,90,94,138,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_95PLUS,m,95+,95,,13,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_95PLUS,f,95+,95,,30,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_95PLUS,all,95+,95,,43,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,M_TL,m,all,,,171053,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,F_TL,f,all,,,165988,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,FJ2,Western,T_TL,all,all,,,337041,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +GUF,French Guiana,GF1,Cayenne,T_TL,all,all,,,176211,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_TL,f,all,,,90881,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_TL,m,all,,,85330,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_00_04,all,0-4,0,4,17395,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_05_09,all,5-9,5,9,17364,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_10_14,all,10-14,10,14,17724,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_15_19,all,15-19,15,19,15889,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_20_24,all,20-24,20,24,11836,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_25_29,all,25-29,25,29,11753,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_30_34,all,30-34,30,34,12464,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_35_39,all,35-39,35,39,12156,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_40_44,all,40-44,40,44,12240,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_45_49,all,45-49,45,49,11203,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_50_54,all,50-54,50,54,9983,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_55_59,all,55-59,55,59,8589,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_60_64,all,60-64,60,64,6622,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,T_65PLUS,all,65+,65,,10995,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_00_04,f,0-4,0,4,8592,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_05_09,f,5-9,5,9,8465,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_10_14,f,10-14,10,14,8795,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_15_19,f,15-19,15,19,7872,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_20_24,f,20-24,20,24,6076,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_25_29,f,25-29,25,29,6422,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_30_34,f,30-34,30,34,6923,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_35_39,f,35-39,35,39,6741,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_40_44,f,40-44,40,44,6624,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_45_49,f,45-49,45,49,5882,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_50_54,f,50-54,50,54,5132,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_55_59,f,55-59,55,59,4297,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_60_64,f,60-64,60,64,3216,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,F_65PLUS,f,65+,65,,5843,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_00_04,m,0-4,0,4,8803,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_05_09,m,5-9,5,9,8899,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_10_14,m,10-14,10,14,8929,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_15_19,m,15-19,15,19,8018,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_20_24,m,20-24,20,24,5760,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_25_29,m,25-29,25,29,5331,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_30_34,m,30-34,30,34,5541,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_35_39,m,35-39,35,39,5415,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_40_44,m,40-44,40,44,5616,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_45_49,m,45-49,45,49,5321,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_50_54,m,50-54,50,54,4851,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_55_59,m,55-59,55,59,4291,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_60_64,m,60-64,60,64,3406,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF1,Cayenne,M_65PLUS,m,65+,65,,5152,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_TL,all,all,,,92943,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_TL,f,all,,,44838,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_TL,m,all,,,48105,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_00_04,all,0-4,0,4,12493,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_05_09,all,5-9,5,9,12914,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_10_14,all,10-14,10,14,11387,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_15_19,all,15-19,15,19,9215,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_20_24,all,20-24,20,24,7443,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_25_29,all,25-29,25,29,7384,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_30_34,all,30-34,30,34,7285,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_35_39,all,35-39,35,39,6724,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_40_44,all,40-44,40,44,5679,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_45_49,all,45-49,45,49,3990,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_50_54,all,50-54,50,54,2833,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_55_59,all,55-59,55,59,2067,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_60_64,all,60-64,60,64,1314,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,T_65PLUS,all,65+,65,,2213,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_00_04,f,0-4,0,4,6014,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_05_09,f,5-9,5,9,6481,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_10_14,f,10-14,10,14,5728,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_15_19,f,15-19,15,19,4622,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_20_24,f,20-24,20,24,3744,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_25_29,f,25-29,25,29,3779,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_30_34,f,30-34,30,34,3262,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_35_39,f,35-39,35,39,2866,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_40_44,f,40-44,40,44,2329,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_45_49,f,45-49,45,49,1925,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_50_54,f,50-54,50,54,1320,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_55_59,f,55-59,55,59,991,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_60_64,f,60-64,60,64,655,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,F_65PLUS,f,65+,65,,1121,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_00_04,m,0-4,0,4,6479,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_05_09,m,5-9,5,9,6433,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_10_14,m,10-14,10,14,5658,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_15_19,m,15-19,15,19,4593,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_20_24,m,20-24,20,24,3699,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_25_29,m,25-29,25,29,3605,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_30_34,m,30-34,30,34,4023,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_35_39,m,35-39,35,39,3858,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_40_44,m,40-44,40,44,3350,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_45_49,m,45-49,45,49,2065,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_50_54,m,50-54,50,54,1514,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_55_59,m,55-59,55,59,1077,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_60_64,m,60-64,60,64,659,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,GF2,Saint-Laurent-du-Maroni,M_65PLUS,m,65+,65,,1093,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GAB,Gabon,GAB001,Estuaire,F_TL,f,all,,,558424,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_TL,m,all,,,574458,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_TL,all,all,,,1132882,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_00_04,f,0-4,0,4,80643,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_05_09,f,5-9,5,9,69399,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_10_14,f,10-14,10,14,56683,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_15_19,f,15-19,15,19,47991,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_20_24,f,20-24,20,24,50404,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_25_29,f,25-29,25,29,52141,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_30_34,f,30-34,30,34,50701,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_35_39,f,35-39,35,39,42618,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_40_44,f,40-44,40,44,31088,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_45_49,f,45-49,45,49,24131,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_50_54,f,50-54,50,54,18758,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_55_59,f,55-59,55,59,13746,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_60_64,f,60-64,60,64,9208,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_65_69,f,65-69,65,69,4716,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_70_74,f,70-74,70,74,2462,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_75_79,f,75-79,75,79,1652,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,F_80PLUS,f,80+,80,,2082,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_00_04,m,0-4,0,4,83880,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_05_09,m,5-9,5,9,70189,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_10_14,m,10-14,10,14,56462,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_15_19,m,15-19,15,19,45772,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_20_24,m,20-24,20,24,43037,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_25_29,m,25-29,25,29,46893,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_30_34,m,30-34,30,34,48709,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_35_39,m,35-39,35,39,44415,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_40_44,m,40-44,40,44,37305,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_45_49,m,45-49,45,49,31592,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_50_54,m,50-54,50,54,23715,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_55_59,m,55-59,55,59,18306,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_60_64,m,60-64,60,64,12747,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_65_69,m,65-69,65,69,6017,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_70_74,m,70-74,70,74,2952,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_75_79,m,75-79,75,79,1202,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,M_80PLUS,m,80+,80,,1264,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_00_04,all,0-4,0,4,164523,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_05_09,all,5-9,5,9,139588,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_10_14,all,10-14,10,14,113145,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_15_19,all,15-19,15,19,93763,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_20_24,all,20-24,20,24,93441,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_25_29,all,25-29,25,29,99034,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_30_34,all,30-34,30,34,99410,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_35_39,all,35-39,35,39,87033,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_40_44,all,40-44,40,44,68393,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_45_49,all,45-49,45,49,55723,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_50_54,all,50-54,50,54,42473,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_55_59,all,55-59,55,59,32052,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_60_64,all,60-64,60,64,21956,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_65_69,all,65-69,65,69,10734,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_70_74,all,70-74,70,74,5413,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_75_79,all,75-79,75,79,2854,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB001,Estuaire,T_80PLUS,all,80+,80,,3346,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_TL,f,all,,,144779,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_TL,m,all,,,172448,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_TL,all,all,,,317227,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_00_04,f,0-4,0,4,20043,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_05_09,f,5-9,5,9,17818,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_10_14,f,10-14,10,14,13929,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_15_19,f,15-19,15,19,12284,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_20_24,f,20-24,20,24,12927,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_25_29,f,25-29,25,29,11213,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_30_34,f,30-34,30,34,10028,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_35_39,f,35-39,35,39,9092,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_40_44,f,40-44,40,44,7747,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_45_49,f,45-49,45,49,6388,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_50_54,f,50-54,50,54,5784,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_55_59,f,55-59,55,59,4595,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_60_64,f,60-64,60,64,3663,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_65_69,f,65-69,65,69,3078,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_70_74,f,70-74,70,74,2214,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_75_79,f,75-79,75,79,1621,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,F_80PLUS,f,80+,80,,2356,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_00_04,m,0-4,0,4,20576,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_05_09,m,5-9,5,9,18067,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_10_14,m,10-14,10,14,14058,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_15_19,m,15-19,15,19,12756,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_20_24,m,20-24,20,24,18775,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_25_29,m,25-29,25,29,16649,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_30_34,m,30-34,30,34,13105,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_35_39,m,35-39,35,39,12665,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_40_44,m,40-44,40,44,11401,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_45_49,m,45-49,45,49,9098,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_50_54,m,50-54,50,54,7855,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_55_59,m,55-59,55,59,5269,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_60_64,m,60-64,60,64,4852,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_65_69,m,65-69,65,69,2921,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_70_74,m,70-74,70,74,1932,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_75_79,m,75-79,75,79,1320,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,M_80PLUS,m,80+,80,,1147,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_00_04,all,0-4,0,4,40619,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_05_09,all,5-9,5,9,35885,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_10_14,all,10-14,10,14,27987,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_15_19,all,15-19,15,19,25040,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_20_24,all,20-24,20,24,31702,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_25_29,all,25-29,25,29,27862,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_30_34,all,30-34,30,34,23133,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_35_39,all,35-39,35,39,21757,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_40_44,all,40-44,40,44,19148,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_45_49,all,45-49,45,49,15486,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_50_54,all,50-54,50,54,13639,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_55_59,all,55-59,55,59,9865,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_60_64,all,60-64,60,64,8514,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_65_69,all,65-69,65,69,6000,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_70_74,all,70-74,70,74,4146,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_75_79,all,75-79,75,79,2941,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB002,Haut-Ogooué,T_80PLUS,all,80+,80,,3503,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_TL,f,all,,,42985,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_TL,m,all,,,44657,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_TL,all,all,,,87642,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_00_04,f,0-4,0,4,6705,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_05_09,f,5-9,5,9,6004,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_10_14,f,10-14,10,14,4833,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_15_19,f,15-19,15,19,3548,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_20_24,f,20-24,20,24,2844,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_25_29,f,25-29,25,29,2299,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_30_34,f,30-34,30,34,2750,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_35_39,f,35-39,35,39,2819,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_40_44,f,40-44,40,44,2477,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_45_49,f,45-49,45,49,2047,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_50_54,f,50-54,50,54,1567,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_55_59,f,55-59,55,59,1472,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_60_64,f,60-64,60,64,1275,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_65_69,f,65-69,65,69,761,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_70_74,f,70-74,70,74,571,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_75_79,f,75-79,75,79,450,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,F_80PLUS,f,80+,80,,563,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_00_04,m,0-4,0,4,6922,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_05_09,m,5-9,5,9,6392,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_10_14,m,10-14,10,14,5128,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_15_19,m,15-19,15,19,4037,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_20_24,m,20-24,20,24,2500,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_25_29,m,25-29,25,29,2138,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_30_34,m,30-34,30,34,2548,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_35_39,m,35-39,35,39,2794,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_40_44,m,40-44,40,44,2586,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_45_49,m,45-49,45,49,2564,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_50_54,m,50-54,50,54,1993,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_55_59,m,55-59,55,59,1643,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_60_64,m,60-64,60,64,1416,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_65_69,m,65-69,65,69,765,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_70_74,m,70-74,70,74,543,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_75_79,m,75-79,75,79,373,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,M_80PLUS,m,80+,80,,315,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_00_04,all,0-4,0,4,13627,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_05_09,all,5-9,5,9,12396,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_10_14,all,10-14,10,14,9961,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_15_19,all,15-19,15,19,7584,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_20_24,all,20-24,20,24,5343,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_25_29,all,25-29,25,29,4438,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_30_34,all,30-34,30,34,5298,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_35_39,all,35-39,35,39,5613,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_40_44,all,40-44,40,44,5063,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_45_49,all,45-49,45,49,4611,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_50_54,all,50-54,50,54,3560,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_55_59,all,55-59,55,59,3116,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_60_64,all,60-64,60,64,2691,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_65_69,all,65-69,65,69,1527,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_70_74,all,70-74,70,74,1113,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_75_79,all,75-79,75,79,823,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB003,Moyen-Ogooué,T_80PLUS,all,80+,80,,878,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_TL,f,all,,,63391,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_TL,m,all,,,64159,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_TL,all,all,,,127550,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_00_04,f,0-4,0,4,9927,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_05_09,f,5-9,5,9,8846,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_10_14,f,10-14,10,14,6719,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_15_19,f,15-19,15,19,5486,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_20_24,f,20-24,20,24,3928,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_25_29,f,25-29,25,29,3052,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_30_34,f,30-34,30,34,4241,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_35_39,f,35-39,35,39,3816,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_40_44,f,40-44,40,44,3140,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_45_49,f,45-49,45,49,2837,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_50_54,f,50-54,50,54,2213,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_55_59,f,55-59,55,59,2212,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_60_64,f,60-64,60,64,1939,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_65_69,f,65-69,65,69,1515,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_70_74,f,70-74,70,74,1179,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_75_79,f,75-79,75,79,1081,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,F_80PLUS,f,80+,80,,1257,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_00_04,m,0-4,0,4,10129,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_05_09,m,5-9,5,9,9390,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_10_14,m,10-14,10,14,7637,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_15_19,m,15-19,15,19,6200,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_20_24,m,20-24,20,24,4068,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_25_29,m,25-29,25,29,2923,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_30_34,m,30-34,30,34,3441,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_35_39,m,35-39,35,39,3330,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_40_44,m,40-44,40,44,3657,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_45_49,m,45-49,45,49,2987,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_50_54,m,50-54,50,54,2812,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_55_59,m,55-59,55,59,2056,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_60_64,m,60-64,60,64,1603,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_65_69,m,65-69,65,69,1413,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_70_74,m,70-74,70,74,1290,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_75_79,m,75-79,75,79,596,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,M_80PLUS,m,80+,80,,627,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_00_04,all,0-4,0,4,20057,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_05_09,all,5-9,5,9,18236,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_10_14,all,10-14,10,14,14356,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_15_19,all,15-19,15,19,11686,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_20_24,all,20-24,20,24,7996,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_25_29,all,25-29,25,29,5976,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_30_34,all,30-34,30,34,7682,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_35_39,all,35-39,35,39,7147,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_40_44,all,40-44,40,44,6796,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_45_49,all,45-49,45,49,5824,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_50_54,all,50-54,50,54,5026,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_55_59,all,55-59,55,59,4268,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_60_64,all,60-64,60,64,3542,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_65_69,all,65-69,65,69,2928,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_70_74,all,70-74,70,74,2470,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_75_79,all,75-79,75,79,1677,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB004,Ngounié,T_80PLUS,all,80+,80,,1884,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_TL,f,all,,,33586,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_TL,m,all,,,33271,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_TL,all,all,,,66857,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_00_04,f,0-4,0,4,5057,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_05_09,f,5-9,5,9,4681,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_10_14,f,10-14,10,14,3755,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_15_19,f,15-19,15,19,3034,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_20_24,f,20-24,20,24,2104,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_25_29,f,25-29,25,29,1569,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_30_34,f,30-34,30,34,1806,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_35_39,f,35-39,35,39,1995,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_40_44,f,40-44,40,44,1619,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_45_49,f,45-49,45,49,1369,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_50_54,f,50-54,50,54,1298,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_55_59,f,55-59,55,59,1135,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_60_64,f,60-64,60,64,1103,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_65_69,f,65-69,65,69,1130,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_70_74,f,70-74,70,74,844,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_75_79,f,75-79,75,79,540,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,F_80PLUS,f,80+,80,,545,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_00_04,m,0-4,0,4,5385,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_05_09,m,5-9,5,9,4854,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_10_14,m,10-14,10,14,3874,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_15_19,m,15-19,15,19,3077,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_20_24,m,20-24,20,24,1801,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_25_29,m,25-29,25,29,1485,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_30_34,m,30-34,30,34,2149,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_35_39,m,35-39,35,39,1897,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_40_44,m,40-44,40,44,1477,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_45_49,m,45-49,45,49,1487,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_50_54,m,50-54,50,54,1711,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_55_59,m,55-59,55,59,1011,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_60_64,m,60-64,60,64,913,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_65_69,m,65-69,65,69,939,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_70_74,m,70-74,70,74,597,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_75_79,m,75-79,75,79,325,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,M_80PLUS,m,80+,80,,290,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_00_04,all,0-4,0,4,10441,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_05_09,all,5-9,5,9,9535,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_10_14,all,10-14,10,14,7629,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_15_19,all,15-19,15,19,6111,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_20_24,all,20-24,20,24,3905,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_25_29,all,25-29,25,29,3055,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_30_34,all,30-34,30,34,3955,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_35_39,all,35-39,35,39,3892,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_40_44,all,40-44,40,44,3096,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_45_49,all,45-49,45,49,2856,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_50_54,all,50-54,50,54,3009,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_55_59,all,55-59,55,59,2146,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_60_64,all,60-64,60,64,2016,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_65_69,all,65-69,65,69,2069,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_70_74,all,70-74,70,74,1440,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_75_79,all,75-79,75,79,865,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB005,Nyanga,T_80PLUS,all,80+,80,,835,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_TL,f,all,,,38683,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_TL,m,all,,,41379,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_TL,all,all,,,80062,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_00_04,f,0-4,0,4,6644,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_05_09,f,5-9,5,9,6146,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_10_14,f,10-14,10,14,4137,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_15_19,f,15-19,15,19,3286,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_20_24,f,20-24,20,24,2337,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_25_29,f,25-29,25,29,2035,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_30_34,f,30-34,30,34,2070,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_35_39,f,35-39,35,39,2172,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_40_44,f,40-44,40,44,1843,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_45_49,f,45-49,45,49,1904,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_50_54,f,50-54,50,54,1520,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_55_59,f,55-59,55,59,1326,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_60_64,f,60-64,60,64,1213,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_65_69,f,65-69,65,69,896,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_70_74,f,70-74,70,74,457,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_75_79,f,75-79,75,79,364,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,F_80PLUS,f,80+,80,,334,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_00_04,m,0-4,0,4,6661,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_05_09,m,5-9,5,9,6662,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_10_14,m,10-14,10,14,5027,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_15_19,m,15-19,15,19,3591,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_20_24,m,20-24,20,24,2043,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_25_29,m,25-29,25,29,1889,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_30_34,m,30-34,30,34,2282,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_35_39,m,35-39,35,39,2602,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_40_44,m,40-44,40,44,2545,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_45_49,m,45-49,45,49,1948,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_50_54,m,50-54,50,54,1651,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_55_59,m,55-59,55,59,1165,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_60_64,m,60-64,60,64,1435,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_65_69,m,65-69,65,69,865,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_70_74,m,70-74,70,74,552,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_75_79,m,75-79,75,79,281,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,M_80PLUS,m,80+,80,,180,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_00_04,all,0-4,0,4,13305,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_05_09,all,5-9,5,9,12809,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_10_14,all,10-14,10,14,9163,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_15_19,all,15-19,15,19,6877,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_20_24,all,20-24,20,24,4380,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_25_29,all,25-29,25,29,3924,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_30_34,all,30-34,30,34,4352,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_35_39,all,35-39,35,39,4774,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_40_44,all,40-44,40,44,4389,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_45_49,all,45-49,45,49,3852,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_50_54,all,50-54,50,54,3171,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_55_59,all,55-59,55,59,2491,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_60_64,all,60-64,60,64,2648,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_65_69,all,65-69,65,69,1761,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_70_74,all,70-74,70,74,1009,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_75_79,all,75-79,75,79,645,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB006,Ogooué-Ivindo,T_80PLUS,all,80+,80,,514,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_TL,f,all,,,38942,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_TL,m,all,,,44240,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_TL,all,all,,,83182,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_00_04,f,0-4,0,4,6196,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_05_09,f,5-9,5,9,5639,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_10_14,f,10-14,10,14,4064,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_15_19,f,15-19,15,19,3607,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_20_24,f,20-24,20,24,2585,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_25_29,f,25-29,25,29,2854,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_30_34,f,30-34,30,34,1940,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_35_39,f,35-39,35,39,2301,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_40_44,f,40-44,40,44,1789,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_45_49,f,45-49,45,49,1631,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_50_54,f,50-54,50,54,1433,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_55_59,f,55-59,55,59,1122,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_60_64,f,60-64,60,64,1165,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_65_69,f,65-69,65,69,887,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_70_74,f,70-74,70,74,538,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_75_79,f,75-79,75,79,501,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,F_80PLUS,f,80+,80,,690,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_00_04,m,0-4,0,4,6355,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_05_09,m,5-9,5,9,6067,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_10_14,m,10-14,10,14,4508,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_15_19,m,15-19,15,19,5170,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_20_24,m,20-24,20,24,3978,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_25_29,m,25-29,25,29,1762,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_30_34,m,30-34,30,34,2159,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_35_39,m,35-39,35,39,1736,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_40_44,m,40-44,40,44,2153,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_45_49,m,45-49,45,49,2684,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_50_54,m,50-54,50,54,2898,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_55_59,m,55-59,55,59,1249,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_60_64,m,60-64,60,64,1289,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_65_69,m,65-69,65,69,921,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_70_74,m,70-74,70,74,638,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_75_79,m,75-79,75,79,324,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,M_80PLUS,m,80+,80,,349,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_00_04,all,0-4,0,4,12551,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_05_09,all,5-9,5,9,11706,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_10_14,all,10-14,10,14,8572,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_15_19,all,15-19,15,19,8777,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_20_24,all,20-24,20,24,6563,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_25_29,all,25-29,25,29,4616,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_30_34,all,30-34,30,34,4099,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_35_39,all,35-39,35,39,4037,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_40_44,all,40-44,40,44,3941,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_45_49,all,45-49,45,49,4315,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_50_54,all,50-54,50,54,4331,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_55_59,all,55-59,55,59,2371,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_60_64,all,60-64,60,64,2455,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_65_69,all,65-69,65,69,1808,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_70_74,all,70-74,70,74,1177,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_75_79,all,75-79,75,79,825,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB007,Ogooué-Lolo,T_80PLUS,all,80+,80,,1040,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_TL,f,all,,,97320,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_TL,m,all,,,101954,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_TL,all,all,,,199274,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_00_04,f,0-4,0,4,15072,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_05_09,f,5-9,5,9,13330,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_10_14,f,10-14,10,14,10507,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_15_19,f,15-19,15,19,7883,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_20_24,f,20-24,20,24,7207,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_25_29,f,25-29,25,29,8190,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_30_34,f,30-34,30,34,9211,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_35_39,f,35-39,35,39,7479,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_40_44,f,40-44,40,44,5346,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_45_49,f,45-49,45,49,3958,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_50_54,f,50-54,50,54,2915,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_55_59,f,55-59,55,59,2095,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_60_64,f,60-64,60,64,1610,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_65_69,f,65-69,65,69,957,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_70_74,f,70-74,70,74,551,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_75_79,f,75-79,75,79,417,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,F_80PLUS,f,80+,80,,593,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_00_04,m,0-4,0,4,15585,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_05_09,m,5-9,5,9,13745,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_10_14,m,10-14,10,14,10703,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_15_19,m,15-19,15,19,7789,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_20_24,m,20-24,20,24,6137,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_25_29,m,25-29,25,29,7340,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_30_34,m,30-34,30,34,9054,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_35_39,m,35-39,35,39,8068,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_40_44,m,40-44,40,44,6681,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_45_49,m,45-49,45,49,5531,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_50_54,m,50-54,50,54,4243,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_55_59,m,55-59,55,59,2948,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_60_64,m,60-64,60,64,2051,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_65_69,m,65-69,65,69,994,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_70_74,m,70-74,70,74,527,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_75_79,m,75-79,75,79,275,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,M_80PLUS,m,80+,80,,285,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_00_04,all,0-4,0,4,30657,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_05_09,all,5-9,5,9,27076,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_10_14,all,10-14,10,14,21210,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_15_19,all,15-19,15,19,15672,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_20_24,all,20-24,20,24,13344,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_25_29,all,25-29,25,29,15530,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_30_34,all,30-34,30,34,18265,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_35_39,all,35-39,35,39,15546,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_40_44,all,40-44,40,44,12027,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_45_49,all,45-49,45,49,9489,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_50_54,all,50-54,50,54,7158,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_55_59,all,55-59,55,59,5042,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_60_64,all,60-64,60,64,3661,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_65_69,all,65-69,65,69,1951,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_70_74,all,70-74,70,74,1078,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_75_79,all,75-79,75,79,692,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB008,Ogooué-Maritime,T_80PLUS,all,80+,80,,878,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_TL,f,all,,,97112,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_TL,m,all,,,98927,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_TL,all,all,,,196039,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_00_04,f,0-4,0,4,14777,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_05_09,f,5-9,5,9,12912,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_10_14,f,10-14,10,14,9405,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_15_19,f,15-19,15,19,8222,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_20_24,f,20-24,20,24,6616,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_25_29,f,25-29,25,29,5791,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_30_34,f,30-34,30,34,5713,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_35_39,f,35-39,35,39,5780,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_40_44,f,40-44,40,44,4514,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_45_49,f,45-49,45,49,4586,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_50_54,f,50-54,50,54,4072,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_55_59,f,55-59,55,59,4070,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_60_64,f,60-64,60,64,3771,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_65_69,f,65-69,65,69,2569,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_70_74,f,70-74,70,74,1582,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_75_79,f,75-79,75,79,1307,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,F_80PLUS,f,80+,80,,1427,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_00_04,m,0-4,0,4,15444,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_05_09,m,5-9,5,9,13655,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_10_14,m,10-14,10,14,10418,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_15_19,m,15-19,15,19,8478,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_20_24,m,20-24,20,24,6263,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_25_29,m,25-29,25,29,5675,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_30_34,m,30-34,30,34,6183,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_35_39,m,35-39,35,39,5862,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_40_44,m,40-44,40,44,5481,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_45_49,m,45-49,45,49,5079,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_50_54,m,50-54,50,54,4116,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_55_59,m,55-59,55,59,3382,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_60_64,m,60-64,60,64,3022,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_65_69,m,65-69,65,69,2316,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_70_74,m,70-74,70,74,1585,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_75_79,m,75-79,75,79,1194,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,M_80PLUS,m,80+,80,,773,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_00_04,all,0-4,0,4,30220,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_05_09,all,5-9,5,9,26567,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_10_14,all,10-14,10,14,19822,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_15_19,all,15-19,15,19,16700,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_20_24,all,20-24,20,24,12879,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_25_29,all,25-29,25,29,11466,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_30_34,all,30-34,30,34,11896,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_35_39,all,35-39,35,39,11642,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_40_44,all,40-44,40,44,9995,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_45_49,all,45-49,45,49,9664,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_50_54,all,50-54,50,54,8188,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_55_59,all,55-59,55,59,7452,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_60_64,all,60-64,60,64,6793,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_65_69,all,65-69,65,69,4885,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_70_74,all,70-74,70,74,3167,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_75_79,all,75-79,75,79,2501,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,GAB009,Woleu-Ntem,T_80PLUS,all,80+,80,,2200,2022,Direction Generale de la Statistique du Gabon,UNFPA +GMB,Gambia,GM01,Banjul,F_TL,f,all,,,16745,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_TL,m,all,,,17532,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_TL,all,all,,,34277,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_00_04,f,0-4,0,4,2326,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_05_09,f,5-9,5,9,1887,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_10_14,f,10-14,10,14,1773,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_15_19,f,15-19,15,19,1753,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_20_24,f,20-24,20,24,1816,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_25_29,f,25-29,25,29,1461,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_30_34,f,30-34,30,34,1317,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_35_39,f,35-39,35,39,1012,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_40_44,f,40-44,40,44,791,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_45_49,f,45-49,45,49,758,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_50_54,f,50-54,50,54,563,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_55_59,f,55-59,55,59,504,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_60_64,f,60-64,60,64,263,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_65_69,f,65-69,65,69,201,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_70_74,f,70-74,70,74,167,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_75_79,f,75-79,75,79,95,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,F_80PLUS,f,80+,80,,57,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_00_04,m,0-4,0,4,2047,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_05_09,m,5-9,5,9,1548,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_10_14,m,10-14,10,14,1583,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_15_19,m,15-19,15,19,1621,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_20_24,m,20-24,20,24,1793,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_25_29,m,25-29,25,29,1827,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_30_34,m,30-34,30,34,1837,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_35_39,m,35-39,35,39,1437,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_40_44,m,40-44,40,44,1083,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_45_49,m,45-49,45,49,925,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_50_54,m,50-54,50,54,637,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_55_59,m,55-59,55,59,484,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_60_64,m,60-64,60,64,285,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_65_69,m,65-69,65,69,185,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_70_74,m,70-74,70,74,139,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_75_79,m,75-79,75,79,70,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,M_80PLUS,m,80+,80,,31,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_00_04,all,0-4,0,4,4373,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_05_09,all,5-9,5,9,3434,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_10_14,all,10-14,10,14,3356,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_15_19,all,15-19,15,19,3374,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_20_24,all,20-24,20,24,3610,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_25_29,all,25-29,25,29,3288,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_30_34,all,30-34,30,34,3154,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_35_39,all,35-39,35,39,2449,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_40_44,all,40-44,40,44,1874,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_45_49,all,45-49,45,49,1683,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_50_54,all,50-54,50,54,1200,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_55_59,all,55-59,55,59,988,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_60_64,all,60-64,60,64,548,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_65_69,all,65-69,65,69,386,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_70_74,all,70-74,70,74,306,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_75_79,all,75-79,75,79,165,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM01,Banjul,T_80PLUS,all,80+,80,,89,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_TL,f,all,,,142475,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_TL,m,all,,,129680,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_TL,all,all,,,272155,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_00_04,f,0-4,0,4,27228,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_05_09,f,5-9,5,9,22633,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_10_14,f,10-14,10,14,18585,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_15_19,f,15-19,15,19,14305,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_20_24,f,20-24,20,24,11399,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_25_29,f,25-29,25,29,10592,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_30_34,f,30-34,30,34,8521,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_35_39,f,35-39,35,39,7032,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_40_44,f,40-44,40,44,5595,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_45_49,f,45-49,45,49,4500,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_50_54,f,50-54,50,54,3564,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_55_59,f,55-59,55,59,2739,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_60_64,f,60-64,60,64,2131,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_65_69,f,65-69,65,69,1326,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_70_74,f,70-74,70,74,1247,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_75_79,f,75-79,75,79,664,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,F_80PLUS,f,80+,80,,414,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_00_04,m,0-4,0,4,26557,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_05_09,m,5-9,5,9,23345,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_10_14,m,10-14,10,14,19456,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_15_19,m,15-19,15,19,14381,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_20_24,m,20-24,20,24,9671,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_25_29,m,25-29,25,29,7973,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_30_34,m,30-34,30,34,6330,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_35_39,m,35-39,35,39,5008,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_40_44,m,40-44,40,44,3611,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_45_49,m,45-49,45,49,3364,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_50_54,m,50-54,50,54,2674,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_55_59,m,55-59,55,59,2158,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_60_64,m,60-64,60,64,1807,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_65_69,m,65-69,65,69,1220,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_70_74,m,70-74,70,74,1082,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_75_79,m,75-79,75,79,623,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,M_80PLUS,m,80+,80,,420,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_00_04,all,0-4,0,4,53785,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_05_09,all,5-9,5,9,45978,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_10_14,all,10-14,10,14,38040,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_15_19,all,15-19,15,19,28686,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_20_24,all,20-24,20,24,21070,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_25_29,all,25-29,25,29,18565,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_30_34,all,30-34,30,34,14851,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_35_39,all,35-39,35,39,12040,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_40_44,all,40-44,40,44,9206,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_45_49,all,45-49,45,49,7865,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_50_54,all,50-54,50,54,6239,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_55_59,all,55-59,55,59,4897,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_60_64,all,60-64,60,64,3937,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_65_69,all,65-69,65,69,2546,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_70_74,all,70-74,70,74,2329,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_75_79,all,75-79,75,79,1287,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM02,Basse,T_80PLUS,all,80+,80,,834,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_TL,f,all,,,420113,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_TL,m,all,,,395803,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_TL,all,all,,,815916,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_00_04,f,0-4,0,4,75433,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_05_09,f,5-9,5,9,63226,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_10_14,f,10-14,10,14,54163,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_15_19,f,15-19,15,19,46034,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_20_24,f,20-24,20,24,39305,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_25_29,f,25-29,25,29,32231,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_30_34,f,30-34,30,34,27808,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_35_39,f,35-39,35,39,22534,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_40_44,f,40-44,40,44,15253,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_45_49,f,45-49,45,49,13041,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_50_54,f,50-54,50,54,9421,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_55_59,f,55-59,55,59,7404,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_60_64,f,60-64,60,64,5372,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_65_69,f,65-69,65,69,3645,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_70_74,f,70-74,70,74,2778,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_75_79,f,75-79,75,79,1528,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,F_80PLUS,f,80+,80,,938,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_00_04,m,0-4,0,4,68568,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_05_09,m,5-9,5,9,56186,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_10_14,m,10-14,10,14,49071,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_15_19,m,15-19,15,19,43684,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_20_24,m,20-24,20,24,38237,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_25_29,m,25-29,25,29,31112,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_30_34,m,30-34,30,34,26318,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_35_39,m,35-39,35,39,21804,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_40_44,m,40-44,40,44,15956,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_45_49,m,45-49,45,49,14003,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_50_54,m,50-54,50,54,10060,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_55_59,m,55-59,55,59,7573,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_60_64,m,60-64,60,64,5256,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_65_69,m,65-69,65,69,3295,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_70_74,m,70-74,70,74,2486,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_75_79,m,75-79,75,79,1372,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,M_80PLUS,m,80+,80,,824,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_00_04,all,0-4,0,4,144001,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_05_09,all,5-9,5,9,119411,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_10_14,all,10-14,10,14,103234,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_15_19,all,15-19,15,19,89718,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_20_24,all,20-24,20,24,77542,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_25_29,all,25-29,25,29,63344,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_30_34,all,30-34,30,34,54126,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_35_39,all,35-39,35,39,44337,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_40_44,all,40-44,40,44,31209,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_45_49,all,45-49,45,49,27044,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_50_54,all,50-54,50,54,19480,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_55_59,all,55-59,55,59,14977,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_60_64,all,60-64,60,64,10628,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_65_69,all,65-69,65,69,6940,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_70_74,all,70-74,70,74,5264,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_75_79,all,75-79,75,79,2900,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM03,Brikama,T_80PLUS,all,80+,80,,1761,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_TL,f,all,,,75519,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_TL,m,all,,,66629,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_TL,all,all,,,142148,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_00_04,f,0-4,0,4,14119,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_05_09,f,5-9,5,9,12548,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_10_14,f,10-14,10,14,10011,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_15_19,f,15-19,15,19,8261,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_20_24,f,20-24,20,24,5794,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_25_29,f,25-29,25,29,5157,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_30_34,f,30-34,30,34,4502,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_35_39,f,35-39,35,39,3558,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_40_44,f,40-44,40,44,2928,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_45_49,f,45-49,45,49,2347,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_50_54,f,50-54,50,54,2004,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_55_59,f,55-59,55,59,1280,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_60_64,f,60-64,60,64,1118,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_65_69,f,65-69,65,69,640,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_70_74,f,70-74,70,74,697,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_75_79,f,75-79,75,79,358,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,F_80PLUS,f,80+,80,,197,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_00_04,m,0-4,0,4,13000,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_05_09,m,5-9,5,9,12043,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_10_14,m,10-14,10,14,9092,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_15_19,m,15-19,15,19,7206,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_20_24,m,20-24,20,24,5035,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_25_29,m,25-29,25,29,4059,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_30_34,m,30-34,30,34,3612,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_35_39,m,35-39,35,39,2750,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_40_44,m,40-44,40,44,2153,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_45_49,m,45-49,45,49,1726,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_50_54,m,50-54,50,54,1623,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_55_59,m,55-59,55,59,1225,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_60_64,m,60-64,60,64,1108,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_65_69,m,65-69,65,69,653,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_70_74,m,70-74,70,74,771,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_75_79,m,75-79,75,79,360,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,M_80PLUS,m,80+,80,,212,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_00_04,all,0-4,0,4,27120,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_05_09,all,5-9,5,9,24591,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_10_14,all,10-14,10,14,19103,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_15_19,all,15-19,15,19,15467,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_20_24,all,20-24,20,24,10829,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_25_29,all,25-29,25,29,9216,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_30_34,all,30-34,30,34,8114,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_35_39,all,35-39,35,39,6308,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_40_44,all,40-44,40,44,5082,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_45_49,all,45-49,45,49,4073,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_50_54,all,50-54,50,54,3626,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_55_59,all,55-59,55,59,2506,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_60_64,all,60-64,60,64,2226,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_65_69,all,65-69,65,69,1293,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_70_74,all,70-74,70,74,1468,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_75_79,all,75-79,75,79,718,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM04,Janjanbureh,T_80PLUS,all,80+,80,,409,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_TL,f,all,,,228322,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_TL,m,all,,,199843,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_TL,all,all,,,428165,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_00_04,f,0-4,0,4,35330,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_05_09,f,5-9,5,9,29197,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_10_14,f,10-14,10,14,27414,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_15_19,f,15-19,15,19,25928,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_20_24,f,20-24,20,24,24973,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_25_29,f,25-29,25,29,20436,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_30_34,f,30-34,30,34,16519,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_35_39,f,35-39,35,39,13284,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_40_44,f,40-44,40,44,8891,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_45_49,f,45-49,45,49,8079,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_50_54,f,50-54,50,54,5699,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_55_59,f,55-59,55,59,4943,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_60_64,f,60-64,60,64,2970,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_65_69,f,65-69,65,69,2114,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_70_74,f,70-74,70,74,1351,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_75_79,f,75-79,75,79,778,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,F_80PLUS,f,80+,80,,417,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_00_04,m,0-4,0,4,29646,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_05_09,m,5-9,5,9,23104,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_10_14,m,10-14,10,14,20559,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_15_19,m,15-19,15,19,20601,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_20_24,m,20-24,20,24,22407,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_25_29,m,25-29,25,29,20272,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_30_34,m,30-34,30,34,16891,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_35_39,m,35-39,35,39,13765,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_40_44,m,40-44,40,44,9232,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_45_49,m,45-49,45,49,7411,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_50_54,m,50-54,50,54,5207,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_55_59,m,55-59,55,59,4093,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_60_64,m,60-64,60,64,2724,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_65_69,m,65-69,65,69,1821,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_70_74,m,70-74,70,74,1225,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_75_79,m,75-79,75,79,629,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,M_80PLUS,m,80+,80,,255,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_00_04,all,0-4,0,4,64975,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_05_09,all,5-9,5,9,52301,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_10_14,all,10-14,10,14,47973,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_15_19,all,15-19,15,19,46529,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_20_24,all,20-24,20,24,47380,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_25_29,all,25-29,25,29,40708,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_30_34,all,30-34,30,34,33409,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_35_39,all,35-39,35,39,27050,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_40_44,all,40-44,40,44,18123,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_45_49,all,45-49,45,49,15490,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_50_54,all,50-54,50,54,10906,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_55_59,all,55-59,55,59,9036,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_60_64,all,60-64,60,64,5694,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_65_69,all,65-69,65,69,3935,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_70_74,all,70-74,70,74,2576,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_75_79,all,75-79,75,79,1407,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM05,Kanifing,T_80PLUS,all,80+,80,,672,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_TL,f,all,,,133604,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_TL,m,all,,,118141,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_TL,all,all,,,251745,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_00_04,f,0-4,0,4,25372,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_05_09,f,5-9,5,9,21751,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_10_14,f,10-14,10,14,17551,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_15_19,f,15-19,15,19,14037,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_20_24,f,20-24,20,24,10341,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_25_29,f,25-29,25,29,8646,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_30_34,f,30-34,30,34,7667,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_35_39,f,35-39,35,39,6471,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_40_44,f,40-44,40,44,4999,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_45_49,f,45-49,45,49,4386,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_50_54,f,50-54,50,54,3770,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_55_59,f,55-59,55,59,2678,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_60_64,f,60-64,60,64,2255,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_65_69,f,65-69,65,69,1306,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_70_74,f,70-74,70,74,1340,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_75_79,f,75-79,75,79,649,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,F_80PLUS,f,80+,80,,386,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_00_04,m,0-4,0,4,23244,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_05_09,m,5-9,5,9,20627,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_10_14,m,10-14,10,14,17317,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_15_19,m,15-19,15,19,12733,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_20_24,m,20-24,20,24,8592,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_25_29,m,25-29,25,29,7201,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_30_34,m,30-34,30,34,6150,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_35_39,m,35-39,35,39,4980,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_40_44,m,40-44,40,44,3795,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_45_49,m,45-49,45,49,3228,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_50_54,m,50-54,50,54,2951,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_55_59,m,55-59,55,59,2264,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_60_64,m,60-64,60,64,1808,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_65_69,m,65-69,65,69,1167,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_70_74,m,70-74,70,74,1123,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_75_79,m,75-79,75,79,579,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,M_80PLUS,m,80+,80,,382,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_00_04,all,0-4,0,4,48616,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_05_09,all,5-9,5,9,42378,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_10_14,all,10-14,10,14,34868,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_15_19,all,15-19,15,19,26770,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_20_24,all,20-24,20,24,18934,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_25_29,all,25-29,25,29,15848,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_30_34,all,30-34,30,34,13816,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_35_39,all,35-39,35,39,11451,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_40_44,all,40-44,40,44,8793,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_45_49,all,45-49,45,49,7613,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_50_54,all,50-54,50,54,6721,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_55_59,all,55-59,55,59,4941,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_60_64,all,60-64,60,64,4063,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_65_69,all,65-69,65,69,2473,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_70_74,all,70-74,70,74,2463,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_75_79,all,75-79,75,79,1228,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM06,Kerewan,T_80PLUS,all,80+,80,,768,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_TL,f,all,,,59169,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_TL,m,all,,,51303,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_TL,all,all,,,110472,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_00_04,f,0-4,0,4,11687,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_05_09,f,5-9,5,9,10472,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_10_14,f,10-14,10,14,7897,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_15_19,f,15-19,15,19,5955,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_20_24,f,20-24,20,24,4438,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_25_29,f,25-29,25,29,4095,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_30_34,f,30-34,30,34,3406,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_35_39,f,35-39,35,39,2668,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_40_44,f,40-44,40,44,2157,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_45_49,f,45-49,45,49,1712,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_50_54,f,50-54,50,54,1445,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_55_59,f,55-59,55,59,965,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_60_64,f,60-64,60,64,914,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_65_69,f,65-69,65,69,489,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_70_74,f,70-74,70,74,487,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_75_79,f,75-79,75,79,241,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,F_80PLUS,f,80+,80,,141,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_00_04,m,0-4,0,4,10754,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_05_09,m,5-9,5,9,9695,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_10_14,m,10-14,10,14,7233,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_15_19,m,15-19,15,19,5197,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_20_24,m,20-24,20,24,3417,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_25_29,m,25-29,25,29,2863,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_30_34,m,30-34,30,34,2554,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_35_39,m,35-39,35,39,2097,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_40_44,m,40-44,40,44,1573,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_45_49,m,45-49,45,49,1401,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_50_54,m,50-54,50,54,1228,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_55_59,m,55-59,55,59,948,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_60_64,m,60-64,60,64,847,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_65_69,m,65-69,65,69,508,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_70_74,m,70-74,70,74,529,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_75_79,m,75-79,75,79,293,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,M_80PLUS,m,80+,80,,165,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_00_04,all,0-4,0,4,22441,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_05_09,all,5-9,5,9,20167,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_10_14,all,10-14,10,14,15130,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_15_19,all,15-19,15,19,11151,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_20_24,all,20-24,20,24,7855,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_25_29,all,25-29,25,29,6959,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_30_34,all,30-34,30,34,5960,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_35_39,all,35-39,35,39,4765,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_40_44,all,40-44,40,44,3730,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_45_49,all,45-49,45,49,3113,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_50_54,all,50-54,50,54,2674,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_55_59,all,55-59,55,59,1914,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_60_64,all,60-64,60,64,1761,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_65_69,all,65-69,65,69,997,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_70_74,all,70-74,70,74,1016,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_75_79,all,75-79,75,79,533,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM07,Kuntaur,T_80PLUS,all,80+,80,,305,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_TL,f,all,,,48856,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_TL,m,all,,,42911,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_TL,all,all,,,91767,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_00_04,f,0-4,0,4,8740,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_05_09,f,5-9,5,9,7844,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_10_14,f,10-14,10,14,6608,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_15_19,f,15-19,15,19,5298,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_20_24,f,20-24,20,24,3530,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_25_29,f,25-29,25,29,2955,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_30_34,f,30-34,30,34,2802,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_35_39,f,35-39,35,39,2288,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_40_44,f,40-44,40,44,1928,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_45_49,f,45-49,45,49,1754,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_50_54,f,50-54,50,54,1467,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_55_59,f,55-59,55,59,1051,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_60_64,f,60-64,60,64,1034,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_65_69,f,65-69,65,69,550,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_70_74,f,70-74,70,74,530,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_75_79,f,75-79,75,79,303,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,F_80PLUS,f,80+,80,,174,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_00_04,m,0-4,0,4,8090,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_05_09,m,5-9,5,9,7488,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_10_14,m,10-14,10,14,6510,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_15_19,m,15-19,15,19,5019,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_20_24,m,20-24,20,24,3144,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_25_29,m,25-29,25,29,2433,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_30_34,m,30-34,30,34,2210,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_35_39,m,35-39,35,39,1619,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_40_44,m,40-44,40,44,1245,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_45_49,m,45-49,45,49,1171,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_50_54,m,50-54,50,54,994,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_55_59,m,55-59,55,59,846,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_60_64,m,60-64,60,64,751,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_65_69,m,65-69,65,69,480,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_70_74,m,70-74,70,74,456,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_75_79,m,75-79,75,79,268,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,M_80PLUS,m,80+,80,,186,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_00_04,all,0-4,0,4,16830,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_05_09,all,5-9,5,9,15332,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_10_14,all,10-14,10,14,13119,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_15_19,all,15-19,15,19,10317,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_20_24,all,20-24,20,24,6675,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_25_29,all,25-29,25,29,5388,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_30_34,all,30-34,30,34,5012,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_35_39,all,35-39,35,39,3907,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_40_44,all,40-44,40,44,3173,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_45_49,all,45-49,45,49,2925,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_50_54,all,50-54,50,54,2461,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_55_59,all,55-59,55,59,1897,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_60_64,all,60-64,60,64,1785,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_65_69,all,65-69,65,69,1030,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_70_74,all,70-74,70,74,986,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_75_79,all,75-79,75,79,571,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GMB,Gambia,GM08,Mansakonko,T_80PLUS,all,80+,80,,360,2021,UNFPA,OCHA West and Central Africa (ROWCA) +GEO,Georgia,GE11,c. Tbilisi,F_TL,f,all,,,605827,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_TL,m,all,,,502890,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_TL,all,all,,,1108717,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_00_04,f,0-4,0,4,38721,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_05_09,f,5-9,5,9,34853,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_10_14,f,10-14,10,14,28682,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_15_19,f,15-19,15,19,35213,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_20_24,f,20-24,20,24,49300,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_25_29,f,25-29,25,29,48096,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_30_34,f,30-34,30,34,46205,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_35_39,f,35-39,35,39,43075,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_40_44,f,40-44,40,44,41166,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_45_49,f,45-49,45,49,38257,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_50_54,f,50-54,50,54,42972,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_55_59,f,55-59,55,59,38279,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_60_64,f,60-64,60,64,33665,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_65_69,f,65-69,65,69,26990,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_70_74,f,70-74,70,74,19671,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_75_79,f,75-79,75,79,22106,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_80_84,f,80-84,80,84,10942,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,F_85PLUS,f,85+,85,,7634,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_00_04,m,0-4,0,4,40736,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_05_09,m,5-9,5,9,37396,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_10_14,m,10-14,10,14,31560,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_15_19,m,15-19,15,19,36289,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_20_24,m,20-24,20,24,45162,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_25_29,m,25-29,25,29,42102,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_30_34,m,30-34,30,34,39732,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_35_39,m,35-39,35,39,36591,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_40_44,m,40-44,40,44,34612,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_45_49,m,45-49,45,49,29739,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_50_54,m,50-54,50,54,32437,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_55_59,m,55-59,55,59,28102,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_60_64,m,60-64,60,64,22931,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_65_69,m,65-69,65,69,16703,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_70_74,m,70-74,70,74,10999,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_75_79,m,75-79,75,79,10773,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_80_84,m,80-84,80,84,4670,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,M_85PLUS,m,85+,85,,2356,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_00_04,all,0-4,0,4,79457,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_05_09,all,5-9,5,9,72249,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_10_14,all,10-14,10,14,60242,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_15_19,all,15-19,15,19,71502,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_20_24,all,20-24,20,24,94462,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_25_29,all,25-29,25,29,90198,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_30_34,all,30-34,30,34,85937,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_35_39,all,35-39,35,39,79666,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_40_44,all,40-44,40,44,75778,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_45_49,all,45-49,45,49,67996,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_50_54,all,50-54,50,54,75409,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_55_59,all,55-59,55,59,66381,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_60_64,all,60-64,60,64,56596,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_65_69,all,65-69,65,69,43693,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_70_74,all,70-74,70,74,30670,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_75_79,all,75-79,75,79,32879,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_80_84,all,80-84,80,84,15612,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE11,c. Tbilisi,T_85PLUS,all,85+,85,,9990,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_TL,f,all,,,171025,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_TL,m,all,,,162928,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_TL,all,all,,,333953,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_00_04,f,0-4,0,4,11887,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_05_09,f,5-9,5,9,9868,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_10_14,f,10-14,10,14,9148,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_15_19,f,15-19,15,19,10578,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_20_24,f,20-24,20,24,12804,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_25_29,f,25-29,25,29,13891,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_30_34,f,30-34,30,34,12899,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_35_39,f,35-39,35,39,12239,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_40_44,f,40-44,40,44,12300,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_45_49,f,45-49,45,49,11797,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_50_54,f,50-54,50,54,12431,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_55_59,f,55-59,55,59,10299,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_60_64,f,60-64,60,64,8776,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_65_69,f,65-69,65,69,6856,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_70_74,f,70-74,70,74,5395,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_75_79,f,75-79,75,79,5366,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_80_84,f,80-84,80,84,2714,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,F_85PLUS,f,85+,85,,1777,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_00_04,m,0-4,0,4,12864,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_05_09,m,5-9,5,9,11353,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_10_14,m,10-14,10,14,10563,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_15_19,m,15-19,15,19,11288,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_20_24,m,20-24,20,24,13608,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_25_29,m,25-29,25,29,14572,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_30_34,m,30-34,30,34,12795,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_35_39,m,35-39,35,39,11900,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_40_44,m,40-44,40,44,11788,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_45_49,m,45-49,45,49,10935,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_50_54,m,50-54,50,54,11074,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_55_59,m,55-59,55,59,8789,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_60_64,m,60-64,60,64,6911,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_65_69,m,65-69,65,69,5006,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_70_74,m,70-74,70,74,3822,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_75_79,m,75-79,75,79,3363,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_80_84,m,80-84,80,84,1608,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,M_85PLUS,m,85+,85,,689,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_00_04,all,0-4,0,4,24751,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_05_09,all,5-9,5,9,21221,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_10_14,all,10-14,10,14,19711,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_15_19,all,15-19,15,19,21866,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_20_24,all,20-24,20,24,26412,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_25_29,all,25-29,25,29,28463,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_30_34,all,30-34,30,34,25694,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_35_39,all,35-39,35,39,24139,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_40_44,all,40-44,40,44,24088,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_45_49,all,45-49,45,49,22732,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_50_54,all,50-54,50,54,23505,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_55_59,all,55-59,55,59,19088,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_60_64,all,60-64,60,64,15687,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_65_69,all,65-69,65,69,11862,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_70_74,all,70-74,70,74,9217,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_75_79,all,75-79,75,79,8729,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_80_84,all,80-84,80,84,4322,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE15,Autonomous Republic of Adjara,T_85PLUS,all,85+,85,,2466,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_TL,f,all,,,58690,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_TL,m,all,,,54660,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_TL,all,all,,,113350,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_00_04,f,0-4,0,4,3233,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_05_09,f,5-9,5,9,2903,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_10_14,f,10-14,10,14,2799,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_15_19,f,15-19,15,19,2719,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_20_24,f,20-24,20,24,2668,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_25_29,f,25-29,25,29,3276,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_30_34,f,30-34,30,34,3328,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_35_39,f,35-39,35,39,3408,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_40_44,f,40-44,40,44,3639,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_45_49,f,45-49,45,49,3913,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_50_54,f,50-54,50,54,4696,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_55_59,f,55-59,55,59,4605,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_60_64,f,60-64,60,64,4345,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_65_69,f,65-69,65,69,3234,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_70_74,f,70-74,70,74,3013,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_75_79,f,75-79,75,79,3568,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_80_84,f,80-84,80,84,1954,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,F_85PLUS,f,85+,85,,1389,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_00_04,m,0-4,0,4,3375,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_05_09,m,5-9,5,9,3101,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_10_14,m,10-14,10,14,3068,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_15_19,m,15-19,15,19,3289,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_20_24,m,20-24,20,24,3296,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_25_29,m,25-29,25,29,3740,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_30_34,m,30-34,30,34,3652,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_35_39,m,35-39,35,39,3646,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_40_44,m,40-44,40,44,3737,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_45_49,m,45-49,45,49,3798,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_50_54,m,50-54,50,54,4346,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_55_59,m,55-59,55,59,3915,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_60_64,m,60-64,60,64,3599,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_65_69,m,65-69,65,69,2520,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_70_74,m,70-74,70,74,1976,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_75_79,m,75-79,75,79,2091,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_80_84,m,80-84,80,84,1035,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,M_85PLUS,m,85+,85,,476,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_00_04,all,0-4,0,4,6608,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_05_09,all,5-9,5,9,6004,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_10_14,all,10-14,10,14,5867,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_15_19,all,15-19,15,19,6008,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_20_24,all,20-24,20,24,5964,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_25_29,all,25-29,25,29,7016,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_30_34,all,30-34,30,34,6980,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_35_39,all,35-39,35,39,7054,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_40_44,all,40-44,40,44,7376,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_45_49,all,45-49,45,49,7711,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_50_54,all,50-54,50,54,9042,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_55_59,all,55-59,55,59,8520,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_60_64,all,60-64,60,64,7944,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_65_69,all,65-69,65,69,5754,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_70_74,all,70-74,70,74,4989,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_75_79,all,75-79,75,79,5659,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_80_84,all,80-84,80,84,2989,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE23,Guria,T_85PLUS,all,85+,85,,1865,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_TL,f,all,,,275308,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_TL,m,all,,,258598,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_TL,all,all,,,533906,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_00_04,f,0-4,0,4,16821,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_05_09,f,5-9,5,9,14245,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_10_14,f,10-14,10,14,13060,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_15_19,f,15-19,15,19,13961,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_20_24,f,20-24,20,24,15523,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_25_29,f,25-29,25,29,17120,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_30_34,f,30-34,30,34,16391,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_35_39,f,35-39,35,39,16347,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_40_44,f,40-44,40,44,16646,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_45_49,f,45-49,45,49,17432,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_50_54,f,50-54,50,54,20912,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_55_59,f,55-59,55,59,20094,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_60_64,f,60-64,60,64,19468,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_65_69,f,65-69,65,69,14228,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_70_74,f,70-74,70,74,13156,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_75_79,f,75-79,75,79,15345,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_80_84,f,80-84,80,84,8689,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,F_85PLUS,f,85+,85,,5870,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_00_04,m,0-4,0,4,18174,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_05_09,m,5-9,5,9,15858,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_10_14,m,10-14,10,14,14761,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_15_19,m,15-19,15,19,15917,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_20_24,m,20-24,20,24,16808,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_25_29,m,25-29,25,29,18469,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_30_34,m,30-34,30,34,17406,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_35_39,m,35-39,35,39,16709,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_40_44,m,40-44,40,44,16541,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_45_49,m,45-49,45,49,17494,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_50_54,m,50-54,50,54,20045,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_55_59,m,55-59,55,59,18196,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_60_64,m,60-64,60,64,15978,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_65_69,m,65-69,65,69,10842,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_70_74,m,70-74,70,74,8772,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_75_79,m,75-79,75,79,9452,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_80_84,m,80-84,80,84,4864,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,M_85PLUS,m,85+,85,,2312,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_00_04,all,0-4,0,4,34995,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_05_09,all,5-9,5,9,30103,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_10_14,all,10-14,10,14,27821,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_15_19,all,15-19,15,19,29878,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_20_24,all,20-24,20,24,32331,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_25_29,all,25-29,25,29,35589,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_30_34,all,30-34,30,34,33797,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_35_39,all,35-39,35,39,33056,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_40_44,all,40-44,40,44,33187,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_45_49,all,45-49,45,49,34926,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_50_54,all,50-54,50,54,40957,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_55_59,all,55-59,55,59,38290,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_60_64,all,60-64,60,64,35446,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_65_69,all,65-69,65,69,25070,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_70_74,all,70-74,70,74,21928,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_75_79,all,75-79,75,79,24797,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_80_84,all,80-84,80,84,13553,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE26,Imereti,T_85PLUS,all,85+,85,,8182,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_TL,f,all,,,162429,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_TL,m,all,,,156154,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_TL,all,all,,,318583,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_00_04,f,0-4,0,4,9626,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_05_09,f,5-9,5,9,8652,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_10_14,f,10-14,10,14,8152,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_15_19,f,15-19,15,19,8243,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_20_24,f,20-24,20,24,9101,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_25_29,f,25-29,25,29,9966,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_30_34,f,30-34,30,34,9530,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_35_39,f,35-39,35,39,9615,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_40_44,f,40-44,40,44,10192,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_45_49,f,45-49,45,49,9899,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_50_54,f,50-54,50,54,12457,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_55_59,f,55-59,55,59,12420,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_60_64,f,60-64,60,64,11094,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_65_69,f,65-69,65,69,9177,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_70_74,f,70-74,70,74,7105,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_75_79,f,75-79,75,79,8887,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_80_84,f,80-84,80,84,4913,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,F_85PLUS,f,85+,85,,3400,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_00_04,m,0-4,0,4,10987,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_05_09,m,5-9,5,9,10024,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_10_14,m,10-14,10,14,9263,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_15_19,m,15-19,15,19,9973,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_20_24,m,20-24,20,24,10658,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_25_29,m,25-29,25,29,11102,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_30_34,m,30-34,30,34,10167,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_35_39,m,35-39,35,39,10135,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_40_44,m,40-44,40,44,10297,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_45_49,m,45-49,45,49,9871,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_50_54,m,50-54,50,54,11534,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_55_59,m,55-59,55,59,11000,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_60_64,m,60-64,60,64,9142,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_65_69,m,65-69,65,69,7033,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_70_74,m,70-74,70,74,4869,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_75_79,m,75-79,75,79,5530,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_80_84,m,80-84,80,84,3061,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,M_85PLUS,m,85+,85,,1508,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_00_04,all,0-4,0,4,20613,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_05_09,all,5-9,5,9,18676,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_10_14,all,10-14,10,14,17415,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_15_19,all,15-19,15,19,18216,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_20_24,all,20-24,20,24,19759,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_25_29,all,25-29,25,29,21068,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_30_34,all,30-34,30,34,19697,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_35_39,all,35-39,35,39,19750,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_40_44,all,40-44,40,44,20489,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_45_49,all,45-49,45,49,19770,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_50_54,all,50-54,50,54,23991,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_55_59,all,55-59,55,59,23420,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_60_64,all,60-64,60,64,20236,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_65_69,all,65-69,65,69,16210,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_70_74,all,70-74,70,74,11974,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_75_79,all,75-79,75,79,14417,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_80_84,all,80-84,80,84,7974,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE29,Kakheti,T_85PLUS,all,85+,85,,4908,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_TL,f,all,,,46928,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_TL,m,all,,,47645,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_TL,all,all,,,94573,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_00_04,f,0-4,0,4,2903,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_05_09,f,5-9,5,9,2490,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_10_14,f,10-14,10,14,2180,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_15_19,f,15-19,15,19,2517,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_20_24,f,20-24,20,24,3011,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_25_29,f,25-29,25,29,3143,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_30_34,f,30-34,30,34,2877,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_35_39,f,35-39,35,39,2820,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_40_44,f,40-44,40,44,2871,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_45_49,f,45-49,45,49,3010,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_50_54,f,50-54,50,54,3359,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_55_59,f,55-59,55,59,3147,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_60_64,f,60-64,60,64,2950,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_65_69,f,65-69,65,69,2325,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_70_74,f,70-74,70,74,2295,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_75_79,f,75-79,75,79,2591,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_80_84,f,80-84,80,84,1485,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,F_85PLUS,f,85+,85,,954,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_00_04,m,0-4,0,4,3225,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_05_09,m,5-9,5,9,2845,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_10_14,m,10-14,10,14,2422,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_15_19,m,15-19,15,19,2970,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_20_24,m,20-24,20,24,3590,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_25_29,m,25-29,25,29,3739,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_30_34,m,30-34,30,34,3467,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_35_39,m,35-39,35,39,3314,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_40_44,m,40-44,40,44,3314,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_45_49,m,45-49,45,49,3241,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_50_54,m,50-54,50,54,3641,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_55_59,m,55-59,55,59,2992,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_60_64,m,60-64,60,64,2547,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_65_69,m,65-69,65,69,1810,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_70_74,m,70-74,70,74,1615,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_75_79,m,75-79,75,79,1655,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_80_84,m,80-84,80,84,865,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,M_85PLUS,m,85+,85,,393,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_00_04,all,0-4,0,4,6128,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_05_09,all,5-9,5,9,5335,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_10_14,all,10-14,10,14,4602,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_15_19,all,15-19,15,19,5487,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_20_24,all,20-24,20,24,6601,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_25_29,all,25-29,25,29,6882,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_30_34,all,30-34,30,34,6344,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_35_39,all,35-39,35,39,6134,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_40_44,all,40-44,40,44,6185,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_45_49,all,45-49,45,49,6251,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_50_54,all,50-54,50,54,7000,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_55_59,all,55-59,55,59,6139,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_60_64,all,60-64,60,64,5497,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_65_69,all,65-69,65,69,4135,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_70_74,all,70-74,70,74,3910,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_75_79,all,75-79,75,79,4246,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_80_84,all,80-84,80,84,2350,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE32,Mtskheta-Mtianeti,T_85PLUS,all,85+,85,,1347,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_TL,f,all,,,16505,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_TL,m,all,,,15584,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_TL,all,all,,,32089,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_00_04,f,0-4,0,4,621,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_05_09,f,5-9,5,9,570,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_10_14,f,10-14,10,14,664,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_15_19,f,15-19,15,19,653,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_20_24,f,20-24,20,24,434,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_25_29,f,25-29,25,29,577,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_30_34,f,30-34,30,34,640,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_35_39,f,35-39,35,39,774,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_40_44,f,40-44,40,44,928,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_45_49,f,45-49,45,49,1074,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_50_54,f,50-54,50,54,1260,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_55_59,f,55-59,55,59,1362,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_60_64,f,60-64,60,64,1429,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_65_69,f,65-69,65,69,1216,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_70_74,f,70-74,70,74,1280,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_75_79,f,75-79,75,79,1489,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_80_84,f,80-84,80,84,910,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,F_85PLUS,f,85+,85,,624,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_00_04,m,0-4,0,4,690,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_05_09,m,5-9,5,9,583,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_10_14,m,10-14,10,14,753,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_15_19,m,15-19,15,19,802,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_20_24,m,20-24,20,24,685,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_25_29,m,25-29,25,29,806,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_30_34,m,30-34,30,34,763,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_35_39,m,35-39,35,39,865,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_40_44,m,40-44,40,44,1051,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_45_49,m,45-49,45,49,1169,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_50_54,m,50-54,50,54,1375,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_55_59,m,55-59,55,59,1293,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_60_64,m,60-64,60,64,1182,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_65_69,m,65-69,65,69,857,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_70_74,m,70-74,70,74,863,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_75_79,m,75-79,75,79,929,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_80_84,m,80-84,80,84,623,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,M_85PLUS,m,85+,85,,295,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_00_04,all,0-4,0,4,1311,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_05_09,all,5-9,5,9,1153,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_10_14,all,10-14,10,14,1417,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_15_19,all,15-19,15,19,1455,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_20_24,all,20-24,20,24,1119,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_25_29,all,25-29,25,29,1383,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_30_34,all,30-34,30,34,1403,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_35_39,all,35-39,35,39,1639,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_40_44,all,40-44,40,44,1979,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_45_49,all,45-49,45,49,2243,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_50_54,all,50-54,50,54,2635,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_55_59,all,55-59,55,59,2655,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_60_64,all,60-64,60,64,2611,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_65_69,all,65-69,65,69,2073,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_70_74,all,70-74,70,74,2143,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_75_79,all,75-79,75,79,2418,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_80_84,all,80-84,80,84,1533,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE35,Racha-Lechkhumi and Kvemo Svaneti ,T_85PLUS,all,85+,85,,919,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_TL,f,all,,,171691,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_TL,m,all,,,159070,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_TL,all,all,,,330761,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_00_04,f,0-4,0,4,9742,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_05_09,f,5-9,5,9,8718,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_10_14,f,10-14,10,14,8185,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_15_19,f,15-19,15,19,8304,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_20_24,f,20-24,20,24,8266,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_25_29,f,25-29,25,29,9922,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_30_34,f,30-34,30,34,10288,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_35_39,f,35-39,35,39,11109,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_40_44,f,40-44,40,44,10669,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_45_49,f,45-49,45,49,11736,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_50_54,f,50-54,50,54,13443,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_55_59,f,55-59,55,59,13314,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_60_64,f,60-64,60,64,12663,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_65_69,f,65-69,65,69,9312,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_70_74,f,70-74,70,74,8370,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_75_79,f,75-79,75,79,8926,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_80_84,f,80-84,80,84,4988,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,F_85PLUS,f,85+,85,,3736,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_00_04,m,0-4,0,4,10273,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_05_09,m,5-9,5,9,9783,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_10_14,m,10-14,10,14,9114,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_15_19,m,15-19,15,19,9436,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_20_24,m,20-24,20,24,9710,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_25_29,m,25-29,25,29,11300,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_30_34,m,30-34,30,34,11072,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_35_39,m,35-39,35,39,11379,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_40_44,m,40-44,40,44,11030,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_45_49,m,45-49,45,49,11136,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_50_54,m,50-54,50,54,12262,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_55_59,m,55-59,55,59,11238,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_60_64,m,60-64,60,64,10343,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_65_69,m,65-69,65,69,7034,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_70_74,m,70-74,70,74,5464,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_75_79,m,75-79,75,79,4912,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_80_84,m,80-84,80,84,2380,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,M_85PLUS,m,85+,85,,1204,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_00_04,all,0-4,0,4,20015,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_05_09,all,5-9,5,9,18501,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_10_14,all,10-14,10,14,17299,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_15_19,all,15-19,15,19,17740,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_20_24,all,20-24,20,24,17976,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_25_29,all,25-29,25,29,21222,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_30_34,all,30-34,30,34,21360,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_35_39,all,35-39,35,39,22488,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_40_44,all,40-44,40,44,21699,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_45_49,all,45-49,45,49,22872,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_50_54,all,50-54,50,54,25705,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_55_59,all,55-59,55,59,24552,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_60_64,all,60-64,60,64,23006,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_65_69,all,65-69,65,69,16346,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_70_74,all,70-74,70,74,13834,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_75_79,all,75-79,75,79,13838,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_80_84,all,80-84,80,84,7368,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE38,Samegrelo-Zemo Svaneti,T_85PLUS,all,85+,85,,4940,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_TL,f,all,,,81983,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_TL,m,all,,,78521,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_TL,all,all,,,160504,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_00_04,f,0-4,0,4,5240,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_05_09,f,5-9,5,9,4924,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_10_14,f,10-14,10,14,4506,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_15_19,f,15-19,15,19,4803,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_20_24,f,20-24,20,24,5290,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_25_29,f,25-29,25,29,6399,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_30_34,f,30-34,30,34,5568,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_35_39,f,35-39,35,39,4854,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_40_44,f,40-44,40,44,4621,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_45_49,f,45-49,45,49,5116,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_50_54,f,50-54,50,54,6466,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_55_59,f,55-59,55,59,6028,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_60_64,f,60-64,60,64,4669,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_65_69,f,65-69,65,69,3130,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_70_74,f,70-74,70,74,2896,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_75_79,f,75-79,75,79,3758,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_80_84,f,80-84,80,84,2323,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,F_85PLUS,f,85+,85,,1392,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_00_04,m,0-4,0,4,5939,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_05_09,m,5-9,5,9,5789,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_10_14,m,10-14,10,14,5318,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_15_19,m,15-19,15,19,5453,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_20_24,m,20-24,20,24,5847,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_25_29,m,25-29,25,29,6535,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_30_34,m,30-34,30,34,5653,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_35_39,m,35-39,35,39,4603,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_40_44,m,40-44,40,44,4655,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_45_49,m,45-49,45,49,4764,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_50_54,m,50-54,50,54,5951,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_55_59,m,55-59,55,59,5210,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_60_64,m,60-64,60,64,3900,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_65_69,m,65-69,65,69,2487,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_70_74,m,70-74,70,74,1928,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_75_79,m,75-79,75,79,2369,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_80_84,m,80-84,80,84,1438,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,M_85PLUS,m,85+,85,,682,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_00_04,all,0-4,0,4,11179,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_05_09,all,5-9,5,9,10713,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_10_14,all,10-14,10,14,9824,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_15_19,all,15-19,15,19,10256,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_20_24,all,20-24,20,24,11137,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_25_29,all,25-29,25,29,12934,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_30_34,all,30-34,30,34,11221,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_35_39,all,35-39,35,39,9457,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_40_44,all,40-44,40,44,9276,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_45_49,all,45-49,45,49,9880,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_50_54,all,50-54,50,54,12417,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_55_59,all,55-59,55,59,11238,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_60_64,all,60-64,60,64,8569,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_65_69,all,65-69,65,69,5617,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_70_74,all,70-74,70,74,4824,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_75_79,all,75-79,75,79,6127,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_80_84,all,80-84,80,84,3761,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE41,Samtskhe-Javakheti,T_85PLUS,all,85+,85,,2074,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_TL,f,all,,,215454,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_TL,m,all,,,208532,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_TL,all,all,,,423986,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_00_04,f,0-4,0,4,15181,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_05_09,f,5-9,5,9,14095,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_10_14,f,10-14,10,14,12179,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_15_19,f,15-19,15,19,12969,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_20_24,f,20-24,20,24,15979,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_25_29,f,25-29,25,29,17422,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_30_34,f,30-34,30,34,15555,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_35_39,f,35-39,35,39,13619,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_40_44,f,40-44,40,44,12993,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_45_49,f,45-49,45,49,14146,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_50_54,f,50-54,50,54,16339,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_55_59,f,55-59,55,59,14649,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_60_64,f,60-64,60,64,11578,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_65_69,f,65-69,65,69,7999,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_70_74,f,70-74,70,74,6377,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_75_79,f,75-79,75,79,7509,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_80_84,f,80-84,80,84,4277,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,F_85PLUS,f,85+,85,,2588,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_00_04,m,0-4,0,4,17268,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_05_09,m,5-9,5,9,16337,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_10_14,m,10-14,10,14,14509,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_15_19,m,15-19,15,19,14961,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_20_24,m,20-24,20,24,16805,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_25_29,m,25-29,25,29,18168,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_30_34,m,30-34,30,34,16524,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_35_39,m,35-39,35,39,14083,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_40_44,m,40-44,40,44,12642,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_45_49,m,45-49,45,49,12989,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_50_54,m,50-54,50,54,14268,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_55_59,m,55-59,55,59,12254,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_60_64,m,60-64,60,64,9020,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_65_69,m,65-69,65,69,5868,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_70_74,m,70-74,70,74,4428,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_75_79,m,75-79,75,79,4731,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_80_84,m,80-84,80,84,2511,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,M_85PLUS,m,85+,85,,1166,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_00_04,all,0-4,0,4,32449,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_05_09,all,5-9,5,9,30432,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_10_14,all,10-14,10,14,26688,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_15_19,all,15-19,15,19,27930,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_20_24,all,20-24,20,24,32784,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_25_29,all,25-29,25,29,35590,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_30_34,all,30-34,30,34,32079,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_35_39,all,35-39,35,39,27702,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_40_44,all,40-44,40,44,25635,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_45_49,all,45-49,45,49,27135,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_50_54,all,50-54,50,54,30607,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_55_59,all,55-59,55,59,26903,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_60_64,all,60-64,60,64,20598,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_65_69,all,65-69,65,69,13867,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_70_74,all,70-74,70,74,10805,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_75_79,all,75-79,75,79,12240,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_80_84,all,80-84,80,84,6788,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE44,Kvemo Kartli,T_85PLUS,all,85+,85,,3754,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_TL,f,all,,,135100,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_TL,m,all,,,128282,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_TL,all,all,,,263382,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_00_04,f,0-4,0,4,8414,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_05_09,f,5-9,5,9,7461,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_10_14,f,10-14,10,14,7180,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_15_19,f,15-19,15,19,7185,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_20_24,f,20-24,20,24,8444,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_25_29,f,25-29,25,29,8905,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_30_34,f,30-34,30,34,8858,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_35_39,f,35-39,35,39,8746,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_40_44,f,40-44,40,44,8938,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_45_49,f,45-49,45,49,8991,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_50_54,f,50-54,50,54,10341,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_55_59,f,55-59,55,59,9553,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_60_64,f,60-64,60,64,8336,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_65_69,f,65-69,65,69,6346,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_70_74,f,70-74,70,74,5564,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_75_79,f,75-79,75,79,6324,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_80_84,f,80-84,80,84,3380,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,F_85PLUS,f,85+,85,,2134,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_00_04,m,0-4,0,4,9169,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_05_09,m,5-9,5,9,8176,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_10_14,m,10-14,10,14,8150,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_15_19,m,15-19,15,19,8499,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_20_24,m,20-24,20,24,9136,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_25_29,m,25-29,25,29,9412,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_30_34,m,30-34,30,34,8690,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_35_39,m,35-39,35,39,8718,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_40_44,m,40-44,40,44,8651,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_45_49,m,45-49,45,49,8900,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_50_54,m,50-54,50,54,9777,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_55_59,m,55-59,55,59,8652,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_60_64,m,60-64,60,64,6859,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_65_69,m,65-69,65,69,4729,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_70_74,m,70-74,70,74,3747,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_75_79,m,75-79,75,79,4090,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_80_84,m,80-84,80,84,2045,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,M_85PLUS,m,85+,85,,882,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_00_04,all,0-4,0,4,17583,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_05_09,all,5-9,5,9,15637,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_10_14,all,10-14,10,14,15330,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_15_19,all,15-19,15,19,15684,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_20_24,all,20-24,20,24,17580,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_25_29,all,25-29,25,29,18317,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_30_34,all,30-34,30,34,17548,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_35_39,all,35-39,35,39,17464,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_40_44,all,40-44,40,44,17589,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_45_49,all,45-49,45,49,17891,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_50_54,all,50-54,50,54,20118,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_55_59,all,55-59,55,59,18205,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_60_64,all,60-64,60,64,15195,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_65_69,all,65-69,65,69,11075,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_70_74,all,70-74,70,74,9311,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_75_79,all,75-79,75,79,10414,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_80_84,all,80-84,80,84,5425,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,GE47,Shida Kartli,T_85PLUS,all,85+,85,,3016,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GHA,Ghana,GH01,Ahafo,F_TL,f,all,,,279328,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_TL,m,all,,,285340,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_TL,all,all,,,564668,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_00_04,f,0-4,0,4,33869,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_05_09,f,5-9,5,9,34280,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_10_14,f,10-14,10,14,31044,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_15_19,f,15-19,15,19,32092,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_20_24,f,20-24,20,24,27106,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_25_29,f,25-29,25,29,22958,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_30_34,f,30-34,30,34,20010,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_35_39,f,35-39,35,39,17694,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_40_44,f,40-44,40,44,13849,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_45_49,f,45-49,45,49,11453,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_50_54,f,50-54,50,54,9516,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_55_59,f,55-59,55,59,7206,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_60_64,f,60-64,60,64,5861,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_65_69,f,65-69,65,69,3890,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_70_74,f,70-74,70,74,2880,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_75_79,f,75-79,75,79,1883,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_80_84,f,80-84,80,84,1596,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_85_89,f,85-89,85,89,1139,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_90_94,f,90-94,90,94,512,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,F_95PLUS,f,95+,95,,490,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_00_04,m,0-4,0,4,34971,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_05_09,m,5-9,5,9,36202,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_10_14,m,10-14,10,14,33288,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_15_19,m,15-19,15,19,32420,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_20_24,m,20-24,20,24,25472,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_25_29,m,25-29,25,29,22033,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_30_34,m,30-34,30,34,20322,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_35_39,m,35-39,35,39,18475,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_40_44,m,40-44,40,44,14655,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_45_49,m,45-49,45,49,12568,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_50_54,m,50-54,50,54,10175,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_55_59,m,55-59,55,59,7749,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_60_64,m,60-64,60,64,6367,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_65_69,m,65-69,65,69,4077,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_70_74,m,70-74,70,74,2873,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_75_79,m,75-79,75,79,1535,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_80_84,m,80-84,80,84,1003,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_85_89,m,85-89,85,89,624,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_90_94,m,90-94,90,94,267,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,M_95PLUS,m,95+,95,,264,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_00_04,all,0-4,0,4,68840,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_05_09,all,5-9,5,9,70482,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_10_14,all,10-14,10,14,64332,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_15_19,all,15-19,15,19,64512,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_20_24,all,20-24,20,24,52578,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_25_29,all,25-29,25,29,44991,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_30_34,all,30-34,30,34,40332,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_35_39,all,35-39,35,39,36169,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_40_44,all,40-44,40,44,28504,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_45_49,all,45-49,45,49,24021,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_50_54,all,50-54,50,54,19691,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_55_59,all,55-59,55,59,14955,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_60_64,all,60-64,60,64,12228,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_65_69,all,65-69,65,69,7967,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_70_74,all,70-74,70,74,5753,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_75_79,all,75-79,75,79,3418,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_80_84,all,80-84,80,84,2599,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_85_89,all,85-89,85,89,1763,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_90_94,all,90-94,90,94,779,2021,UNFPA,UNFPA +GHA,Ghana,GH01,Ahafo,T_95PLUS,all,95+,95,,754,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_TL,f,all,,,2760549,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_TL,m,all,,,2679914,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_TL,all,all,,,5440463,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_00_04,f,0-4,0,4,314765,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_05_09,f,5-9,5,9,318424,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_10_14,f,10-14,10,14,292776,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_15_19,f,15-19,15,19,316088,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_20_24,f,20-24,20,24,270745,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_25_29,f,25-29,25,29,240637,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_30_34,f,30-34,30,34,211502,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_35_39,f,35-39,35,39,185047,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_40_44,f,40-44,40,44,139794,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_45_49,f,45-49,45,49,113292,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_50_54,f,50-54,50,54,93444,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_55_59,f,55-59,55,59,71807,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_60_64,f,60-64,60,64,63942,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_65_69,f,65-69,65,69,41148,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_70_74,f,70-74,70,74,30674,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_75_79,f,75-79,75,79,19604,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_80_84,f,80-84,80,84,16700,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_85_89,f,85-89,85,89,9685,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_90_94,f,90-94,90,94,5129,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,F_95PLUS,f,95+,95,,5346,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_00_04,m,0-4,0,4,325931,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_05_09,m,5-9,5,9,329079,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_10_14,m,10-14,10,14,298088,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_15_19,m,15-19,15,19,307847,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_20_24,m,20-24,20,24,265991,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_25_29,m,25-29,25,29,223807,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_30_34,m,30-34,30,34,200462,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_35_39,m,35-39,35,39,175610,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_40_44,m,40-44,40,44,139684,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_45_49,m,45-49,45,49,113417,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_50_54,m,50-54,50,54,88000,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_55_59,m,55-59,55,59,64677,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_60_64,m,60-64,60,64,55013,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_65_69,m,65-69,65,69,36306,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_70_74,m,70-74,70,74,25582,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_75_79,m,75-79,75,79,13517,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_80_84,m,80-84,80,84,8689,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_85_89,m,85-89,85,89,4391,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_90_94,m,90-94,90,94,1991,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,M_95PLUS,m,95+,95,,1832,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_00_04,all,0-4,0,4,640696,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_05_09,all,5-9,5,9,647503,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_10_14,all,10-14,10,14,590864,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_15_19,all,15-19,15,19,623935,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_20_24,all,20-24,20,24,536736,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_25_29,all,25-29,25,29,464444,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_30_34,all,30-34,30,34,411964,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_35_39,all,35-39,35,39,360657,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_40_44,all,40-44,40,44,279478,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_45_49,all,45-49,45,49,226709,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_50_54,all,50-54,50,54,181444,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_55_59,all,55-59,55,59,136484,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_60_64,all,60-64,60,64,118955,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_65_69,all,65-69,65,69,77454,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_70_74,all,70-74,70,74,56256,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_75_79,all,75-79,75,79,33121,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_80_84,all,80-84,80,84,25389,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_85_89,all,85-89,85,89,14076,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_90_94,all,90-94,90,94,7120,2021,UNFPA,UNFPA +GHA,Ghana,GH02,Ashanti,T_95PLUS,all,95+,95,,7178,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_TL,f,all,,,611973,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_TL,m,all,,,596676,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_TL,all,all,,,1208649,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_00_04,f,0-4,0,4,68983,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_05_09,f,5-9,5,9,69938,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_10_14,f,10-14,10,14,63899,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_15_19,f,15-19,15,19,65755,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_20_24,f,20-24,20,24,61899,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_25_29,f,25-29,25,29,53050,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_30_34,f,30-34,30,34,47138,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_35_39,f,35-39,35,39,40667,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_40_44,f,40-44,40,44,31294,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_45_49,f,45-49,45,49,25282,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_50_54,f,50-54,50,54,21004,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_55_59,f,55-59,55,59,16582,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_60_64,f,60-64,60,64,14717,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_65_69,f,65-69,65,69,9625,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_70_74,f,70-74,70,74,6689,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_75_79,f,75-79,75,79,4656,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_80_84,f,80-84,80,84,4299,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_85_89,f,85-89,85,89,3693,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_90_94,f,90-94,90,94,1535,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,F_95PLUS,f,95+,95,,1268,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_00_04,m,0-4,0,4,72210,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_05_09,m,5-9,5,9,72711,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_10_14,m,10-14,10,14,65901,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_15_19,m,15-19,15,19,67372,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_20_24,m,20-24,20,24,63151,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_25_29,m,25-29,25,29,49227,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_30_34,m,30-34,30,34,43931,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_35_39,m,35-39,35,39,38511,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_40_44,m,40-44,40,44,29864,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_45_49,m,45-49,45,49,24363,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_50_54,m,50-54,50,54,19081,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_55_59,m,55-59,55,59,14880,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_60_64,m,60-64,60,64,12825,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_65_69,m,65-69,65,69,8557,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_70_74,m,70-74,70,74,5889,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_75_79,m,75-79,75,79,3429,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_80_84,m,80-84,80,84,2258,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_85_89,m,85-89,85,89,1461,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_90_94,m,90-94,90,94,650,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,M_95PLUS,m,95+,95,,405,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_00_04,all,0-4,0,4,141193,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_05_09,all,5-9,5,9,142649,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_10_14,all,10-14,10,14,129800,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_15_19,all,15-19,15,19,133127,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_20_24,all,20-24,20,24,125050,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_25_29,all,25-29,25,29,102277,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_30_34,all,30-34,30,34,91069,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_35_39,all,35-39,35,39,79178,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_40_44,all,40-44,40,44,61158,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_45_49,all,45-49,45,49,49645,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_50_54,all,50-54,50,54,40085,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_55_59,all,55-59,55,59,31462,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_60_64,all,60-64,60,64,27542,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_65_69,all,65-69,65,69,18182,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_70_74,all,70-74,70,74,12578,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_75_79,all,75-79,75,79,8085,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_80_84,all,80-84,80,84,6557,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_85_89,all,85-89,85,89,5154,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_90_94,all,90-94,90,94,2185,2021,UNFPA,UNFPA +GHA,Ghana,GH03,Bono,T_95PLUS,all,95+,95,,1673,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_TL,f,all,,,600264,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_TL,m,all,,,603136,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_TL,all,all,,,1203400,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_00_04,f,0-4,0,4,81617,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_05_09,f,5-9,5,9,77804,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_10_14,f,10-14,10,14,65863,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_15_19,f,15-19,15,19,63565,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_20_24,f,20-24,20,24,61764,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_25_29,f,25-29,25,29,52395,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_30_34,f,30-34,30,34,43999,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_35_39,f,35-39,35,39,36721,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_40_44,f,40-44,40,44,29090,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_45_49,f,45-49,45,49,22181,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_50_54,f,50-54,50,54,17658,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_55_59,f,55-59,55,59,12650,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_60_64,f,60-64,60,64,11206,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_65_69,f,65-69,65,69,6778,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_70_74,f,70-74,70,74,4995,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_75_79,f,75-79,75,79,3756,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_80_84,f,80-84,80,84,3784,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_85_89,f,85-89,85,89,2637,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_90_94,f,90-94,90,94,975,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,F_95PLUS,f,95+,95,,826,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_00_04,m,0-4,0,4,83297,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_05_09,m,5-9,5,9,81389,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_10_14,m,10-14,10,14,70373,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_15_19,m,15-19,15,19,67446,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_20_24,m,20-24,20,24,60243,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_25_29,m,25-29,25,29,48639,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_30_34,m,30-34,30,34,43074,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_35_39,m,35-39,35,39,36465,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_40_44,m,40-44,40,44,29027,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_45_49,m,45-49,45,49,22860,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_50_54,m,50-54,50,54,17754,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_55_59,m,55-59,55,59,12414,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_60_64,m,60-64,60,64,10735,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_65_69,m,65-69,65,69,7057,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_70_74,m,70-74,70,74,4946,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_75_79,m,75-79,75,79,2942,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_80_84,m,80-84,80,84,2167,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_85_89,m,85-89,85,89,1328,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_90_94,m,90-94,90,94,599,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,M_95PLUS,m,95+,95,,381,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_00_04,all,0-4,0,4,164914,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_05_09,all,5-9,5,9,159193,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_10_14,all,10-14,10,14,136236,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_15_19,all,15-19,15,19,131011,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_20_24,all,20-24,20,24,122007,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_25_29,all,25-29,25,29,101034,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_30_34,all,30-34,30,34,87073,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_35_39,all,35-39,35,39,73186,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_40_44,all,40-44,40,44,58117,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_45_49,all,45-49,45,49,45041,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_50_54,all,50-54,50,54,35412,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_55_59,all,55-59,55,59,25064,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_60_64,all,60-64,60,64,21941,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_65_69,all,65-69,65,69,13835,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_70_74,all,70-74,70,74,9941,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_75_79,all,75-79,75,79,6698,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_80_84,all,80-84,80,84,5951,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_85_89,all,85-89,85,89,3965,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_90_94,all,90-94,90,94,1574,2021,UNFPA,UNFPA +GHA,Ghana,GH04,Bono East,T_95PLUS,all,95+,95,,1207,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_TL,f,all,,,1468834,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_TL,m,all,,,1390987,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_TL,all,all,,,2859821,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_00_04,f,0-4,0,4,163519,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_05_09,f,5-9,5,9,169281,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_10_14,f,10-14,10,14,162381,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_15_19,f,15-19,15,19,163513,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_20_24,f,20-24,20,24,135964,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_25_29,f,25-29,25,29,122437,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_30_34,f,30-34,30,34,107692,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_35_39,f,35-39,35,39,96993,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_40_44,f,40-44,40,44,73181,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_45_49,f,45-49,45,49,62661,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_50_54,f,50-54,50,54,52347,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_55_59,f,55-59,55,59,41140,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_60_64,f,60-64,60,64,37775,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_65_69,f,65-69,65,69,25322,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_70_74,f,70-74,70,74,19582,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_75_79,f,75-79,75,79,13005,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_80_84,f,80-84,80,84,10308,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_85_89,f,85-89,85,89,5480,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_90_94,f,90-94,90,94,3085,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,F_95PLUS,f,95+,95,,3168,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_00_04,m,0-4,0,4,168550,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_05_09,m,5-9,5,9,174587,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_10_14,m,10-14,10,14,166790,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_15_19,m,15-19,15,19,159979,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_20_24,m,20-24,20,24,127007,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_25_29,m,25-29,25,29,110330,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_30_34,m,30-34,30,34,100090,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_35_39,m,35-39,35,39,89124,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_40_44,m,40-44,40,44,70624,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_45_49,m,45-49,45,49,59547,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_50_54,m,50-54,50,54,46076,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_55_59,m,55-59,55,59,35155,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_60_64,m,60-64,60,64,30402,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_65_69,m,65-69,65,69,21040,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_70_74,m,70-74,70,74,14643,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_75_79,m,75-79,75,79,7967,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_80_84,m,80-84,80,84,4806,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_85_89,m,85-89,85,89,2263,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_90_94,m,90-94,90,94,1075,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,M_95PLUS,m,95+,95,,932,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_00_04,all,0-4,0,4,332069,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_05_09,all,5-9,5,9,343868,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_10_14,all,10-14,10,14,329171,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_15_19,all,15-19,15,19,323492,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_20_24,all,20-24,20,24,262971,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_25_29,all,25-29,25,29,232767,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_30_34,all,30-34,30,34,207782,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_35_39,all,35-39,35,39,186117,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_40_44,all,40-44,40,44,143805,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_45_49,all,45-49,45,49,122208,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_50_54,all,50-54,50,54,98423,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_55_59,all,55-59,55,59,76295,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_60_64,all,60-64,60,64,68177,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_65_69,all,65-69,65,69,46362,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_70_74,all,70-74,70,74,34225,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_75_79,all,75-79,75,79,20972,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_80_84,all,80-84,80,84,15114,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_85_89,all,85-89,85,89,7743,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_90_94,all,90-94,90,94,4160,2021,UNFPA,UNFPA +GHA,Ghana,GH05,Central,T_95PLUS,all,95+,95,,4100,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_TL,f,all,,,1488702,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_TL,m,all,,,1436951,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_TL,all,all,,,2925653,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_00_04,f,0-4,0,4,159130,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_05_09,f,5-9,5,9,164267,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_10_14,f,10-14,10,14,157707,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_15_19,f,15-19,15,19,172039,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_20_24,f,20-24,20,24,125541,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_25_29,f,25-29,25,29,116661,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_30_34,f,30-34,30,34,106661,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_35_39,f,35-39,35,39,98016,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_40_44,f,40-44,40,44,76192,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_45_49,f,45-49,45,49,65896,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_50_54,f,50-54,50,54,57670,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_55_59,f,55-59,55,59,48486,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_60_64,f,60-64,60,64,44205,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_65_69,f,65-69,65,69,30231,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_70_74,f,70-74,70,74,22756,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_75_79,f,75-79,75,79,15043,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_80_84,f,80-84,80,84,12720,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_85_89,f,85-89,85,89,8100,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_90_94,f,90-94,90,94,3838,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,F_95PLUS,f,95+,95,,3543,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_00_04,m,0-4,0,4,165404,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_05_09,m,5-9,5,9,171961,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_10_14,m,10-14,10,14,167019,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_15_19,m,15-19,15,19,168504,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_20_24,m,20-24,20,24,120146,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_25_29,m,25-29,25,29,104881,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_30_34,m,30-34,30,34,99746,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_35_39,m,35-39,35,39,94196,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_40_44,m,40-44,40,44,76129,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_45_49,m,45-49,45,49,64557,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_50_54,m,50-54,50,54,53000,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_55_59,m,55-59,55,59,43059,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_60_64,m,60-64,60,64,37770,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_65_69,m,65-69,65,69,26503,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_70_74,m,70-74,70,74,19219,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_75_79,m,75-79,75,79,10905,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_80_84,m,80-84,80,84,7270,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_85_89,m,85-89,85,89,3928,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_90_94,m,90-94,90,94,1570,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,M_95PLUS,m,95+,95,,1184,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_00_04,all,0-4,0,4,324534,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_05_09,all,5-9,5,9,336228,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_10_14,all,10-14,10,14,324726,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_15_19,all,15-19,15,19,340543,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_20_24,all,20-24,20,24,245687,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_25_29,all,25-29,25,29,221542,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_30_34,all,30-34,30,34,206407,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_35_39,all,35-39,35,39,192212,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_40_44,all,40-44,40,44,152321,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_45_49,all,45-49,45,49,130453,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_50_54,all,50-54,50,54,110670,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_55_59,all,55-59,55,59,91545,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_60_64,all,60-64,60,64,81975,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_65_69,all,65-69,65,69,56734,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_70_74,all,70-74,70,74,41975,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_75_79,all,75-79,75,79,25948,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_80_84,all,80-84,80,84,19990,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_85_89,all,85-89,85,89,12028,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_90_94,all,90-94,90,94,5408,2021,UNFPA,UNFPA +GHA,Ghana,GH06,Eastern,T_95PLUS,all,95+,95,,4727,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_TL,f,all,,,2776629,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_TL,m,all,,,2679063,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_TL,all,all,,,5455692,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_00_04,f,0-4,0,4,273293,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_05_09,f,5-9,5,9,279634,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_10_14,f,10-14,10,14,267696,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_15_19,f,15-19,15,19,251120,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_20_24,f,20-24,20,24,276559,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_25_29,f,25-29,25,29,286008,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_30_34,f,30-34,30,34,274279,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_35_39,f,35-39,35,39,233849,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_40_44,f,40-44,40,44,168285,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_45_49,f,45-49,45,49,125360,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_50_54,f,50-54,50,54,96576,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_55_59,f,55-59,55,59,72575,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_60_64,f,60-64,60,64,62553,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_65_69,f,65-69,65,69,40313,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_70_74,f,70-74,70,74,28220,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_75_79,f,75-79,75,79,16752,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_80_84,f,80-84,80,84,11853,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_85_89,f,85-89,85,89,6323,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_90_94,f,90-94,90,94,2950,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,F_95PLUS,f,95+,95,,2431,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_00_04,m,0-4,0,4,281133,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_05_09,m,5-9,5,9,282116,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_10_14,m,10-14,10,14,253720,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_15_19,m,15-19,15,19,231517,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_20_24,m,20-24,20,24,260504,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_25_29,m,25-29,25,29,267142,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_30_34,m,30-34,30,34,261228,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_35_39,m,35-39,35,39,225420,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_40_44,m,40-44,40,44,180059,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_45_49,m,45-49,45,49,136454,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_50_54,m,50-54,50,54,95902,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_55_59,m,55-59,55,59,67555,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_60_64,m,60-64,60,64,54120,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_65_69,m,65-69,65,69,35077,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_70_74,m,70-74,70,74,22687,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_75_79,m,75-79,75,79,12387,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_80_84,m,80-84,80,84,6791,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_85_89,m,85-89,85,89,3196,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_90_94,m,90-94,90,94,1246,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,M_95PLUS,m,95+,95,,809,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_00_04,all,0-4,0,4,554426,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_05_09,all,5-9,5,9,561750,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_10_14,all,10-14,10,14,521416,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_15_19,all,15-19,15,19,482637,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_20_24,all,20-24,20,24,537063,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_25_29,all,25-29,25,29,553150,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_30_34,all,30-34,30,34,535507,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_35_39,all,35-39,35,39,459269,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_40_44,all,40-44,40,44,348344,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_45_49,all,45-49,45,49,261814,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_50_54,all,50-54,50,54,192478,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_55_59,all,55-59,55,59,140130,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_60_64,all,60-64,60,64,116673,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_65_69,all,65-69,65,69,75390,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_70_74,all,70-74,70,74,50907,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_75_79,all,75-79,75,79,29139,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_80_84,all,80-84,80,84,18644,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_85_89,all,85-89,85,89,9519,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_90_94,all,90-94,90,94,4196,2021,UNFPA,UNFPA +GHA,Ghana,GH07,Greater Accra,T_95PLUS,all,95+,95,,3240,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_TL,f,all,,,1169234,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_TL,m,all,,,1141705,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_TL,all,all,,,2310939,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_00_04,f,0-4,0,4,198337,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_05_09,f,5-9,5,9,171638,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_10_14,f,10-14,10,14,125431,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_15_19,f,15-19,15,19,109426,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_20_24,f,20-24,20,24,118042,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_25_29,f,25-29,25,29,100734,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_30_34,f,30-34,30,34,90801,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_35_39,f,35-39,35,39,65966,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_40_44,f,40-44,40,44,54807,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_45_49,f,45-49,45,49,33486,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_50_54,f,50-54,50,54,26897,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_55_59,f,55-59,55,59,15100,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_60_64,f,60-64,60,64,17344,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_65_69,f,65-69,65,69,9331,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_70_74,f,70-74,70,74,11098,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_75_79,f,75-79,75,79,8050,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_80_84,f,80-84,80,84,7712,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_85_89,f,85-89,85,89,2880,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_90_94,f,90-94,90,94,1379,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,F_95PLUS,f,95+,95,,775,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_00_04,m,0-4,0,4,201845,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_05_09,m,5-9,5,9,178442,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_10_14,m,10-14,10,14,135996,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_15_19,m,15-19,15,19,118931,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_20_24,m,20-24,20,24,106632,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_25_29,m,25-29,25,29,86316,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_30_34,m,30-34,30,34,76841,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_35_39,m,35-39,35,39,57816,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_40_44,m,40-44,40,44,51184,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_45_49,m,45-49,45,49,34725,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_50_54,m,50-54,50,54,27451,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_55_59,m,55-59,55,59,15845,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_60_64,m,60-64,60,64,16994,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_65_69,m,65-69,65,69,9672,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_70_74,m,70-74,70,74,9505,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_75_79,m,75-79,75,79,5822,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_80_84,m,80-84,80,84,4478,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_85_89,m,85-89,85,89,1714,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_90_94,m,90-94,90,94,943,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,M_95PLUS,m,95+,95,,553,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_00_04,all,0-4,0,4,400182,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_05_09,all,5-9,5,9,350080,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_10_14,all,10-14,10,14,261427,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_15_19,all,15-19,15,19,228357,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_20_24,all,20-24,20,24,224674,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_25_29,all,25-29,25,29,187050,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_30_34,all,30-34,30,34,167642,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_35_39,all,35-39,35,39,123782,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_40_44,all,40-44,40,44,105991,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_45_49,all,45-49,45,49,68211,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_50_54,all,50-54,50,54,54348,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_55_59,all,55-59,55,59,30945,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_60_64,all,60-64,60,64,34338,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_65_69,all,65-69,65,69,19003,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_70_74,all,70-74,70,74,20603,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_75_79,all,75-79,75,79,13872,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_80_84,all,80-84,80,84,12190,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_85_89,all,85-89,85,89,4594,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_90_94,all,90-94,90,94,2322,2021,UNFPA,UNFPA +GHA,Ghana,GH08,Northern,T_95PLUS,all,95+,95,,1328,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_TL,f,all,,,336797,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_TL,m,all,,,322149,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_TL,all,all,,,658946,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_00_04,f,0-4,0,4,56148,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_05_09,f,5-9,5,9,49888,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_10_14,f,10-14,10,14,39125,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_15_19,f,15-19,15,19,35861,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_20_24,f,20-24,20,24,34387,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_25_29,f,25-29,25,29,26256,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_30_34,f,30-34,30,34,22424,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_35_39,f,35-39,35,39,16812,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_40_44,f,40-44,40,44,14247,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_45_49,f,45-49,45,49,9344,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_50_54,f,50-54,50,54,7829,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_55_59,f,55-59,55,59,4949,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_60_64,f,60-64,60,64,5200,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_65_69,f,65-69,65,69,3091,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_70_74,f,70-74,70,74,3656,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_75_79,f,75-79,75,79,3015,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_80_84,f,80-84,80,84,2515,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_85_89,f,85-89,85,89,1299,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_90_94,f,90-94,90,94,510,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,F_95PLUS,f,95+,95,,241,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_00_04,m,0-4,0,4,57111,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_05_09,m,5-9,5,9,52083,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_10_14,m,10-14,10,14,42093,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_15_19,m,15-19,15,19,37171,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_20_24,m,20-24,20,24,30260,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_25_29,m,25-29,25,29,23841,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_30_34,m,30-34,30,34,19520,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_35_39,m,35-39,35,39,14728,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_40_44,m,40-44,40,44,11944,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_45_49,m,45-49,45,49,8555,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_50_54,m,50-54,50,54,6834,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_55_59,m,55-59,55,59,4145,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_60_64,m,60-64,60,64,4371,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_65_69,m,65-69,65,69,2577,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_70_74,m,70-74,70,74,2540,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_75_79,m,75-79,75,79,1820,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_80_84,m,80-84,80,84,1341,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_85_89,m,85-89,85,89,696,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_90_94,m,90-94,90,94,306,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,M_95PLUS,m,95+,95,,213,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_00_04,all,0-4,0,4,113259,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_05_09,all,5-9,5,9,101971,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_10_14,all,10-14,10,14,81218,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_15_19,all,15-19,15,19,73032,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_20_24,all,20-24,20,24,64647,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_25_29,all,25-29,25,29,50097,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_30_34,all,30-34,30,34,41944,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_35_39,all,35-39,35,39,31540,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_40_44,all,40-44,40,44,26191,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_45_49,all,45-49,45,49,17899,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_50_54,all,50-54,50,54,14663,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_55_59,all,55-59,55,59,9094,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_60_64,all,60-64,60,64,9571,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_65_69,all,65-69,65,69,5668,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_70_74,all,70-74,70,74,6196,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_75_79,all,75-79,75,79,4835,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_80_84,all,80-84,80,84,3856,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_85_89,all,85-89,85,89,1995,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_90_94,all,90-94,90,94,816,2021,UNFPA,UNFPA +GHA,Ghana,GH09,Northern East,T_95PLUS,all,95+,95,,454,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_TL,f,all,,,369856,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_TL,m,all,,,377392,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_TL,all,all,,,747248,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_00_04,f,0-4,0,4,52693,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_05_09,f,5-9,5,9,49840,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_10_14,f,10-14,10,14,43227,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_15_19,f,15-19,15,19,39344,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_20_24,f,20-24,20,24,33498,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_25_29,f,25-29,25,29,27670,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_30_34,f,30-34,30,34,25155,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_35_39,f,35-39,35,39,21565,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_40_44,f,40-44,40,44,17648,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_45_49,f,45-49,45,49,13473,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_50_54,f,50-54,50,54,11296,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_55_59,f,55-59,55,59,8834,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_60_64,f,60-64,60,64,7705,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_65_69,f,65-69,65,69,5020,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_70_74,f,70-74,70,74,4224,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_75_79,f,75-79,75,79,3140,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_80_84,f,80-84,80,84,2774,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_85_89,f,85-89,85,89,1599,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_90_94,f,90-94,90,94,694,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,F_95PLUS,f,95+,95,,457,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_00_04,m,0-4,0,4,54192,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_05_09,m,5-9,5,9,52146,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_10_14,m,10-14,10,14,47673,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_15_19,m,15-19,15,19,44245,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_20_24,m,20-24,20,24,33158,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_25_29,m,25-29,25,29,27389,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_30_34,m,30-34,30,34,23979,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_35_39,m,35-39,35,39,20731,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_40_44,m,40-44,40,44,17656,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_45_49,m,45-49,45,49,14402,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_50_54,m,50-54,50,54,11249,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_55_59,m,55-59,55,59,8719,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_60_64,m,60-64,60,64,7600,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_65_69,m,65-69,65,69,5048,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_70_74,m,70-74,70,74,3788,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_75_79,m,75-79,75,79,2212,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_80_84,m,80-84,80,84,1627,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_85_89,m,85-89,85,89,876,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_90_94,m,90-94,90,94,368,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,M_95PLUS,m,95+,95,,334,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_00_04,all,0-4,0,4,106885,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_05_09,all,5-9,5,9,101986,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_10_14,all,10-14,10,14,90900,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_15_19,all,15-19,15,19,83589,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_20_24,all,20-24,20,24,66656,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_25_29,all,25-29,25,29,55059,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_30_34,all,30-34,30,34,49134,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_35_39,all,35-39,35,39,42296,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_40_44,all,40-44,40,44,35304,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_45_49,all,45-49,45,49,27875,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_50_54,all,50-54,50,54,22545,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_55_59,all,55-59,55,59,17553,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_60_64,all,60-64,60,64,15305,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_65_69,all,65-69,65,69,10068,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_70_74,all,70-74,70,74,8012,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_75_79,all,75-79,75,79,5352,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_80_84,all,80-84,80,84,4401,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_85_89,all,85-89,85,89,2475,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_90_94,all,90-94,90,94,1062,2021,UNFPA,UNFPA +GHA,Ghana,GH10,Oti,T_95PLUS,all,95+,95,,791,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_TL,f,all,,,325579,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_TL,m,all,,,327687,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_TL,all,all,,,653266,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_00_04,f,0-4,0,4,55280,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_05_09,f,5-9,5,9,45548,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_10_14,f,10-14,10,14,34481,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_15_19,f,15-19,15,19,33683,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_20_24,f,20-24,20,24,34738,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_25_29,f,25-29,25,29,27454,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_30_34,f,30-34,30,34,23596,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_35_39,f,35-39,35,39,17088,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_40_44,f,40-44,40,44,14773,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_45_49,f,45-49,45,49,9493,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_50_54,f,50-54,50,54,7916,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_55_59,f,55-59,55,59,4677,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_60_64,f,60-64,60,64,5126,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_65_69,f,65-69,65,69,2914,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_70_74,f,70-74,70,74,2940,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_75_79,f,75-79,75,79,2309,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_80_84,f,80-84,80,84,2126,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_85_89,f,85-89,85,89,768,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_90_94,f,90-94,90,94,361,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,F_95PLUS,f,95+,95,,308,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_00_04,m,0-4,0,4,54634,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_05_09,m,5-9,5,9,48228,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_10_14,m,10-14,10,14,38042,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_15_19,m,15-19,15,19,35848,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_20_24,m,20-24,20,24,33025,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_25_29,m,25-29,25,29,26020,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_30_34,m,30-34,30,34,23655,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_35_39,m,35-39,35,39,16525,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_40_44,m,40-44,40,44,14346,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_45_49,m,45-49,45,49,9705,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_50_54,m,50-54,50,54,8112,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_55_59,m,55-59,55,59,4796,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_60_64,m,60-64,60,64,5052,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_65_69,m,65-69,65,69,2995,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_70_74,m,70-74,70,74,2755,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_75_79,m,75-79,75,79,1743,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_80_84,m,80-84,80,84,1265,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_85_89,m,85-89,85,89,473,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_90_94,m,90-94,90,94,266,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,M_95PLUS,m,95+,95,,202,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_00_04,all,0-4,0,4,109914,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_05_09,all,5-9,5,9,93776,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_10_14,all,10-14,10,14,72523,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_15_19,all,15-19,15,19,69531,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_20_24,all,20-24,20,24,67763,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_25_29,all,25-29,25,29,53474,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_30_34,all,30-34,30,34,47251,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_35_39,all,35-39,35,39,33613,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_40_44,all,40-44,40,44,29119,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_45_49,all,45-49,45,49,19198,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_50_54,all,50-54,50,54,16028,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_55_59,all,55-59,55,59,9473,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_60_64,all,60-64,60,64,10178,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_65_69,all,65-69,65,69,5909,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_70_74,all,70-74,70,74,5695,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_75_79,all,75-79,75,79,4052,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_80_84,all,80-84,80,84,3391,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_85_89,all,85-89,85,89,1241,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_90_94,all,90-94,90,94,627,2021,UNFPA,UNFPA +GHA,Ghana,GH11,Savannah,T_95PLUS,all,95+,95,,510,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_TL,f,all,,,669963,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_TL,m,all,,,631263,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_TL,all,all,,,1301226,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_00_04,f,0-4,0,4,82393,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_05_09,f,5-9,5,9,81680,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_10_14,f,10-14,10,14,74291,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_15_19,f,15-19,15,19,74080,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_20_24,f,20-24,20,24,62272,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_25_29,f,25-29,25,29,51610,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_30_34,f,30-34,30,34,43329,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_35_39,f,35-39,35,39,35793,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_40_44,f,40-44,40,44,32165,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_45_49,f,45-49,45,49,25409,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_50_54,f,50-54,50,54,22984,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_55_59,f,55-59,55,59,16058,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_60_64,f,60-64,60,64,15959,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_65_69,f,65-69,65,69,10200,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_70_74,f,70-74,70,74,11231,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_75_79,f,75-79,75,79,10355,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_80_84,f,80-84,80,84,10833,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_85_89,f,85-89,85,89,6293,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_90_94,f,90-94,90,94,2023,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,F_95PLUS,f,95+,95,,1005,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_00_04,m,0-4,0,4,84614,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_05_09,m,5-9,5,9,85563,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_10_14,m,10-14,10,14,80755,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_15_19,m,15-19,15,19,74979,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_20_24,m,20-24,20,24,59725,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_25_29,m,25-29,25,29,48588,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_30_34,m,30-34,30,34,43075,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_35_39,m,35-39,35,39,34566,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_40_44,m,40-44,40,44,27822,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_45_49,m,45-49,45,49,21737,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_50_54,m,50-54,50,54,17100,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_55_59,m,55-59,55,59,11850,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_60_64,m,60-64,60,64,11259,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_65_69,m,65-69,65,69,7636,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_70_74,m,70-74,70,74,6976,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_75_79,m,75-79,75,79,5447,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_80_84,m,80-84,80,84,4541,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_85_89,m,85-89,85,89,2832,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_90_94,m,90-94,90,94,1379,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,M_95PLUS,m,95+,95,,819,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_00_04,all,0-4,0,4,167007,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_05_09,all,5-9,5,9,167243,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_10_14,all,10-14,10,14,155046,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_15_19,all,15-19,15,19,149059,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_20_24,all,20-24,20,24,121997,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_25_29,all,25-29,25,29,100198,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_30_34,all,30-34,30,34,86404,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_35_39,all,35-39,35,39,70359,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_40_44,all,40-44,40,44,59987,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_45_49,all,45-49,45,49,47146,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_50_54,all,50-54,50,54,40084,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_55_59,all,55-59,55,59,27908,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_60_64,all,60-64,60,64,27218,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_65_69,all,65-69,65,69,17836,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_70_74,all,70-74,70,74,18207,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_75_79,all,75-79,75,79,15802,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_80_84,all,80-84,80,84,15374,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_85_89,all,85-89,85,89,9125,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_90_94,all,90-94,90,94,3402,2021,UNFPA,UNFPA +GHA,Ghana,GH12,Upper East,T_95PLUS,all,95+,95,,1824,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_TL,f,all,,,461185,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_TL,m,all,,,440317,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_TL,all,all,,,901502,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_00_04,f,0-4,0,4,59777,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_05_09,f,5-9,5,9,56779,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_10_14,f,10-14,10,14,50591,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_15_19,f,15-19,15,19,50464,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_20_24,f,20-24,20,24,46406,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_25_29,f,25-29,25,29,36400,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_30_34,f,30-34,30,34,29982,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_35_39,f,35-39,35,39,25143,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_40_44,f,40-44,40,44,22208,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_45_49,f,45-49,45,49,16628,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_50_54,f,50-54,50,54,14912,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_55_59,f,55-59,55,59,10831,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_60_64,f,60-64,60,64,11141,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_65_69,f,65-69,65,69,7240,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_70_74,f,70-74,70,74,6742,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_75_79,f,75-79,75,79,5455,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_80_84,f,80-84,80,84,5024,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_85_89,f,85-89,85,89,3648,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_90_94,f,90-94,90,94,1247,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,F_95PLUS,f,95+,95,,567,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_00_04,m,0-4,0,4,61193,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_05_09,m,5-9,5,9,59291,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_10_14,m,10-14,10,14,54118,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_15_19,m,15-19,15,19,51441,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_20_24,m,20-24,20,24,45197,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_25_29,m,25-29,25,29,35959,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_30_34,m,30-34,30,34,30087,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_35_39,m,35-39,35,39,23714,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_40_44,m,40-44,40,44,19075,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_45_49,m,45-49,45,49,14792,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_50_54,m,50-54,50,54,11250,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_55_59,m,55-59,55,59,8200,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_60_64,m,60-64,60,64,7859,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_65_69,m,65-69,65,69,5486,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_70_74,m,70-74,70,74,4576,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_75_79,m,75-79,75,79,3137,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_80_84,m,80-84,80,84,2219,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_85_89,m,85-89,85,89,1582,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_90_94,m,90-94,90,94,696,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,M_95PLUS,m,95+,95,,445,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_00_04,all,0-4,0,4,120970,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_05_09,all,5-9,5,9,116070,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_10_14,all,10-14,10,14,104709,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_15_19,all,15-19,15,19,101905,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_20_24,all,20-24,20,24,91603,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_25_29,all,25-29,25,29,72359,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_30_34,all,30-34,30,34,60069,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_35_39,all,35-39,35,39,48857,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_40_44,all,40-44,40,44,41283,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_45_49,all,45-49,45,49,31420,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_50_54,all,50-54,50,54,26162,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_55_59,all,55-59,55,59,19031,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_60_64,all,60-64,60,64,19000,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_65_69,all,65-69,65,69,12726,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_70_74,all,70-74,70,74,11318,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_75_79,all,75-79,75,79,8592,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_80_84,all,80-84,80,84,7243,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_85_89,all,85-89,85,89,5230,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_90_94,all,90-94,90,94,1943,2021,UNFPA,UNFPA +GHA,Ghana,GH13,Upper West,T_95PLUS,all,95+,95,,1012,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_TL,f,all,,,868355,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_TL,m,all,,,790685,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_TL,all,all,,,1659040,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_00_04,f,0-4,0,4,89263,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_05_09,f,5-9,5,9,96307,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_10_14,f,10-14,10,14,91369,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_15_19,f,15-19,15,19,94482,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_20_24,f,20-24,20,24,72661,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_25_29,f,25-29,25,29,64353,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_30_34,f,30-34,30,34,61140,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_35_39,f,35-39,35,39,54181,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_40_44,f,40-44,40,44,43782,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_45_49,f,45-49,45,49,38125,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_50_54,f,50-54,50,54,35114,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_55_59,f,55-59,55,59,29807,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_60_64,f,60-64,60,64,27146,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_65_69,f,65-69,65,69,19802,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_70_74,f,70-74,70,74,15887,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_75_79,f,75-79,75,79,11574,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_80_84,f,80-84,80,84,11144,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_85_89,f,85-89,85,89,6765,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_90_94,f,90-94,90,94,3038,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,F_95PLUS,f,95+,95,,2415,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_00_04,m,0-4,0,4,92939,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_05_09,m,5-9,5,9,98977,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_10_14,m,10-14,10,14,93733,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_15_19,m,15-19,15,19,94001,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_20_24,m,20-24,20,24,68473,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_25_29,m,25-29,25,29,55471,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_30_34,m,30-34,30,34,53271,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_35_39,m,35-39,35,39,48564,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_40_44,m,40-44,40,44,39248,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_45_49,m,45-49,45,49,34019,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_50_54,m,50-54,50,54,27396,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_55_59,m,55-59,55,59,22480,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_60_64,m,60-64,60,64,20243,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_65_69,m,65-69,65,69,14721,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_70_74,m,70-74,70,74,10881,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_75_79,m,75-79,75,79,6876,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_80_84,m,80-84,80,84,4761,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_85_89,m,85-89,85,89,2658,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_90_94,m,90-94,90,94,1141,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,M_95PLUS,m,95+,95,,832,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_00_04,all,0-4,0,4,182202,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_05_09,all,5-9,5,9,195284,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_10_14,all,10-14,10,14,185102,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_15_19,all,15-19,15,19,188483,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_20_24,all,20-24,20,24,141134,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_25_29,all,25-29,25,29,119824,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_30_34,all,30-34,30,34,114411,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_35_39,all,35-39,35,39,102745,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_40_44,all,40-44,40,44,83030,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_45_49,all,45-49,45,49,72144,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_50_54,all,50-54,50,54,62510,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_55_59,all,55-59,55,59,52287,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_60_64,all,60-64,60,64,47389,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_65_69,all,65-69,65,69,34523,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_70_74,all,70-74,70,74,26768,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_75_79,all,75-79,75,79,18450,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_80_84,all,80-84,80,84,15905,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_85_89,all,85-89,85,89,9423,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_90_94,all,90-94,90,94,4179,2021,UNFPA,UNFPA +GHA,Ghana,GH14,Volta,T_95PLUS,all,95+,95,,3247,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_TL,f,all,,,1015358,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_TL,m,all,,,1045227,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_TL,all,all,,,2060585,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_00_04,f,0-4,0,4,118852,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_05_09,f,5-9,5,9,121487,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_10_14,f,10-14,10,14,110115,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_15_19,f,15-19,15,19,109096,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_20_24,f,20-24,20,24,98339,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_25_29,f,25-29,25,29,94567,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_30_34,f,30-34,30,34,83135,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_35_39,f,35-39,35,39,69829,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_40_44,f,40-44,40,44,50699,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_45_49,f,45-49,45,49,41010,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_50_54,f,50-54,50,54,33603,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_55_59,f,55-59,55,59,24608,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_60_64,f,60-64,60,64,21185,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_65_69,f,65-69,65,69,13140,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_70_74,f,70-74,70,74,9831,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_75_79,f,75-79,75,79,6167,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_80_84,f,80-84,80,84,4696,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_85_89,f,85-89,85,89,2456,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_90_94,f,90-94,90,94,1316,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,F_95PLUS,f,95+,95,,1227,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_00_04,m,0-4,0,4,120446,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_05_09,m,5-9,5,9,124858,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_10_14,m,10-14,10,14,113709,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_15_19,m,15-19,15,19,111095,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_20_24,m,20-24,20,24,102099,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_25_29,m,25-29,25,29,95560,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_30_34,m,30-34,30,34,88926,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_35_39,m,35-39,35,39,74798,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_40_44,m,40-44,40,44,56751,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_45_49,m,45-49,45,49,45963,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_50_54,m,50-54,50,54,34176,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_55_59,m,55-59,55,59,25059,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_60_64,m,60-64,60,64,20463,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_65_69,m,65-69,65,69,13084,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_70_74,m,70-74,70,74,8708,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_75_79,m,75-79,75,79,4767,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_80_84,m,80-84,80,84,2584,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_85_89,m,85-89,85,89,1166,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_90_94,m,90-94,90,94,517,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,M_95PLUS,m,95+,95,,498,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_00_04,all,0-4,0,4,239298,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_05_09,all,5-9,5,9,246345,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_10_14,all,10-14,10,14,223824,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_15_19,all,15-19,15,19,220191,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_20_24,all,20-24,20,24,200438,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_25_29,all,25-29,25,29,190127,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_30_34,all,30-34,30,34,172061,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_35_39,all,35-39,35,39,144627,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_40_44,all,40-44,40,44,107450,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_45_49,all,45-49,45,49,86973,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_50_54,all,50-54,50,54,67779,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_55_59,all,55-59,55,59,49667,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_60_64,all,60-64,60,64,41648,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_65_69,all,65-69,65,69,26224,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_70_74,all,70-74,70,74,18539,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_75_79,all,75-79,75,79,10934,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_80_84,all,80-84,80,84,7280,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_85_89,all,85-89,85,89,3622,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_90_94,all,90-94,90,94,1833,2021,UNFPA,UNFPA +GHA,Ghana,GH15,Western,T_95PLUS,all,95+,95,,1725,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_TL,f,all,,,428973,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_TL,m,all,,,451948,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_TL,all,all,,,880921,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_00_04,f,0-4,0,4,52997,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_05_09,f,5-9,5,9,53962,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_10_14,f,10-14,10,14,48567,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_15_19,f,15-19,15,19,47597,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_20_24,f,20-24,20,24,42814,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_25_29,f,25-29,25,29,38994,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_30_34,f,30-34,30,34,33251,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_35_39,f,35-39,35,39,28543,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_40_44,f,40-44,40,44,21457,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_45_49,f,45-49,45,49,16794,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_50_54,f,50-54,50,54,13529,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_55_59,f,55-59,55,59,9349,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_60_64,f,60-64,60,64,7560,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_65_69,f,65-69,65,69,4246,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_70_74,f,70-74,70,74,3340,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_75_79,f,75-79,75,79,2026,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_80_84,f,80-84,80,84,1781,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_85_89,f,85-89,85,89,1025,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_90_94,f,90-94,90,94,544,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,F_95PLUS,f,95+,95,,597,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_00_04,m,0-4,0,4,54337,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_05_09,m,5-9,5,9,56620,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_10_14,m,10-14,10,14,51859,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_15_19,m,15-19,15,19,50445,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_20_24,m,20-24,20,24,41719,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_25_29,m,25-29,25,29,36915,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_30_34,m,30-34,30,34,34414,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_35_39,m,35-39,35,39,30888,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_40_44,m,40-44,40,44,24364,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_45_49,m,45-49,45,49,19917,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_50_54,m,50-54,50,54,15875,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_55_59,m,55-59,55,59,11453,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_60_64,m,60-64,60,64,9493,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_65_69,m,65-69,65,69,5660,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_70_74,m,70-74,70,74,3687,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_75_79,m,75-79,75,79,1873,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_80_84,m,80-84,80,84,1240,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_85_89,m,85-89,85,89,581,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_90_94,m,90-94,90,94,313,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,M_95PLUS,m,95+,95,,295,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_00_04,all,0-4,0,4,107334,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_05_09,all,5-9,5,9,110582,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_10_14,all,10-14,10,14,100426,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_15_19,all,15-19,15,19,98042,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_20_24,all,20-24,20,24,84533,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_25_29,all,25-29,25,29,75909,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_30_34,all,30-34,30,34,67665,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_35_39,all,35-39,35,39,59431,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_40_44,all,40-44,40,44,45821,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_45_49,all,45-49,45,49,36711,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_50_54,all,50-54,50,54,29404,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_55_59,all,55-59,55,59,20802,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_60_64,all,60-64,60,64,17053,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_65_69,all,65-69,65,69,9906,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_70_74,all,70-74,70,74,7027,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_75_79,all,75-79,75,79,3899,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_80_84,all,80-84,80,84,3021,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_85_89,all,85-89,85,89,1606,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_90_94,all,90-94,90,94,857,2021,UNFPA,UNFPA +GHA,Ghana,GH16,Western North,T_95PLUS,all,95+,95,,892,2021,UNFPA,UNFPA +GRD,Grenada,GD01,Carriacou,T_TL,all,all,,,5633,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_TL,f,all,,,2794,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_TL,m,all,,,2839,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_00_04,all,0-4,0,4,386,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_05_09,all,5-9,5,9,367,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_10_14,all,10-14,10,14,470,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_15_19,all,15-19,15,19,488,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_20_24,all,20-24,20,24,473,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_25_29,all,25-29,25,29,487,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_30_34,all,30-34,30,34,346,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_35_39,all,35-39,35,39,309,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_40_44,all,40-44,40,44,298,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_45_49,all,45-49,45,49,315,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_50_54,all,50-54,50,54,339,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_55_59,all,55-59,55,59,272,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_60_64,all,60-64,60,64,222,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,T_65PLUS,all,65+,65,,861,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_00_04,f,0-4,0,4,198,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_05_09,f,5-9,5,9,173,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_10_14,f,10-14,10,14,215,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_15_19,f,15-19,15,19,227,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_20_24,f,20-24,20,24,228,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_25_29,f,25-29,25,29,244,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_30_34,f,30-34,30,34,176,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_35_39,f,35-39,35,39,142,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_40_44,f,40-44,40,44,145,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_45_49,f,45-49,45,49,162,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_50_54,f,50-54,50,54,166,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_55_59,f,55-59,55,59,120,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_60_64,f,60-64,60,64,108,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,F_65PLUS,f,65+,65,,490,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_00_04,m,0-4,0,4,188,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_05_09,m,5-9,5,9,194,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_10_14,m,10-14,10,14,255,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_15_19,m,15-19,15,19,261,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_20_24,m,20-24,20,24,245,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_25_29,m,25-29,25,29,243,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_30_34,m,30-34,30,34,170,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_35_39,m,35-39,35,39,167,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_40_44,m,40-44,40,44,153,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_45_49,m,45-49,45,49,153,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_50_54,m,50-54,50,54,173,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_55_59,m,55-59,55,59,152,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_60_64,m,60-64,60,64,114,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD01,Carriacou,M_65PLUS,m,65+,65,,371,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_TL,all,all,,,26436,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_TL,f,all,,,13022,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_TL,m,all,,,13414,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_00_04,all,0-4,0,4,2275,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_05_09,all,5-9,5,9,2295,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_10_14,all,10-14,10,14,2339,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_15_19,all,15-19,15,19,2550,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_20_24,all,20-24,20,24,2585,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_25_29,all,25-29,25,29,2328,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_30_34,all,30-34,30,34,1622,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_35_39,all,35-39,35,39,1482,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_40_44,all,40-44,40,44,1388,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_45_49,all,45-49,45,49,1609,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_50_54,all,50-54,50,54,1528,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_55_59,all,55-59,55,59,1132,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_60_64,all,60-64,60,64,804,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,T_65PLUS,all,65+,65,,2499,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_00_04,f,0-4,0,4,1105,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_05_09,f,5-9,5,9,1129,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_10_14,f,10-14,10,14,1144,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_15_19,f,15-19,15,19,1288,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_20_24,f,20-24,20,24,1304,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_25_29,f,25-29,25,29,1160,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_30_34,f,30-34,30,34,812,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_35_39,f,35-39,35,39,692,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_40_44,f,40-44,40,44,656,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_45_49,f,45-49,45,49,737,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_50_54,f,50-54,50,54,715,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_55_59,f,55-59,55,59,506,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_60_64,f,60-64,60,64,377,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,F_65PLUS,f,65+,65,,1397,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_00_04,m,0-4,0,4,1170,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_05_09,m,5-9,5,9,1166,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_10_14,m,10-14,10,14,1195,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_15_19,m,15-19,15,19,1262,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_20_24,m,20-24,20,24,1281,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_25_29,m,25-29,25,29,1168,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_30_34,m,30-34,30,34,810,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_35_39,m,35-39,35,39,790,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_40_44,m,40-44,40,44,732,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_45_49,m,45-49,45,49,872,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_50_54,m,50-54,50,54,813,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_55_59,m,55-59,55,59,626,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_60_64,m,60-64,60,64,427,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD02,Saint Andrew,M_65PLUS,m,65+,65,,1102,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_TL,all,all,,,12860,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_TL,f,all,,,6403,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_TL,m,all,,,6457,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_00_04,all,0-4,0,4,1054,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_05_09,all,5-9,5,9,903,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_10_14,all,10-14,10,14,1059,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_15_19,all,15-19,15,19,1265,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_20_24,all,20-24,20,24,1208,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_25_29,all,25-29,25,29,1065,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_30_34,all,30-34,30,34,859,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_35_39,all,35-39,35,39,872,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_40_44,all,40-44,40,44,752,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_45_49,all,45-49,45,49,857,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_50_54,all,50-54,50,54,802,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_55_59,all,55-59,55,59,520,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_60_64,all,60-64,60,64,440,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,T_65PLUS,all,65+,65,,1204,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_00_04,f,0-4,0,4,516,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_05_09,f,5-9,5,9,443,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_10_14,f,10-14,10,14,518,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_15_19,f,15-19,15,19,642,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_20_24,f,20-24,20,24,595,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_25_29,f,25-29,25,29,542,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_30_34,f,30-34,30,34,447,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_35_39,f,35-39,35,39,409,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_40_44,f,40-44,40,44,370,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_45_49,f,45-49,45,49,408,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_50_54,f,50-54,50,54,394,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_55_59,f,55-59,55,59,243,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_60_64,f,60-64,60,64,211,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,F_65PLUS,f,65+,65,,665,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_00_04,m,0-4,0,4,538,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_05_09,m,5-9,5,9,460,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_10_14,m,10-14,10,14,541,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_15_19,m,15-19,15,19,623,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_20_24,m,20-24,20,24,613,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_25_29,m,25-29,25,29,523,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_30_34,m,30-34,30,34,412,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_35_39,m,35-39,35,39,463,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_40_44,m,40-44,40,44,382,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_45_49,m,45-49,45,49,449,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_50_54,m,50-54,50,54,408,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_55_59,m,55-59,55,59,277,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_60_64,m,60-64,60,64,229,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD03,Saint David,M_65PLUS,m,65+,65,,539,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_TL,all,all,,,37404,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_TL,f,all,,,18977,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_TL,m,all,,,18427,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_00_04,all,0-4,0,4,2933,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_05_09,all,5-9,5,9,2256,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_10_14,all,10-14,10,14,2975,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_15_19,all,15-19,15,19,3260,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_20_24,all,20-24,20,24,3256,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_25_29,all,25-29,25,29,3412,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_30_34,all,30-34,30,34,2544,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_35_39,all,35-39,35,39,2446,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_40_44,all,40-44,40,44,2323,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_45_49,all,45-49,45,49,2575,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_50_54,all,50-54,50,54,2471,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_55_59,all,55-59,55,59,1802,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_60_64,all,60-64,60,64,1353,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,T_65PLUS,all,65+,65,,3798,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_00_04,f,0-4,0,4,1457,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_05_09,f,5-9,5,9,1098,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_10_14,f,10-14,10,14,1499,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_15_19,f,15-19,15,19,1632,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_20_24,f,20-24,20,24,1593,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_25_29,f,25-29,25,29,1739,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_30_34,f,30-34,30,34,1262,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_35_39,f,35-39,35,39,1244,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_40_44,f,40-44,40,44,1165,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_45_49,f,45-49,45,49,1347,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_50_54,f,50-54,50,54,1267,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_55_59,f,55-59,55,59,889,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_60_64,f,60-64,60,64,672,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,F_65PLUS,f,65+,65,,2113,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_00_04,m,0-4,0,4,1476,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_05_09,m,5-9,5,9,1158,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_10_14,m,10-14,10,14,1476,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_15_19,m,15-19,15,19,1628,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_20_24,m,20-24,20,24,1663,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_25_29,m,25-29,25,29,1673,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_30_34,m,30-34,30,34,1282,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_35_39,m,35-39,35,39,1202,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_40_44,m,40-44,40,44,1158,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_45_49,m,45-49,45,49,1228,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_50_54,m,50-54,50,54,1204,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_55_59,m,55-59,55,59,913,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_60_64,m,60-64,60,64,681,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD04,Saint George,M_65PLUS,m,65+,65,,1685,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_TL,all,all,,,8402,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_TL,f,all,,,4085,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_TL,m,all,,,4317,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_00_04,all,0-4,0,4,639,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_05_09,all,5-9,5,9,597,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_10_14,all,10-14,10,14,587,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_15_19,all,15-19,15,19,818,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_20_24,all,20-24,20,24,812,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_25_29,all,25-29,25,29,758,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_30_34,all,30-34,30,34,495,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_35_39,all,35-39,35,39,495,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_40_44,all,40-44,40,44,507,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_45_49,all,45-49,45,49,539,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_50_54,all,50-54,50,54,581,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_55_59,all,55-59,55,59,383,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_60_64,all,60-64,60,64,327,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,T_65PLUS,all,65+,65,,864,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_00_04,f,0-4,0,4,292,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_05_09,f,5-9,5,9,291,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_10_14,f,10-14,10,14,290,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_15_19,f,15-19,15,19,377,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_20_24,f,20-24,20,24,398,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_25_29,f,25-29,25,29,372,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_30_34,f,30-34,30,34,228,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_35_39,f,35-39,35,39,229,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_40_44,f,40-44,40,44,236,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_45_49,f,45-49,45,49,251,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_50_54,f,50-54,50,54,292,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_55_59,f,55-59,55,59,180,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_60_64,f,60-64,60,64,154,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,F_65PLUS,f,65+,65,,495,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_00_04,m,0-4,0,4,347,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_05_09,m,5-9,5,9,306,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_10_14,m,10-14,10,14,297,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_15_19,m,15-19,15,19,441,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_20_24,m,20-24,20,24,414,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_25_29,m,25-29,25,29,386,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_30_34,m,30-34,30,34,267,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_35_39,m,35-39,35,39,266,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_40_44,m,40-44,40,44,271,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_45_49,m,45-49,45,49,288,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_50_54,m,50-54,50,54,289,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_55_59,m,55-59,55,59,203,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_60_64,m,60-64,60,64,173,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD05,Saint John,M_65PLUS,m,65+,65,,369,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_TL,all,all,,,4344,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_TL,f,all,,,2080,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_TL,m,all,,,2264,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_00_04,all,0-4,0,4,379,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_05_09,all,5-9,5,9,321,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_10_14,all,10-14,10,14,366,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_15_19,all,15-19,15,19,413,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_20_24,all,20-24,20,24,490,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_25_29,all,25-29,25,29,383,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_30_34,all,30-34,30,34,234,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_35_39,all,35-39,35,39,238,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_40_44,all,40-44,40,44,231,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_45_49,all,45-49,45,49,302,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_50_54,all,50-54,50,54,265,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_55_59,all,55-59,55,59,208,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_60_64,all,60-64,60,64,133,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,T_65PLUS,all,65+,65,,381,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_00_04,f,0-4,0,4,179,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_05_09,f,5-9,5,9,159,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_10_14,f,10-14,10,14,184,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_15_19,f,15-19,15,19,182,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_20_24,f,20-24,20,24,233,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_25_29,f,25-29,25,29,188,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_30_34,f,30-34,30,34,108,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_35_39,f,35-39,35,39,114,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_40_44,f,40-44,40,44,110,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_45_49,f,45-49,45,49,127,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_50_54,f,50-54,50,54,130,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_55_59,f,55-59,55,59,85,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_60_64,f,60-64,60,64,63,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,F_65PLUS,f,65+,65,,218,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_00_04,m,0-4,0,4,200,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_05_09,m,5-9,5,9,162,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_10_14,m,10-14,10,14,182,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_15_19,m,15-19,15,19,231,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_20_24,m,20-24,20,24,257,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_25_29,m,25-29,25,29,195,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_30_34,m,30-34,30,34,126,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_35_39,m,35-39,35,39,124,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_40_44,m,40-44,40,44,121,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_45_49,m,45-49,45,49,175,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_50_54,m,50-54,50,54,135,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_55_59,m,55-59,55,59,123,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_60_64,m,60-64,60,64,70,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD06,Saint Mark,M_65PLUS,m,65+,65,,163,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_TL,all,all,,,10460,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_TL,f,all,,,5170,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_TL,m,all,,,5290,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_00_04,all,0-4,0,4,830,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_05_09,all,5-9,5,9,598,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_10_14,all,10-14,10,14,875,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_15_19,all,15-19,15,19,1061,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_20_24,all,20-24,20,24,1004,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_25_29,all,25-29,25,29,868,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_30_34,all,30-34,30,34,663,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_35_39,all,35-39,35,39,567,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_40_44,all,40-44,40,44,545,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_45_49,all,45-49,45,49,591,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_50_54,all,50-54,50,54,634,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_55_59,all,55-59,55,59,471,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_60_64,all,60-64,60,64,412,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,T_65PLUS,all,65+,65,,1341,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_00_04,f,0-4,0,4,391,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_05_09,f,5-9,5,9,306,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_10_14,f,10-14,10,14,428,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_15_19,f,15-19,15,19,518,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_20_24,f,20-24,20,24,470,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_25_29,f,25-29,25,29,443,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_30_34,f,30-34,30,34,338,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_35_39,f,35-39,35,39,251,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_40_44,f,40-44,40,44,274,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_45_49,f,45-49,45,49,275,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_50_54,f,50-54,50,54,299,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_55_59,f,55-59,55,59,219,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_60_64,f,60-64,60,64,208,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,F_65PLUS,f,65+,65,,750,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_00_04,m,0-4,0,4,439,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_05_09,m,5-9,5,9,292,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_10_14,m,10-14,10,14,447,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_15_19,m,15-19,15,19,543,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_20_24,m,20-24,20,24,534,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_25_29,m,25-29,25,29,425,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_30_34,m,30-34,30,34,325,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_35_39,m,35-39,35,39,316,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_40_44,m,40-44,40,44,271,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_45_49,m,45-49,45,49,316,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_50_54,m,50-54,50,54,335,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_55_59,m,55-59,55,59,252,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_60_64,m,60-64,60,64,204,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,GD07,Saint Patrick,M_65PLUS,m,65+,65,,591,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_TL,all,all,,,189289,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_TL,f,all,,,101785,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_TL,m,all,,,87505,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_00_04,all,0-4,0,4,10767,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_05_09,all,5-9,5,9,12505,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_10_14,all,10-14,10,14,14044,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_15_19,all,15-19,15,19,13520,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_20_24,all,20-24,20,24,9104,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_25_29,all,25-29,25,29,8478,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_30_34,all,30-34,30,34,9055,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_35_39,all,35-39,35,39,10572,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_40_44,all,40-44,40,44,13281,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_45_49,all,45-49,45,49,14848,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_50_54,all,50-54,50,54,15799,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_55_59,all,55-59,55,59,14041,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_60_64,all,60-64,60,64,12198,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,T_65PLUS,all,65+,65,,31084,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_00_04,f,0-4,0,4,5395,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_05_09,f,5-9,5,9,6053,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_10_14,f,10-14,10,14,7005,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_15_19,f,15-19,15,19,6647,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_20_24,f,20-24,20,24,4236,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_25_29,f,25-29,25,29,4673,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_30_34,f,30-34,30,34,5444,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_35_39,f,35-39,35,39,6350,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_40_44,f,40-44,40,44,7581,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_45_49,f,45-49,45,49,8150,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_50_54,f,50-54,50,54,8618,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_55_59,f,55-59,55,59,7456,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_60_64,f,60-64,60,64,6558,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,F_65PLUS,f,65+,65,,17616,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_00_04,m,0-4,0,4,5373,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_05_09,m,5-9,5,9,6449,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_10_14,m,10-14,10,14,7036,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_15_19,m,15-19,15,19,6874,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_20_24,m,20-24,20,24,4865,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_25_29,m,25-29,25,29,3807,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_30_34,m,30-34,30,34,3609,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_35_39,m,35-39,35,39,4219,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_40_44,m,40-44,40,44,5696,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_45_49,m,45-49,45,49,6695,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_50_54,m,50-54,50,54,7181,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_55_59,m,55-59,55,59,6585,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_60_64,m,60-64,60,64,5639,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP01,Basse-Terre,M_65PLUS,m,65+,65,,13470,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_TL,all,all,,,205027,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_TL,f,all,,,110773,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_TL,m,all,,,94254,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_00_04,all,0-4,0,4,11025,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_05_09,all,5-9,5,9,13378,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_10_14,all,10-14,10,14,15049,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_15_19,all,15-19,15,19,14593,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_20_24,all,20-24,20,24,10277,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_25_29,all,25-29,25,29,9663,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_30_34,all,30-34,30,34,10095,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_35_39,all,35-39,35,39,10910,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_40_44,all,40-44,40,44,14475,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_45_49,all,45-49,45,49,16022,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_50_54,all,50-54,50,54,16363,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_55_59,all,55-59,55,59,14336,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_60_64,all,60-64,60,64,12833,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,T_65PLUS,all,65+,65,,36010,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_00_04,f,0-4,0,4,5441,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_05_09,f,5-9,5,9,6520,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_10_14,f,10-14,10,14,7392,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_15_19,f,15-19,15,19,7241,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_20_24,f,20-24,20,24,5102,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_25_29,f,25-29,25,29,5286,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_30_34,f,30-34,30,34,6006,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_35_39,f,35-39,35,39,6422,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_40_44,f,40-44,40,44,8219,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_45_49,f,45-49,45,49,8855,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_50_54,f,50-54,50,54,8782,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_55_59,f,55-59,55,59,7654,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_60_64,f,60-64,60,64,7111,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,F_65PLUS,f,65+,65,,20744,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_00_04,m,0-4,0,4,5587,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_05_09,m,5-9,5,9,6857,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_10_14,m,10-14,10,14,7658,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_15_19,m,15-19,15,19,7350,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_20_24,m,20-24,20,24,5172,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_25_29,m,25-29,25,29,4379,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_30_34,m,30-34,30,34,4090,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_35_39,m,35-39,35,39,4489,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_40_44,m,40-44,40,44,6256,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_45_49,m,45-49,45,49,7167,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_50_54,m,50-54,50,54,7579,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_55_59,m,55-59,55,59,6682,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_60_64,m,60-64,60,64,5724,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,GP02,Pointe-à-Pitre,M_65PLUS,m,65+,65,,15264,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GTM,Guatemala,GT16,Alta Verapaz,F_TL,f,all,,,715596,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_TL,m,all,,,716836,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_TL,all,all,,,1432432,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_00_04,f,0-4,0,4,81226,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_05_09,f,5-9,5,9,81461,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_10_14,f,10-14,10,14,81411,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_15_19,f,15-19,15,19,75200,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_20_24,f,20-24,20,24,72783,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_25_29,f,25-29,25,29,69030,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_30_34,f,30-34,30,34,55590,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_35_39,f,35-39,35,39,45334,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_40_44,f,40-44,40,44,37882,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_45_49,f,45-49,45,49,31111,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_50_54,f,50-54,50,54,24584,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_55_59,f,55-59,55,59,17030,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_60_64,f,60-64,60,64,12976,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_65_69,f,65-69,65,69,10245,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,F_70PLUS,f,70+,70,,19733,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_00_04,m,0-4,0,4,84950,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_05_09,m,5-9,5,9,85102,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_10_14,m,10-14,10,14,84986,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_15_19,m,15-19,15,19,78413,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_20_24,m,20-24,20,24,74920,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_25_29,m,25-29,25,29,69179,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_30_34,m,30-34,30,34,53547,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_35_39,m,35-39,35,39,43006,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_40_44,m,40-44,40,44,35865,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_45_49,m,45-49,45,49,29170,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_50_54,m,50-54,50,54,22381,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_55_59,m,55-59,55,59,15331,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_60_64,m,60-64,60,64,11779,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_65_69,m,65-69,65,69,9549,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,M_70PLUS,m,70+,70,,18658,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_00_04,all,0-4,0,4,166176,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_05_09,all,5-9,5,9,166563,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_10_14,all,10-14,10,14,166397,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_15_19,all,15-19,15,19,153613,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_20_24,all,20-24,20,24,147703,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_25_29,all,25-29,25,29,138209,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_30_34,all,30-34,30,34,109137,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_35_39,all,35-39,35,39,88340,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_40_44,all,40-44,40,44,73747,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_45_49,all,45-49,45,49,60281,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_50_54,all,50-54,50,54,46965,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_55_59,all,55-59,55,59,32361,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_60_64,all,60-64,60,64,24755,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_65_69,all,65-69,65,69,19794,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT16,Alta Verapaz,T_70PLUS,all,70+,70,,38391,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_TL,f,all,,,176790,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_TL,m,all,,,173288,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_TL,all,all,,,350078,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_00_04,f,0-4,0,4,18814,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_05_09,f,5-9,5,9,19127,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_10_14,f,10-14,10,14,18671,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_15_19,f,15-19,15,19,17476,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_20_24,f,20-24,20,24,17437,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_25_29,f,25-29,25,29,16793,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_30_34,f,30-34,30,34,14432,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_35_39,f,35-39,35,39,11570,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_40_44,f,40-44,40,44,9312,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_45_49,f,45-49,45,49,7758,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_50_54,f,50-54,50,54,6316,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_55_59,f,55-59,55,59,5234,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_60_64,f,60-64,60,64,4300,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_65_69,f,65-69,65,69,3296,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,F_70PLUS,f,70+,70,,6254,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_00_04,m,0-4,0,4,19661,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_05_09,m,5-9,5,9,19933,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_10_14,m,10-14,10,14,19341,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_15_19,m,15-19,15,19,18095,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_20_24,m,20-24,20,24,17998,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_25_29,m,25-29,25,29,16998,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_30_34,m,30-34,30,34,14174,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_35_39,m,35-39,35,39,11394,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_40_44,m,40-44,40,44,8654,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_45_49,m,45-49,45,49,6469,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_50_54,m,50-54,50,54,5217,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_55_59,m,55-59,55,59,4057,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_60_64,m,60-64,60,64,3434,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_65_69,m,65-69,65,69,2641,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,M_70PLUS,m,70+,70,,5222,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_00_04,all,0-4,0,4,38475,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_05_09,all,5-9,5,9,39060,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_10_14,all,10-14,10,14,38012,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_15_19,all,15-19,15,19,35571,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_20_24,all,20-24,20,24,35435,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_25_29,all,25-29,25,29,33791,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_30_34,all,30-34,30,34,28606,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_35_39,all,35-39,35,39,22964,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_40_44,all,40-44,40,44,17966,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_45_49,all,45-49,45,49,14227,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_50_54,all,50-54,50,54,11533,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_55_59,all,55-59,55,59,9291,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_60_64,all,60-64,60,64,7734,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_65_69,all,65-69,65,69,5937,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT15,Baja Verapaz,T_70PLUS,all,70+,70,,11476,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_TL,f,all,,,387349,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_TL,m,all,,,396997,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_TL,all,all,,,784346,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_00_04,f,0-4,0,4,37101,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_05_09,f,5-9,5,9,38499,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_10_14,f,10-14,10,14,37914,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_15_19,f,15-19,15,19,37480,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_20_24,f,20-24,20,24,38976,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_25_29,f,25-29,25,29,37589,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_30_34,f,30-34,30,34,33420,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_35_39,f,35-39,35,39,27204,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_40_44,f,40-44,40,44,21847,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_45_49,f,45-49,45,49,19550,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_50_54,f,50-54,50,54,16574,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_55_59,f,55-59,55,59,12576,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_60_64,f,60-64,60,64,9302,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_65_69,f,65-69,65,69,6881,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,F_70PLUS,f,70+,70,,12436,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_00_04,m,0-4,0,4,38876,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_05_09,m,5-9,5,9,40213,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_10_14,m,10-14,10,14,39789,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_15_19,m,15-19,15,19,39805,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_20_24,m,20-24,20,24,41605,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_25_29,m,25-29,25,29,40618,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_30_34,m,30-34,30,34,36245,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_35_39,m,35-39,35,39,29106,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_40_44,m,40-44,40,44,22295,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_45_49,m,45-49,45,49,18677,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_50_54,m,50-54,50,54,14673,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_55_59,m,55-59,55,59,10746,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_60_64,m,60-64,60,64,7856,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_65_69,m,65-69,65,69,5642,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,M_70PLUS,m,70+,70,,10851,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_00_04,all,0-4,0,4,75977,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_05_09,all,5-9,5,9,78712,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_10_14,all,10-14,10,14,77703,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_15_19,all,15-19,15,19,77285,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_20_24,all,20-24,20,24,80581,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_25_29,all,25-29,25,29,78207,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_30_34,all,30-34,30,34,69665,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_35_39,all,35-39,35,39,56310,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_40_44,all,40-44,40,44,44142,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_45_49,all,45-49,45,49,38227,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_50_54,all,50-54,50,54,31247,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_55_59,all,55-59,55,59,23322,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_60_64,all,60-64,60,64,17158,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_65_69,all,65-69,65,69,12523,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT04,Chimaltenango,T_70PLUS,all,70+,70,,23287,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_TL,f,all,,,239979,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_TL,m,all,,,225088,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_TL,all,all,,,465067,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_00_04,f,0-4,0,4,24903,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_05_09,f,5-9,5,9,25557,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_10_14,f,10-14,10,14,25138,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_15_19,f,15-19,15,19,24097,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_20_24,f,20-24,20,24,23080,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_25_29,f,25-29,25,29,19642,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_30_34,f,30-34,30,34,17535,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_35_39,f,35-39,35,39,14655,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_40_44,f,40-44,40,44,12746,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_45_49,f,45-49,45,49,10782,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_50_54,f,50-54,50,54,9043,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_55_59,f,55-59,55,59,7419,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_60_64,f,60-64,60,64,6903,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_65_69,f,65-69,65,69,5662,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,F_70PLUS,f,70+,70,,12817,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_00_04,m,0-4,0,4,26001,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_05_09,m,5-9,5,9,26619,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_10_14,m,10-14,10,14,26028,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_15_19,m,15-19,15,19,24566,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_20_24,m,20-24,20,24,23228,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_25_29,m,25-29,25,29,19331,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_30_34,m,30-34,30,34,16490,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_35_39,m,35-39,35,39,12480,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_40_44,m,40-44,40,44,10210,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_45_49,m,45-49,45,49,8393,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_50_54,m,50-54,50,54,6735,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_55_59,m,55-59,55,59,5498,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_60_64,m,60-64,60,64,4967,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_65_69,m,65-69,65,69,4143,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,M_70PLUS,m,70+,70,,10399,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_00_04,all,0-4,0,4,50904,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_05_09,all,5-9,5,9,52176,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_10_14,all,10-14,10,14,51166,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_15_19,all,15-19,15,19,48663,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_20_24,all,20-24,20,24,46308,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_25_29,all,25-29,25,29,38973,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_30_34,all,30-34,30,34,34025,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_35_39,all,35-39,35,39,27135,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_40_44,all,40-44,40,44,22956,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_45_49,all,45-49,45,49,19175,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_50_54,all,50-54,50,54,15778,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_55_59,all,55-59,55,59,12917,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_60_64,all,60-64,60,64,11870,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_65_69,all,65-69,65,69,9805,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT20,Chiquimula,T_70PLUS,all,70+,70,,23216,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_TL,f,all,,,100261,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_TL,m,all,,,97868,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_TL,all,all,,,198129,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_00_04,f,0-4,0,4,9325,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_05_09,f,5-9,5,9,9535,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_10_14,f,10-14,10,14,9302,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_15_19,f,15-19,15,19,8513,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_20_24,f,20-24,20,24,8866,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_25_29,f,25-29,25,29,9149,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_30_34,f,30-34,30,34,8124,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_35_39,f,35-39,35,39,6933,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_40_44,f,40-44,40,44,5812,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_45_49,f,45-49,45,49,4983,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_50_54,f,50-54,50,54,4414,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_55_59,f,55-59,55,59,3731,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_60_64,f,60-64,60,64,3008,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_65_69,f,65-69,65,69,2606,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,F_70PLUS,f,70+,70,,5960,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_00_04,m,0-4,0,4,9645,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_05_09,m,5-9,5,9,9600,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_10_14,m,10-14,10,14,9288,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_15_19,m,15-19,15,19,8626,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_20_24,m,20-24,20,24,9139,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_25_29,m,25-29,25,29,9643,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_30_34,m,30-34,30,34,8520,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_35_39,m,35-39,35,39,7234,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_40_44,m,40-44,40,44,5730,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_45_49,m,45-49,45,49,4622,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_50_54,m,50-54,50,54,3890,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_55_59,m,55-59,55,59,3014,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_60_64,m,60-64,60,64,2298,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_65_69,m,65-69,65,69,1928,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,M_70PLUS,m,70+,70,,4691,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_00_04,all,0-4,0,4,18970,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_05_09,all,5-9,5,9,19135,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_10_14,all,10-14,10,14,18590,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_15_19,all,15-19,15,19,17139,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_20_24,all,20-24,20,24,18005,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_25_29,all,25-29,25,29,18792,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_30_34,all,30-34,30,34,16644,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_35_39,all,35-39,35,39,14167,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_40_44,all,40-44,40,44,11542,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_45_49,all,45-49,45,49,9605,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_50_54,all,50-54,50,54,8304,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_55_59,all,55-59,55,59,6745,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_60_64,all,60-64,60,64,5306,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_65_69,all,65-69,65,69,4534,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT02,El Progreso,T_70PLUS,all,70+,70,,10651,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_TL,f,all,,,407283,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_TL,m,all,,,426743,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_TL,all,all,,,834026,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_00_04,f,0-4,0,4,37715,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_05_09,f,5-9,5,9,39293,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_10_14,f,10-14,10,14,38391,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_15_19,f,15-19,15,19,38267,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_20_24,f,20-24,20,24,38754,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_25_29,f,25-29,25,29,37393,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_30_34,f,30-34,30,34,33596,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_35_39,f,35-39,35,39,27902,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_40_44,f,40-44,40,44,24218,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_45_49,f,45-49,45,49,21584,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_50_54,f,50-54,50,54,18658,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_55_59,f,55-59,55,59,14914,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_60_64,f,60-64,60,64,11463,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_65_69,f,65-69,65,69,8712,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,F_70PLUS,f,70+,70,,16423,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_00_04,m,0-4,0,4,39289,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_05_09,m,5-9,5,9,40376,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_10_14,m,10-14,10,14,39166,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_15_19,m,15-19,15,19,39585,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_20_24,m,20-24,20,24,41201,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_25_29,m,25-29,25,29,42690,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_30_34,m,30-34,30,34,40272,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_35_39,m,35-39,35,39,34010,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_40_44,m,40-44,40,44,26298,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_45_49,m,45-49,45,49,20664,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_50_54,m,50-54,50,54,17028,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_55_59,m,55-59,55,59,13581,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_60_64,m,60-64,60,64,10728,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_65_69,m,65-69,65,69,8030,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,M_70PLUS,m,70+,70,,13825,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_00_04,all,0-4,0,4,77004,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_05_09,all,5-9,5,9,79669,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_10_14,all,10-14,10,14,77557,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_15_19,all,15-19,15,19,77852,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_20_24,all,20-24,20,24,79955,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_25_29,all,25-29,25,29,80083,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_30_34,all,30-34,30,34,73868,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_35_39,all,35-39,35,39,61912,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_40_44,all,40-44,40,44,50516,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_45_49,all,45-49,45,49,42248,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_50_54,all,50-54,50,54,35686,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_55_59,all,55-59,55,59,28495,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_60_64,all,60-64,60,64,22191,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_65_69,all,65-69,65,69,16742,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT05,Escuintla,T_70PLUS,all,70+,70,,30248,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_TL,f,all,,,1905185,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_TL,m,all,,,1774141,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_TL,all,all,,,3679326,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_00_04,f,0-4,0,4,155883,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_05_09,f,5-9,5,9,158333,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_10_14,f,10-14,10,14,148204,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_15_19,f,15-19,15,19,151431,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_20_24,f,20-24,20,24,160786,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_25_29,f,25-29,25,29,165221,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_30_34,f,30-34,30,34,164136,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_35_39,f,35-39,35,39,155437,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_40_44,f,40-44,40,44,136559,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_45_49,f,45-49,45,49,121507,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_50_54,f,50-54,50,54,96597,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_55_59,f,55-59,55,59,77626,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_60_64,f,60-64,60,64,63449,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_65_69,f,65-69,65,69,50920,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,F_70PLUS,f,70+,70,,99096,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_00_04,m,0-4,0,4,162387,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_05_09,m,5-9,5,9,164733,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_10_14,m,10-14,10,14,154236,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_15_19,m,15-19,15,19,155256,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_20_24,m,20-24,20,24,159339,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_25_29,m,25-29,25,29,159156,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_30_34,m,30-34,30,34,152034,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_35_39,m,35-39,35,39,141211,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_40_44,m,40-44,40,44,126208,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_45_49,m,45-49,45,49,104835,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_50_54,m,50-54,50,54,81053,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_55_59,m,55-59,55,59,64013,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_60_64,m,60-64,60,64,48917,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_65_69,m,65-69,65,69,38715,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,M_70PLUS,m,70+,70,,62048,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_00_04,all,0-4,0,4,318270,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_05_09,all,5-9,5,9,323066,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_10_14,all,10-14,10,14,302440,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_15_19,all,15-19,15,19,306687,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_20_24,all,20-24,20,24,320125,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_25_29,all,25-29,25,29,324377,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_30_34,all,30-34,30,34,316170,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_35_39,all,35-39,35,39,296648,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_40_44,all,40-44,40,44,262767,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_45_49,all,45-49,45,49,226342,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_50_54,all,50-54,50,54,177650,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_55_59,all,55-59,55,59,141639,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_60_64,all,60-64,60,64,112366,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_65_69,all,65-69,65,69,89635,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT01,Guatemala,T_70PLUS,all,70+,70,,161144,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_TL,f,all,,,749585,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_TL,m,all,,,731316,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_TL,all,all,,,1480901,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_00_04,f,0-4,0,4,88333,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_05_09,f,5-9,5,9,89722,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_10_14,f,10-14,10,14,86369,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_15_19,f,15-19,15,19,76307,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_20_24,f,20-24,20,24,72506,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_25_29,f,25-29,25,29,65146,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_30_34,f,30-34,30,34,58566,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_35_39,f,35-39,35,39,47761,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_40_44,f,40-44,40,44,37065,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_45_49,f,45-49,45,49,28931,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_50_54,f,50-54,50,54,23917,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_55_59,f,55-59,55,59,18933,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_60_64,f,60-64,60,64,15466,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_65_69,f,65-69,65,69,12356,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,F_70PLUS,f,70+,70,,28207,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_00_04,m,0-4,0,4,92709,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_05_09,m,5-9,5,9,94191,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_10_14,m,10-14,10,14,90541,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_15_19,m,15-19,15,19,79614,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_20_24,m,20-24,20,24,74980,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_25_29,m,25-29,25,29,64655,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_30_34,m,30-34,30,34,55143,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_35_39,m,35-39,35,39,41771,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_40_44,m,40-44,40,44,29093,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_45_49,m,45-49,45,49,23007,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_50_54,m,50-54,50,54,18458,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_55_59,m,55-59,55,59,14651,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_60_64,m,60-64,60,64,12343,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_65_69,m,65-69,65,69,10589,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,M_70PLUS,m,70+,70,,29571,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_00_04,all,0-4,0,4,181042,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_05_09,all,5-9,5,9,183913,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_10_14,all,10-14,10,14,176910,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_15_19,all,15-19,15,19,155921,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_20_24,all,20-24,20,24,147486,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_25_29,all,25-29,25,29,129801,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_30_34,all,30-34,30,34,113709,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_35_39,all,35-39,35,39,89532,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_40_44,all,40-44,40,44,66158,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_45_49,all,45-49,45,49,51938,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_50_54,all,50-54,50,54,42375,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_55_59,all,55-59,55,59,33584,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_60_64,all,60-64,60,64,27809,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_65_69,all,65-69,65,69,22945,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT13,Huehuetenango,T_70PLUS,all,70+,70,,57778,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_TL,f,all,,,232107,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_TL,m,all,,,231678,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_TL,all,all,,,463785,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_00_04,f,0-4,0,4,23501,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_05_09,f,5-9,5,9,23729,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_10_14,f,10-14,10,14,23285,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_15_19,f,15-19,15,19,22482,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_20_24,f,20-24,20,24,24013,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_25_29,f,25-29,25,29,22180,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_30_34,f,30-34,30,34,18125,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_35_39,f,35-39,35,39,15087,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_40_44,f,40-44,40,44,12725,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_45_49,f,45-49,45,49,10734,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_50_54,f,50-54,50,54,9311,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_55_59,f,55-59,55,59,7087,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_60_64,f,60-64,60,64,5862,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_65_69,f,65-69,65,69,4564,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,F_70PLUS,f,70+,70,,9422,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_00_04,m,0-4,0,4,24637,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_05_09,m,5-9,5,9,24899,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_10_14,m,10-14,10,14,24333,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_15_19,m,15-19,15,19,23275,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_20_24,m,20-24,20,24,24406,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_25_29,m,25-29,25,29,21944,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_30_34,m,30-34,30,34,18255,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_35_39,m,35-39,35,39,15339,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_40_44,m,40-44,40,44,12497,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_45_49,m,45-49,45,49,10504,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_50_54,m,50-54,50,54,8663,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_55_59,m,55-59,55,59,6259,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_60_64,m,60-64,60,64,4902,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_65_69,m,65-69,65,69,3801,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,M_70PLUS,m,70+,70,,7964,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_00_04,all,0-4,0,4,48138,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_05_09,all,5-9,5,9,48628,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_10_14,all,10-14,10,14,47618,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_15_19,all,15-19,15,19,45757,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_20_24,all,20-24,20,24,48419,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_25_29,all,25-29,25,29,44124,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_30_34,all,30-34,30,34,36380,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_35_39,all,35-39,35,39,30426,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_40_44,all,40-44,40,44,25222,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_45_49,all,45-49,45,49,21238,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_50_54,all,50-54,50,54,17974,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_55_59,all,55-59,55,59,13346,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_60_64,all,60-64,60,64,10764,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_65_69,all,65-69,65,69,8365,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT18,Izabal,T_70PLUS,all,70+,70,,17386,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_TL,f,all,,,212762,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_TL,m,all,,,207485,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_TL,all,all,,,420247,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_00_04,f,0-4,0,4,21518,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_05_09,f,5-9,5,9,21902,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_10_14,f,10-14,10,14,21730,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_15_19,f,15-19,15,19,21345,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_20_24,f,20-24,20,24,21469,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_25_29,f,25-29,25,29,19968,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_30_34,f,30-34,30,34,17136,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_35_39,f,35-39,35,39,14542,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_40_44,f,40-44,40,44,12234,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_45_49,f,45-49,45,49,9988,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_50_54,f,50-54,50,54,8034,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_55_59,f,55-59,55,59,6369,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_60_64,f,60-64,60,64,5094,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_65_69,f,65-69,65,69,3786,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,F_70PLUS,f,70+,70,,7647,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_00_04,m,0-4,0,4,22470,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_05_09,m,5-9,5,9,22852,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_10_14,m,10-14,10,14,22577,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_15_19,m,15-19,15,19,22001,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_20_24,m,20-24,20,24,21760,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_25_29,m,25-29,25,29,19814,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_30_34,m,30-34,30,34,17228,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_35_39,m,35-39,35,39,14218,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_40_44,m,40-44,40,44,11052,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_45_49,m,45-49,45,49,8459,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_50_54,m,50-54,50,54,6611,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_55_59,m,55-59,55,59,5252,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_60_64,m,60-64,60,64,4066,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_65_69,m,65-69,65,69,3029,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,M_70PLUS,m,70+,70,,6096,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_00_04,all,0-4,0,4,43988,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_05_09,all,5-9,5,9,44754,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_10_14,all,10-14,10,14,44307,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_15_19,all,15-19,15,19,43346,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_20_24,all,20-24,20,24,43229,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_25_29,all,25-29,25,29,39782,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_30_34,all,30-34,30,34,34364,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_35_39,all,35-39,35,39,28760,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_40_44,all,40-44,40,44,23286,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_45_49,all,45-49,45,49,18447,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_50_54,all,50-54,50,54,14645,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_55_59,all,55-59,55,59,11621,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_60_64,all,60-64,60,64,9160,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_65_69,all,65-69,65,69,6815,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT21,Jalapa,T_70PLUS,all,70+,70,,13743,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_TL,f,all,,,286208,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_TL,m,all,,,283460,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_TL,all,all,,,569668,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_00_04,f,0-4,0,4,25004,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_05_09,f,5-9,5,9,26278,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_10_14,f,10-14,10,14,27293,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_15_19,f,15-19,15,19,26664,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_20_24,f,20-24,20,24,27600,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_25_29,f,25-29,25,29,25946,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_30_34,f,30-34,30,34,23530,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_35_39,f,35-39,35,39,19951,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_40_44,f,40-44,40,44,16355,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_45_49,f,45-49,45,49,14290,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_50_54,f,50-54,50,54,11950,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_55_59,f,55-59,55,59,9902,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_60_64,f,60-64,60,64,8377,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_65_69,f,65-69,65,69,6834,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,F_70PLUS,f,70+,70,,16234,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_00_04,m,0-4,0,4,26146,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_05_09,m,5-9,5,9,27560,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_10_14,m,10-14,10,14,28712,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_15_19,m,15-19,15,19,28132,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_20_24,m,20-24,20,24,29104,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_25_29,m,25-29,25,29,26841,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_30_34,m,30-34,30,34,24526,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_35_39,m,35-39,35,39,21492,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_40_44,m,40-44,40,44,16320,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_45_49,m,45-49,45,49,12914,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_50_54,m,50-54,50,54,9965,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_55_59,m,55-59,55,59,8094,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_60_64,m,60-64,60,64,6729,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_65_69,m,65-69,65,69,5178,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,M_70PLUS,m,70+,70,,11747,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_00_04,all,0-4,0,4,51150,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_05_09,all,5-9,5,9,53838,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_10_14,all,10-14,10,14,56005,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_15_19,all,15-19,15,19,54796,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_20_24,all,20-24,20,24,56704,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_25_29,all,25-29,25,29,52787,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_30_34,all,30-34,30,34,48056,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_35_39,all,35-39,35,39,41443,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_40_44,all,40-44,40,44,32675,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_45_49,all,45-49,45,49,27204,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_50_54,all,50-54,50,54,21915,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_55_59,all,55-59,55,59,17996,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_60_64,all,60-64,60,64,15106,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_65_69,all,65-69,65,69,12012,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT22,Jutiapa,T_70PLUS,all,70+,70,,27981,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_TL,f,all,,,315037,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_TL,m,all,,,333897,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_TL,all,all,,,648934,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_00_04,f,0-4,0,4,35837,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_05_09,f,5-9,5,9,35746,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_10_14,f,10-14,10,14,34108,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_15_19,f,15-19,15,19,31090,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_20_24,f,20-24,20,24,31391,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_25_29,f,25-29,25,29,28780,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_30_34,f,30-34,30,34,23876,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_35_39,f,35-39,35,39,19307,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_40_44,f,40-44,40,44,16028,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_45_49,f,45-49,45,49,13549,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_50_54,f,50-54,50,54,11296,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_55_59,f,55-59,55,59,8851,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_60_64,f,60-64,60,64,7294,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_65_69,f,65-69,65,69,5822,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,F_70PLUS,f,70+,70,,12062,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_00_04,m,0-4,0,4,37648,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_05_09,m,5-9,5,9,37871,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_10_14,m,10-14,10,14,36274,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_15_19,m,15-19,15,19,33300,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_20_24,m,20-24,20,24,33630,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_25_29,m,25-29,25,29,31000,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_30_34,m,30-34,30,34,26321,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_35_39,m,35-39,35,39,21508,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_40_44,m,40-44,40,44,16683,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_45_49,m,45-49,45,49,12770,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_50_54,m,50-54,50,54,10245,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_55_59,m,55-59,55,59,8491,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_60_64,m,60-64,60,64,7446,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_65_69,m,65-69,65,69,6213,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,M_70PLUS,m,70+,70,,14497,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_00_04,all,0-4,0,4,73485,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_05_09,all,5-9,5,9,73617,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_10_14,all,10-14,10,14,70382,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_15_19,all,15-19,15,19,64390,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_20_24,all,20-24,20,24,65021,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_25_29,all,25-29,25,29,59780,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_30_34,all,30-34,30,34,50197,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_35_39,all,35-39,35,39,40815,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_40_44,all,40-44,40,44,32711,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_45_49,all,45-49,45,49,26319,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_50_54,all,50-54,50,54,21541,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_55_59,all,55-59,55,59,17342,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_60_64,all,60-64,60,64,14740,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_65_69,all,65-69,65,69,12035,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT17,Petén,T_70PLUS,all,70+,70,,26559,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_TL,f,all,,,503242,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_TL,m,all,,,446129,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_TL,all,all,,,949371,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_00_04,f,0-4,0,4,47420,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_05_09,f,5-9,5,9,48931,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_10_14,f,10-14,10,14,48193,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_15_19,f,15-19,15,19,47610,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_20_24,f,20-24,20,24,52434,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_25_29,f,25-29,25,29,45930,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_30_34,f,30-34,30,34,42252,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_35_39,f,35-39,35,39,36191,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_40_44,f,40-44,40,44,28735,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_45_49,f,45-49,45,49,24054,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_50_54,f,50-54,50,54,20553,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_55_59,f,55-59,55,59,16979,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_60_64,f,60-64,60,64,13745,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_65_69,f,65-69,65,69,10720,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,F_70PLUS,f,70+,70,,19495,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_00_04,m,0-4,0,4,49543,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_05_09,m,5-9,5,9,50460,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_10_14,m,10-14,10,14,48480,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_15_19,m,15-19,15,19,44910,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_20_24,m,20-24,20,24,46157,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_25_29,m,25-29,25,29,39114,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_30_34,m,30-34,30,34,35453,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_35_39,m,35-39,35,39,28445,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_40_44,m,40-44,40,44,20341,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_45_49,m,45-49,45,49,16942,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_50_54,m,50-54,50,54,15639,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_55_59,m,55-59,55,59,12578,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_60_64,m,60-64,60,64,10358,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_65_69,m,65-69,65,69,8643,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,M_70PLUS,m,70+,70,,19066,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_00_04,all,0-4,0,4,96963,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_05_09,all,5-9,5,9,99391,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_10_14,all,10-14,10,14,96673,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_15_19,all,15-19,15,19,92520,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_20_24,all,20-24,20,24,98591,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_25_29,all,25-29,25,29,85044,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_30_34,all,30-34,30,34,77705,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_35_39,all,35-39,35,39,64636,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_40_44,all,40-44,40,44,49076,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_45_49,all,45-49,45,49,40996,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_50_54,all,50-54,50,54,36192,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_55_59,all,55-59,55,59,29557,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_60_64,all,60-64,60,64,24103,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_65_69,all,65-69,65,69,19363,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT09,Quetzaltenango,T_70PLUS,all,70+,70,,38561,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_TL,f,all,,,578370,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_TL,m,all,,,559407,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_TL,all,all,,,1137777,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_00_04,f,0-4,0,4,69157,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_05_09,f,5-9,5,9,69216,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_10_14,f,10-14,10,14,66217,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_15_19,f,15-19,15,19,59797,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_20_24,f,20-24,20,24,55481,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_25_29,f,25-29,25,29,46811,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_30_34,f,30-34,30,34,44564,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_35_39,f,35-39,35,39,37000,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_40_44,f,40-44,40,44,29545,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_45_49,f,45-49,45,49,24045,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_50_54,f,50-54,50,54,20681,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_55_59,f,55-59,55,59,15645,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_60_64,f,60-64,60,64,12339,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_65_69,f,65-69,65,69,9538,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,F_70PLUS,f,70+,70,,18334,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_00_04,m,0-4,0,4,72337,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_05_09,m,5-9,5,9,72241,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_10_14,m,10-14,10,14,69132,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_15_19,m,15-19,15,19,62947,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_20_24,m,20-24,20,24,58154,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_25_29,m,25-29,25,29,46978,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_30_34,m,30-34,30,34,40866,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_35_39,m,35-39,35,39,32295,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_40_44,m,40-44,40,44,24858,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_45_49,m,45-49,45,49,19684,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_50_54,m,50-54,50,54,16196,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_55_59,m,55-59,55,59,12161,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_60_64,m,60-64,60,64,9042,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_65_69,m,65-69,65,69,7034,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,M_70PLUS,m,70+,70,,15482,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_00_04,all,0-4,0,4,141494,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_05_09,all,5-9,5,9,141457,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_10_14,all,10-14,10,14,135349,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_15_19,all,15-19,15,19,122744,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_20_24,all,20-24,20,24,113635,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_25_29,all,25-29,25,29,93789,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_30_34,all,30-34,30,34,85430,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_35_39,all,35-39,35,39,69295,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_40_44,all,40-44,40,44,54403,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_45_49,all,45-49,45,49,43729,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_50_54,all,50-54,50,54,36877,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_55_59,all,55-59,55,59,27806,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_60_64,all,60-64,60,64,21381,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_65_69,all,65-69,65,69,16572,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT14,Quiché,T_70PLUS,all,70+,70,,33816,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_TL,f,all,,,196870,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_TL,m,all,,,194960,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_TL,all,all,,,391830,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_00_04,f,0-4,0,4,19248,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_05_09,f,5-9,5,9,19586,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_10_14,f,10-14,10,14,18827,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_15_19,f,15-19,15,19,18222,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_20_24,f,20-24,20,24,18315,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_25_29,f,25-29,25,29,18021,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_30_34,f,30-34,30,34,16926,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_35_39,f,35-39,35,39,14680,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_40_44,f,40-44,40,44,12097,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_45_49,f,45-49,45,49,9659,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_50_54,f,50-54,50,54,7999,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_55_59,f,55-59,55,59,6243,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_60_64,f,60-64,60,64,5118,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_65_69,f,65-69,65,69,4020,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,F_70PLUS,f,70+,70,,7909,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_00_04,m,0-4,0,4,20199,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_05_09,m,5-9,5,9,20783,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_10_14,m,10-14,10,14,20268,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_15_19,m,15-19,15,19,19883,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_20_24,m,20-24,20,24,19753,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_25_29,m,25-29,25,29,19056,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_30_34,m,30-34,30,34,16895,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_35_39,m,35-39,35,39,13777,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_40_44,m,40-44,40,44,10910,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_45_49,m,45-49,45,49,8555,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_50_54,m,50-54,50,54,6607,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_55_59,m,55-59,55,59,5219,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_60_64,m,60-64,60,64,4238,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_65_69,m,65-69,65,69,3269,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,M_70PLUS,m,70+,70,,5548,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_00_04,all,0-4,0,4,39447,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_05_09,all,5-9,5,9,40369,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_10_14,all,10-14,10,14,39095,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_15_19,all,15-19,15,19,38105,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_20_24,all,20-24,20,24,38068,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_25_29,all,25-29,25,29,37077,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_30_34,all,30-34,30,34,33821,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_35_39,all,35-39,35,39,28457,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_40_44,all,40-44,40,44,23007,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_45_49,all,45-49,45,49,18214,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_50_54,all,50-54,50,54,14606,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_55_59,all,55-59,55,59,11462,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_60_64,all,60-64,60,64,9356,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_65_69,all,65-69,65,69,7289,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT11,Retalhuleu,T_70PLUS,all,70+,70,,13457,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_TL,f,all,,,210201,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_TL,m,all,,,204301,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_TL,all,all,,,414502,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_00_04,f,0-4,0,4,15512,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_05_09,f,5-9,5,9,16506,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_10_14,f,10-14,10,14,17266,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_15_19,f,15-19,15,19,18630,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_20_24,f,20-24,20,24,20254,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_25_29,f,25-29,25,29,20399,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_30_34,f,30-34,30,34,19140,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_35_39,f,35-39,35,39,17136,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_40_44,f,40-44,40,44,14964,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_45_49,f,45-49,45,49,12937,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_50_54,f,50-54,50,54,10173,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_55_59,f,55-59,55,59,7937,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_60_64,f,60-64,60,64,6205,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_65_69,f,65-69,65,69,5125,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,F_70PLUS,f,70+,70,,8017,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_00_04,m,0-4,0,4,16289,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_05_09,m,5-9,5,9,17278,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_10_14,m,10-14,10,14,17973,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_15_19,m,15-19,15,19,18778,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_20_24,m,20-24,20,24,19869,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_25_29,m,25-29,25,29,19690,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_30_34,m,30-34,30,34,18264,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_35_39,m,35-39,35,39,16165,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_40_44,m,40-44,40,44,13811,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_45_49,m,45-49,45,49,12011,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_50_54,m,50-54,50,54,9285,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_55_59,m,55-59,55,59,7006,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_60_64,m,60-64,60,64,5459,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_65_69,m,65-69,65,69,4637,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,M_70PLUS,m,70+,70,,7786,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_00_04,all,0-4,0,4,31801,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_05_09,all,5-9,5,9,33784,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_10_14,all,10-14,10,14,35239,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_15_19,all,15-19,15,19,37408,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_20_24,all,20-24,20,24,40123,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_25_29,all,25-29,25,29,40089,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_30_34,all,30-34,30,34,37404,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_35_39,all,35-39,35,39,33301,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_40_44,all,40-44,40,44,28775,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_45_49,all,45-49,45,49,24948,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_50_54,all,50-54,50,54,19458,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_55_59,all,55-59,55,59,14943,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_60_64,all,60-64,60,64,11664,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_65_69,all,65-69,65,69,9762,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT03,Sacatepéquez,T_70PLUS,all,70+,70,,15803,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_TL,f,all,,,630231,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_TL,m,all,,,609273,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_TL,all,all,,,1239504,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_00_04,f,0-4,0,4,69773,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_05_09,f,5-9,5,9,72207,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_10_14,f,10-14,10,14,69620,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_15_19,f,15-19,15,19,66776,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_20_24,f,20-24,20,24,63210,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_25_29,f,25-29,25,29,51262,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_30_34,f,30-34,30,34,45207,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_35_39,f,35-39,35,39,36982,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_40_44,f,40-44,40,44,31526,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_45_49,f,45-49,45,49,26922,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_50_54,f,50-54,50,54,22403,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_55_59,f,55-59,55,59,18359,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_60_64,f,60-64,60,64,15280,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_65_69,f,65-69,65,69,12352,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,F_70PLUS,f,70+,70,,28352,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_00_04,m,0-4,0,4,72527,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_05_09,m,5-9,5,9,74812,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_10_14,m,10-14,10,14,71644,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_15_19,m,15-19,15,19,68232,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_20_24,m,20-24,20,24,63310,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_25_29,m,25-29,25,29,50692,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_30_34,m,30-34,30,34,44960,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_35_39,m,35-39,35,39,34423,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_40_44,m,40-44,40,44,27642,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_45_49,m,45-49,45,49,22037,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_50_54,m,50-54,50,54,17042,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_55_59,m,55-59,55,59,14363,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_60_64,m,60-64,60,64,12177,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_65_69,m,65-69,65,69,10297,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,M_70PLUS,m,70+,70,,25115,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_00_04,all,0-4,0,4,142300,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_05_09,all,5-9,5,9,147019,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_10_14,all,10-14,10,14,141264,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_15_19,all,15-19,15,19,135008,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_20_24,all,20-24,20,24,126520,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_25_29,all,25-29,25,29,101954,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_30_34,all,30-34,30,34,90167,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_35_39,all,35-39,35,39,71405,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_40_44,all,40-44,40,44,59168,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_45_49,all,45-49,45,49,48959,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_50_54,all,50-54,50,54,39445,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_55_59,all,55-59,55,59,32722,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_60_64,all,60-64,60,64,27457,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_65_69,all,65-69,65,69,22649,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT12,San Marcos,T_70PLUS,all,70+,70,,53467,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_TL,f,all,,,234084,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_TL,m,all,,,227935,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_TL,all,all,,,462019,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_00_04,f,0-4,0,4,19012,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_05_09,f,5-9,5,9,20654,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_10_14,f,10-14,10,14,21529,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_15_19,f,15-19,15,19,20731,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_20_24,f,20-24,20,24,22108,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_25_29,f,25-29,25,29,22209,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_30_34,f,30-34,30,34,20247,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_35_39,f,35-39,35,39,17597,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_40_44,f,40-44,40,44,15205,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_45_49,f,45-49,45,49,12734,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_50_54,f,50-54,50,54,10551,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_55_59,f,55-59,55,59,8592,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_60_64,f,60-64,60,64,6883,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_65_69,f,65-69,65,69,5385,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,F_70PLUS,f,70+,70,,10647,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_00_04,m,0-4,0,4,19914,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_05_09,m,5-9,5,9,21656,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_10_14,m,10-14,10,14,22588,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_15_19,m,15-19,15,19,21682,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_20_24,m,20-24,20,24,22400,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_25_29,m,25-29,25,29,21743,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_30_34,m,30-34,30,34,19749,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_35_39,m,35-39,35,39,17131,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_40_44,m,40-44,40,44,14068,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_45_49,m,45-49,45,49,11455,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_50_54,m,50-54,50,54,9188,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_55_59,m,55-59,55,59,7378,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_60_64,m,60-64,60,64,5813,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_65_69,m,65-69,65,69,4354,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,M_70PLUS,m,70+,70,,8816,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_00_04,all,0-4,0,4,38926,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_05_09,all,5-9,5,9,42310,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_10_14,all,10-14,10,14,44117,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_15_19,all,15-19,15,19,42413,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_20_24,all,20-24,20,24,44508,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_25_29,all,25-29,25,29,43952,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_30_34,all,30-34,30,34,39996,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_35_39,all,35-39,35,39,34728,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_40_44,all,40-44,40,44,29273,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_45_49,all,45-49,45,49,24189,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_50_54,all,50-54,50,54,19739,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_55_59,all,55-59,55,59,15970,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_60_64,all,60-64,60,64,12696,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_65_69,all,65-69,65,69,9739,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT06,Santa Rosa,T_70PLUS,all,70+,70,,19463,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_TL,f,all,,,254024,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_TL,m,all,,,240566,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_TL,all,all,,,494590,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_00_04,f,0-4,0,4,23925,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_05_09,f,5-9,5,9,24273,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_10_14,f,10-14,10,14,23170,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_15_19,f,15-19,15,19,25052,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_20_24,f,20-24,20,24,25258,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_25_29,f,25-29,25,29,25412,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_30_34,f,30-34,30,34,22803,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_35_39,f,35-39,35,39,18667,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_40_44,f,40-44,40,44,15737,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_45_49,f,45-49,45,49,12797,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_50_54,f,50-54,50,54,10259,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_55_59,f,55-59,55,59,7746,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_60_64,f,60-64,60,64,5905,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_65_69,f,65-69,65,69,4581,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,F_70PLUS,f,70+,70,,8439,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_00_04,m,0-4,0,4,25077,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_05_09,m,5-9,5,9,25493,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_10_14,m,10-14,10,14,24298,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_15_19,m,15-19,15,19,25874,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_20_24,m,20-24,20,24,25398,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_25_29,m,25-29,25,29,24279,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_30_34,m,30-34,30,34,20813,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_35_39,m,35-39,35,39,16131,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_40_44,m,40-44,40,44,12535,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_45_49,m,45-49,45,49,10176,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_50_54,m,50-54,50,54,8198,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_55_59,m,55-59,55,59,6282,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_60_64,m,60-64,60,64,4828,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_65_69,m,65-69,65,69,3577,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,M_70PLUS,m,70+,70,,7607,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_00_04,all,0-4,0,4,49002,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_05_09,all,5-9,5,9,49766,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_10_14,all,10-14,10,14,47468,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_15_19,all,15-19,15,19,50926,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_20_24,all,20-24,20,24,50656,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_25_29,all,25-29,25,29,49691,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_30_34,all,30-34,30,34,43616,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_35_39,all,35-39,35,39,34798,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_40_44,all,40-44,40,44,28272,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_45_49,all,45-49,45,49,22973,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_50_54,all,50-54,50,54,18457,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_55_59,all,55-59,55,59,14028,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_60_64,all,60-64,60,64,10733,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_65_69,all,65-69,65,69,8158,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT07,Sololá,T_70PLUS,all,70+,70,,16046,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_TL,f,all,,,319403,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_TL,m,all,,,313860,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_TL,all,all,,,633263,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_00_04,f,0-4,0,4,31437,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_05_09,f,5-9,5,9,32112,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_10_14,f,10-14,10,14,32617,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_15_19,f,15-19,15,19,35740,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_20_24,f,20-24,20,24,31817,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_25_29,f,25-29,25,29,27294,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_30_34,f,30-34,30,34,24545,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_35_39,f,35-39,35,39,20391,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_40_44,f,40-44,40,44,17705,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_45_49,f,45-49,45,49,14674,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_50_54,f,50-54,50,54,11924,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_55_59,f,55-59,55,59,10094,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_60_64,f,60-64,60,64,8312,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_65_69,f,65-69,65,69,6492,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,F_70PLUS,f,70+,70,,14249,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_00_04,m,0-4,0,4,32872,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_05_09,m,5-9,5,9,33518,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_10_14,m,10-14,10,14,33839,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_15_19,m,15-19,15,19,37307,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_20_24,m,20-24,20,24,33808,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_25_29,m,25-29,25,29,27984,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_30_34,m,30-34,30,34,24088,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_35_39,m,35-39,35,39,18966,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_40_44,m,40-44,40,44,16533,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_45_49,m,45-49,45,49,12700,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_50_54,m,50-54,50,54,9879,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_55_59,m,55-59,55,59,8185,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_60_64,m,60-64,60,64,6879,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_65_69,m,65-69,65,69,5438,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,M_70PLUS,m,70+,70,,11864,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_00_04,all,0-4,0,4,64309,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_05_09,all,5-9,5,9,65630,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_10_14,all,10-14,10,14,66456,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_15_19,all,15-19,15,19,73047,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_20_24,all,20-24,20,24,65625,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_25_29,all,25-29,25,29,55278,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_30_34,all,30-34,30,34,48633,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_35_39,all,35-39,35,39,39357,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_40_44,all,40-44,40,44,34238,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_45_49,all,45-49,45,49,27374,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_50_54,all,50-54,50,54,21803,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_55_59,all,55-59,55,59,18279,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_60_64,all,60-64,60,64,15191,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_65_69,all,65-69,65,69,11930,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT10,Suchitepéquez,T_70PLUS,all,70+,70,,26113,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_TL,f,all,,,269033,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_TL,m,all,,,245723,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_TL,all,all,,,514756,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_00_04,f,0-4,0,4,30126,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_05_09,f,5-9,5,9,29571,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_10_14,f,10-14,10,14,27022,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_15_19,f,15-19,15,19,25779,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_20_24,f,20-24,20,24,25894,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_25_29,f,25-29,25,29,24112,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_30_34,f,30-34,30,34,22349,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_35_39,f,35-39,35,39,19005,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_40_44,f,40-44,40,44,14326,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_45_49,f,45-49,45,49,11326,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_50_54,f,50-54,50,54,9790,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_55_59,f,55-59,55,59,8136,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_60_64,f,60-64,60,64,6327,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_65_69,f,65-69,65,69,4909,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,F_70PLUS,f,70+,70,,10361,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_00_04,m,0-4,0,4,31505,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_05_09,m,5-9,5,9,30973,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_10_14,m,10-14,10,14,28250,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_15_19,m,15-19,15,19,26566,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_20_24,m,20-24,20,24,25724,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_25_29,m,25-29,25,29,21381,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_30_34,m,30-34,30,34,19217,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_35_39,m,35-39,35,39,15098,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_40_44,m,40-44,40,44,10283,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_45_49,m,45-49,45,49,7915,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_50_54,m,50-54,50,54,6795,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_55_59,m,55-59,55,59,5681,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_60_64,m,60-64,60,64,4509,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_65_69,m,65-69,65,69,3449,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,M_70PLUS,m,70+,70,,8377,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_00_04,all,0-4,0,4,61631,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_05_09,all,5-9,5,9,60544,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_10_14,all,10-14,10,14,55272,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_15_19,all,15-19,15,19,52345,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_20_24,all,20-24,20,24,51618,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_25_29,all,25-29,25,29,45493,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_30_34,all,30-34,30,34,41566,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_35_39,all,35-39,35,39,34103,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_40_44,all,40-44,40,44,24609,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_45_49,all,45-49,45,49,19241,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_50_54,all,50-54,50,54,16585,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_55_59,all,55-59,55,59,13817,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_60_64,all,60-64,60,64,10836,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_65_69,all,65-69,65,69,8358,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT08,Totonicapán,T_70PLUS,all,70+,70,,18738,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_TL,f,all,,,142153,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_TL,m,all,,,136428,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_TL,all,all,,,278581,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_00_04,f,0-4,0,4,13829,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_05_09,f,5-9,5,9,13919,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_10_14,f,10-14,10,14,14101,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_15_19,f,15-19,15,19,13056,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_20_24,f,20-24,20,24,13853,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_25_29,f,25-29,25,29,12212,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_30_34,f,30-34,30,34,10544,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_35_39,f,35-39,35,39,8895,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_40_44,f,40-44,40,44,7736,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_45_49,f,45-49,45,49,6975,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_50_54,f,50-54,50,54,6041,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_55_59,f,55-59,55,59,5133,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_60_64,f,60-64,60,64,4491,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_65_69,f,65-69,65,69,3776,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,F_70PLUS,f,70+,70,,7592,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_00_04,m,0-4,0,4,14466,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_05_09,m,5-9,5,9,14414,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_10_14,m,10-14,10,14,14598,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_15_19,m,15-19,15,19,13365,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_20_24,m,20-24,20,24,13829,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_25_29,m,25-29,25,29,11993,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_30_34,m,30-34,30,34,10417,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_35_39,m,35-39,35,39,9013,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_40_44,m,40-44,40,44,7320,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_45_49,m,45-49,45,49,5437,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_50_54,m,50-54,50,54,4126,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_55_59,m,55-59,55,59,3789,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_60_64,m,60-64,60,64,3597,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_65_69,m,65-69,65,69,3167,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,M_70PLUS,m,70+,70,,6897,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_00_04,all,0-4,0,4,28295,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_05_09,all,5-9,5,9,28333,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_10_14,all,10-14,10,14,28699,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_15_19,all,15-19,15,19,26421,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_20_24,all,20-24,20,24,27682,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_25_29,all,25-29,25,29,24205,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_30_34,all,30-34,30,34,20961,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_35_39,all,35-39,35,39,17908,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_40_44,all,40-44,40,44,15056,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_45_49,all,45-49,45,49,12412,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_50_54,all,50-54,50,54,10167,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_55_59,all,55-59,55,59,8922,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_60_64,all,60-64,60,64,8088,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_65_69,all,65-69,65,69,6943,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,GT19,Zacapa,T_70PLUS,all,70+,70,,14489,2024,Instituto Nacional de Estadística (INE),UNFPA +GIN,Guinea,GN001,Boke,F_TL,f,all,,,735112,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_TL,m,all,,,706583,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_TL,all,all,,,1441695,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_00_04,f,0-4,0,4,113273,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_05_09,f,5-9,5,9,101995,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_10_14,f,10-14,10,14,90607,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_15_19,f,15-19,15,19,80475,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_20_24,f,20-24,20,24,63569,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_25_29,f,25-29,25,29,58431,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_30_34,f,30-34,30,34,50113,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_35_39,f,35-39,35,39,43114,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_40_44,f,40-44,40,44,34406,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_45_49,f,45-49,45,49,27346,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_50_54,f,50-54,50,54,21072,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_55_59,f,55-59,55,59,15042,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_60_64,f,60-64,60,64,12246,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_65_69,f,65-69,65,69,8398,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_70_74,f,70-74,70,74,6727,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_75_79,f,75-79,75,79,4089,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,F_80PLUS,f,80+,80,,4209,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_00_04,m,0-4,0,4,116304,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_05_09,m,5-9,5,9,104977,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_10_14,m,10-14,10,14,97383,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_15_19,m,15-19,15,19,84541,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_20_24,m,20-24,20,24,61056,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_25_29,m,25-29,25,29,51932,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_30_34,m,30-34,30,34,39600,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_35_39,m,35-39,35,39,34052,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_40_44,m,40-44,40,44,26060,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_45_49,m,45-49,45,49,21541,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_50_54,m,50-54,50,54,17858,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_55_59,m,55-59,55,59,14442,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_60_64,m,60-64,60,64,12391,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_65_69,m,65-69,65,69,9279,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_70_74,m,70-74,70,74,7023,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_75_79,m,75-79,75,79,4359,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,M_80PLUS,m,80+,80,,3785,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_00_04,all,0-4,0,4,229577,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_05_09,all,5-9,5,9,206972,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_10_14,all,10-14,10,14,187990,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_15_19,all,15-19,15,19,165016,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_20_24,all,20-24,20,24,124625,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_25_29,all,25-29,25,29,110363,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_30_34,all,30-34,30,34,89713,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_35_39,all,35-39,35,39,77166,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_40_44,all,40-44,40,44,60466,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_45_49,all,45-49,45,49,48887,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_50_54,all,50-54,50,54,38930,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_55_59,all,55-59,55,59,29484,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_60_64,all,60-64,60,64,24637,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_65_69,all,65-69,65,69,17677,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_70_74,all,70-74,70,74,13750,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_75_79,all,75-79,75,79,8448,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN001,Boke,T_80PLUS,all,80+,80,,7994,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_TL,f,all,,,1093289,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_TL,m,all,,,1118146,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_TL,all,all,,,2211435,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_00_04,f,0-4,0,4,131168,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_05_09,f,5-9,5,9,122366,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_10_14,f,10-14,10,14,149135,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_15_19,f,15-19,15,19,140314,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_20_24,f,20-24,20,24,143929,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_25_29,f,25-29,25,29,101063,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_30_34,f,30-34,30,34,82546,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_35_39,f,35-39,35,39,60088,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_40_44,f,40-44,40,44,45932,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_45_49,f,45-49,45,49,35259,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_50_54,f,50-54,50,54,25528,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_55_59,f,55-59,55,59,22529,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_60_64,f,60-64,60,64,12570,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_65_69,f,65-69,65,69,8897,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_70_74,f,70-74,70,74,5358,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_75_79,f,75-79,75,79,3457,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,F_80PLUS,f,80+,80,,3150,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_00_04,m,0-4,0,4,130898,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_05_09,m,5-9,5,9,111759,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_10_14,m,10-14,10,14,126196,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_15_19,m,15-19,15,19,138708,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_20_24,m,20-24,20,24,164147,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_25_29,m,25-29,25,29,121442,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_30_34,m,30-34,30,34,86444,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_35_39,m,35-39,35,39,63476,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_40_44,m,40-44,40,44,49270,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_45_49,m,45-49,45,49,36506,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_50_54,m,50-54,50,54,28458,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_55_59,m,55-59,55,59,21999,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_60_64,m,60-64,60,64,16313,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_65_69,m,65-69,65,69,10418,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_70_74,m,70-74,70,74,6711,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_75_79,m,75-79,75,79,3356,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,M_80PLUS,m,80+,80,,2045,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_00_04,all,0-4,0,4,262066,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_05_09,all,5-9,5,9,234125,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_10_14,all,10-14,10,14,275331,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_15_19,all,15-19,15,19,279022,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_20_24,all,20-24,20,24,308076,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_25_29,all,25-29,25,29,222505,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_30_34,all,30-34,30,34,168990,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_35_39,all,35-39,35,39,123564,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_40_44,all,40-44,40,44,95202,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_45_49,all,45-49,45,49,71765,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_50_54,all,50-54,50,54,53986,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_55_59,all,55-59,55,59,44528,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_60_64,all,60-64,60,64,28883,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_65_69,all,65-69,65,69,19315,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_70_74,all,70-74,70,74,12069,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_75_79,all,75-79,75,79,6813,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN002,Conakry,T_80PLUS,all,80+,80,,5195,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_TL,f,all,,,648643,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_TL,m,all,,,604554,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_TL,all,all,,,1253197,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_00_04,f,0-4,0,4,100040,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_05_09,f,5-9,5,9,98714,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_10_14,f,10-14,10,14,82964,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_15_19,f,15-19,15,19,63412,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_20_24,f,20-24,20,24,47133,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_25_29,f,25-29,25,29,45550,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_30_34,f,30-34,30,34,44572,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_35_39,f,35-39,35,39,39183,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_40_44,f,40-44,40,44,32157,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_45_49,f,45-49,45,49,25963,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_50_54,f,50-54,50,54,20612,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_55_59,f,55-59,55,59,15729,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_60_64,f,60-64,60,64,11691,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_65_69,f,65-69,65,69,8150,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_70_74,f,70-74,70,74,5917,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_75_79,f,75-79,75,79,3691,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,F_80PLUS,f,80+,80,,3165,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_00_04,m,0-4,0,4,101822,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_05_09,m,5-9,5,9,100017,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_10_14,m,10-14,10,14,93196,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_15_19,m,15-19,15,19,69024,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_20_24,m,20-24,20,24,42805,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_25_29,m,25-29,25,29,33997,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_30_34,m,30-34,30,34,29372,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_35_39,m,35-39,35,39,25635,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_40_44,m,40-44,40,44,21734,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_45_49,m,45-49,45,49,19564,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_50_54,m,50-54,50,54,16653,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_55_59,m,55-59,55,59,14841,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_60_64,m,60-64,60,64,11682,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_65_69,m,65-69,65,69,9387,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_70_74,m,70-74,70,74,6718,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_75_79,m,75-79,75,79,4520,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,M_80PLUS,m,80+,80,,3587,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_00_04,all,0-4,0,4,201862,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_05_09,all,5-9,5,9,198731,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_10_14,all,10-14,10,14,176160,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_15_19,all,15-19,15,19,132436,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_20_24,all,20-24,20,24,89938,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_25_29,all,25-29,25,29,79547,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_30_34,all,30-34,30,34,73944,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_35_39,all,35-39,35,39,64818,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_40_44,all,40-44,40,44,53891,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_45_49,all,45-49,45,49,45527,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_50_54,all,50-54,50,54,37265,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_55_59,all,55-59,55,59,30570,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_60_64,all,60-64,60,64,23373,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_65_69,all,65-69,65,69,17537,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_70_74,all,70-74,70,74,12635,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_75_79,all,75-79,75,79,8211,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN003,Faranah,T_80PLUS,all,80+,80,,6752,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_TL,f,all,,,1306734,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_TL,m,all,,,1305764,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_TL,all,all,,,2612498,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_00_04,f,0-4,0,4,243455,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_05_09,f,5-9,5,9,198406,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_10_14,f,10-14,10,14,162316,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_15_19,f,15-19,15,19,145068,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_20_24,f,20-24,20,24,108638,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_25_29,f,25-29,25,29,98617,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_30_34,f,30-34,30,34,84468,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_35_39,f,35-39,35,39,69232,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_40_44,f,40-44,40,44,50553,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_45_49,f,45-49,45,49,40207,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_50_54,f,50-54,50,54,29814,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_55_59,f,55-59,55,59,23094,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_60_64,f,60-64,60,64,17384,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_65_69,f,65-69,65,69,13823,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_70_74,f,70-74,70,74,9424,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_75_79,f,75-79,75,79,6443,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,F_80PLUS,f,80+,80,,5792,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_00_04,m,0-4,0,4,247803,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_05_09,m,5-9,5,9,207370,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_10_14,m,10-14,10,14,173171,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_15_19,m,15-19,15,19,146453,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_20_24,m,20-24,20,24,111737,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_25_29,m,25-29,25,29,97947,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_30_34,m,30-34,30,34,74753,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_35_39,m,35-39,35,39,58164,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_40_44,m,40-44,40,44,43908,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_45_49,m,45-49,45,49,37169,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_50_54,m,50-54,50,54,29126,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_55_59,m,55-59,55,59,23636,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_60_64,m,60-64,60,64,17995,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_65_69,m,65-69,65,69,14551,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_70_74,m,70-74,70,74,9634,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_75_79,m,75-79,75,79,6734,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,M_80PLUS,m,80+,80,,5613,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_00_04,all,0-4,0,4,491258,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_05_09,all,5-9,5,9,405776,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_10_14,all,10-14,10,14,335487,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_15_19,all,15-19,15,19,291521,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_20_24,all,20-24,20,24,220375,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_25_29,all,25-29,25,29,196564,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_30_34,all,30-34,30,34,159221,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_35_39,all,35-39,35,39,127396,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_40_44,all,40-44,40,44,94461,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_45_49,all,45-49,45,49,77376,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_50_54,all,50-54,50,54,58940,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_55_59,all,55-59,55,59,46730,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_60_64,all,60-64,60,64,35379,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_65_69,all,65-69,65,69,28374,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_70_74,all,70-74,70,74,19058,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_75_79,all,75-79,75,79,13177,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN004,Kankan,T_80PLUS,all,80+,80,,11405,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_TL,f,all,,,1073286,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_TL,m,all,,,1003590,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_TL,all,all,,,2076876,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_00_04,f,0-4,0,4,167335,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_05_09,f,5-9,5,9,150253,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_10_14,f,10-14,10,14,130975,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_15_19,f,15-19,15,19,114961,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_20_24,f,20-24,20,24,99377,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_25_29,f,25-29,25,29,81783,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_30_34,f,30-34,30,34,75929,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_35_39,f,35-39,35,39,61554,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_40_44,f,40-44,40,44,51768,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_45_49,f,45-49,45,49,37953,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_50_54,f,50-54,50,54,31107,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_55_59,f,55-59,55,59,19890,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_60_64,f,60-64,60,64,18059,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_65_69,f,65-69,65,69,11300,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_70_74,f,70-74,70,74,9614,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_75_79,f,75-79,75,79,5237,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,F_80PLUS,f,80+,80,,6191,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_00_04,m,0-4,0,4,169274,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_05_09,m,5-9,5,9,155765,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_10_14,m,10-14,10,14,137865,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_15_19,m,15-19,15,19,111662,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_20_24,m,20-24,20,24,86685,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_25_29,m,25-29,25,29,68083,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_30_34,m,30-34,30,34,55802,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_35_39,m,35-39,35,39,45794,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_40_44,m,40-44,40,44,39584,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_45_49,m,45-49,45,49,31097,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_50_54,m,50-54,50,54,27766,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_55_59,m,55-59,55,59,20545,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_60_64,m,60-64,60,64,18843,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_65_69,m,65-69,65,69,13031,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_70_74,m,70-74,70,74,10166,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_75_79,m,75-79,75,79,5835,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,M_80PLUS,m,80+,80,,5793,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_00_04,all,0-4,0,4,336609,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_05_09,all,5-9,5,9,306018,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_10_14,all,10-14,10,14,268840,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_15_19,all,15-19,15,19,226623,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_20_24,all,20-24,20,24,186062,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_25_29,all,25-29,25,29,149866,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_30_34,all,30-34,30,34,131731,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_35_39,all,35-39,35,39,107348,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_40_44,all,40-44,40,44,91352,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_45_49,all,45-49,45,49,69050,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_50_54,all,50-54,50,54,58873,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_55_59,all,55-59,55,59,40435,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_60_64,all,60-64,60,64,36902,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_65_69,all,65-69,65,69,24331,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_70_74,all,70-74,70,74,19780,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_75_79,all,75-79,75,79,11072,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN005,Kindia,T_80PLUS,all,80+,80,,11984,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_TL,f,all,,,721104,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_TL,m,all,,,599870,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_TL,all,all,,,1320974,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_00_04,f,0-4,0,4,99040,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_05_09,f,5-9,5,9,94012,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_10_14,f,10-14,10,14,90964,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_15_19,f,15-19,15,19,65336,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_20_24,f,20-24,20,24,48761,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_25_29,f,25-29,25,29,48051,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_30_34,f,30-34,30,34,45423,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_35_39,f,35-39,35,39,46414,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_40_44,f,40-44,40,44,37895,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_45_49,f,45-49,45,49,35092,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_50_54,f,50-54,50,54,27517,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_55_59,f,55-59,55,59,24928,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_60_64,f,60-64,60,64,17812,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_65_69,f,65-69,65,69,15739,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_70_74,f,70-74,70,74,10447,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_75_79,f,75-79,75,79,7644,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,F_80PLUS,f,80+,80,,6029,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_00_04,m,0-4,0,4,101220,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_05_09,m,5-9,5,9,92998,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_10_14,m,10-14,10,14,91791,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_15_19,m,15-19,15,19,64311,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_20_24,m,20-24,20,24,41044,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_25_29,m,25-29,25,29,34132,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_30_34,m,30-34,30,34,26965,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_35_39,m,35-39,35,39,25034,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_40_44,m,40-44,40,44,19874,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_45_49,m,45-49,45,49,19056,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_50_54,m,50-54,50,54,16385,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_55_59,m,55-59,55,59,16892,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_60_64,m,60-64,60,64,14233,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_65_69,m,65-69,65,69,13939,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_70_74,m,70-74,70,74,9883,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_75_79,m,75-79,75,79,7043,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,M_80PLUS,m,80+,80,,5070,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_00_04,all,0-4,0,4,200260,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_05_09,all,5-9,5,9,187010,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_10_14,all,10-14,10,14,182755,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_15_19,all,15-19,15,19,129647,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_20_24,all,20-24,20,24,89805,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_25_29,all,25-29,25,29,82183,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_30_34,all,30-34,30,34,72388,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_35_39,all,35-39,35,39,71448,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_40_44,all,40-44,40,44,57769,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_45_49,all,45-49,45,49,54148,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_50_54,all,50-54,50,54,43902,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_55_59,all,55-59,55,59,41820,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_60_64,all,60-64,60,64,32045,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_65_69,all,65-69,65,69,29678,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_70_74,all,70-74,70,74,20330,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_75_79,all,75-79,75,79,14687,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN006,Labe,T_80PLUS,all,80+,80,,11099,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_TL,f,all,,,527554,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_TL,m,all,,,444788,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_TL,all,all,,,972342,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_00_04,f,0-4,0,4,69179,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_05_09,f,5-9,5,9,66650,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_10_14,f,10-14,10,14,65489,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_15_19,f,15-19,15,19,43231,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_20_24,f,20-24,20,24,34286,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_25_29,f,25-29,25,29,32784,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_30_34,f,30-34,30,34,36211,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_35_39,f,35-39,35,39,33757,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_40_44,f,40-44,40,44,30808,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_45_49,f,45-49,45,49,26065,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_50_54,f,50-54,50,54,23255,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_55_59,f,55-59,55,59,19254,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_60_64,f,60-64,60,64,15320,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_65_69,f,65-69,65,69,11826,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_70_74,f,70-74,70,74,8969,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_75_79,f,75-79,75,79,5689,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,F_80PLUS,f,80+,80,,4781,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_00_04,m,0-4,0,4,72390,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_05_09,m,5-9,5,9,69678,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_10_14,m,10-14,10,14,69187,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_15_19,m,15-19,15,19,42562,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_20_24,m,20-24,20,24,27254,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_25_29,m,25-29,25,29,21466,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_30_34,m,30-34,30,34,20011,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_35_39,m,35-39,35,39,18362,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_40_44,m,40-44,40,44,16895,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_45_49,m,45-49,45,49,15217,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_50_54,m,50-54,50,54,14432,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_55_59,m,55-59,55,59,13990,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_60_64,m,60-64,60,64,12242,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_65_69,m,65-69,65,69,10910,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_70_74,m,70-74,70,74,8927,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_75_79,m,75-79,75,79,6320,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,M_80PLUS,m,80+,80,,4945,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_00_04,all,0-4,0,4,141569,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_05_09,all,5-9,5,9,136328,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_10_14,all,10-14,10,14,134676,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_15_19,all,15-19,15,19,85793,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_20_24,all,20-24,20,24,61540,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_25_29,all,25-29,25,29,54250,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_30_34,all,30-34,30,34,56222,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_35_39,all,35-39,35,39,52119,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_40_44,all,40-44,40,44,47703,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_45_49,all,45-49,45,49,41282,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_50_54,all,50-54,50,54,37687,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_55_59,all,55-59,55,59,33244,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_60_64,all,60-64,60,64,27562,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_65_69,all,65-69,65,69,22736,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_70_74,all,70-74,70,74,17896,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_75_79,all,75-79,75,79,12009,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN007,Mamou,T_80PLUS,all,80+,80,,9726,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_TL,f,all,,,1078130,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_TL,m,all,,,1022641,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_TL,all,all,,,2100771,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_00_04,f,0-4,0,4,164988,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_05_09,f,5-9,5,9,150479,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_10_14,f,10-14,10,14,126603,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_15_19,f,15-19,15,19,119918,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_20_24,f,20-24,20,24,89928,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_25_29,f,25-29,25,29,81072,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_30_34,f,30-34,30,34,75091,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_35_39,f,35-39,35,39,67231,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_40_44,f,40-44,40,44,51110,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_45_49,f,45-49,45,49,42750,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_50_54,f,50-54,50,54,32328,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_55_59,f,55-59,55,59,24690,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_60_64,f,60-64,60,64,17127,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_65_69,f,65-69,65,69,13038,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_70_74,f,70-74,70,74,9064,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_75_79,f,75-79,75,79,6309,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,F_80PLUS,f,80+,80,,6404,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_00_04,m,0-4,0,4,167012,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_05_09,m,5-9,5,9,154361,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_10_14,m,10-14,10,14,143464,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_15_19,m,15-19,15,19,124934,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_20_24,m,20-24,20,24,81553,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_25_29,m,25-29,25,29,66327,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_30_34,m,30-34,30,34,58097,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_35_39,m,35-39,35,39,48650,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_40_44,m,40-44,40,44,40929,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_45_49,m,45-49,45,49,34674,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_50_54,m,50-54,50,54,29053,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_55_59,m,55-59,55,59,22779,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_60_64,m,60-64,60,64,17736,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_65_69,m,65-69,65,69,12946,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_70_74,m,70-74,70,74,9128,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_75_79,m,75-79,75,79,5410,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,M_80PLUS,m,80+,80,,5588,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_00_04,all,0-4,0,4,332000,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_05_09,all,5-9,5,9,304840,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_10_14,all,10-14,10,14,270067,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_15_19,all,15-19,15,19,244852,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_20_24,all,20-24,20,24,171481,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_25_29,all,25-29,25,29,147399,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_30_34,all,30-34,30,34,133188,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_35_39,all,35-39,35,39,115881,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_40_44,all,40-44,40,44,92039,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_45_49,all,45-49,45,49,77424,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_50_54,all,50-54,50,54,61381,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_55_59,all,55-59,55,59,47469,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_60_64,all,60-64,60,64,34863,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_65_69,all,65-69,65,69,25984,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_70_74,all,70-74,70,74,18192,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_75_79,all,75-79,75,79,11719,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,GN008,Nzerekore,T_80PLUS,all,80+,80,,11992,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_TL,f,all,,,13982,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_TL,m,all,,,15828,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_TL,all,all,,,29810,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_00_04,f,0-4,0,4,1655,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_05_09,f,5-9,5,9,1718,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_10_14,f,10-14,10,14,1858,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_15_19,f,15-19,15,19,1582,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_20_24,f,20-24,20,24,1418,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_25_29,f,25-29,25,29,1080,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_30_34,f,30-34,30,34,768,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_35_39,f,35-39,35,39,606,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_40_44,f,40-44,40,44,550,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_45_49,f,45-49,45,49,573,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_50_54,f,50-54,50,54,455,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_55_59,f,55-59,55,59,437,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_60_64,f,60-64,60,64,354,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_65_69,f,65-69,65,69,396,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_70_74,f,70-74,70,74,236,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_75_79,f,75-79,75,79,180,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,F_80PLUS,f,80+,80,,116,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_00_04,m,0-4,0,4,1732,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_05_09,m,5-9,5,9,1754,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_10_14,m,10-14,10,14,1856,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_15_19,m,15-19,15,19,1716,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_20_24,m,20-24,20,24,1667,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_25_29,m,25-29,25,29,1343,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_30_34,m,30-34,30,34,1037,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_35_39,m,35-39,35,39,788,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_40_44,m,40-44,40,44,748,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_45_49,m,45-49,45,49,742,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_50_54,m,50-54,50,54,672,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_55_59,m,55-59,55,59,502,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_60_64,m,60-64,60,64,380,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_65_69,m,65-69,65,69,407,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_70_74,m,70-74,70,74,209,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_75_79,m,75-79,75,79,153,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,M_80PLUS,m,80+,80,,122,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_00_04,all,0-4,0,4,3387,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_05_09,all,5-9,5,9,3472,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_10_14,all,10-14,10,14,3714,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_15_19,all,15-19,15,19,3298,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_20_24,all,20-24,20,24,3085,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_25_29,all,25-29,25,29,2423,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_30_34,all,30-34,30,34,1805,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_35_39,all,35-39,35,39,1394,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_40_44,all,40-44,40,44,1298,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_45_49,all,45-49,45,49,1315,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_50_54,all,50-54,50,54,1127,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_55_59,all,55-59,55,59,939,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_60_64,all,60-64,60,64,734,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_65_69,all,65-69,65,69,803,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_70_74,all,70-74,70,74,445,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_75_79,all,75-79,75,79,333,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY01,BARIMA-WAINI,T_80PLUS,all,80+,80,,238,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_TL,f,all,,,20869,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_TL,m,all,,,21642,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_TL,all,all,,,42511,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_00_04,f,0-4,0,4,1514,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_05_09,f,5-9,5,9,1642,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_10_14,f,10-14,10,14,1878,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_15_19,f,15-19,15,19,2304,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_20_24,f,20-24,20,24,2067,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_25_29,f,25-29,25,29,1658,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_30_34,f,30-34,30,34,1242,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_35_39,f,35-39,35,39,1097,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_40_44,f,40-44,40,44,1203,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_45_49,f,45-49,45,49,1162,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_50_54,f,50-54,50,54,1140,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_55_59,f,55-59,55,59,1077,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_60_64,f,60-64,60,64,943,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_65_69,f,65-69,65,69,786,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_70_74,f,70-74,70,74,523,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_75_79,f,75-79,75,79,311,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,F_80PLUS,f,80+,80,,322,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_00_04,m,0-4,0,4,1583,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_05_09,m,5-9,5,9,1615,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_10_14,m,10-14,10,14,1942,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_15_19,m,15-19,15,19,2409,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_20_24,m,20-24,20,24,2364,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_25_29,m,25-29,25,29,1937,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_30_34,m,30-34,30,34,1430,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_35_39,m,35-39,35,39,1160,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_40_44,m,40-44,40,44,1284,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_45_49,m,45-49,45,49,1367,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_50_54,m,50-54,50,54,1303,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_55_59,m,55-59,55,59,1026,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_60_64,m,60-64,60,64,832,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_65_69,m,65-69,65,69,581,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_70_74,m,70-74,70,74,414,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_75_79,m,75-79,75,79,220,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,M_80PLUS,m,80+,80,,175,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_00_04,all,0-4,0,4,3097,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_05_09,all,5-9,5,9,3257,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_10_14,all,10-14,10,14,3820,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_15_19,all,15-19,15,19,4713,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_20_24,all,20-24,20,24,4431,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_25_29,all,25-29,25,29,3595,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_30_34,all,30-34,30,34,2672,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_35_39,all,35-39,35,39,2257,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_40_44,all,40-44,40,44,2487,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_45_49,all,45-49,45,49,2529,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_50_54,all,50-54,50,54,2443,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_55_59,all,55-59,55,59,2103,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_60_64,all,60-64,60,64,1775,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_65_69,all,65-69,65,69,1367,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_70_74,all,70-74,70,74,937,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_75_79,all,75-79,75,79,531,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY02,POMEROON-SUPENAAM,T_80PLUS,all,80+,80,,497,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_TL,f,all,,,60109,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_TL,m,all,,,61065,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_TL,all,all,,,121174,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_00_04,f,0-4,0,4,3978,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_05_09,f,5-9,5,9,4015,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_10_14,f,10-14,10,14,4785,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_15_19,f,15-19,15,19,6076,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_20_24,f,20-24,20,24,6567,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_25_29,f,25-29,25,29,5600,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_30_34,f,30-34,30,34,4516,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_35_39,f,35-39,35,39,3952,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_40_44,f,40-44,40,44,3802,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_45_49,f,45-49,45,49,3544,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_50_54,f,50-54,50,54,3254,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_55_59,f,55-59,55,59,2883,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_60_64,f,60-64,60,64,2502,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_65_69,f,65-69,65,69,1964,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_70_74,f,70-74,70,74,1301,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_75_79,f,75-79,75,79,707,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,F_80PLUS,f,80+,80,,663,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_00_04,m,0-4,0,4,4062,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_05_09,m,5-9,5,9,4247,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_10_14,m,10-14,10,14,5048,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_15_19,m,15-19,15,19,6170,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_20_24,m,20-24,20,24,6686,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_25_29,m,25-29,25,29,5829,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_30_34,m,30-34,30,34,4907,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_35_39,m,35-39,35,39,4378,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_40_44,m,40-44,40,44,4150,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_45_49,m,45-49,45,49,3891,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_50_54,m,50-54,50,54,3567,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_55_59,m,55-59,55,59,2997,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_60_64,m,60-64,60,64,2038,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_65_69,m,65-69,65,69,1383,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_70_74,m,70-74,70,74,929,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_75_79,m,75-79,75,79,437,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,M_80PLUS,m,80+,80,,346,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_00_04,all,0-4,0,4,8040,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_05_09,all,5-9,5,9,8262,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_10_14,all,10-14,10,14,9833,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_15_19,all,15-19,15,19,12246,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_20_24,all,20-24,20,24,13253,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_25_29,all,25-29,25,29,11429,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_30_34,all,30-34,30,34,9423,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_35_39,all,35-39,35,39,8330,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_40_44,all,40-44,40,44,7952,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_45_49,all,45-49,45,49,7435,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_50_54,all,50-54,50,54,6821,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_55_59,all,55-59,55,59,5880,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_60_64,all,60-64,60,64,4540,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_65_69,all,65-69,65,69,3347,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_70_74,all,70-74,70,74,2230,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_75_79,all,75-79,75,79,1144,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY03,ESSEQUIBO ISLANDS-WEST DEMERARA,T_80PLUS,all,80+,80,,1009,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_TL,f,all,,,165191,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_TL,m,all,,,162337,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_TL,all,all,,,327528,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_00_04,f,0-4,0,4,11068,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_05_09,f,5-9,5,9,11128,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_10_14,f,10-14,10,14,12795,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_15_19,f,15-19,15,19,15688,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_20_24,f,20-24,20,24,17954,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_25_29,f,25-29,25,29,16069,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_30_34,f,30-34,30,34,12102,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_35_39,f,35-39,35,39,9952,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_40_44,f,40-44,40,44,9662,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_45_49,f,45-49,45,49,9007,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_50_54,f,50-54,50,54,8976,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_55_59,f,55-59,55,59,8408,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_60_64,f,60-64,60,64,7367,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_65_69,f,65-69,65,69,6196,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_70_74,f,70-74,70,74,3819,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_75_79,f,75-79,75,79,2410,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,F_80PLUS,f,80+,80,,2590,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_00_04,m,0-4,0,4,11476,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_05_09,m,5-9,5,9,11555,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_10_14,m,10-14,10,14,13011,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_15_19,m,15-19,15,19,16112,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_20_24,m,20-24,20,24,18239,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_25_29,m,25-29,25,29,16605,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_30_34,m,30-34,30,34,12820,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_35_39,m,35-39,35,39,10912,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_40_44,m,40-44,40,44,10406,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_45_49,m,45-49,45,49,9231,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_50_54,m,50-54,50,54,8920,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_55_59,m,55-59,55,59,7601,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_60_64,m,60-64,60,64,5809,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_65_69,m,65-69,65,69,4405,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_70_74,m,70-74,70,74,2544,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_75_79,m,75-79,75,79,1481,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,M_80PLUS,m,80+,80,,1210,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_00_04,all,0-4,0,4,22544,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_05_09,all,5-9,5,9,22683,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_10_14,all,10-14,10,14,25806,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_15_19,all,15-19,15,19,31800,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_20_24,all,20-24,20,24,36193,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_25_29,all,25-29,25,29,32674,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_30_34,all,30-34,30,34,24922,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_35_39,all,35-39,35,39,20864,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_40_44,all,40-44,40,44,20068,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_45_49,all,45-49,45,49,18238,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_50_54,all,50-54,50,54,17896,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_55_59,all,55-59,55,59,16009,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_60_64,all,60-64,60,64,13176,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_65_69,all,65-69,65,69,10601,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_70_74,all,70-74,70,74,6363,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_75_79,all,75-79,75,79,3891,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY04,DEMERARA-MAHAICA,T_80PLUS,all,80+,80,,3800,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_TL,f,all,,,22638,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_TL,m,all,,,22859,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_TL,all,all,,,45497,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_00_04,f,0-4,0,4,1497,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_05_09,f,5-9,5,9,1584,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_10_14,f,10-14,10,14,1900,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_15_19,f,15-19,15,19,2418,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_20_24,f,20-24,20,24,2265,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_25_29,f,25-29,25,29,1978,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_30_34,f,30-34,30,34,1591,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_35_39,f,35-39,35,39,1287,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_40_44,f,40-44,40,44,1350,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_45_49,f,45-49,45,49,1254,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_50_54,f,50-54,50,54,1185,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_55_59,f,55-59,55,59,1114,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_60_64,f,60-64,60,64,1115,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_65_69,f,65-69,65,69,881,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_70_74,f,70-74,70,74,516,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_75_79,f,75-79,75,79,395,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,F_80PLUS,f,80+,80,,308,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_00_04,m,0-4,0,4,1595,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_05_09,m,5-9,5,9,1632,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_10_14,m,10-14,10,14,2057,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_15_19,m,15-19,15,19,2402,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_20_24,m,20-24,20,24,2424,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_25_29,m,25-29,25,29,1948,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_30_34,m,30-34,30,34,1630,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_35_39,m,35-39,35,39,1454,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_40_44,m,40-44,40,44,1554,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_45_49,m,45-49,45,49,1439,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_50_54,m,50-54,50,54,1254,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_55_59,m,55-59,55,59,1068,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_60_64,m,60-64,60,64,816,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_65_69,m,65-69,65,69,773,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_70_74,m,70-74,70,74,422,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_75_79,m,75-79,75,79,212,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,M_80PLUS,m,80+,80,,179,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_00_04,all,0-4,0,4,3092,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_05_09,all,5-9,5,9,3216,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_10_14,all,10-14,10,14,3957,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_15_19,all,15-19,15,19,4820,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_20_24,all,20-24,20,24,4689,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_25_29,all,25-29,25,29,3926,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_30_34,all,30-34,30,34,3221,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_35_39,all,35-39,35,39,2741,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_40_44,all,40-44,40,44,2904,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_45_49,all,45-49,45,49,2693,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_50_54,all,50-54,50,54,2439,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_55_59,all,55-59,55,59,2182,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_60_64,all,60-64,60,64,1931,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_65_69,all,65-69,65,69,1654,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_70_74,all,70-74,70,74,938,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_75_79,all,75-79,75,79,607,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY05,MAHAICA-BERBICE,T_80PLUS,all,80+,80,,487,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_TL,f,all,,,46433,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_TL,m,all,,,47354,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_TL,all,all,,,93787,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_00_04,f,0-4,0,4,2835,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_05_09,f,5-9,5,9,2983,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_10_14,f,10-14,10,14,3825,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_15_19,f,15-19,15,19,4882,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_20_24,f,20-24,20,24,4668,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_25_29,f,25-29,25,29,4001,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_30_34,f,30-34,30,34,3205,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_35_39,f,35-39,35,39,2748,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_40_44,f,40-44,40,44,2888,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_45_49,f,45-49,45,49,2845,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_50_54,f,50-54,50,54,2576,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_55_59,f,55-59,55,59,2421,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_60_64,f,60-64,60,64,1956,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_65_69,f,65-69,65,69,1937,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_70_74,f,70-74,70,74,1264,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_75_79,f,75-79,75,79,718,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,F_80PLUS,f,80+,80,,681,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_00_04,m,0-4,0,4,3061,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_05_09,m,5-9,5,9,3191,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_10_14,m,10-14,10,14,3988,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_15_19,m,15-19,15,19,5117,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_20_24,m,20-24,20,24,4902,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_25_29,m,25-29,25,29,4270,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_30_34,m,30-34,30,34,3645,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_35_39,m,35-39,35,39,3142,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_40_44,m,40-44,40,44,3256,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_45_49,m,45-49,45,49,3137,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_50_54,m,50-54,50,54,2916,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_55_59,m,55-59,55,59,2215,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_60_64,m,60-64,60,64,1624,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_65_69,m,65-69,65,69,1336,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_70_74,m,70-74,70,74,782,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_75_79,m,75-79,75,79,446,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,M_80PLUS,m,80+,80,,326,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_00_04,all,0-4,0,4,5896,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_05_09,all,5-9,5,9,6174,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_10_14,all,10-14,10,14,7813,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_15_19,all,15-19,15,19,9999,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_20_24,all,20-24,20,24,9570,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_25_29,all,25-29,25,29,8271,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_30_34,all,30-34,30,34,6850,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_35_39,all,35-39,35,39,5890,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_40_44,all,40-44,40,44,6144,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_45_49,all,45-49,45,49,5982,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_50_54,all,50-54,50,54,5492,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_55_59,all,55-59,55,59,4636,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_60_64,all,60-64,60,64,3580,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_65_69,all,65-69,65,69,3273,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_70_74,all,70-74,70,74,2046,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_75_79,all,75-79,75,79,1164,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY06,EAST BERBICE-CORENTYNE,T_80PLUS,all,80+,80,,1007,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_TL,f,all,,,8468,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_TL,m,all,,,9973,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_TL,all,all,,,18441,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_00_04,f,0-4,0,4,920,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_05_09,f,5-9,5,9,822,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_10_14,f,10-14,10,14,717,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_15_19,f,15-19,15,19,828,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_20_24,f,20-24,20,24,1044,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_25_29,f,25-29,25,29,828,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_30_34,f,30-34,30,34,562,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_35_39,f,35-39,35,39,437,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_40_44,f,40-44,40,44,453,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_45_49,f,45-49,45,49,399,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_50_54,f,50-54,50,54,351,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_55_59,f,55-59,55,59,325,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_60_64,f,60-64,60,64,240,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_65_69,f,65-69,65,69,231,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_70_74,f,70-74,70,74,137,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_75_79,f,75-79,75,79,96,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,F_80PLUS,f,80+,80,,78,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_00_04,m,0-4,0,4,861,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_05_09,m,5-9,5,9,793,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_10_14,m,10-14,10,14,779,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_15_19,m,15-19,15,19,962,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_20_24,m,20-24,20,24,1146,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_25_29,m,25-29,25,29,1095,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_30_34,m,30-34,30,34,833,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_35_39,m,35-39,35,39,659,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_40_44,m,40-44,40,44,577,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_45_49,m,45-49,45,49,615,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_50_54,m,50-54,50,54,476,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_55_59,m,55-59,55,59,473,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_60_64,m,60-64,60,64,248,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_65_69,m,65-69,65,69,193,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_70_74,m,70-74,70,74,120,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_75_79,m,75-79,75,79,78,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,M_80PLUS,m,80+,80,,65,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_00_04,all,0-4,0,4,1781,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_05_09,all,5-9,5,9,1615,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_10_14,all,10-14,10,14,1496,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_15_19,all,15-19,15,19,1790,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_20_24,all,20-24,20,24,2190,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_25_29,all,25-29,25,29,1923,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_30_34,all,30-34,30,34,1395,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_35_39,all,35-39,35,39,1096,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_40_44,all,40-44,40,44,1030,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_45_49,all,45-49,45,49,1014,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_50_54,all,50-54,50,54,827,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_55_59,all,55-59,55,59,798,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_60_64,all,60-64,60,64,488,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_65_69,all,65-69,65,69,424,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_70_74,all,70-74,70,74,257,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_75_79,all,75-79,75,79,174,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY07,CUYUNI-MAZARUNI,T_80PLUS,all,80+,80,,143,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_TL,f,all,,,5134,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_TL,m,all,,,6567,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_TL,all,all,,,11701,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_00_04,f,0-4,0,4,645,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_05_09,f,5-9,5,9,565,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_10_14,f,10-14,10,14,506,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_15_19,f,15-19,15,19,486,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_20_24,f,20-24,20,24,642,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_25_29,f,25-29,25,29,530,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_30_34,f,30-34,30,34,342,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_35_39,f,35-39,35,39,264,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_40_44,f,40-44,40,44,212,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_45_49,f,45-49,45,49,210,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_50_54,f,50-54,50,54,195,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_55_59,f,55-59,55,59,161,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_60_64,f,60-64,60,64,113,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_65_69,f,65-69,65,69,98,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_70_74,f,70-74,70,74,68,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_75_79,f,75-79,75,79,46,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,F_80PLUS,f,80+,80,,51,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_00_04,m,0-4,0,4,663,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_05_09,m,5-9,5,9,555,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_10_14,m,10-14,10,14,571,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_15_19,m,15-19,15,19,623,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_20_24,m,20-24,20,24,724,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_25_29,m,25-29,25,29,821,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_30_34,m,30-34,30,34,541,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_35_39,m,35-39,35,39,409,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_40_44,m,40-44,40,44,415,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_45_49,m,45-49,45,49,354,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_50_54,m,50-54,50,54,285,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_55_59,m,55-59,55,59,221,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_60_64,m,60-64,60,64,137,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_65_69,m,65-69,65,69,111,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_70_74,m,70-74,70,74,68,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_75_79,m,75-79,75,79,43,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,M_80PLUS,m,80+,80,,26,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_00_04,all,0-4,0,4,1308,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_05_09,all,5-9,5,9,1120,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_10_14,all,10-14,10,14,1077,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_15_19,all,15-19,15,19,1109,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_20_24,all,20-24,20,24,1366,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_25_29,all,25-29,25,29,1351,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_30_34,all,30-34,30,34,883,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_35_39,all,35-39,35,39,673,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_40_44,all,40-44,40,44,627,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_45_49,all,45-49,45,49,564,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_50_54,all,50-54,50,54,480,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_55_59,all,55-59,55,59,382,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_60_64,all,60-64,60,64,250,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_65_69,all,65-69,65,69,209,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_70_74,all,70-74,70,74,136,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_75_79,all,75-79,75,79,89,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY08,POTARO-SIPARUNI,T_80PLUS,all,80+,80,,77,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_TL,f,all,,,13713,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_TL,m,all,,,14851,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_TL,all,all,,,28564,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_00_04,f,0-4,0,4,1680,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_05_09,f,5-9,5,9,1641,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_10_14,f,10-14,10,14,1680,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_15_19,f,15-19,15,19,1435,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_20_24,f,20-24,20,24,1373,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_25_29,f,25-29,25,29,1110,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_30_34,f,30-34,30,34,769,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_35_39,f,35-39,35,39,530,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_40_44,f,40-44,40,44,498,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_45_49,f,45-49,45,49,482,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_50_54,f,50-54,50,54,465,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_55_59,f,55-59,55,59,477,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_60_64,f,60-64,60,64,456,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_65_69,f,65-69,65,69,530,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_70_74,f,70-74,70,74,282,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_75_79,f,75-79,75,79,141,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,F_80PLUS,f,80+,80,,164,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_00_04,m,0-4,0,4,1765,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_05_09,m,5-9,5,9,1740,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_10_14,m,10-14,10,14,1713,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_15_19,m,15-19,15,19,1376,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_20_24,m,20-24,20,24,1461,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_25_29,m,25-29,25,29,1317,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_30_34,m,30-34,30,34,983,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_35_39,m,35-39,35,39,715,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_40_44,m,40-44,40,44,674,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_45_49,m,45-49,45,49,668,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_50_54,m,50-54,50,54,564,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_55_59,m,55-59,55,59,536,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_60_64,m,60-64,60,64,503,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_65_69,m,65-69,65,69,375,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_70_74,m,70-74,70,74,218,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_75_79,m,75-79,75,79,128,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,M_80PLUS,m,80+,80,,115,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_00_04,all,0-4,0,4,3445,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_05_09,all,5-9,5,9,3381,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_10_14,all,10-14,10,14,3393,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_15_19,all,15-19,15,19,2811,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_20_24,all,20-24,20,24,2834,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_25_29,all,25-29,25,29,2427,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_30_34,all,30-34,30,34,1752,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_35_39,all,35-39,35,39,1245,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_40_44,all,40-44,40,44,1172,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_45_49,all,45-49,45,49,1150,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_50_54,all,50-54,50,54,1029,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_55_59,all,55-59,55,59,1013,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_60_64,all,60-64,60,64,959,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_65_69,all,65-69,65,69,905,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_70_74,all,70-74,70,74,500,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_75_79,all,75-79,75,79,269,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY09,UPPER TAKUTU-UPPER ESSEQUIBO,T_80PLUS,all,80+,80,,279,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_TL,f,all,,,18678,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_TL,m,all,,,18546,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_TL,all,all,,,37224,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_00_04,f,0-4,0,4,1477,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_05_09,f,5-9,5,9,1516,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_10_14,f,10-14,10,14,1640,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_15_19,f,15-19,15,19,1937,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_20_24,f,20-24,20,24,1890,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_25_29,f,25-29,25,29,1766,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_30_34,f,30-34,30,34,1361,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_35_39,f,35-39,35,39,1024,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_40_44,f,40-44,40,44,1051,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_45_49,f,45-49,45,49,916,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_50_54,f,50-54,50,54,878,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_55_59,f,55-59,55,59,800,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_60_64,f,60-64,60,64,694,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_65_69,f,65-69,65,69,685,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_70_74,f,70-74,70,74,479,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_75_79,f,75-79,75,79,298,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,F_80PLUS,f,80+,80,,266,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_00_04,m,0-4,0,4,1566,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_05_09,m,5-9,5,9,1533,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_10_14,m,10-14,10,14,1758,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_15_19,m,15-19,15,19,2143,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_20_24,m,20-24,20,24,1961,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_25_29,m,25-29,25,29,1628,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_30_34,m,30-34,30,34,1367,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_35_39,m,35-39,35,39,1066,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_40_44,m,40-44,40,44,1042,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_45_49,m,45-49,45,49,953,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_50_54,m,50-54,50,54,895,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_55_59,m,55-59,55,59,762,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_60_64,m,60-64,60,64,578,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_65_69,m,65-69,65,69,519,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_70_74,m,70-74,70,74,347,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_75_79,m,75-79,75,79,243,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,M_80PLUS,m,80+,80,,185,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_00_04,all,0-4,0,4,3043,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_05_09,all,5-9,5,9,3049,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_10_14,all,10-14,10,14,3398,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_15_19,all,15-19,15,19,4080,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_20_24,all,20-24,20,24,3851,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_25_29,all,25-29,25,29,3394,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_30_34,all,30-34,30,34,2728,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_35_39,all,35-39,35,39,2090,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_40_44,all,40-44,40,44,2093,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_45_49,all,45-49,45,49,1869,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_50_54,all,50-54,50,54,1773,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_55_59,all,55-59,55,59,1562,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_60_64,all,60-64,60,64,1272,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_65_69,all,65-69,65,69,1204,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_70_74,all,70-74,70,74,826,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_75_79,all,75-79,75,79,541,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,GY10,UPPER DEMERARA-BERBICE,T_80PLUS,all,80+,80,,451,2021,UNFPA and United States Bureau of the Census,UNFPA +HTI,Haiti,HT05,Artibonite,F_TL,f,all,,,909840,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_TL,m,all,,,863828,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_TL,all,all,,,1773668,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_00_04,f,0-4,0,4,99477,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_05_09,f,5-9,5,9,96298,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_10_14,f,10-14,10,14,92738,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_15_19,f,15-19,15,19,92760,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_20_24,f,20-24,20,24,90138,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_25_29,f,25-29,25,29,75975,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_30_34,f,30-34,30,34,69658,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_35_39,f,35-39,35,39,61452,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_40_44,f,40-44,40,44,49067,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_45_49,f,45-49,45,49,42684,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_50_54,f,50-54,50,54,36683,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_55_59,f,55-59,55,59,31078,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_60_64,f,60-64,60,64,26369,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_65_69,f,65-69,65,69,20475,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_70_74,f,70-74,70,74,12303,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_75_79,f,75-79,75,79,6641,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,F_80PLUS,f,80+,80,,6044,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_00_04,m,0-4,0,4,100991,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_05_09,m,5-9,5,9,98204,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_10_14,m,10-14,10,14,95289,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_15_19,m,15-19,15,19,95369,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_20_24,m,20-24,20,24,90679,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_25_29,m,25-29,25,29,75991,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_30_34,m,30-34,30,34,70583,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_35_39,m,35-39,35,39,59451,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_40_44,m,40-44,40,44,39006,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_45_49,m,45-49,45,49,30252,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_50_54,m,50-54,50,54,26632,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_55_59,m,55-59,55,59,23162,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_60_64,m,60-64,60,64,20848,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_65_69,m,65-69,65,69,16920,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_70_74,m,70-74,70,74,10441,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_75_79,m,75-79,75,79,5560,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,M_80PLUS,m,80+,80,,4450,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_00_04,all,0-4,0,4,200468,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_05_09,all,5-9,5,9,194502,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_10_14,all,10-14,10,14,188027,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_15_19,all,15-19,15,19,188129,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_20_24,all,20-24,20,24,180817,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_25_29,all,25-29,25,29,151966,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_30_34,all,30-34,30,34,140241,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_35_39,all,35-39,35,39,120903,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_40_44,all,40-44,40,44,88073,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_45_49,all,45-49,45,49,72936,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_50_54,all,50-54,50,54,63315,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_55_59,all,55-59,55,59,54240,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_60_64,all,60-64,60,64,47217,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_65_69,all,65-69,65,69,37395,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_70_74,all,70-74,70,74,22744,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_75_79,all,75-79,75,79,12201,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT05,Artibonite,T_80PLUS,all,80+,80,,10494,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_TL,f,all,,,510127,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_TL,m,all,,,503536,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_TL,all,all,,,1013663,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_00_04,f,0-4,0,4,72327,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_05_09,f,5-9,5,9,63498,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_10_14,f,10-14,10,14,58048,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_15_19,f,15-19,15,19,56509,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_20_24,f,20-24,20,24,53806,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_25_29,f,25-29,25,29,47026,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_30_34,f,30-34,30,34,34803,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_35_39,f,35-39,35,39,27627,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_40_44,f,40-44,40,44,20322,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_45_49,f,45-49,45,49,16840,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_50_54,f,50-54,50,54,15604,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_55_59,f,55-59,55,59,13481,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_60_64,f,60-64,60,64,11032,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_65_69,f,65-69,65,69,8388,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_70_74,f,70-74,70,74,5229,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_75_79,f,75-79,75,79,2955,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,F_80PLUS,f,80+,80,,2632,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_00_04,m,0-4,0,4,72720,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_05_09,m,5-9,5,9,64345,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_10_14,m,10-14,10,14,58726,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_15_19,m,15-19,15,19,57542,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_20_24,m,20-24,20,24,54221,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_25_29,m,25-29,25,29,47054,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_30_34,m,30-34,30,34,37012,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_35_39,m,35-39,35,39,29157,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_40_44,m,40-44,40,44,17682,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_45_49,m,45-49,45,49,12906,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_50_54,m,50-54,50,54,12411,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_55_59,m,55-59,55,59,11173,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_60_64,m,60-64,60,64,10119,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_65_69,m,65-69,65,69,8128,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_70_74,m,70-74,70,74,5147,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_75_79,m,75-79,75,79,2872,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,M_80PLUS,m,80+,80,,2321,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_00_04,all,0-4,0,4,145047,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_05_09,all,5-9,5,9,127843,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_10_14,all,10-14,10,14,116774,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_15_19,all,15-19,15,19,114051,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_20_24,all,20-24,20,24,108027,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_25_29,all,25-29,25,29,94080,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_30_34,all,30-34,30,34,71815,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_35_39,all,35-39,35,39,56784,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_40_44,all,40-44,40,44,38004,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_45_49,all,45-49,45,49,29746,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_50_54,all,50-54,50,54,28015,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_55_59,all,55-59,55,59,24654,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_60_64,all,60-64,60,64,21151,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_65_69,all,65-69,65,69,16516,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_70_74,all,70-74,70,74,10376,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_75_79,all,75-79,75,79,5827,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT06,Centre,T_80PLUS,all,80+,80,,4953,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_TL,f,all,,,281152,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_TL,m,all,,,273222,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_TL,all,all,,,554374,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_00_04,f,0-4,0,4,37403,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_05_09,f,5-9,5,9,31445,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_10_14,f,10-14,10,14,30258,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_15_19,f,15-19,15,19,29487,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_20_24,f,20-24,20,24,26777,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_25_29,f,25-29,25,29,24420,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_30_34,f,30-34,30,34,20766,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_35_39,f,35-39,35,39,16661,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_40_44,f,40-44,40,44,11167,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_45_49,f,45-49,45,49,9274,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_50_54,f,50-54,50,54,8760,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_55_59,f,55-59,55,59,8146,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_60_64,f,60-64,60,64,8393,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_65_69,f,65-69,65,69,7225,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_70_74,f,70-74,70,74,4989,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_75_79,f,75-79,75,79,3107,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,F_80PLUS,f,80+,80,,2874,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_00_04,m,0-4,0,4,36381,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_05_09,m,5-9,5,9,31080,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_10_14,m,10-14,10,14,29867,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_15_19,m,15-19,15,19,29187,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_20_24,m,20-24,20,24,26195,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_25_29,m,25-29,25,29,23320,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_30_34,m,30-34,30,34,22355,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_35_39,m,35-39,35,39,18393,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_40_44,m,40-44,40,44,11211,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_45_49,m,45-49,45,49,8385,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_50_54,m,50-54,50,54,7200,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_55_59,m,55-59,55,59,6543,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_60_64,m,60-64,60,64,7068,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_65_69,m,65-69,65,69,6253,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_70_74,m,70-74,70,74,4583,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_75_79,m,75-79,75,79,2910,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,M_80PLUS,m,80+,80,,2291,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_00_04,all,0-4,0,4,73784,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_05_09,all,5-9,5,9,62525,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_10_14,all,10-14,10,14,60125,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_15_19,all,15-19,15,19,58674,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_20_24,all,20-24,20,24,52972,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_25_29,all,25-29,25,29,47740,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_30_34,all,30-34,30,34,43121,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_35_39,all,35-39,35,39,35054,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_40_44,all,40-44,40,44,22378,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_45_49,all,45-49,45,49,17659,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_50_54,all,50-54,50,54,15960,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_55_59,all,55-59,55,59,14689,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_60_64,all,60-64,60,64,15461,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_65_69,all,65-69,65,69,13478,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_70_74,all,70-74,70,74,9572,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_75_79,all,75-79,75,79,6017,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT08,Grande'Anse,T_80PLUS,all,80+,80,,5165,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_TL,f,all,,,195761,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_TL,m,all,,,193081,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_TL,all,all,,,388842,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_00_04,f,0-4,0,4,24773,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_05_09,f,5-9,5,9,21822,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_10_14,f,10-14,10,14,20780,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_15_19,f,15-19,15,19,20031,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_20_24,f,20-24,20,24,18520,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_25_29,f,25-29,25,29,17280,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_30_34,f,30-34,30,34,14543,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_35_39,f,35-39,35,39,12069,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_40_44,f,40-44,40,44,8786,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_45_49,f,45-49,45,49,7217,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_50_54,f,50-54,50,54,6177,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_55_59,f,55-59,55,59,5529,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_60_64,f,60-64,60,64,5616,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_65_69,f,65-69,65,69,4860,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_70_74,f,70-74,70,74,3435,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_75_79,f,75-79,75,79,2196,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,F_80PLUS,f,80+,80,,2127,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_00_04,m,0-4,0,4,24399,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_05_09,m,5-9,5,9,21774,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_10_14,m,10-14,10,14,20691,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_15_19,m,15-19,15,19,19957,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_20_24,m,20-24,20,24,18163,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_25_29,m,25-29,25,29,16531,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_30_34,m,30-34,30,34,16080,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_35_39,m,35-39,35,39,13768,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_40_44,m,40-44,40,44,8930,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_45_49,m,45-49,45,49,6682,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_50_54,m,50-54,50,54,5512,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_55_59,m,55-59,55,59,4830,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_60_64,m,60-64,60,64,4830,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_65_69,m,65-69,65,69,4200,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_70_74,m,70-74,70,74,3103,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_75_79,m,75-79,75,79,1995,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,M_80PLUS,m,80+,80,,1636,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_00_04,all,0-4,0,4,49172,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_05_09,all,5-9,5,9,43596,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_10_14,all,10-14,10,14,41471,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_15_19,all,15-19,15,19,39988,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_20_24,all,20-24,20,24,36683,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_25_29,all,25-29,25,29,33811,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_30_34,all,30-34,30,34,30623,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_35_39,all,35-39,35,39,25837,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_40_44,all,40-44,40,44,17716,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_45_49,all,45-49,45,49,13899,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_50_54,all,50-54,50,54,11689,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_55_59,all,55-59,55,59,10359,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_60_64,all,60-64,60,64,10446,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_65_69,all,65-69,65,69,9060,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_70_74,all,70-74,70,74,6538,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_75_79,all,75-79,75,79,4191,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT10,Nippes,T_80PLUS,all,80+,80,,3763,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_TL,f,all,,,592003,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_TL,m,all,,,562130,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_TL,all,all,,,1154133,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_00_04,f,0-4,0,4,61721,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_05_09,f,5-9,5,9,61080,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_10_14,f,10-14,10,14,59950,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_15_19,f,15-19,15,19,58291,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_20_24,f,20-24,20,24,53210,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_25_29,f,25-29,25,29,43254,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_30_34,f,30-34,30,34,48372,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_35_39,f,35-39,35,39,45716,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_40_44,f,40-44,40,44,37304,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_45_49,f,45-49,45,49,31073,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_50_54,f,50-54,50,54,24095,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_55_59,f,55-59,55,59,19425,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_60_64,f,60-64,60,64,16861,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_65_69,f,65-69,65,69,13389,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_70_74,f,70-74,70,74,8624,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_75_79,f,75-79,75,79,5025,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,F_80PLUS,f,80+,80,,4613,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_00_04,m,0-4,0,4,62008,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_05_09,m,5-9,5,9,61806,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_10_14,m,10-14,10,14,61065,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_15_19,m,15-19,15,19,59562,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_20_24,m,20-24,20,24,53146,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_25_29,m,25-29,25,29,43108,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_30_34,m,30-34,30,34,47917,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_35_39,m,35-39,35,39,44000,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_40_44,m,40-44,40,44,31877,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_45_49,m,45-49,45,49,24444,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_50_54,m,50-54,50,54,18885,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_55_59,m,55-59,55,59,15247,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_60_64,m,60-64,60,64,13617,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_65_69,m,65-69,65,69,11020,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_70_74,m,70-74,70,74,7115,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_75_79,m,75-79,75,79,4016,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,M_80PLUS,m,80+,80,,3297,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_00_04,all,0-4,0,4,123729,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_05_09,all,5-9,5,9,122886,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_10_14,all,10-14,10,14,121015,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_15_19,all,15-19,15,19,117853,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_20_24,all,20-24,20,24,106356,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_25_29,all,25-29,25,29,86362,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_30_34,all,30-34,30,34,96289,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_35_39,all,35-39,35,39,89716,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_40_44,all,40-44,40,44,69181,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_45_49,all,45-49,45,49,55517,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_50_54,all,50-54,50,54,42980,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_55_59,all,55-59,55,59,34672,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_60_64,all,60-64,60,64,30478,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_65_69,all,65-69,65,69,24409,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_70_74,all,70-74,70,74,15739,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_75_79,all,75-79,75,79,9041,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT03,North,T_80PLUS,all,80+,80,,7910,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_TL,f,all,,,229315,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_TL,m,all,,,230213,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_TL,all,all,,,459528,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_00_04,f,0-4,0,4,25862,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_05_09,f,5-9,5,9,25641,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_10_14,f,10-14,10,14,24106,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_15_19,f,15-19,15,19,22829,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_20_24,f,20-24,20,24,21105,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_25_29,f,25-29,25,29,18289,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_30_34,f,30-34,30,34,18570,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_35_39,f,35-39,35,39,16734,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_40_44,f,40-44,40,44,13097,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_45_49,f,45-49,45,49,10524,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_50_54,f,50-54,50,54,8491,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_55_59,f,55-59,55,59,6992,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_60_64,f,60-64,60,64,6008,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_65_69,f,65-69,65,69,4745,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_70_74,f,70-74,70,74,2980,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_75_79,f,75-79,75,79,1705,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,F_80PLUS,f,80+,80,,1637,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_00_04,m,0-4,0,4,26289,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_05_09,m,5-9,5,9,26148,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_10_14,m,10-14,10,14,24818,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_15_19,m,15-19,15,19,23688,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_20_24,m,20-24,20,24,21495,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_25_29,m,25-29,25,29,18711,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_30_34,m,30-34,30,34,20021,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_35_39,m,35-39,35,39,18162,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_40_44,m,40-44,40,44,12720,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_45_49,m,45-49,45,49,9287,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_50_54,m,50-54,50,54,7517,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_55_59,m,55-59,55,59,6166,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_60_64,m,60-64,60,64,5333,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_65_69,m,65-69,65,69,4265,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_70_74,m,70-74,70,74,2719,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_75_79,m,75-79,75,79,1535,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,M_80PLUS,m,80+,80,,1339,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_00_04,all,0-4,0,4,52151,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_05_09,all,5-9,5,9,51789,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_10_14,all,10-14,10,14,48924,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_15_19,all,15-19,15,19,46517,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_20_24,all,20-24,20,24,42600,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_25_29,all,25-29,25,29,37000,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_30_34,all,30-34,30,34,38591,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_35_39,all,35-39,35,39,34896,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_40_44,all,40-44,40,44,25817,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_45_49,all,45-49,45,49,19811,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_50_54,all,50-54,50,54,16008,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_55_59,all,55-59,55,59,13158,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_60_64,all,60-64,60,64,11341,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_65_69,all,65-69,65,69,9010,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_70_74,all,70-74,70,74,5699,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_75_79,all,75-79,75,79,3240,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT04,North-East,T_80PLUS,all,80+,80,,2976,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_TL,f,all,,,389517,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_TL,m,all,,,370212,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_TL,all,all,,,759729,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_00_04,f,0-4,0,4,44460,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_05_09,f,5-9,5,9,43328,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_10_14,f,10-14,10,14,41623,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_15_19,f,15-19,15,19,40613,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_20_24,f,20-24,20,24,37626,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_25_29,f,25-29,25,29,30273,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_30_34,f,30-34,30,34,30455,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_35_39,f,35-39,35,39,27402,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_40_44,f,40-44,40,44,21818,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_45_49,f,45-49,45,49,18190,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_50_54,f,50-54,50,54,14444,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_55_59,f,55-59,55,59,11690,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_60_64,f,60-64,60,64,9770,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_65_69,f,65-69,65,69,7598,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_70_74,f,70-74,70,74,4870,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_75_79,f,75-79,75,79,2822,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,F_80PLUS,f,80+,80,,2535,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_00_04,m,0-4,0,4,45067,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_05_09,m,5-9,5,9,43980,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_10_14,m,10-14,10,14,42331,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_15_19,m,15-19,15,19,41345,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_20_24,m,20-24,20,24,37404,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_25_29,m,25-29,25,29,29664,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_30_34,m,30-34,30,34,30924,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_35_39,m,35-39,35,39,27057,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_40_44,m,40-44,40,44,18242,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_45_49,m,45-49,45,49,13655,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_50_54,m,50-54,50,54,10797,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_55_59,m,55-59,55,59,8719,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_60_64,m,60-64,60,64,7409,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_65_69,m,65-69,65,69,5870,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_70_74,m,70-74,70,74,3815,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_75_79,m,75-79,75,79,2172,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,M_80PLUS,m,80+,80,,1761,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_00_04,all,0-4,0,4,89527,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_05_09,all,5-9,5,9,87308,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_10_14,all,10-14,10,14,83954,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_15_19,all,15-19,15,19,81958,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_20_24,all,20-24,20,24,75030,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_25_29,all,25-29,25,29,59937,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_30_34,all,30-34,30,34,61379,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_35_39,all,35-39,35,39,54459,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_40_44,all,40-44,40,44,40060,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_45_49,all,45-49,45,49,31845,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_50_54,all,50-54,50,54,25241,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_55_59,all,55-59,55,59,20409,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_60_64,all,60-64,60,64,17179,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_65_69,all,65-69,65,69,13468,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_70_74,all,70-74,70,74,8685,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_75_79,all,75-79,75,79,4994,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT09,North-West,T_80PLUS,all,80+,80,,4296,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_TL,f,all,,,2031054,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_TL,m,all,,,1944785,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_TL,all,all,,,3975839,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_00_04,f,0-4,0,4,160771,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_05_09,f,5-9,5,9,188609,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_10_14,f,10-14,10,14,181454,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_15_19,f,15-19,15,19,179051,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_20_24,f,20-24,20,24,186205,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_25_29,f,25-29,25,29,156143,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_30_34,f,30-34,30,34,166334,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_35_39,f,35-39,35,39,168514,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_40_44,f,40-44,40,44,164035,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_45_49,f,45-49,45,49,144922,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_50_54,f,50-54,50,54,105274,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_55_59,f,55-59,55,59,79298,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_60_64,f,60-64,60,64,59705,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_65_69,f,65-69,65,69,43261,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_70_74,f,70-74,70,74,25743,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_75_79,f,75-79,75,79,13150,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,F_80PLUS,f,80+,80,,8585,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_00_04,m,0-4,0,4,172880,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_05_09,m,5-9,5,9,197107,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_10_14,m,10-14,10,14,192101,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_15_19,m,15-19,15,19,190176,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_20_24,m,20-24,20,24,191465,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_25_29,m,25-29,25,29,163964,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_30_34,m,30-34,30,34,152593,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_35_39,m,35-39,35,39,146556,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_40_44,m,40-44,40,44,139746,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_45_49,m,45-49,45,49,121357,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_50_54,m,50-54,50,54,89370,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_55_59,m,55-59,55,59,67183,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_60_64,m,60-64,60,64,49965,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_65_69,m,65-69,65,69,35743,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_70_74,m,70-74,70,74,19796,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_75_79,m,75-79,75,79,8982,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,M_80PLUS,m,80+,80,,5801,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_00_04,all,0-4,0,4,333651,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_05_09,all,5-9,5,9,385716,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_10_14,all,10-14,10,14,373555,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_15_19,all,15-19,15,19,369227,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_20_24,all,20-24,20,24,377670,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_25_29,all,25-29,25,29,320107,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_30_34,all,30-34,30,34,318927,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_35_39,all,35-39,35,39,315070,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_40_44,all,40-44,40,44,303781,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_45_49,all,45-49,45,49,266279,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_50_54,all,50-54,50,54,194644,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_55_59,all,55-59,55,59,146481,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_60_64,all,60-64,60,64,109670,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_65_69,all,65-69,65,69,79004,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_70_74,all,70-74,70,74,45539,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_75_79,all,75-79,75,79,22132,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT01,West,T_80PLUS,all,80+,80,,14386,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_TL,f,all,,,499343,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_TL,m,all,,,485013,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_TL,all,all,,,984356,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_00_04,f,0-4,0,4,63729,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_05_09,f,5-9,5,9,56161,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_10_14,f,10-14,10,14,53753,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_15_19,f,15-19,15,19,51140,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_20_24,f,20-24,20,24,46139,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_25_29,f,25-29,25,29,42872,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_30_34,f,30-34,30,34,38630,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_35_39,f,35-39,35,39,33237,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_40_44,f,40-44,40,44,24015,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_45_49,f,45-49,45,49,18946,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_50_54,f,50-54,50,54,14908,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_55_59,f,55-59,55,59,12833,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_60_64,f,60-64,60,64,13320,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_65_69,f,65-69,65,69,11590,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_70_74,f,70-74,70,74,8203,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_75_79,f,75-79,75,79,5189,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,F_80PLUS,f,80+,80,,4678,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_00_04,m,0-4,0,4,62392,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_05_09,m,5-9,5,9,55945,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_10_14,m,10-14,10,14,53393,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_15_19,m,15-19,15,19,50735,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_20_24,m,20-24,20,24,45146,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_25_29,m,25-29,25,29,41311,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_30_34,m,30-34,30,34,41046,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_35_39,m,35-39,35,39,35728,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_40_44,m,40-44,40,44,23611,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_45_49,m,45-49,45,49,17142,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_50_54,m,50-54,50,54,12550,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_55_59,m,55-59,55,59,10383,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_60_64,m,60-64,60,64,10666,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_65_69,m,65-69,65,69,9487,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_70_74,m,70-74,70,74,7232,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_75_79,m,75-79,75,79,4691,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,M_80PLUS,m,80+,80,,3555,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_00_04,all,0-4,0,4,126121,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_05_09,all,5-9,5,9,112106,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_10_14,all,10-14,10,14,107146,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_15_19,all,15-19,15,19,101875,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_20_24,all,20-24,20,24,91285,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_25_29,all,25-29,25,29,84183,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_30_34,all,30-34,30,34,79676,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_35_39,all,35-39,35,39,68965,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_40_44,all,40-44,40,44,47626,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_45_49,all,45-49,45,49,36088,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_50_54,all,50-54,50,54,27458,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_55_59,all,55-59,55,59,23216,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_60_64,all,60-64,60,64,23986,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_65_69,all,65-69,65,69,21077,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_70_74,all,70-74,70,74,15435,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_75_79,all,75-79,75,79,9880,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT07,South,T_80PLUS,all,80+,80,,8233,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_TL,f,all,,,423928,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_TL,m,all,,,411495,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_TL,all,all,,,835423,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_00_04,f,0-4,0,4,55089,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_05_09,f,5-9,5,9,49182,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_10_14,f,10-14,10,14,46573,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_15_19,f,15-19,15,19,43983,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_20_24,f,20-24,20,24,38544,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_25_29,f,25-29,25,29,34460,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_30_34,f,30-34,30,34,32084,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_35_39,f,35-39,35,39,28075,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_40_44,f,40-44,40,44,19428,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_45_49,f,45-49,45,49,14969,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_50_54,f,50-54,50,54,13104,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_55_59,f,55-59,55,59,11751,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_60_64,f,60-64,60,64,11866,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_65_69,f,65-69,65,69,10064,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_70_74,f,70-74,70,74,6733,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_75_79,f,75-79,75,79,4082,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,F_80PLUS,f,80+,80,,3941,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_00_04,m,0-4,0,4,54284,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_05_09,m,5-9,5,9,49222,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_10_14,m,10-14,10,14,46597,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_15_19,m,15-19,15,19,44181,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_20_24,m,20-24,20,24,38192,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_25_29,m,25-29,25,29,33878,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_30_34,m,30-34,30,34,34437,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_35_39,m,35-39,35,39,30441,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_40_44,m,40-44,40,44,18672,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_45_49,m,45-49,45,49,12573,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_50_54,m,50-54,50,54,10168,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_55_59,m,55-59,55,59,8898,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_60_64,m,60-64,60,64,9438,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_65_69,m,65-69,65,69,8238,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_70_74,m,70-74,70,74,5876,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_75_79,m,75-79,75,79,3609,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,M_80PLUS,m,80+,80,,2791,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_00_04,all,0-4,0,4,109373,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_05_09,all,5-9,5,9,98404,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_10_14,all,10-14,10,14,93170,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_15_19,all,15-19,15,19,88164,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_20_24,all,20-24,20,24,76736,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_25_29,all,25-29,25,29,68338,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_30_34,all,30-34,30,34,66521,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_35_39,all,35-39,35,39,58516,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_40_44,all,40-44,40,44,38100,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_45_49,all,45-49,45,49,27542,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_50_54,all,50-54,50,54,23272,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_55_59,all,55-59,55,59,20649,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_60_64,all,60-64,60,64,21304,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_65_69,all,65-69,65,69,18302,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_70_74,all,70-74,70,74,12609,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_75_79,all,75-79,75,79,7691,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,HT02,South-East,T_80PLUS,all,80+,80,,6732,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HND,Honduras,HN01,Atlantida,F_TL,f,all,,,266803,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_TL,m,all,,,248818,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_TL,all,all,,,515621,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_00_04,f,0-4,0,4,25531,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_05_09,f,5-9,5,9,24641,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_10_14,f,10-14,10,14,24654,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_15_19,f,15-19,15,19,25176,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_20_24,f,20-24,20,24,24642,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_25_29,f,25-29,25,29,23398,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_30_34,f,30-34,30,34,21758,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_35_39,f,35-39,35,39,19412,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_40_44,f,40-44,40,44,16300,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_45_49,f,45-49,45,49,13754,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_50_54,f,50-54,50,54,11372,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_55_59,f,55-59,55,59,9423,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_60_64,f,60-64,60,64,7721,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_65_69,f,65-69,65,69,6230,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_70_74,f,70-74,70,74,4815,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_75_79,f,75-79,75,79,3472,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,F_80PLUS,f,80+,80,,4504,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_00_04,m,0-4,0,4,26467,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_05_09,m,5-9,5,9,25475,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_10_14,m,10-14,10,14,25391,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_15_19,m,15-19,15,19,25941,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_20_24,m,20-24,20,24,24222,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_25_29,m,25-29,25,29,21375,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_30_34,m,30-34,30,34,19122,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_35_39,m,35-39,35,39,16660,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_40_44,m,40-44,40,44,13687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_45_49,m,45-49,45,49,11400,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_50_54,m,50-54,50,54,9437,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_55_59,m,55-59,55,59,7818,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_60_64,m,60-64,60,64,6427,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_65_69,m,65-69,65,69,5168,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_70_74,m,70-74,70,74,3973,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_75_79,m,75-79,75,79,2814,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,M_80PLUS,m,80+,80,,3441,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_00_04,all,0-4,0,4,51998,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_05_09,all,5-9,5,9,50116,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_10_14,all,10-14,10,14,50045,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_15_19,all,15-19,15,19,51117,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_20_24,all,20-24,20,24,48864,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_25_29,all,25-29,25,29,44773,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_30_34,all,30-34,30,34,40880,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_35_39,all,35-39,35,39,36072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_40_44,all,40-44,40,44,29987,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_45_49,all,45-49,45,49,25154,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_50_54,all,50-54,50,54,20809,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_55_59,all,55-59,55,59,17241,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_60_64,all,60-64,60,64,14148,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_65_69,all,65-69,65,69,11398,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_70_74,all,70-74,70,74,8788,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_75_79,all,75-79,75,79,6286,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN01,Atlantida,T_80PLUS,all,80+,80,,7945,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_TL,f,all,,,251395,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_TL,m,all,,,245498,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_TL,all,all,,,496893,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_00_04,f,0-4,0,4,24005,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_05_09,f,5-9,5,9,23387,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_10_14,f,10-14,10,14,22798,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_15_19,f,15-19,15,19,22665,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_20_24,f,20-24,20,24,22833,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_25_29,f,25-29,25,29,21544,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_30_34,f,30-34,30,34,19621,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_35_39,f,35-39,35,39,17684,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_40_44,f,40-44,40,44,14994,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_45_49,f,45-49,45,49,12862,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_50_54,f,50-54,50,54,10981,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_55_59,f,55-59,55,59,9397,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_60_64,f,60-64,60,64,7914,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_65_69,f,65-69,65,69,6541,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_70_74,f,70-74,70,74,5221,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_75_79,f,75-79,75,79,3859,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,F_80PLUS,f,80+,80,,5089,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_00_04,m,0-4,0,4,24930,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_05_09,m,5-9,5,9,24300,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_10_14,m,10-14,10,14,23750,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_15_19,m,15-19,15,19,23382,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_20_24,m,20-24,20,24,23605,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_25_29,m,25-29,25,29,22067,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_30_34,m,30-34,30,34,19415,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_35_39,m,35-39,35,39,17008,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_40_44,m,40-44,40,44,13851,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_45_49,m,45-49,45,49,11573,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_50_54,m,50-54,50,54,9765,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_55_59,m,55-59,55,59,8214,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_60_64,m,60-64,60,64,6798,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_65_69,m,65-69,65,69,5501,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_70_74,m,70-74,70,74,4268,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_75_79,m,75-79,75,79,3053,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,M_80PLUS,m,80+,80,,4018,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_00_04,all,0-4,0,4,48935,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_05_09,all,5-9,5,9,47687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_10_14,all,10-14,10,14,46548,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_15_19,all,15-19,15,19,46047,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_20_24,all,20-24,20,24,46438,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_25_29,all,25-29,25,29,43611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_30_34,all,30-34,30,34,39036,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_35_39,all,35-39,35,39,34692,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_40_44,all,40-44,40,44,28845,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_45_49,all,45-49,45,49,24435,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_50_54,all,50-54,50,54,20746,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_55_59,all,55-59,55,59,17611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_60_64,all,60-64,60,64,14712,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_65_69,all,65-69,65,69,12042,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_70_74,all,70-74,70,74,9489,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_75_79,all,75-79,75,79,6912,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN06,Choluteca,T_80PLUS,all,80+,80,,9107,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_TL,f,all,,,186550,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_TL,m,all,,,179007,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_TL,all,all,,,365557,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_00_04,f,0-4,0,4,19171,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_05_09,f,5-9,5,9,18856,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_10_14,f,10-14,10,14,18799,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_15_19,f,15-19,15,19,18604,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_20_24,f,20-24,20,24,17666,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_25_29,f,25-29,25,29,16454,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_30_34,f,30-34,30,34,14939,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_35_39,f,35-39,35,39,13022,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_40_44,f,40-44,40,44,10566,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_45_49,f,45-49,45,49,8719,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_50_54,f,50-54,50,54,7155,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_55_59,f,55-59,55,59,5902,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_60_64,f,60-64,60,64,4855,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_65_69,f,65-69,65,69,3921,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_70_74,f,70-74,70,74,3017,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_75_79,f,75-79,75,79,2173,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,F_80PLUS,f,80+,80,,2731,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_00_04,m,0-4,0,4,19894,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_05_09,m,5-9,5,9,19571,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_10_14,m,10-14,10,14,19654,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_15_19,m,15-19,15,19,19224,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_20_24,m,20-24,20,24,17461,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_25_29,m,25-29,25,29,15473,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_30_34,m,30-34,30,34,13470,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_35_39,m,35-39,35,39,11531,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_40_44,m,40-44,40,44,9113,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_45_49,m,45-49,45,49,7420,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_50_54,m,50-54,50,54,6153,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_55_59,m,55-59,55,59,5138,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_60_64,m,60-64,60,64,4320,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_65_69,m,65-69,65,69,3518,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_70_74,m,70-74,70,74,2757,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_75_79,m,75-79,75,79,1984,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,M_80PLUS,m,80+,80,,2326,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_00_04,all,0-4,0,4,39065,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_05_09,all,5-9,5,9,38427,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_10_14,all,10-14,10,14,38453,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_15_19,all,15-19,15,19,37828,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_20_24,all,20-24,20,24,35127,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_25_29,all,25-29,25,29,31927,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_30_34,all,30-34,30,34,28409,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_35_39,all,35-39,35,39,24553,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_40_44,all,40-44,40,44,19679,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_45_49,all,45-49,45,49,16139,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_50_54,all,50-54,50,54,13308,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_55_59,all,55-59,55,59,11040,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_60_64,all,60-64,60,64,9175,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_65_69,all,65-69,65,69,7439,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_70_74,all,70-74,70,74,5774,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_75_79,all,75-79,75,79,4157,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN02,Colon,T_80PLUS,all,80+,80,,5057,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_TL,f,all,,,311664,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_TL,m,all,,,292654,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_TL,all,all,,,604318,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_00_04,f,0-4,0,4,32033,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_05_09,f,5-9,5,9,30064,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_10_14,f,10-14,10,14,30501,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_15_19,f,15-19,15,19,34363,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_20_24,f,20-24,20,24,33165,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_25_29,f,25-29,25,29,29037,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_30_34,f,30-34,30,34,24683,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_35_39,f,35-39,35,39,20860,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_40_44,f,40-44,40,44,17003,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_45_49,f,45-49,45,49,13996,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_50_54,f,50-54,50,54,11428,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_55_59,f,55-59,55,59,9343,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_60_64,f,60-64,60,64,7447,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_65_69,f,65-69,65,69,5905,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_70_74,f,70-74,70,74,4543,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_75_79,f,75-79,75,79,3268,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,F_80PLUS,f,80+,80,,4025,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_00_04,m,0-4,0,4,33256,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_05_09,m,5-9,5,9,31183,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_10_14,m,10-14,10,14,31656,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_15_19,m,15-19,15,19,31700,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_20_24,m,20-24,20,24,27980,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_25_29,m,25-29,25,29,25086,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_30_34,m,30-34,30,34,22011,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_35_39,m,35-39,35,39,19004,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_40_44,m,40-44,40,44,15479,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_45_49,m,45-49,45,49,12802,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_50_54,m,50-54,50,54,10617,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_55_59,m,55-59,55,59,8742,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_60_64,m,60-64,60,64,7045,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_65_69,m,65-69,65,69,5561,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_70_74,m,70-74,70,74,4175,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_75_79,m,75-79,75,79,2895,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,M_80PLUS,m,80+,80,,3462,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_00_04,all,0-4,0,4,65289,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_05_09,all,5-9,5,9,61247,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_10_14,all,10-14,10,14,62157,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_15_19,all,15-19,15,19,66063,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_20_24,all,20-24,20,24,61145,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_25_29,all,25-29,25,29,54123,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_30_34,all,30-34,30,34,46694,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_35_39,all,35-39,35,39,39864,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_40_44,all,40-44,40,44,32482,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_45_49,all,45-49,45,49,26798,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_50_54,all,50-54,50,54,22045,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_55_59,all,55-59,55,59,18085,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_60_64,all,60-64,60,64,14492,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_65_69,all,65-69,65,69,11466,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_70_74,all,70-74,70,74,8718,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_75_79,all,75-79,75,79,6163,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN03,Comayagua,T_80PLUS,all,80+,80,,7487,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_TL,f,all,,,221883,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_TL,m,all,,,215128,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_TL,all,all,,,437011,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_00_04,f,0-4,0,4,22344,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_05_09,f,5-9,5,9,22009,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_10_14,f,10-14,10,14,22065,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_15_19,f,15-19,15,19,22025,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_20_24,f,20-24,20,24,21218,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_25_29,f,25-29,25,29,19806,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_30_34,f,30-34,30,34,17632,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_35_39,f,35-39,35,39,15341,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_40_44,f,40-44,40,44,12671,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_45_49,f,45-49,45,49,10563,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_50_54,f,50-54,50,54,8702,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_55_59,f,55-59,55,59,7220,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_60_64,f,60-64,60,64,5920,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_65_69,f,65-69,65,69,4768,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_70_74,f,70-74,70,74,3707,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_75_79,f,75-79,75,79,2673,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,F_80PLUS,f,80+,80,,3219,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_00_04,m,0-4,0,4,23080,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_05_09,m,5-9,5,9,22645,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_10_14,m,10-14,10,14,22818,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_15_19,m,15-19,15,19,22261,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_20_24,m,20-24,20,24,20926,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_25_29,m,25-29,25,29,18874,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_30_34,m,30-34,30,34,16801,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_35_39,m,35-39,35,39,14623,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_40_44,m,40-44,40,44,11832,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_45_49,m,45-49,45,49,9714,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_50_54,m,50-54,50,54,7931,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_55_59,m,55-59,55,59,6480,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_60_64,m,60-64,60,64,5228,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_65_69,m,65-69,65,69,4140,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_70_74,m,70-74,70,74,3151,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_75_79,m,75-79,75,79,2185,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,M_80PLUS,m,80+,80,,2439,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_00_04,all,0-4,0,4,45424,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_05_09,all,5-9,5,9,44654,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_10_14,all,10-14,10,14,44883,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_15_19,all,15-19,15,19,44286,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_20_24,all,20-24,20,24,42144,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_25_29,all,25-29,25,29,38680,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_30_34,all,30-34,30,34,34433,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_35_39,all,35-39,35,39,29964,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_40_44,all,40-44,40,44,24503,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_45_49,all,45-49,45,49,20277,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_50_54,all,50-54,50,54,16633,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_55_59,all,55-59,55,59,13700,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_60_64,all,60-64,60,64,11148,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_65_69,all,65-69,65,69,8908,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_70_74,all,70-74,70,74,6858,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_75_79,all,75-79,75,79,4858,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN04,Copan,T_80PLUS,all,80+,80,,5658,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_TL,f,all,,,1001573,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_TL,m,all,,,919131,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_TL,all,all,,,1920704,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_00_04,f,0-4,0,4,91774,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_05_09,f,5-9,5,9,87853,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_10_14,f,10-14,10,14,88240,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_15_19,f,15-19,15,19,92931,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_20_24,f,20-24,20,24,92569,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_25_29,f,25-29,25,29,91858,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_30_34,f,30-34,30,34,91257,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_35_39,f,35-39,35,39,82585,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_40_44,f,40-44,40,44,67450,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_45_49,f,45-49,45,49,54880,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_50_54,f,50-54,50,54,42351,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_55_59,f,55-59,55,59,33190,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_60_64,f,60-64,60,64,25928,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_65_69,f,65-69,65,69,20013,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_70_74,f,70-74,70,74,15548,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_75_79,f,75-79,75,79,10270,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,F_80PLUS,f,80+,80,,12876,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_00_04,m,0-4,0,4,95371,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_05_09,m,5-9,5,9,90839,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_10_14,m,10-14,10,14,90728,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_15_19,m,15-19,15,19,93953,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_20_24,m,20-24,20,24,85072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_25_29,m,25-29,25,29,78486,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_30_34,m,30-34,30,34,76833,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_35_39,m,35-39,35,39,69288,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_40_44,m,40-44,40,44,57433,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_45_49,m,45-49,45,49,47271,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_50_54,m,50-54,50,54,37027,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_55_59,m,55-59,55,59,28988,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_60_64,m,60-64,60,64,22113,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_65_69,m,65-69,65,69,16535,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_70_74,m,70-74,70,74,12195,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_75_79,m,75-79,75,79,7649,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,M_80PLUS,m,80+,80,,9350,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_00_04,all,0-4,0,4,187145,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_05_09,all,5-9,5,9,178692,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_10_14,all,10-14,10,14,178968,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_15_19,all,15-19,15,19,186884,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_20_24,all,20-24,20,24,177641,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_25_29,all,25-29,25,29,170344,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_30_34,all,30-34,30,34,168090,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_35_39,all,35-39,35,39,151873,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_40_44,all,40-44,40,44,124883,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_45_49,all,45-49,45,49,102151,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_50_54,all,50-54,50,54,79378,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_55_59,all,55-59,55,59,62178,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_60_64,all,60-64,60,64,48041,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_65_69,all,65-69,65,69,36548,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_70_74,all,70-74,70,74,27743,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_75_79,all,75-79,75,79,17919,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN05,Cortes,T_80PLUS,all,80+,80,,22226,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_TL,f,all,,,263112,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_TL,m,all,,,262436,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_TL,all,all,,,525548,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_00_04,f,0-4,0,4,25738,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_05_09,f,5-9,5,9,24940,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_10_14,f,10-14,10,14,24861,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_15_19,f,15-19,15,19,25154,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_20_24,f,20-24,20,24,24925,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_25_29,f,25-29,25,29,23183,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_30_34,f,30-34,30,34,20769,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_35_39,f,35-39,35,39,18414,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_40_44,f,40-44,40,44,15673,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_45_49,f,45-49,45,49,13350,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_50_54,f,50-54,50,54,11206,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_55_59,f,55-59,55,59,9336,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_60_64,f,60-64,60,64,7550,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_65_69,f,65-69,65,69,6033,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_70_74,f,70-74,70,74,4611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_75_79,f,75-79,75,79,3279,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,F_80PLUS,f,80+,80,,4090,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_00_04,m,0-4,0,4,26687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_05_09,m,5-9,5,9,25819,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_10_14,m,10-14,10,14,25806,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_15_19,m,15-19,15,19,25529,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_20_24,m,20-24,20,24,24986,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_25_29,m,25-29,25,29,23573,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_30_34,m,30-34,30,34,21030,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_35_39,m,35-39,35,39,18418,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_40_44,m,40-44,40,44,15218,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_45_49,m,45-49,45,49,12722,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_50_54,m,50-54,50,54,10583,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_55_59,m,55-59,55,59,8800,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_60_64,m,60-64,60,64,7130,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_65_69,m,65-69,65,69,5603,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_70_74,m,70-74,70,74,4152,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_75_79,m,75-79,75,79,2844,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,M_80PLUS,m,80+,80,,3536,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_00_04,all,0-4,0,4,52425,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_05_09,all,5-9,5,9,50759,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_10_14,all,10-14,10,14,50667,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_15_19,all,15-19,15,19,50683,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_20_24,all,20-24,20,24,49911,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_25_29,all,25-29,25,29,46756,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_30_34,all,30-34,30,34,41799,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_35_39,all,35-39,35,39,36832,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_40_44,all,40-44,40,44,30891,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_45_49,all,45-49,45,49,26072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_50_54,all,50-54,50,54,21789,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_55_59,all,55-59,55,59,18136,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_60_64,all,60-64,60,64,14680,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_65_69,all,65-69,65,69,11636,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_70_74,all,70-74,70,74,8763,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_75_79,all,75-79,75,79,6123,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN07,El Paraiso,T_80PLUS,all,80+,80,,7626,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_TL,f,all,,,929171,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_TL,m,all,,,843995,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_TL,all,all,,,1773166,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_00_04,f,0-4,0,4,81903,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_05_09,f,5-9,5,9,78611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_10_14,f,10-14,10,14,77497,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_15_19,f,15-19,15,19,78966,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_20_24,f,20-24,20,24,80276,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_25_29,f,25-29,25,29,79868,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_30_34,f,30-34,30,34,79824,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_35_39,f,35-39,35,39,74538,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_40_44,f,40-44,40,44,61449,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_45_49,f,45-49,45,49,51742,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_50_54,f,50-54,50,54,44113,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_55_59,f,55-59,55,59,37176,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_60_64,f,60-64,60,64,30589,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_65_69,f,65-69,65,69,24458,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_70_74,f,70-74,70,74,18974,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_75_79,f,75-79,75,79,12643,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,F_80PLUS,f,80+,80,,16544,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_00_04,m,0-4,0,4,85012,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_05_09,m,5-9,5,9,81162,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_10_14,m,10-14,10,14,79536,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_15_19,m,15-19,15,19,80962,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_20_24,m,20-24,20,24,76316,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_25_29,m,25-29,25,29,70531,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_30_34,m,30-34,30,34,69469,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_35_39,m,35-39,35,39,63673,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_40_44,m,40-44,40,44,52069,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_45_49,m,45-49,45,49,43341,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_50_54,m,50-54,50,54,35987,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_55_59,m,55-59,55,59,29789,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_60_64,m,60-64,60,64,24464,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_65_69,m,65-69,65,69,19107,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_70_74,m,70-74,70,74,13857,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_75_79,m,75-79,75,79,8559,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,M_80PLUS,m,80+,80,,10161,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_00_04,all,0-4,0,4,166915,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_05_09,all,5-9,5,9,159773,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_10_14,all,10-14,10,14,157033,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_15_19,all,15-19,15,19,159928,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_20_24,all,20-24,20,24,156592,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_25_29,all,25-29,25,29,150399,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_30_34,all,30-34,30,34,149293,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_35_39,all,35-39,35,39,138211,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_40_44,all,40-44,40,44,113518,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_45_49,all,45-49,45,49,95083,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_50_54,all,50-54,50,54,80100,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_55_59,all,55-59,55,59,66965,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_60_64,all,60-64,60,64,55053,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_65_69,all,65-69,65,69,43565,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_70_74,all,70-74,70,74,32831,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_75_79,all,75-79,75,79,21202,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN08,Francisco Morazan,T_80PLUS,all,80+,80,,26705,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_TL,f,all,,,57311,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_TL,m,all,,,55011,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_TL,all,all,,,112322,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_00_04,f,0-4,0,4,6324,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_05_09,f,5-9,5,9,6051,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_10_14,f,10-14,10,14,5918,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_15_19,f,15-19,15,19,5980,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_20_24,f,20-24,20,24,5902,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_25_29,f,25-29,25,29,5560,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_30_34,f,30-34,30,34,4851,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_35_39,f,35-39,35,39,4054,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_40_44,f,40-44,40,44,3137,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_45_49,f,45-49,45,49,2463,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_50_54,f,50-54,50,54,1914,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_55_59,f,55-59,55,59,1508,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_60_64,f,60-64,60,64,1174,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_65_69,f,65-69,65,69,894,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_70_74,f,70-74,70,74,632,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_75_79,f,75-79,75,79,423,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,F_80PLUS,f,80+,80,,526,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_00_04,m,0-4,0,4,6579,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_05_09,m,5-9,5,9,6298,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_10_14,m,10-14,10,14,6162,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_15_19,m,15-19,15,19,5908,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_20_24,m,20-24,20,24,5415,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_25_29,m,25-29,25,29,4908,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_30_34,m,30-34,30,34,4316,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_35_39,m,35-39,35,39,3679,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_40_44,m,40-44,40,44,2860,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_45_49,m,45-49,45,49,2267,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_50_54,m,50-54,50,54,1789,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_55_59,m,55-59,55,59,1407,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_60_64,m,60-64,60,64,1098,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_65_69,m,65-69,65,69,830,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_70_74,m,70-74,70,74,602,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_75_79,m,75-79,75,79,407,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,M_80PLUS,m,80+,80,,486,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_00_04,all,0-4,0,4,12903,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_05_09,all,5-9,5,9,12349,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_10_14,all,10-14,10,14,12080,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_15_19,all,15-19,15,19,11888,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_20_24,all,20-24,20,24,11317,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_25_29,all,25-29,25,29,10468,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_30_34,all,30-34,30,34,9167,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_35_39,all,35-39,35,39,7733,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_40_44,all,40-44,40,44,5997,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_45_49,all,45-49,45,49,4730,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_50_54,all,50-54,50,54,3703,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_55_59,all,55-59,55,59,2915,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_60_64,all,60-64,60,64,2272,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_65_69,all,65-69,65,69,1724,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_70_74,all,70-74,70,74,1234,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_75_79,all,75-79,75,79,830,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN09,Gracias a Dios,T_80PLUS,all,80+,80,,1012,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_TL,f,all,,,145989,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_TL,m,all,,,137882,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_TL,all,all,,,283871,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_00_04,f,0-4,0,4,15347,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_05_09,f,5-9,5,9,15051,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_10_14,f,10-14,10,14,14891,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_15_19,f,15-19,15,19,14626,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_20_24,f,20-24,20,24,14499,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_25_29,f,25-29,25,29,13345,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_30_34,f,30-34,30,34,11634,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_35_39,f,35-39,35,39,9926,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_40_44,f,40-44,40,44,8000,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_45_49,f,45-49,45,49,6569,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_50_54,f,50-54,50,54,5356,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_55_59,f,55-59,55,59,4394,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_60_64,f,60-64,60,64,3587,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_65_69,f,65-69,65,69,2912,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_70_74,f,70-74,70,74,2297,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_75_79,f,75-79,75,79,1646,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,F_80PLUS,f,80+,80,,1909,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_00_04,m,0-4,0,4,15925,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_05_09,m,5-9,5,9,15602,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_10_14,m,10-14,10,14,15483,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_15_19,m,15-19,15,19,14284,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_20_24,m,20-24,20,24,13184,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_25_29,m,25-29,25,29,12154,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_30_34,m,30-34,30,34,10550,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_35_39,m,35-39,35,39,9002,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_40_44,m,40-44,40,44,7110,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_45_49,m,45-49,45,49,5754,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_50_54,m,50-54,50,54,4725,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_55_59,m,55-59,55,59,3856,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_60_64,m,60-64,60,64,3092,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_65_69,m,65-69,65,69,2417,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_70_74,m,70-74,70,74,1858,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_75_79,m,75-79,75,79,1330,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,M_80PLUS,m,80+,80,,1556,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_00_04,all,0-4,0,4,31272,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_05_09,all,5-9,5,9,30653,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_10_14,all,10-14,10,14,30374,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_15_19,all,15-19,15,19,28910,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_20_24,all,20-24,20,24,27683,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_25_29,all,25-29,25,29,25499,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_30_34,all,30-34,30,34,22184,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_35_39,all,35-39,35,39,18928,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_40_44,all,40-44,40,44,15110,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_45_49,all,45-49,45,49,12323,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_50_54,all,50-54,50,54,10081,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_55_59,all,55-59,55,59,8250,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_60_64,all,60-64,60,64,6679,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_65_69,all,65-69,65,69,5329,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_70_74,all,70-74,70,74,4155,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_75_79,all,75-79,75,79,2976,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN10,Intibuca,T_80PLUS,all,80+,80,,3465,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_TL,f,all,,,42520,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_TL,m,all,,,39854,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_TL,all,all,,,82374,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_00_04,f,0-4,0,4,4366,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_05_09,f,5-9,5,9,4197,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_10_14,f,10-14,10,14,4140,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_15_19,f,15-19,15,19,4088,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_20_24,f,20-24,20,24,4008,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_25_29,f,25-29,25,29,3835,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_30_34,f,30-34,30,34,3606,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_35_39,f,35-39,35,39,3245,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_40_44,f,40-44,40,44,2670,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_45_49,f,45-49,45,49,2179,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_50_54,f,50-54,50,54,1705,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_55_59,f,55-59,55,59,1339,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_60_64,f,60-64,60,64,1048,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_65_69,f,65-69,65,69,797,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_70_74,f,70-74,70,74,542,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_75_79,f,75-79,75,79,342,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,F_80PLUS,f,80+,80,,413,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_00_04,m,0-4,0,4,4535,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_05_09,m,5-9,5,9,4307,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_10_14,m,10-14,10,14,4182,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_15_19,m,15-19,15,19,3984,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_20_24,m,20-24,20,24,3617,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_25_29,m,25-29,25,29,3311,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_30_34,m,30-34,30,34,3126,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_35_39,m,35-39,35,39,2786,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_40_44,m,40-44,40,44,2327,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_45_49,m,45-49,45,49,1935,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_50_54,m,50-54,50,54,1535,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_55_59,m,55-59,55,59,1236,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_60_64,m,60-64,60,64,994,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_65_69,m,65-69,65,69,773,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_70_74,m,70-74,70,74,523,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_75_79,m,75-79,75,79,325,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,M_80PLUS,m,80+,80,,358,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_00_04,all,0-4,0,4,8901,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_05_09,all,5-9,5,9,8504,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_10_14,all,10-14,10,14,8322,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_15_19,all,15-19,15,19,8072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_20_24,all,20-24,20,24,7625,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_25_29,all,25-29,25,29,7146,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_30_34,all,30-34,30,34,6732,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_35_39,all,35-39,35,39,6031,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_40_44,all,40-44,40,44,4997,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_45_49,all,45-49,45,49,4114,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_50_54,all,50-54,50,54,3240,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_55_59,all,55-59,55,59,2575,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_60_64,all,60-64,60,64,2042,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_65_69,all,65-69,65,69,1570,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_70_74,all,70-74,70,74,1065,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_75_79,all,75-79,75,79,667,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN11,Islas de La Bahia,T_80PLUS,all,80+,80,,771,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_TL,f,all,,,122855,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_TL,m,all,,,116450,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_TL,all,all,,,239305,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_00_04,f,0-4,0,4,12382,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_05_09,f,5-9,5,9,12163,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_10_14,f,10-14,10,14,12211,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_15_19,f,15-19,15,19,12229,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_20_24,f,20-24,20,24,11989,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_25_29,f,25-29,25,29,10951,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_30_34,f,30-34,30,34,9669,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_35_39,f,35-39,35,39,8481,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_40_44,f,40-44,40,44,7011,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_45_49,f,45-49,45,49,5842,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_50_54,f,50-54,50,54,4817,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_55_59,f,55-59,55,59,3979,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_60_64,f,60-64,60,64,3267,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_65_69,f,65-69,65,69,2620,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_70_74,f,70-74,70,74,2027,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_75_79,f,75-79,75,79,1456,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,F_80PLUS,f,80+,80,,1761,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_00_04,m,0-4,0,4,12806,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_05_09,m,5-9,5,9,12554,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_10_14,m,10-14,10,14,12661,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_15_19,m,15-19,15,19,12127,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_20_24,m,20-24,20,24,11198,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_25_29,m,25-29,25,29,10426,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_30_34,m,30-34,30,34,9141,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_35_39,m,35-39,35,39,7863,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_40_44,m,40-44,40,44,6252,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_45_49,m,45-49,45,49,5071,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_50_54,m,50-54,50,54,4113,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_55_59,m,55-59,55,59,3354,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_60_64,m,60-64,60,64,2722,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_65_69,m,65-69,65,69,2141,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_70_74,m,70-74,70,74,1614,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_75_79,m,75-79,75,79,1112,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,M_80PLUS,m,80+,80,,1295,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_00_04,all,0-4,0,4,25188,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_05_09,all,5-9,5,9,24717,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_10_14,all,10-14,10,14,24872,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_15_19,all,15-19,15,19,24356,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_20_24,all,20-24,20,24,23187,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_25_29,all,25-29,25,29,21377,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_30_34,all,30-34,30,34,18810,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_35_39,all,35-39,35,39,16344,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_40_44,all,40-44,40,44,13263,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_45_49,all,45-49,45,49,10913,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_50_54,all,50-54,50,54,8930,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_55_59,all,55-59,55,59,7333,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_60_64,all,60-64,60,64,5989,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_65_69,all,65-69,65,69,4761,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_70_74,all,70-74,70,74,3641,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_75_79,all,75-79,75,79,2568,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN12,La Paz,T_80PLUS,all,80+,80,,3056,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_TL,f,all,,,194611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_TL,m,all,,,194064,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_TL,all,all,,,388675,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_00_04,f,0-4,0,4,20734,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_05_09,f,5-9,5,9,20465,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_10_14,f,10-14,10,14,20613,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_15_19,f,15-19,15,19,20413,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_20_24,f,20-24,20,24,19667,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_25_29,f,25-29,25,29,17547,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_30_34,f,30-34,30,34,14915,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_35_39,f,35-39,35,39,12677,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_40_44,f,40-44,40,44,10215,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_45_49,f,45-49,45,49,8390,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_50_54,f,50-54,50,54,6946,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_55_59,f,55-59,55,59,5774,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_60_64,f,60-64,60,64,4754,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_65_69,f,65-69,65,69,3833,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_70_74,f,70-74,70,74,2971,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_75_79,f,75-79,75,79,2120,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,F_80PLUS,f,80+,80,,2577,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_00_04,m,0-4,0,4,21521,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_05_09,m,5-9,5,9,21229,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_10_14,m,10-14,10,14,21465,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_15_19,m,15-19,15,19,20063,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_20_24,m,20-24,20,24,19079,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_25_29,m,25-29,25,29,17816,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_30_34,m,30-34,30,34,15346,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_35_39,m,35-39,35,39,13003,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_40_44,m,40-44,40,44,10228,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_45_49,m,45-49,45,49,8215,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_50_54,m,50-54,50,54,6626,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_55_59,m,55-59,55,59,5394,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_60_64,m,60-64,60,64,4337,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_65_69,m,65-69,65,69,3405,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_70_74,m,70-74,70,74,2540,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_75_79,m,75-79,75,79,1728,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,M_80PLUS,m,80+,80,,2069,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_00_04,all,0-4,0,4,42255,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_05_09,all,5-9,5,9,41694,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_10_14,all,10-14,10,14,42078,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_15_19,all,15-19,15,19,40476,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_20_24,all,20-24,20,24,38746,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_25_29,all,25-29,25,29,35363,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_30_34,all,30-34,30,34,30261,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_35_39,all,35-39,35,39,25680,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_40_44,all,40-44,40,44,20443,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_45_49,all,45-49,45,49,16605,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_50_54,all,50-54,50,54,13572,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_55_59,all,55-59,55,59,11168,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_60_64,all,60-64,60,64,9091,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_65_69,all,65-69,65,69,7238,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_70_74,all,70-74,70,74,5511,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_75_79,all,75-79,75,79,3848,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN13,Lempira,T_80PLUS,all,80+,80,,4646,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_TL,f,all,,,89674,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_TL,m,all,,,87461,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_TL,all,all,,,177135,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_00_04,f,0-4,0,4,8893,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_05_09,f,5-9,5,9,8423,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_10_14,f,10-14,10,14,8268,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_15_19,f,15-19,15,19,8598,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_20_24,f,20-24,20,24,8573,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_25_29,f,25-29,25,29,8105,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_30_34,f,30-34,30,34,7342,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_35_39,f,35-39,35,39,6483,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_40_44,f,40-44,40,44,5409,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_45_49,f,45-49,45,49,4533,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_50_54,f,50-54,50,54,3706,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_55_59,f,55-59,55,59,3038,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_60_64,f,60-64,60,64,2438,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_65_69,f,65-69,65,69,1944,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_70_74,f,70-74,70,74,1484,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_75_79,f,75-79,75,79,1060,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,F_80PLUS,f,80+,80,,1377,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_00_04,m,0-4,0,4,9231,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_05_09,m,5-9,5,9,8739,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_10_14,m,10-14,10,14,8585,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_15_19,m,15-19,15,19,8614,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_20_24,m,20-24,20,24,8400,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_25_29,m,25-29,25,29,7919,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_30_34,m,30-34,30,34,7108,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_35_39,m,35-39,35,39,6220,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_40_44,m,40-44,40,44,5114,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_45_49,m,45-49,45,49,4191,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_50_54,m,50-54,50,54,3358,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_55_59,m,55-59,55,59,2722,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_60_64,m,60-64,60,64,2191,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_65_69,m,65-69,65,69,1743,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_70_74,m,70-74,70,74,1316,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_75_79,m,75-79,75,79,912,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,M_80PLUS,m,80+,80,,1098,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_00_04,all,0-4,0,4,18124,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_05_09,all,5-9,5,9,17162,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_10_14,all,10-14,10,14,16853,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_15_19,all,15-19,15,19,17212,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_20_24,all,20-24,20,24,16973,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_25_29,all,25-29,25,29,16024,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_30_34,all,30-34,30,34,14450,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_35_39,all,35-39,35,39,12703,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_40_44,all,40-44,40,44,10523,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_45_49,all,45-49,45,49,8724,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_50_54,all,50-54,50,54,7064,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_55_59,all,55-59,55,59,5760,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_60_64,all,60-64,60,64,4629,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_65_69,all,65-69,65,69,3687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_70_74,all,70-74,70,74,2800,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_75_79,all,75-79,75,79,1972,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN14,Ocotepeque,T_80PLUS,all,80+,80,,2475,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_TL,f,all,,,308719,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_TL,m,all,,,302088,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_TL,all,all,,,610807,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_00_04,f,0-4,0,4,31443,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_05_09,f,5-9,5,9,31504,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_10_14,f,10-14,10,14,31622,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_15_19,f,15-19,15,19,30653,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_20_24,f,20-24,20,24,29122,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_25_29,f,25-29,25,29,26769,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_30_34,f,30-34,30,34,24065,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_35_39,f,35-39,35,39,21187,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_40_44,f,40-44,40,44,17496,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_45_49,f,45-49,45,49,14611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_50_54,f,50-54,50,54,12136,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_55_59,f,55-59,55,59,10078,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_60_64,f,60-64,60,64,8239,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_65_69,f,65-69,65,69,6597,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_70_74,f,70-74,70,74,5024,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_75_79,f,75-79,75,79,3589,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,F_80PLUS,f,80+,80,,4584,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_00_04,m,0-4,0,4,32629,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_05_09,m,5-9,5,9,32724,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_10_14,m,10-14,10,14,32996,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_15_19,m,15-19,15,19,31443,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_20_24,m,20-24,20,24,29437,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_25_29,m,25-29,25,29,26720,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_30_34,m,30-34,30,34,23150,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_35_39,m,35-39,35,39,19885,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_40_44,m,40-44,40,44,15797,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_45_49,m,45-49,45,49,12890,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_50_54,m,50-54,50,54,10680,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_55_59,m,55-59,55,59,8903,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_60_64,m,60-64,60,64,7395,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_65_69,m,65-69,65,69,5956,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_70_74,m,70-74,70,74,4539,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_75_79,m,75-79,75,79,3157,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,M_80PLUS,m,80+,80,,3787,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_00_04,all,0-4,0,4,64072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_05_09,all,5-9,5,9,64228,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_10_14,all,10-14,10,14,64618,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_15_19,all,15-19,15,19,62096,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_20_24,all,20-24,20,24,58559,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_25_29,all,25-29,25,29,53489,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_30_34,all,30-34,30,34,47215,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_35_39,all,35-39,35,39,41072,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_40_44,all,40-44,40,44,33293,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_45_49,all,45-49,45,49,27501,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_50_54,all,50-54,50,54,22816,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_55_59,all,55-59,55,59,18981,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_60_64,all,60-64,60,64,15634,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_65_69,all,65-69,65,69,12553,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_70_74,all,70-74,70,74,9563,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_75_79,all,75-79,75,79,6746,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN15,Olancho,T_80PLUS,all,80+,80,,8371,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_TL,f,all,,,245939,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_TL,m,all,,,251042,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_TL,all,all,,,496981,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_00_04,f,0-4,0,4,24447,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_05_09,f,5-9,5,9,24201,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_10_14,f,10-14,10,14,24447,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_15_19,f,15-19,15,19,23951,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_20_24,f,20-24,20,24,22831,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_25_29,f,25-29,25,29,21037,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_30_34,f,30-34,30,34,18632,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_35_39,f,35-39,35,39,16429,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_40_44,f,40-44,40,44,13929,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_45_49,f,45-49,45,49,11910,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_50_54,f,50-54,50,54,10158,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_55_59,f,55-59,55,59,8640,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_60_64,f,60-64,60,64,7177,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_65_69,f,65-69,65,69,5864,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_70_74,f,70-74,70,74,4611,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_75_79,f,75-79,75,79,3334,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,F_80PLUS,f,80+,80,,4341,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_00_04,m,0-4,0,4,25384,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_05_09,m,5-9,5,9,25165,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_10_14,m,10-14,10,14,25578,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_15_19,m,15-19,15,19,24721,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_20_24,m,20-24,20,24,23590,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_25_29,m,25-29,25,29,21789,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_30_34,m,30-34,30,34,19131,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_35_39,m,35-39,35,39,16779,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_40_44,m,40-44,40,44,14005,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_45_49,m,45-49,45,49,11852,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_50_54,m,50-54,50,54,10057,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_55_59,m,55-59,55,59,8492,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_60_64,m,60-64,60,64,7075,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_65_69,m,65-69,65,69,5774,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_70_74,m,70-74,70,74,4506,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_75_79,m,75-79,75,79,3185,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,M_80PLUS,m,80+,80,,3959,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_00_04,all,0-4,0,4,49831,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_05_09,all,5-9,5,9,49366,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_10_14,all,10-14,10,14,50025,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_15_19,all,15-19,15,19,48672,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_20_24,all,20-24,20,24,46421,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_25_29,all,25-29,25,29,42826,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_30_34,all,30-34,30,34,37763,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_35_39,all,35-39,35,39,33208,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_40_44,all,40-44,40,44,27934,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_45_49,all,45-49,45,49,23762,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_50_54,all,50-54,50,54,20215,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_55_59,all,55-59,55,59,17132,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_60_64,all,60-64,60,64,14252,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_65_69,all,65-69,65,69,11638,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_70_74,all,70-74,70,74,9117,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_75_79,all,75-79,75,79,6519,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN16,Santa Barbara,T_80PLUS,all,80+,80,,8300,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_TL,f,all,,,101586,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_TL,m,all,,,97069,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_TL,all,all,,,198655,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_00_04,f,0-4,0,4,9849,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_05_09,f,5-9,5,9,9485,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_10_14,f,10-14,10,14,9315,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_15_19,f,15-19,15,19,9419,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_20_24,f,20-24,20,24,9279,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_25_29,f,25-29,25,29,8616,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_30_34,f,30-34,30,34,7862,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_35_39,f,35-39,35,39,7037,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_40_44,f,40-44,40,44,5867,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_45_49,f,45-49,45,49,4996,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_50_54,f,50-54,50,54,4297,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_55_59,f,55-59,55,59,3694,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_60_64,f,60-64,60,64,3199,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_65_69,f,65-69,65,69,2701,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_70_74,f,70-74,70,74,2165,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_75_79,f,75-79,75,79,1604,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,F_80PLUS,f,80+,80,,2201,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_00_04,m,0-4,0,4,10242,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_05_09,m,5-9,5,9,9883,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_10_14,m,10-14,10,14,9761,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_15_19,m,15-19,15,19,9650,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_20_24,m,20-24,20,24,9134,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_25_29,m,25-29,25,29,8526,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_30_34,m,30-34,30,34,7614,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_35_39,m,35-39,35,39,6629,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_40_44,m,40-44,40,44,5246,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_45_49,m,45-49,45,49,4314,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_50_54,m,50-54,50,54,3638,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_55_59,m,55-59,55,59,3105,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_60_64,m,60-64,60,64,2666,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_65_69,m,65-69,65,69,2181,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_70_74,m,70-74,70,74,1701,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_75_79,m,75-79,75,79,1220,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,M_80PLUS,m,80+,80,,1559,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_00_04,all,0-4,0,4,20091,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_05_09,all,5-9,5,9,19368,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_10_14,all,10-14,10,14,19076,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_15_19,all,15-19,15,19,19069,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_20_24,all,20-24,20,24,18413,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_25_29,all,25-29,25,29,17142,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_30_34,all,30-34,30,34,15476,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_35_39,all,35-39,35,39,13666,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_40_44,all,40-44,40,44,11113,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_45_49,all,45-49,45,49,9310,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_50_54,all,50-54,50,54,7935,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_55_59,all,55-59,55,59,6799,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_60_64,all,60-64,60,64,5865,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_65_69,all,65-69,65,69,4882,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_70_74,all,70-74,70,74,3866,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_75_79,all,75-79,75,79,2824,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN17,Valle,T_80PLUS,all,80+,80,,3760,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_TL,f,all,,,339826,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_TL,m,all,,,323905,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_TL,all,all,,,663731,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_00_04,f,0-4,0,4,33244,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_05_09,f,5-9,5,9,33092,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_10_14,f,10-14,10,14,33324,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_15_19,f,15-19,15,19,32738,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_20_24,f,20-24,20,24,31523,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_25_29,f,25-29,25,29,29190,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_30_34,f,30-34,30,34,26384,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_35_39,f,35-39,35,39,23493,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_40_44,f,40-44,40,44,19780,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_45_49,f,45-49,45,49,16785,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_50_54,f,50-54,50,54,14103,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_55_59,f,55-59,55,59,11864,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_60_64,f,60-64,60,64,9874,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_65_69,f,65-69,65,69,8021,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_70_74,f,70-74,70,74,6227,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_75_79,f,75-79,75,79,4497,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,F_80PLUS,f,80+,80,,5687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_00_04,m,0-4,0,4,34506,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_05_09,m,5-9,5,9,34343,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_10_14,m,10-14,10,14,34691,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_15_19,m,15-19,15,19,34044,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_20_24,m,20-24,20,24,31367,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_25_29,m,25-29,25,29,28050,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_30_34,m,30-34,30,34,24285,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_35_39,m,35-39,35,39,20956,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_40_44,m,40-44,40,44,16972,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_45_49,m,45-49,45,49,14036,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_50_54,m,50-54,50,54,11709,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_55_59,m,55-59,55,59,9831,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_60_64,m,60-64,60,64,8262,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_65_69,m,65-69,65,69,6802,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_70_74,m,70-74,70,74,5403,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_75_79,m,75-79,75,79,3907,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,M_80PLUS,m,80+,80,,4741,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_00_04,all,0-4,0,4,67750,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_05_09,all,5-9,5,9,67435,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_10_14,all,10-14,10,14,68015,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_15_19,all,15-19,15,19,66782,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_20_24,all,20-24,20,24,62890,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_25_29,all,25-29,25,29,57240,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_30_34,all,30-34,30,34,50669,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_35_39,all,35-39,35,39,44449,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_40_44,all,40-44,40,44,36752,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_45_49,all,45-49,45,49,30821,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_50_54,all,50-54,50,54,25812,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_55_59,all,55-59,55,59,21695,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_60_64,all,60-64,60,64,18136,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_65_69,all,65-69,65,69,14823,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_70_74,all,70-74,70,74,11630,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_75_79,all,75-79,75,79,8404,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,HN18,Yoro,T_80PLUS,all,80+,80,,10428,2024,Instituto Nacional de Estadística - INE,UNFPA +HUN,Hungary,HU005,Budapest,F_TL,f,all,,,931631,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_TL,m,all,,,832782,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_TL,all,all,,,1764413,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_00_04,f,0-4,0,4,38091,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_05_09,f,5-9,5,9,38137,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_10_14,f,10-14,10,14,38347,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_15_19,f,15-19,15,19,36382,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_20_24,f,20-24,20,24,44530,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_25_29,f,25-29,25,29,59955,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_30_34,f,30-34,30,34,67882,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_35_39,f,35-39,35,39,66606,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_40_44,f,40-44,40,44,75578,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_45_49,f,45-49,45,49,74945,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_50_54,f,50-54,50,54,62013,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_55_59,f,55-59,55,59,48021,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_60_64,f,60-64,60,64,48256,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_65_69,f,65-69,65,69,66316,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_70_74,f,70-74,70,74,56884,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_75_79,f,75-79,75,79,48059,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_80_84,f,80-84,80,84,31499,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_85_89,f,85-89,85,89,18388,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_90_94,f,90-94,90,94,8574,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_95_99,f,95-99,95,99,2546,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,F_100PLUS,f,100+,100,,622,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_00_04,m,0-4,0,4,40816,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_05_09,m,5-9,5,9,40599,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_10_14,m,10-14,10,14,40673,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_15_19,m,15-19,15,19,38617,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_20_24,m,20-24,20,24,46454,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_25_29,m,25-29,25,29,59233,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_30_34,m,30-34,30,34,67720,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_35_39,m,35-39,35,39,67238,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_40_44,m,40-44,40,44,75809,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_45_49,m,45-49,45,49,74381,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_50_54,m,50-54,50,54,59409,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_55_59,m,55-59,55,59,43142,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_60_64,m,60-64,60,64,39065,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_65_69,m,65-69,65,69,46994,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_70_74,m,70-74,70,74,35890,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_75_79,m,75-79,75,79,28208,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_80_84,m,80-84,80,84,16308,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_85_89,m,85-89,85,89,7973,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_90_94,m,90-94,90,94,3288,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_95_99,m,95-99,95,99,781,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,M_100PLUS,m,100+,100,,184,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_00_04,all,0-4,0,4,78907,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_05_09,all,5-9,5,9,78736,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_10_14,all,10-14,10,14,79020,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_15_19,all,15-19,15,19,74999,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_20_24,all,20-24,20,24,90984,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_25_29,all,25-29,25,29,119188,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_30_34,all,30-34,30,34,135602,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_35_39,all,35-39,35,39,133844,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_40_44,all,40-44,40,44,151387,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_45_49,all,45-49,45,49,149326,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_50_54,all,50-54,50,54,121422,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_55_59,all,55-59,55,59,91163,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_60_64,all,60-64,60,64,87321,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_65_69,all,65-69,65,69,113310,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_70_74,all,70-74,70,74,92774,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_75_79,all,75-79,75,79,76267,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_80_84,all,80-84,80,84,47807,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_85_89,all,85-89,85,89,26361,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_90_94,all,90-94,90,94,11862,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_95_99,all,95-99,95,99,3327,2022,Eurostat,UNFPA +HUN,Hungary,HU005,Budapest,T_100PLUS,all,100+,100,,806,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_TL,f,all,,,672773,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_TL,m,all,,,635404,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_TL,all,all,,,1308177,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_00_04,f,0-4,0,4,33515,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_05_09,f,5-9,5,9,36207,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_10_14,f,10-14,10,14,36494,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_15_19,f,15-19,15,19,35377,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_20_24,f,20-24,20,24,32394,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_25_29,f,25-29,25,29,36444,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_30_34,f,30-34,30,34,39821,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_35_39,f,35-39,35,39,43544,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_40_44,f,40-44,40,44,55907,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_45_49,f,45-49,45,49,59675,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_50_54,f,50-54,50,54,48483,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_55_59,f,55-59,55,59,36082,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_60_64,f,60-64,60,64,36374,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_65_69,f,65-69,65,69,44080,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_70_74,f,70-74,70,74,37457,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_75_79,f,75-79,75,79,27769,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_80_84,f,80-84,80,84,18084,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_85_89,f,85-89,85,89,9828,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_90_94,f,90-94,90,94,3900,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_95_99,f,95-99,95,99,1105,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,F_100PLUS,f,100+,100,,233,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_00_04,m,0-4,0,4,35427,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_05_09,m,5-9,5,9,38548,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_10_14,m,10-14,10,14,38694,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_15_19,m,15-19,15,19,37406,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_20_24,m,20-24,20,24,35110,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_25_29,m,25-29,25,29,38991,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_30_34,m,30-34,30,34,41719,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_35_39,m,35-39,35,39,43838,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_40_44,m,40-44,40,44,55965,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_45_49,m,45-49,45,49,60899,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_50_54,m,50-54,50,54,49390,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_55_59,m,55-59,55,59,35334,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_60_64,m,60-64,60,64,31237,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_65_69,m,65-69,65,69,34705,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_70_74,m,70-74,70,74,26090,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_75_79,m,75-79,75,79,17326,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_80_84,m,80-84,80,84,9089,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_85_89,m,85-89,85,89,3933,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_90_94,m,90-94,90,94,1314,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_95_99,m,95-99,95,99,297,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,M_100PLUS,m,100+,100,,92,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_00_04,all,0-4,0,4,68942,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_05_09,all,5-9,5,9,74755,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_10_14,all,10-14,10,14,75188,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_15_19,all,15-19,15,19,72783,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_20_24,all,20-24,20,24,67504,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_25_29,all,25-29,25,29,75435,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_30_34,all,30-34,30,34,81540,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_35_39,all,35-39,35,39,87382,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_40_44,all,40-44,40,44,111872,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_45_49,all,45-49,45,49,120574,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_50_54,all,50-54,50,54,97873,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_55_59,all,55-59,55,59,71416,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_60_64,all,60-64,60,64,67611,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_65_69,all,65-69,65,69,78785,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_70_74,all,70-74,70,74,63547,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_75_79,all,75-79,75,79,45095,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_80_84,all,80-84,80,84,27173,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_85_89,all,85-89,85,89,13761,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_90_94,all,90-94,90,94,5214,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_95_99,all,95-99,95,99,1402,2022,Eurostat,UNFPA +HUN,Hungary,HU014,Pest megye,T_100PLUS,all,100+,100,,325,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_TL,f,all,,,214178,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_TL,m,all,,,202241,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_TL,all,all,,,416419,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_00_04,f,0-4,0,4,9299,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_05_09,f,5-9,5,9,9854,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_10_14,f,10-14,10,14,10073,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_15_19,f,15-19,15,19,10285,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_20_24,f,20-24,20,24,9947,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_25_29,f,25-29,25,29,12192,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_30_34,f,30-34,30,34,12628,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_35_39,f,35-39,35,39,12710,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_40_44,f,40-44,40,44,16551,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_45_49,f,45-49,45,49,17777,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_50_54,f,50-54,50,54,14824,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_55_59,f,55-59,55,59,12525,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_60_64,f,60-64,60,64,13914,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_65_69,f,65-69,65,69,16452,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_70_74,f,70-74,70,74,13003,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_75_79,f,75-79,75,79,9241,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_80_84,f,80-84,80,84,6980,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_85_89,f,85-89,85,89,3955,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_90_94,f,90-94,90,94,1512,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_95_99,f,95-99,95,99,373,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,F_100PLUS,f,100+,100,,83,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_00_04,m,0-4,0,4,9811,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_05_09,m,5-9,5,9,10324,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_10_14,m,10-14,10,14,10590,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_15_19,m,15-19,15,19,10920,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_20_24,m,20-24,20,24,10914,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_25_29,m,25-29,25,29,13462,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_30_34,m,30-34,30,34,14203,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_35_39,m,35-39,35,39,14068,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_40_44,m,40-44,40,44,17420,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_45_49,m,45-49,45,49,18566,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_50_54,m,50-54,50,54,15094,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_55_59,m,55-59,55,59,12070,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_60_64,m,60-64,60,64,12051,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_65_69,m,65-69,65,69,12821,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_70_74,m,70-74,70,74,9119,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_75_79,m,75-79,75,79,5582,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_80_84,m,80-84,80,84,3169,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_85_89,m,85-89,85,89,1436,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_90_94,m,90-94,90,94,491,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_95_99,m,95-99,95,99,105,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,M_100PLUS,m,100+,100,,25,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_00_04,all,0-4,0,4,19110,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_05_09,all,5-9,5,9,20178,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_10_14,all,10-14,10,14,20663,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_15_19,all,15-19,15,19,21205,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_20_24,all,20-24,20,24,20861,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_25_29,all,25-29,25,29,25654,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_30_34,all,30-34,30,34,26831,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_35_39,all,35-39,35,39,26778,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_40_44,all,40-44,40,44,33971,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_45_49,all,45-49,45,49,36343,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_50_54,all,50-54,50,54,29918,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_55_59,all,55-59,55,59,24595,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_60_64,all,60-64,60,64,25965,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_65_69,all,65-69,65,69,29273,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_70_74,all,70-74,70,74,22122,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_75_79,all,75-79,75,79,14823,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_80_84,all,80-84,80,84,10149,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_85_89,all,85-89,85,89,5391,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_90_94,all,90-94,90,94,2003,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_95_99,all,95-99,95,99,478,2022,Eurostat,UNFPA +HUN,Hungary,HU007,Fejer,T_100PLUS,all,100+,100,,108,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_TL,f,all,,,154175,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_TL,m,all,,,143940,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_TL,all,all,,,298115,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_00_04,f,0-4,0,4,6883,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_05_09,f,5-9,5,9,7177,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_10_14,f,10-14,10,14,7172,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_15_19,f,15-19,15,19,7304,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_20_24,f,20-24,20,24,7429,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_25_29,f,25-29,25,29,8873,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_30_34,f,30-34,30,34,9123,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_35_39,f,35-39,35,39,9262,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_40_44,f,40-44,40,44,11746,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_45_49,f,45-49,45,49,12518,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_50_54,f,50-54,50,54,10638,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_55_59,f,55-59,55,59,9246,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_60_64,f,60-64,60,64,9924,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_65_69,f,65-69,65,69,11449,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_70_74,f,70-74,70,74,9339,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_75_79,f,75-79,75,79,6880,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_80_84,f,80-84,80,84,5270,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_85_89,f,85-89,85,89,2717,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_90_94,f,90-94,90,94,932,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_95_99,f,95-99,95,99,235,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,F_100PLUS,f,100+,100,,58,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_00_04,m,0-4,0,4,7256,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_05_09,m,5-9,5,9,7639,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_10_14,m,10-14,10,14,7595,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_15_19,m,15-19,15,19,7629,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_20_24,m,20-24,20,24,8128,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_25_29,m,25-29,25,29,9844,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_30_34,m,30-34,30,34,10104,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_35_39,m,35-39,35,39,10017,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_40_44,m,40-44,40,44,12167,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_45_49,m,45-49,45,49,13001,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_50_54,m,50-54,50,54,10674,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_55_59,m,55-59,55,59,8512,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_60_64,m,60-64,60,64,8245,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_65_69,m,65-69,65,69,8592,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_70_74,m,70-74,70,74,6283,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_75_79,m,75-79,75,79,4179,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_80_84,m,80-84,80,84,2543,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_85_89,m,85-89,85,89,1107,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_90_94,m,90-94,90,94,341,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_95_99,m,95-99,95,99,66,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,M_100PLUS,m,100+,100,,18,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_00_04,all,0-4,0,4,14139,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_05_09,all,5-9,5,9,14816,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_10_14,all,10-14,10,14,14767,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_15_19,all,15-19,15,19,14933,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_20_24,all,20-24,20,24,15557,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_25_29,all,25-29,25,29,18717,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_30_34,all,30-34,30,34,19227,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_35_39,all,35-39,35,39,19279,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_40_44,all,40-44,40,44,23913,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_45_49,all,45-49,45,49,25519,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_50_54,all,50-54,50,54,21312,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_55_59,all,55-59,55,59,17758,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_60_64,all,60-64,60,64,18169,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_65_69,all,65-69,65,69,20041,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_70_74,all,70-74,70,74,15622,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_75_79,all,75-79,75,79,11059,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_80_84,all,80-84,80,84,7813,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_85_89,all,85-89,85,89,3824,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_90_94,all,90-94,90,94,1273,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_95_99,all,95-99,95,99,301,2022,Eurostat,UNFPA +HUN,Hungary,HU012,Komarom Esztergom,T_100PLUS,all,100+,100,,76,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_TL,f,all,,,175013,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_TL,m,all,,,163998,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_TL,all,all,,,339011,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_00_04,f,0-4,0,4,7131,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_05_09,f,5-9,5,9,7664,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_10_14,f,10-14,10,14,7951,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_15_19,f,15-19,15,19,8278,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_20_24,f,20-24,20,24,8211,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_25_29,f,25-29,25,29,9191,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_30_34,f,30-34,30,34,9331,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_35_39,f,35-39,35,39,9724,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_40_44,f,40-44,40,44,12858,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_45_49,f,45-49,45,49,14032,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_50_54,f,50-54,50,54,12436,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_55_59,f,55-59,55,59,10861,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_60_64,f,60-64,60,64,12093,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_65_69,f,65-69,65,69,14125,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_70_74,f,70-74,70,74,11326,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_75_79,f,75-79,75,79,8158,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_80_84,f,80-84,80,84,6258,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_85_89,f,85-89,85,89,3580,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_90_94,f,90-94,90,94,1386,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_95_99,f,95-99,95,99,347,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,F_100PLUS,f,100+,100,,72,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_00_04,m,0-4,0,4,7439,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_05_09,m,5-9,5,9,8017,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_10_14,m,10-14,10,14,8376,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_15_19,m,15-19,15,19,8550,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_20_24,m,20-24,20,24,9033,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_25_29,m,25-29,25,29,10452,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_30_34,m,30-34,30,34,10607,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_35_39,m,35-39,35,39,10540,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_40_44,m,40-44,40,44,13309,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_45_49,m,45-49,45,49,14563,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_50_54,m,50-54,50,54,12561,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_55_59,m,55-59,55,59,10419,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_60_64,m,60-64,60,64,10530,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_65_69,m,65-69,65,69,11204,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_70_74,m,70-74,70,74,8010,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_75_79,m,75-79,75,79,5230,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_80_84,m,80-84,80,84,3134,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_85_89,m,85-89,85,89,1406,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_90_94,m,90-94,90,94,489,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_95_99,m,95-99,95,99,102,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,M_100PLUS,m,100+,100,,27,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_00_04,all,0-4,0,4,14570,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_05_09,all,5-9,5,9,15681,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_10_14,all,10-14,10,14,16327,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_15_19,all,15-19,15,19,16828,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_20_24,all,20-24,20,24,17244,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_25_29,all,25-29,25,29,19643,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_30_34,all,30-34,30,34,19938,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_35_39,all,35-39,35,39,20264,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_40_44,all,40-44,40,44,26167,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_45_49,all,45-49,45,49,28595,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_50_54,all,50-54,50,54,24997,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_55_59,all,55-59,55,59,21280,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_60_64,all,60-64,60,64,22623,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_65_69,all,65-69,65,69,25329,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_70_74,all,70-74,70,74,19336,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_75_79,all,75-79,75,79,13388,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_80_84,all,80-84,80,84,9392,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_85_89,all,85-89,85,89,4986,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_90_94,all,90-94,90,94,1875,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_95_99,all,95-99,95,99,449,2022,Eurostat,UNFPA +HUN,Hungary,HU019,Veszprem,T_100PLUS,all,100+,100,,99,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_TL,f,all,,,244180,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_TL,m,all,,,232825,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_TL,all,all,,,477005,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_00_04,f,0-4,0,4,11527,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_05_09,f,5-9,5,9,11486,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_10_14,f,10-14,10,14,11719,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_15_19,f,15-19,15,19,11870,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_20_24,f,20-24,20,24,11737,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_25_29,f,25-29,25,29,14755,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_30_34,f,30-34,30,34,15979,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_35_39,f,35-39,35,39,15778,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_40_44,f,40-44,40,44,19794,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_45_49,f,45-49,45,49,20132,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_50_54,f,50-54,50,54,16686,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_55_59,f,55-59,55,59,13483,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_60_64,f,60-64,60,64,14465,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_65_69,f,65-69,65,69,17035,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_70_74,f,70-74,70,74,13845,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_75_79,f,75-79,75,79,10192,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_80_84,f,80-84,80,84,7390,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_85_89,f,85-89,85,89,4147,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_90_94,f,90-94,90,94,1647,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_95_99,f,95-99,95,99,416,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,F_100PLUS,f,100+,100,,97,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_00_04,m,0-4,0,4,12064,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_05_09,m,5-9,5,9,12032,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_10_14,m,10-14,10,14,12388,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_15_19,m,15-19,15,19,12780,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_20_24,m,20-24,20,24,12720,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_25_29,m,25-29,25,29,15857,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_30_34,m,30-34,30,34,17350,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_35_39,m,35-39,35,39,16893,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_40_44,m,40-44,40,44,20903,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_45_49,m,45-49,45,49,21512,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_50_54,m,50-54,50,54,17140,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_55_59,m,55-59,55,59,12908,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_60_64,m,60-64,60,64,12384,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_65_69,m,65-69,65,69,13258,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_70_74,m,70-74,70,74,10033,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_75_79,m,75-79,75,79,6576,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_80_84,m,80-84,80,84,3789,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_85_89,m,85-89,85,89,1613,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_90_94,m,90-94,90,94,509,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_95_99,m,95-99,95,99,100,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,M_100PLUS,m,100+,100,,16,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_00_04,all,0-4,0,4,23591,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_05_09,all,5-9,5,9,23518,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_10_14,all,10-14,10,14,24107,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_15_19,all,15-19,15,19,24650,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_20_24,all,20-24,20,24,24457,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_25_29,all,25-29,25,29,30612,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_30_34,all,30-34,30,34,33329,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_35_39,all,35-39,35,39,32671,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_40_44,all,40-44,40,44,40697,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_45_49,all,45-49,45,49,41644,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_50_54,all,50-54,50,54,33826,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_55_59,all,55-59,55,59,26391,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_60_64,all,60-64,60,64,26849,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_65_69,all,65-69,65,69,30293,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_70_74,all,70-74,70,74,23878,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_75_79,all,75-79,75,79,16768,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_80_84,all,80-84,80,84,11179,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_85_89,all,85-89,85,89,5760,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_90_94,all,90-94,90,94,2156,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_95_99,all,95-99,95,99,516,2022,Eurostat,UNFPA +HUN,Hungary,HU008,Gyor Moson Sopron,T_100PLUS,all,100+,100,,113,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_TL,f,all,,,131303,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_TL,m,all,,,122229,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_TL,all,all,,,253532,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_00_04,f,0-4,0,4,5397,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_05_09,f,5-9,5,9,5413,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_10_14,f,10-14,10,14,5643,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_15_19,f,15-19,15,19,6036,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_20_24,f,20-24,20,24,6009,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_25_29,f,25-29,25,29,7385,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_30_34,f,30-34,30,34,7535,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_35_39,f,35-39,35,39,7612,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_40_44,f,40-44,40,44,10099,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_45_49,f,45-49,45,49,10664,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_50_54,f,50-54,50,54,9488,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_55_59,f,55-59,55,59,8091,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_60_64,f,60-64,60,64,8814,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_65_69,f,65-69,65,69,10345,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_70_74,f,70-74,70,74,8335,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_75_79,f,75-79,75,79,6123,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_80_84,f,80-84,80,84,4447,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_85_89,f,85-89,85,89,2505,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_90_94,f,90-94,90,94,1045,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_95_99,f,95-99,95,99,261,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,F_100PLUS,f,100+,100,,56,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_00_04,m,0-4,0,4,5617,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_05_09,m,5-9,5,9,5631,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_10_14,m,10-14,10,14,5918,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_15_19,m,15-19,15,19,6430,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_20_24,m,20-24,20,24,6435,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_25_29,m,25-29,25,29,7855,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_30_34,m,30-34,30,34,8111,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_35_39,m,35-39,35,39,8108,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_40_44,m,40-44,40,44,10398,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_45_49,m,45-49,45,49,11311,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_50_54,m,50-54,50,54,9575,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_55_59,m,55-59,55,59,7546,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_60_64,m,60-64,60,64,7586,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_65_69,m,65-69,65,69,8117,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_70_74,m,70-74,70,74,6095,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_75_79,m,75-79,75,79,3817,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_80_84,m,80-84,80,84,2228,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_85_89,m,85-89,85,89,987,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_90_94,m,90-94,90,94,351,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_95_99,m,95-99,95,99,94,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,M_100PLUS,m,100+,100,,19,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_00_04,all,0-4,0,4,11014,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_05_09,all,5-9,5,9,11044,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_10_14,all,10-14,10,14,11561,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_15_19,all,15-19,15,19,12466,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_20_24,all,20-24,20,24,12444,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_25_29,all,25-29,25,29,15240,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_30_34,all,30-34,30,34,15646,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_35_39,all,35-39,35,39,15720,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_40_44,all,40-44,40,44,20497,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_45_49,all,45-49,45,49,21975,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_50_54,all,50-54,50,54,19063,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_55_59,all,55-59,55,59,15637,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_60_64,all,60-64,60,64,16400,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_65_69,all,65-69,65,69,18462,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_70_74,all,70-74,70,74,14430,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_75_79,all,75-79,75,79,9940,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_80_84,all,80-84,80,84,6675,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_85_89,all,85-89,85,89,3492,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_90_94,all,90-94,90,94,1396,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_95_99,all,95-99,95,99,355,2022,Eurostat,UNFPA +HUN,Hungary,HU018,Vas,T_100PLUS,all,100+,100,,75,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_TL,f,all,,,137400,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_TL,m,all,,,126906,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_TL,all,all,,,264306,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_00_04,f,0-4,0,4,5078,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_05_09,f,5-9,5,9,5350,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_10_14,f,10-14,10,14,5864,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_15_19,f,15-19,15,19,6018,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_20_24,f,20-24,20,24,5749,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_25_29,f,25-29,25,29,6471,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_30_34,f,30-34,30,34,6657,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_35_39,f,35-39,35,39,7277,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_40_44,f,40-44,40,44,10012,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_45_49,f,45-49,45,49,10980,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_50_54,f,50-54,50,54,10037,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_55_59,f,55-59,55,59,9037,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_60_64,f,60-64,60,64,10309,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_65_69,f,65-69,65,69,12087,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_70_74,f,70-74,70,74,9558,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_75_79,f,75-79,75,79,6946,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_80_84,f,80-84,80,84,5267,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_85_89,f,85-89,85,89,3116,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_90_94,f,90-94,90,94,1232,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_95_99,f,95-99,95,99,291,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,F_100PLUS,f,100+,100,,64,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_00_04,m,0-4,0,4,5426,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_05_09,m,5-9,5,9,5714,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_10_14,m,10-14,10,14,6082,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_15_19,m,15-19,15,19,6521,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_20_24,m,20-24,20,24,6331,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_25_29,m,25-29,25,29,7376,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_30_34,m,30-34,30,34,7555,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_35_39,m,35-39,35,39,7836,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_40_44,m,40-44,40,44,10516,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_45_49,m,45-49,45,49,11635,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_50_54,m,50-54,50,54,10071,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_55_59,m,55-59,55,59,8257,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_60_64,m,60-64,60,64,8631,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_65_69,m,65-69,65,69,9466,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_70_74,m,70-74,70,74,6986,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_75_79,m,75-79,75,79,4384,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_80_84,m,80-84,80,84,2524,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_85_89,m,85-89,85,89,1129,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_90_94,m,90-94,90,94,375,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_95_99,m,95-99,95,99,77,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,M_100PLUS,m,100+,100,,14,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_00_04,all,0-4,0,4,10504,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_05_09,all,5-9,5,9,11064,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_10_14,all,10-14,10,14,11946,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_15_19,all,15-19,15,19,12539,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_20_24,all,20-24,20,24,12080,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_25_29,all,25-29,25,29,13847,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_30_34,all,30-34,30,34,14212,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_35_39,all,35-39,35,39,15113,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_40_44,all,40-44,40,44,20528,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_45_49,all,45-49,45,49,22615,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_50_54,all,50-54,50,54,20108,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_55_59,all,55-59,55,59,17294,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_60_64,all,60-64,60,64,18940,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_65_69,all,65-69,65,69,21553,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_70_74,all,70-74,70,74,16544,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_75_79,all,75-79,75,79,11330,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_80_84,all,80-84,80,84,7791,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_85_89,all,85-89,85,89,4245,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_90_94,all,90-94,90,94,1607,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_95_99,all,95-99,95,99,368,2022,Eurostat,UNFPA +HUN,Hungary,HU020,Zala,T_100PLUS,all,100+,100,,78,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_TL,f,all,,,187624,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_TL,m,all,,,170310,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_TL,all,all,,,357934,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_00_04,f,0-4,0,4,7573,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_05_09,f,5-9,5,9,7693,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_10_14,f,10-14,10,14,8252,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_15_19,f,15-19,15,19,8990,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_20_24,f,20-24,20,24,9832,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_25_29,f,25-29,25,29,11431,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_30_34,f,30-34,30,34,10269,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_35_39,f,35-39,35,39,9873,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_40_44,f,40-44,40,44,12661,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_45_49,f,45-49,45,49,14140,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_50_54,f,50-54,50,54,12877,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_55_59,f,55-59,55,59,11703,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_60_64,f,60-64,60,64,13243,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_65_69,f,65-69,65,69,14923,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_70_74,f,70-74,70,74,12033,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_75_79,f,75-79,75,79,8910,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_80_84,f,80-84,80,84,7029,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_85_89,f,85-89,85,89,4061,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_90_94,f,90-94,90,94,1628,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_95_99,f,95-99,95,99,421,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,F_100PLUS,f,100+,100,,82,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_00_04,m,0-4,0,4,8054,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_05_09,m,5-9,5,9,8251,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_10_14,m,10-14,10,14,8845,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_15_19,m,15-19,15,19,9534,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_20_24,m,20-24,20,24,10207,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_25_29,m,25-29,25,29,11922,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_30_34,m,30-34,30,34,11114,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_35_39,m,35-39,35,39,10312,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_40_44,m,40-44,40,44,12623,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_45_49,m,45-49,45,49,14169,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_50_54,m,50-54,50,54,12470,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_55_59,m,55-59,55,59,10768,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_60_64,m,60-64,60,64,11315,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_65_69,m,65-69,65,69,11588,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_70_74,m,70-74,70,74,8117,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_75_79,m,75-79,75,79,5252,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_80_84,m,80-84,80,84,3426,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_85_89,m,85-89,85,89,1637,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_90_94,m,90-94,90,94,559,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_95_99,m,95-99,95,99,116,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,M_100PLUS,m,100+,100,,31,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_00_04,all,0-4,0,4,15627,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_05_09,all,5-9,5,9,15944,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_10_14,all,10-14,10,14,17097,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_15_19,all,15-19,15,19,18524,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_20_24,all,20-24,20,24,20039,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_25_29,all,25-29,25,29,23353,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_30_34,all,30-34,30,34,21383,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_35_39,all,35-39,35,39,20185,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_40_44,all,40-44,40,44,25284,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_45_49,all,45-49,45,49,28309,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_50_54,all,50-54,50,54,25347,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_55_59,all,55-59,55,59,22471,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_60_64,all,60-64,60,64,24558,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_65_69,all,65-69,65,69,26511,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_70_74,all,70-74,70,74,20150,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_75_79,all,75-79,75,79,14162,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_80_84,all,80-84,80,84,10455,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_85_89,all,85-89,85,89,5698,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_90_94,all,90-94,90,94,2187,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_95_99,all,95-99,95,99,537,2022,Eurostat,UNFPA +HUN,Hungary,HU002,Baranya,T_100PLUS,all,100+,100,,113,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_TL,f,all,,,154552,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_TL,m,all,,,141258,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_TL,all,all,,,295810,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_00_04,f,0-4,0,4,6189,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_05_09,f,5-9,5,9,6391,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_10_14,f,10-14,10,14,6749,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_15_19,f,15-19,15,19,7211,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_20_24,f,20-24,20,24,7365,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_25_29,f,25-29,25,29,8241,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_30_34,f,30-34,30,34,7944,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_35_39,f,35-39,35,39,8090,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_40_44,f,40-44,40,44,10705,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_45_49,f,45-49,45,49,12009,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_50_54,f,50-54,50,54,10870,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_55_59,f,55-59,55,59,9740,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_60_64,f,60-64,60,64,11137,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_65_69,f,65-69,65,69,13150,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_70_74,f,70-74,70,74,10762,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_75_79,f,75-79,75,79,7503,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_80_84,f,80-84,80,84,5632,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_85_89,f,85-89,85,89,3171,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_90_94,f,90-94,90,94,1266,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_95_99,f,95-99,95,99,342,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,F_100PLUS,f,100+,100,,85,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_00_04,m,0-4,0,4,6560,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_05_09,m,5-9,5,9,6732,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_10_14,m,10-14,10,14,7004,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_15_19,m,15-19,15,19,7531,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_20_24,m,20-24,20,24,7812,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_25_29,m,25-29,25,29,8936,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_30_34,m,30-34,30,34,8630,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_35_39,m,35-39,35,39,8567,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_40_44,m,40-44,40,44,10910,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_45_49,m,45-49,45,49,12286,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_50_54,m,50-54,50,54,10762,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_55_59,m,55-59,55,59,9133,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_60_64,m,60-64,60,64,9659,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_65_69,m,65-69,65,69,10378,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_70_74,m,70-74,70,74,7566,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_75_79,m,75-79,75,79,4563,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_80_84,m,80-84,80,84,2555,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_85_89,m,85-89,85,89,1127,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_90_94,m,90-94,90,94,421,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_95_99,m,95-99,95,99,98,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,M_100PLUS,m,100+,100,,28,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_00_04,all,0-4,0,4,12749,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_05_09,all,5-9,5,9,13123,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_10_14,all,10-14,10,14,13753,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_15_19,all,15-19,15,19,14742,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_20_24,all,20-24,20,24,15177,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_25_29,all,25-29,25,29,17177,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_30_34,all,30-34,30,34,16574,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_35_39,all,35-39,35,39,16657,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_40_44,all,40-44,40,44,21615,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_45_49,all,45-49,45,49,24295,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_50_54,all,50-54,50,54,21632,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_55_59,all,55-59,55,59,18873,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_60_64,all,60-64,60,64,20796,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_65_69,all,65-69,65,69,23528,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_70_74,all,70-74,70,74,18328,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_75_79,all,75-79,75,79,12066,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_80_84,all,80-84,80,84,8187,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_85_89,all,85-89,85,89,4298,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_90_94,all,90-94,90,94,1687,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_95_99,all,95-99,95,99,440,2022,Eurostat,UNFPA +HUN,Hungary,HU015,Somogy,T_100PLUS,all,100+,100,,113,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_TL,f,all,,,110615,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_TL,m,all,,,102430,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_TL,all,all,,,213045,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_00_04,f,0-4,0,4,4656,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_05_09,f,5-9,5,9,4840,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_10_14,f,10-14,10,14,4924,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_15_19,f,15-19,15,19,4992,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_20_24,f,20-24,20,24,4982,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_25_29,f,25-29,25,29,5785,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_30_34,f,30-34,30,34,5901,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_35_39,f,35-39,35,39,5884,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_40_44,f,40-44,40,44,7498,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_45_49,f,45-49,45,49,8515,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_50_54,f,50-54,50,54,7833,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_55_59,f,55-59,55,59,7053,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_60_64,f,60-64,60,64,7935,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_65_69,f,65-69,65,69,9258,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_70_74,f,70-74,70,74,7465,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_75_79,f,75-79,75,79,5314,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_80_84,f,80-84,80,84,4076,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_85_89,f,85-89,85,89,2412,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_90_94,f,90-94,90,94,994,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_95_99,f,95-99,95,99,245,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,F_100PLUS,f,100+,100,,53,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_00_04,m,0-4,0,4,4857,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_05_09,m,5-9,5,9,4986,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_10_14,m,10-14,10,14,5231,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_15_19,m,15-19,15,19,5508,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_20_24,m,20-24,20,24,5605,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_25_29,m,25-29,25,29,6640,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_30_34,m,30-34,30,34,6574,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_35_39,m,35-39,35,39,6422,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_40_44,m,40-44,40,44,7857,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_45_49,m,45-49,45,49,8676,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_50_54,m,50-54,50,54,7711,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_55_59,m,55-59,55,59,6652,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_60_64,m,60-64,60,64,6850,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_65_69,m,65-69,65,69,7274,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_70_74,m,70-74,70,74,5236,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_75_79,m,75-79,75,79,3199,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_80_84,m,80-84,80,84,1904,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_85_89,m,85-89,85,89,883,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_90_94,m,90-94,90,94,290,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_95_99,m,95-99,95,99,61,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,M_100PLUS,m,100+,100,,14,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_00_04,all,0-4,0,4,9513,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_05_09,all,5-9,5,9,9826,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_10_14,all,10-14,10,14,10155,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_15_19,all,15-19,15,19,10500,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_20_24,all,20-24,20,24,10587,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_25_29,all,25-29,25,29,12425,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_30_34,all,30-34,30,34,12475,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_35_39,all,35-39,35,39,12306,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_40_44,all,40-44,40,44,15355,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_45_49,all,45-49,45,49,17191,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_50_54,all,50-54,50,54,15544,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_55_59,all,55-59,55,59,13705,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_60_64,all,60-64,60,64,14785,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_65_69,all,65-69,65,69,16532,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_70_74,all,70-74,70,74,12701,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_75_79,all,75-79,75,79,8513,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_80_84,all,80-84,80,84,5980,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_85_89,all,85-89,85,89,3295,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_90_94,all,90-94,90,94,1284,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_95_99,all,95-99,95,99,306,2022,Eurostat,UNFPA +HUN,Hungary,HU017,Tolna,T_100PLUS,all,100+,100,,67,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_TL,f,all,,,328328,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_TL,m,all,,,301565,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_TL,all,all,,,629893,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_00_04,f,0-4,0,4,16763,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_05_09,f,5-9,5,9,15749,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_10_14,f,10-14,10,14,16116,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_15_19,f,15-19,15,19,17235,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_20_24,f,20-24,20,24,17852,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_25_29,f,25-29,25,29,19333,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_30_34,f,30-34,30,34,18452,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_35_39,f,35-39,35,39,17680,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_40_44,f,40-44,40,44,20900,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_45_49,f,45-49,45,49,23214,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_50_54,f,50-54,50,54,22274,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_55_59,f,55-59,55,59,20434,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_60_64,f,60-64,60,64,22409,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_65_69,f,65-69,65,69,24675,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_70_74,f,70-74,70,74,19659,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_75_79,f,75-79,75,79,14884,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_80_84,f,80-84,80,84,11315,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_85_89,f,85-89,85,89,6415,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_90_94,f,90-94,90,94,2282,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_95_99,f,95-99,95,99,567,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,F_100PLUS,f,100+,100,,120,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_00_04,m,0-4,0,4,17644,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_05_09,m,5-9,5,9,16911,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_10_14,m,10-14,10,14,16861,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_15_19,m,15-19,15,19,18270,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_20_24,m,20-24,20,24,19579,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_25_29,m,25-29,25,29,21306,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_30_34,m,30-34,30,34,20675,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_35_39,m,35-39,35,39,19398,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_40_44,m,40-44,40,44,22247,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_45_49,m,45-49,45,49,23620,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_50_54,m,50-54,50,54,21696,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_55_59,m,55-59,55,59,18677,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_60_64,m,60-64,60,64,18439,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_65_69,m,65-69,65,69,18214,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_70_74,m,70-74,70,74,12529,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_75_79,m,75-79,75,79,7630,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_80_84,m,80-84,80,84,4753,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_85_89,m,85-89,85,89,2224,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_90_94,m,90-94,90,94,683,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_95_99,m,95-99,95,99,166,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,M_100PLUS,m,100+,100,,43,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_00_04,all,0-4,0,4,34407,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_05_09,all,5-9,5,9,32660,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_10_14,all,10-14,10,14,32977,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_15_19,all,15-19,15,19,35505,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_20_24,all,20-24,20,24,37431,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_25_29,all,25-29,25,29,40639,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_30_34,all,30-34,30,34,39127,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_35_39,all,35-39,35,39,37078,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_40_44,all,40-44,40,44,43147,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_45_49,all,45-49,45,49,46834,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_50_54,all,50-54,50,54,43970,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_55_59,all,55-59,55,59,39111,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_60_64,all,60-64,60,64,40848,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_65_69,all,65-69,65,69,42889,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_70_74,all,70-74,70,74,32188,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_75_79,all,75-79,75,79,22514,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_80_84,all,80-84,80,84,16068,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_85_89,all,85-89,85,89,8639,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_90_94,all,90-94,90,94,2965,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_95_99,all,95-99,95,99,733,2022,Eurostat,UNFPA +HUN,Hungary,HU004,Borsod Abauj Zemplen,T_100PLUS,all,100+,100,,163,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_TL,f,all,,,152089,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_TL,m,all,,,137967,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_TL,all,all,,,290056,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_00_04,f,0-4,0,4,6603,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_05_09,f,5-9,5,9,6455,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_10_14,f,10-14,10,14,6910,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_15_19,f,15-19,15,19,7664,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_20_24,f,20-24,20,24,7576,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_25_29,f,25-29,25,29,8102,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_30_34,f,30-34,30,34,7913,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_35_39,f,35-39,35,39,8317,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_40_44,f,40-44,40,44,10481,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_45_49,f,45-49,45,49,11628,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_50_54,f,50-54,50,54,10353,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_55_59,f,55-59,55,59,9042,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_60_64,f,60-64,60,64,10312,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_65_69,f,65-69,65,69,12165,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_70_74,f,70-74,70,74,10029,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_75_79,f,75-79,75,79,7763,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_80_84,f,80-84,80,84,5772,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_85_89,f,85-89,85,89,3354,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_90_94,f,90-94,90,94,1279,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_95_99,f,95-99,95,99,310,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,F_100PLUS,f,100+,100,,61,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_00_04,m,0-4,0,4,7032,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_05_09,m,5-9,5,9,7019,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_10_14,m,10-14,10,14,7234,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_15_19,m,15-19,15,19,8052,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_20_24,m,20-24,20,24,8084,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_25_29,m,25-29,25,29,8927,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_30_34,m,30-34,30,34,8949,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_35_39,m,35-39,35,39,8752,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_40_44,m,40-44,40,44,10889,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_45_49,m,45-49,45,49,11855,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_50_54,m,50-54,50,54,10224,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_55_59,m,55-59,55,59,8464,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_60_64,m,60-64,60,64,8555,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_65_69,m,65-69,65,69,8880,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_70_74,m,70-74,70,74,6630,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_75_79,m,75-79,75,79,4189,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_80_84,m,80-84,80,84,2495,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_85_89,m,85-89,85,89,1233,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_90_94,m,90-94,90,94,394,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_95_99,m,95-99,95,99,84,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,M_100PLUS,m,100+,100,,26,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_00_04,all,0-4,0,4,13635,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_05_09,all,5-9,5,9,13474,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_10_14,all,10-14,10,14,14144,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_15_19,all,15-19,15,19,15716,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_20_24,all,20-24,20,24,15660,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_25_29,all,25-29,25,29,17029,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_30_34,all,30-34,30,34,16862,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_35_39,all,35-39,35,39,17069,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_40_44,all,40-44,40,44,21370,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_45_49,all,45-49,45,49,23483,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_50_54,all,50-54,50,54,20577,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_55_59,all,55-59,55,59,17506,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_60_64,all,60-64,60,64,18867,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_65_69,all,65-69,65,69,21045,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_70_74,all,70-74,70,74,16659,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_75_79,all,75-79,75,79,11952,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_80_84,all,80-84,80,84,8267,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_85_89,all,85-89,85,89,4587,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_90_94,all,90-94,90,94,1673,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_95_99,all,95-99,95,99,394,2022,Eurostat,UNFPA +HUN,Hungary,HU010,Heves,T_100PLUS,all,100+,100,,87,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_TL,f,all,,,95938,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_TL,m,all,,,89396,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_TL,all,all,,,185334,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_00_04,f,0-4,0,4,4084,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_05_09,f,5-9,5,9,4005,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_10_14,f,10-14,10,14,4227,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_15_19,f,15-19,15,19,4636,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_20_24,f,20-24,20,24,4884,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_25_29,f,25-29,25,29,5199,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_30_34,f,30-34,30,34,5037,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_35_39,f,35-39,35,39,4972,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_40_44,f,40-44,40,44,6154,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_45_49,f,45-49,45,49,7079,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_50_54,f,50-54,50,54,6719,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_55_59,f,55-59,55,59,6155,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_60_64,f,60-64,60,64,6871,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_65_69,f,65-69,65,69,7792,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_70_74,f,70-74,70,74,6386,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_75_79,f,75-79,75,79,4943,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_80_84,f,80-84,80,84,3730,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_85_89,f,85-89,85,89,2069,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_90_94,f,90-94,90,94,730,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_95_99,f,95-99,95,99,213,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,F_100PLUS,f,100+,100,,53,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_00_04,m,0-4,0,4,4296,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_05_09,m,5-9,5,9,4301,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_10_14,m,10-14,10,14,4477,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_15_19,m,15-19,15,19,4943,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_20_24,m,20-24,20,24,5317,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_25_29,m,25-29,25,29,5831,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_30_34,m,30-34,30,34,5769,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_35_39,m,35-39,35,39,5553,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_40_44,m,40-44,40,44,6855,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_45_49,m,45-49,45,49,7553,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_50_54,m,50-54,50,54,6745,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_55_59,m,55-59,55,59,5921,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_60_64,m,60-64,60,64,5997,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_65_69,m,65-69,65,69,6070,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_70_74,m,70-74,70,74,4409,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_75_79,m,75-79,75,79,2743,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_80_84,m,80-84,80,84,1622,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_85_89,m,85-89,85,89,718,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_90_94,m,90-94,90,94,213,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_95_99,m,95-99,95,99,48,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,M_100PLUS,m,100+,100,,15,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_00_04,all,0-4,0,4,8380,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_05_09,all,5-9,5,9,8306,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_10_14,all,10-14,10,14,8704,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_15_19,all,15-19,15,19,9579,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_20_24,all,20-24,20,24,10201,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_25_29,all,25-29,25,29,11030,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_30_34,all,30-34,30,34,10806,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_35_39,all,35-39,35,39,10525,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_40_44,all,40-44,40,44,13009,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_45_49,all,45-49,45,49,14632,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_50_54,all,50-54,50,54,13464,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_55_59,all,55-59,55,59,12076,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_60_64,all,60-64,60,64,12868,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_65_69,all,65-69,65,69,13862,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_70_74,all,70-74,70,74,10795,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_75_79,all,75-79,75,79,7686,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_80_84,all,80-84,80,84,5352,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_85_89,all,85-89,85,89,2787,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_90_94,all,90-94,90,94,943,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_95_99,all,95-99,95,99,261,2022,Eurostat,UNFPA +HUN,Hungary,HU013,Nograd,T_100PLUS,all,100+,100,,68,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_TL,f,all,,,270583,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_TL,m,all,,,252985,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_TL,all,all,,,523568,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_00_04,f,0-4,0,4,13050,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_05_09,f,5-9,5,9,12595,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_10_14,f,10-14,10,14,12613,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_15_19,f,15-19,15,19,14002,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_20_24,f,20-24,20,24,15246,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_25_29,f,25-29,25,29,16809,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_30_34,f,30-34,30,34,16232,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_35_39,f,35-39,35,39,15547,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_40_44,f,40-44,40,44,18692,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_45_49,f,45-49,45,49,20432,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_50_54,f,50-54,50,54,18374,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_55_59,f,55-59,55,59,16093,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_60_64,f,60-64,60,64,17687,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_65_69,f,65-69,65,69,19479,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_70_74,f,70-74,70,74,15828,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_75_79,f,75-79,75,79,11369,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_80_84,f,80-84,80,84,8788,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_85_89,f,85-89,85,89,5099,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_90_94,f,90-94,90,94,2023,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_95_99,f,95-99,95,99,513,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,F_100PLUS,f,100+,100,,112,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_00_04,m,0-4,0,4,13773,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_05_09,m,5-9,5,9,13325,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_10_14,m,10-14,10,14,13262,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_15_19,m,15-19,15,19,14792,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_20_24,m,20-24,20,24,16268,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_25_29,m,25-29,25,29,18147,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_30_34,m,30-34,30,34,17643,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_35_39,m,35-39,35,39,16673,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_40_44,m,40-44,40,44,19657,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_45_49,m,45-49,45,49,21236,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_50_54,m,50-54,50,54,18337,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_55_59,m,55-59,55,59,14847,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_60_64,m,60-64,60,64,14803,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_65_69,m,65-69,65,69,15154,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_70_74,m,70-74,70,74,10971,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_75_79,m,75-79,75,79,6802,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_80_84,m,80-84,80,84,4367,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_85_89,m,85-89,85,89,2058,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_90_94,m,90-94,90,94,682,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_95_99,m,95-99,95,99,152,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,M_100PLUS,m,100+,100,,36,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_00_04,all,0-4,0,4,26823,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_05_09,all,5-9,5,9,25920,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_10_14,all,10-14,10,14,25875,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_15_19,all,15-19,15,19,28794,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_20_24,all,20-24,20,24,31514,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_25_29,all,25-29,25,29,34956,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_30_34,all,30-34,30,34,33875,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_35_39,all,35-39,35,39,32220,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_40_44,all,40-44,40,44,38349,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_45_49,all,45-49,45,49,41668,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_50_54,all,50-54,50,54,36711,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_55_59,all,55-59,55,59,30940,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_60_64,all,60-64,60,64,32490,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_65_69,all,65-69,65,69,34633,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_70_74,all,70-74,70,74,26799,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_75_79,all,75-79,75,79,18171,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_80_84,all,80-84,80,84,13155,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_85_89,all,85-89,85,89,7157,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_90_94,all,90-94,90,94,2705,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_95_99,all,95-99,95,99,665,2022,Eurostat,UNFPA +HUN,Hungary,HU009,Hajdu Bihar,T_100PLUS,all,100+,100,,148,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_TL,f,all,,,187264,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_TL,m,all,,,175243,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_TL,all,all,,,362507,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_00_04,f,0-4,0,4,8370,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_05_09,f,5-9,5,9,8551,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_10_14,f,10-14,10,14,8686,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_15_19,f,15-19,15,19,9094,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_20_24,f,20-24,20,24,9528,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_25_29,f,25-29,25,29,10673,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_30_34,f,30-34,30,34,10370,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_35_39,f,35-39,35,39,10115,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_40_44,f,40-44,40,44,12909,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_45_49,f,45-49,45,49,14297,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_50_54,f,50-54,50,54,12840,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_55_59,f,55-59,55,59,11271,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_60_64,f,60-64,60,64,12597,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_65_69,f,65-69,65,69,14420,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_70_74,f,70-74,70,74,11798,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_75_79,f,75-79,75,79,8684,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_80_84,f,80-84,80,84,6916,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_85_89,f,85-89,85,89,4006,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_90_94,f,90-94,90,94,1615,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_95_99,f,95-99,95,99,432,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,F_100PLUS,f,100+,100,,92,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_00_04,m,0-4,0,4,8907,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_05_09,m,5-9,5,9,9099,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_10_14,m,10-14,10,14,9252,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_15_19,m,15-19,15,19,9686,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_20_24,m,20-24,20,24,10332,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_25_29,m,25-29,25,29,11724,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_30_34,m,30-34,30,34,11766,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_35_39,m,35-39,35,39,11273,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_40_44,m,40-44,40,44,13663,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_45_49,m,45-49,45,49,14784,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_50_54,m,50-54,50,54,12779,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_55_59,m,55-59,55,59,10573,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_60_64,m,60-64,60,64,10738,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_65_69,m,65-69,65,69,11428,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_70_74,m,70-74,70,74,8469,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_75_79,m,75-79,75,79,5173,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_80_84,m,80-84,80,84,3299,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_85_89,m,85-89,85,89,1581,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_90_94,m,90-94,90,94,545,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_95_99,m,95-99,95,99,130,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,M_100PLUS,m,100+,100,,42,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_00_04,all,0-4,0,4,17277,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_05_09,all,5-9,5,9,17650,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_10_14,all,10-14,10,14,17938,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_15_19,all,15-19,15,19,18780,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_20_24,all,20-24,20,24,19860,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_25_29,all,25-29,25,29,22397,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_30_34,all,30-34,30,34,22136,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_35_39,all,35-39,35,39,21388,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_40_44,all,40-44,40,44,26572,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_45_49,all,45-49,45,49,29081,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_50_54,all,50-54,50,54,25619,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_55_59,all,55-59,55,59,21844,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_60_64,all,60-64,60,64,23335,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_65_69,all,65-69,65,69,25848,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_70_74,all,70-74,70,74,20267,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_75_79,all,75-79,75,79,13857,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_80_84,all,80-84,80,84,10215,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_85_89,all,85-89,85,89,5587,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_90_94,all,90-94,90,94,2160,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_95_99,all,95-99,95,99,562,2022,Eurostat,UNFPA +HUN,Hungary,HU011,Jasz Nagykun Szolnok,T_100PLUS,all,100+,100,,134,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_TL,f,all,,,278175,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_TL,m,all,,,263296,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_TL,all,all,,,541471,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_00_04,f,0-4,0,4,13286,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_05_09,f,5-9,5,9,13557,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_10_14,f,10-14,10,14,14017,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_15_19,f,15-19,15,19,15236,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_20_24,f,20-24,20,24,15907,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_25_29,f,25-29,25,29,16825,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_30_34,f,30-34,30,34,16174,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_35_39,f,35-39,35,39,15965,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_40_44,f,40-44,40,44,19582,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_45_49,f,45-49,45,49,21711,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_50_54,f,50-54,50,54,19542,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_55_59,f,55-59,55,59,16900,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_60_64,f,60-64,60,64,18504,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_65_69,f,65-69,65,69,20039,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_70_74,f,70-74,70,74,15837,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_75_79,f,75-79,75,79,10480,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_80_84,f,80-84,80,84,7786,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_85_89,f,85-89,85,89,4566,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_90_94,f,90-94,90,94,1715,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_95_99,f,95-99,95,99,443,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,F_100PLUS,f,100+,100,,103,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_00_04,m,0-4,0,4,14153,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_05_09,m,5-9,5,9,14408,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_10_14,m,10-14,10,14,14759,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_15_19,m,15-19,15,19,16091,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_20_24,m,20-24,20,24,17181,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_25_29,m,25-29,25,29,18935,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_30_34,m,30-34,30,34,18339,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_35_39,m,35-39,35,39,17447,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_40_44,m,40-44,40,44,20551,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_45_49,m,45-49,45,49,22466,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_50_54,m,50-54,50,54,19694,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_55_59,m,55-59,55,59,16103,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_60_64,m,60-64,60,64,15767,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_65_69,m,65-69,65,69,15507,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_70_74,m,70-74,70,74,10600,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_75_79,m,75-79,75,79,5716,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_80_84,m,80-84,80,84,3285,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_85_89,m,85-89,85,89,1564,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_90_94,m,90-94,90,94,557,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_95_99,m,95-99,95,99,135,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,M_100PLUS,m,100+,100,,38,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_00_04,all,0-4,0,4,27439,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_05_09,all,5-9,5,9,27965,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_10_14,all,10-14,10,14,28776,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_15_19,all,15-19,15,19,31327,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_20_24,all,20-24,20,24,33088,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_25_29,all,25-29,25,29,35760,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_30_34,all,30-34,30,34,34513,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_35_39,all,35-39,35,39,33412,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_40_44,all,40-44,40,44,40133,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_45_49,all,45-49,45,49,44177,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_50_54,all,50-54,50,54,39236,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_55_59,all,55-59,55,59,33003,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_60_64,all,60-64,60,64,34271,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_65_69,all,65-69,65,69,35546,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_70_74,all,70-74,70,74,26437,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_75_79,all,75-79,75,79,16196,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_80_84,all,80-84,80,84,11071,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_85_89,all,85-89,85,89,6130,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_90_94,all,90-94,90,94,2272,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_95_99,all,95-99,95,99,578,2022,Eurostat,UNFPA +HUN,Hungary,HU016,Szabolcs Szatmar Bereg,T_100PLUS,all,100+,100,,141,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_TL,f,all,,,259772,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_TL,m,all,,,241094,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_TL,all,all,,,500866,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_00_04,f,0-4,0,4,11635,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_05_09,f,5-9,5,9,11576,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_10_14,f,10-14,10,14,11999,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_15_19,f,15-19,15,19,12534,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_20_24,f,20-24,20,24,12516,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_25_29,f,25-29,25,29,14213,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_30_34,f,30-34,30,34,14359,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_35_39,f,35-39,35,39,14329,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_40_44,f,40-44,40,44,18041,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_45_49,f,45-49,45,49,20241,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_50_54,f,50-54,50,54,18125,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_55_59,f,55-59,55,59,15807,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_60_64,f,60-64,60,64,17283,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_65_69,f,65-69,65,69,20115,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_70_74,f,70-74,70,74,16625,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_75_79,f,75-79,75,79,12908,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_80_84,f,80-84,80,84,9528,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_85_89,f,85-89,85,89,5303,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_90_94,f,90-94,90,94,1944,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_95_99,f,95-99,95,99,559,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,F_100PLUS,f,100+,100,,132,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_00_04,m,0-4,0,4,12492,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_05_09,m,5-9,5,9,12208,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_10_14,m,10-14,10,14,12402,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_15_19,m,15-19,15,19,13456,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_20_24,m,20-24,20,24,13644,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_25_29,m,25-29,25,29,15866,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_30_34,m,30-34,30,34,16215,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_35_39,m,35-39,35,39,15632,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_40_44,m,40-44,40,44,19049,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_45_49,m,45-49,45,49,21024,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_50_54,m,50-54,50,54,18098,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_55_59,m,55-59,55,59,14864,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_60_64,m,60-64,60,64,14695,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_65_69,m,65-69,65,69,15500,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_70_74,m,70-74,70,74,11348,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_75_79,m,75-79,75,79,7340,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_80_84,m,80-84,80,84,4273,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_85_89,m,85-89,85,89,2038,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_90_94,m,90-94,90,94,725,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_95_99,m,95-99,95,99,180,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,M_100PLUS,m,100+,100,,45,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_00_04,all,0-4,0,4,24127,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_05_09,all,5-9,5,9,23784,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_10_14,all,10-14,10,14,24401,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_15_19,all,15-19,15,19,25990,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_20_24,all,20-24,20,24,26160,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_25_29,all,25-29,25,29,30079,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_30_34,all,30-34,30,34,30574,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_35_39,all,35-39,35,39,29961,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_40_44,all,40-44,40,44,37090,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_45_49,all,45-49,45,49,41265,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_50_54,all,50-54,50,54,36223,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_55_59,all,55-59,55,59,30671,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_60_64,all,60-64,60,64,31978,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_65_69,all,65-69,65,69,35615,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_70_74,all,70-74,70,74,27973,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_75_79,all,75-79,75,79,20248,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_80_84,all,80-84,80,84,13801,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_85_89,all,85-89,85,89,7341,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_90_94,all,90-94,90,94,2669,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_95_99,all,95-99,95,99,739,2022,Eurostat,UNFPA +HUN,Hungary,HU001,Bacs Kiskun,T_100PLUS,all,100+,100,,177,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_TL,f,all,,,169478,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_TL,m,all,,,155909,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_TL,all,all,,,325387,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_00_04,f,0-4,0,4,6451,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_05_09,f,5-9,5,9,6644,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_10_14,f,10-14,10,14,7194,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_15_19,f,15-19,15,19,8057,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_20_24,f,20-24,20,24,8080,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_25_29,f,25-29,25,29,8937,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_30_34,f,30-34,30,34,8680,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_35_39,f,35-39,35,39,8703,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_40_44,f,40-44,40,44,11357,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_45_49,f,45-49,45,49,13169,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_50_54,f,50-54,50,54,11993,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_55_59,f,55-59,55,59,10788,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_60_64,f,60-64,60,64,11869,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_65_69,f,65-69,65,69,14278,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_70_74,f,70-74,70,74,11673,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_75_79,f,75-79,75,79,8916,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_80_84,f,80-84,80,84,6719,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_85_89,f,85-89,85,89,3844,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_90_94,f,90-94,90,94,1579,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_95_99,f,95-99,95,99,457,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,F_100PLUS,f,100+,100,,90,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_00_04,m,0-4,0,4,6708,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_05_09,m,5-9,5,9,6844,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_10_14,m,10-14,10,14,7483,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_15_19,m,15-19,15,19,8659,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_20_24,m,20-24,20,24,8768,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_25_29,m,25-29,25,29,9868,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_30_34,m,30-34,30,34,9764,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_35_39,m,35-39,35,39,9398,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_40_44,m,40-44,40,44,11898,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_45_49,m,45-49,45,49,13703,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_50_54,m,50-54,50,54,12074,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_55_59,m,55-59,55,59,10171,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_60_64,m,60-64,60,64,10278,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_65_69,m,65-69,65,69,11433,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_70_74,m,70-74,70,74,8230,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_75_79,m,75-79,75,79,5239,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_80_84,m,80-84,80,84,3162,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_85_89,m,85-89,85,89,1538,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_90_94,m,90-94,90,94,525,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_95_99,m,95-99,95,99,133,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,M_100PLUS,m,100+,100,,33,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_00_04,all,0-4,0,4,13159,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_05_09,all,5-9,5,9,13488,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_10_14,all,10-14,10,14,14677,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_15_19,all,15-19,15,19,16716,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_20_24,all,20-24,20,24,16848,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_25_29,all,25-29,25,29,18805,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_30_34,all,30-34,30,34,18444,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_35_39,all,35-39,35,39,18101,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_40_44,all,40-44,40,44,23255,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_45_49,all,45-49,45,49,26872,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_50_54,all,50-54,50,54,24067,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_55_59,all,55-59,55,59,20959,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_60_64,all,60-64,60,64,22147,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_65_69,all,65-69,65,69,25711,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_70_74,all,70-74,70,74,19903,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_75_79,all,75-79,75,79,14155,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_80_84,all,80-84,80,84,9881,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_85_89,all,85-89,85,89,5382,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_90_94,all,90-94,90,94,2104,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_95_99,all,95-99,95,99,590,2022,Eurostat,UNFPA +HUN,Hungary,HU003,Bekes,T_100PLUS,all,100+,100,,123,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_TL,f,all,,,207580,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_TL,m,all,,,189252,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_TL,all,all,,,396832,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_00_04,f,0-4,0,4,8355,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_05_09,f,5-9,5,9,8461,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_10_14,f,10-14,10,14,8952,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_15_19,f,15-19,15,19,9797,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_20_24,f,20-24,20,24,10943,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_25_29,f,25-29,25,29,13095,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_30_34,f,30-34,30,34,12317,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_35_39,f,35-39,35,39,11500,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_40_44,f,40-44,40,44,14288,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_45_49,f,45-49,45,49,16004,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_50_54,f,50-54,50,54,14158,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_55_59,f,55-59,55,59,12129,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_60_64,f,60-64,60,64,13128,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_65_69,f,65-69,65,69,16036,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_70_74,f,70-74,70,74,13657,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_75_79,f,75-79,75,79,10543,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_80_84,f,80-84,80,84,7669,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_85_89,f,85-89,85,89,4305,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_90_94,f,90-94,90,94,1709,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_95_99,f,95-99,95,99,457,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,F_100PLUS,f,100+,100,,77,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_00_04,m,0-4,0,4,8852,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_05_09,m,5-9,5,9,8922,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_10_14,m,10-14,10,14,9227,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_15_19,m,15-19,15,19,10200,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_20_24,m,20-24,20,24,11418,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_25_29,m,25-29,25,29,13693,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_30_34,m,30-34,30,34,13385,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_35_39,m,35-39,35,39,12368,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_40_44,m,40-44,40,44,14844,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_45_49,m,45-49,45,49,16427,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_50_54,m,50-54,50,54,14036,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_55_59,m,55-59,55,59,11378,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_60_64,m,60-64,60,64,10956,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_65_69,m,65-69,65,69,12051,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_70_74,m,70-74,70,74,9106,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_75_79,m,75-79,75,79,6143,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_80_84,m,80-84,80,84,3717,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_85_89,m,85-89,85,89,1747,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_90_94,m,90-94,90,94,591,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_95_99,m,95-99,95,99,153,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,M_100PLUS,m,100+,100,,38,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_00_04,all,0-4,0,4,17207,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_05_09,all,5-9,5,9,17383,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_10_14,all,10-14,10,14,18179,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_15_19,all,15-19,15,19,19997,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_20_24,all,20-24,20,24,22361,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_25_29,all,25-29,25,29,26788,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_30_34,all,30-34,30,34,25702,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_35_39,all,35-39,35,39,23868,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_40_44,all,40-44,40,44,29132,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_45_49,all,45-49,45,49,32431,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_50_54,all,50-54,50,54,28194,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_55_59,all,55-59,55,59,23507,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_60_64,all,60-64,60,64,24084,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_65_69,all,65-69,65,69,28087,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_70_74,all,70-74,70,74,22763,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_75_79,all,75-79,75,79,16686,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_80_84,all,80-84,80,84,11386,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_85_89,all,85-89,85,89,6052,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_90_94,all,90-94,90,94,2300,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_95_99,all,95-99,95,99,610,2022,Eurostat,UNFPA +HUN,Hungary,HU006,Csongrad,T_100PLUS,all,100+,100,,115,2022,Eurostat,UNFPA +IDN,Indonesia,ID11,Aceh,T_TL,all,all,,,5388093,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_00_04,all,0-4,0,4,509320,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_05_09,all,5-9,5,9,506731,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_10_14,all,10-14,10,14,502503,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_15_19,all,15-19,15,19,489870,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_20_24,all,20-24,20,24,474318,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_25_29,all,25-29,25,29,461848,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_30_34,all,30-34,30,34,441242,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_35_39,all,35-39,35,39,413277,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_40_44,all,40-44,40,44,366305,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_45_49,all,45-49,45,49,317530,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_50_54,all,50-54,50,54,264886,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_55_59,all,55-59,55,59,211271,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_60_64,all,60-64,60,64,161302,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_65_69,all,65-69,65,69,114624,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_70_74,all,70-74,70,74,76867,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,T_75PLUS,all,75+,75,,76199,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_TL,m,all,,,2691784,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_00_04,m,0-4,0,4,257539,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_05_09,m,5-9,5,9,257220,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_10_14,m,10-14,10,14,254446,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_15_19,m,15-19,15,19,246241,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_20_24,m,20-24,20,24,236854,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_25_29,m,25-29,25,29,231079,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_30_34,m,30-34,30,34,222395,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_35_39,m,35-39,35,39,207063,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_40_44,m,40-44,40,44,182837,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_45_49,m,45-49,45,49,158211,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_50_54,m,50-54,50,54,131486,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_55_59,m,55-59,55,59,104510,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_60_64,m,60-64,60,64,79302,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_65_69,m,65-69,65,69,55054,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_70_74,m,70-74,70,74,35513,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,M_75PLUS,m,75+,75,,32034,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_TL,f,all,,,2696309,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_00_04,f,0-4,0,4,251781,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_05_09,f,5-9,5,9,249511,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_10_14,f,10-14,10,14,248057,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_15_19,f,15-19,15,19,243629,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_20_24,f,20-24,20,24,237464,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_25_29,f,25-29,25,29,230769,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_30_34,f,30-34,30,34,218847,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_35_39,f,35-39,35,39,206214,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_40_44,f,40-44,40,44,183468,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_45_49,f,45-49,45,49,159319,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_50_54,f,50-54,50,54,133400,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_55_59,f,55-59,55,59,106761,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_60_64,f,60-64,60,64,82000,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_65_69,f,65-69,65,69,59570,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_70_74,f,70-74,70,74,41354,2020,UNFPA,UNFPA +IDN,Indonesia,ID11,Aceh,F_75PLUS,f,75+,75,,44165,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_TL,all,all,,,4414431,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_00_04,all,0-4,0,4,315660,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_05_09,all,5-9,5,9,313175,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_10_14,all,10-14,10,14,339350,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_15_19,all,15-19,15,19,340023,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_20_24,all,20-24,20,24,353262,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_25_29,all,25-29,25,29,355007,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_30_34,all,30-34,30,34,349973,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_35_39,all,35-39,35,39,351570,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_40_44,all,40-44,40,44,332498,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_45_49,all,45-49,45,49,316001,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_50_54,all,50-54,50,54,279111,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_55_59,all,55-59,55,59,235002,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_60_64,all,60-64,60,64,189211,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_65_69,all,65-69,65,69,139710,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_70_74,all,70-74,70,74,98014,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,T_75PLUS,all,75+,75,,106864,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_TL,m,all,,,2221377,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_00_04,m,0-4,0,4,159695,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_05_09,m,5-9,5,9,160681,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_10_14,m,10-14,10,14,173129,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_15_19,m,15-19,15,19,173362,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_20_24,m,20-24,20,24,180556,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_25_29,m,25-29,25,29,180980,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_30_34,m,30-34,30,34,178018,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_35_39,m,35-39,35,39,178538,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_40_44,m,40-44,40,44,168940,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_45_49,m,45-49,45,49,159914,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_50_54,m,50-54,50,54,139612,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_55_59,m,55-59,55,59,116043,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_60_64,m,60-64,60,64,92844,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_65_69,m,65-69,65,69,67290,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_70_74,m,70-74,70,74,46020,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,M_75PLUS,m,75+,75,,45755,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_TL,f,all,,,2193054,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_00_04,f,0-4,0,4,155965,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_05_09,f,5-9,5,9,152494,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_10_14,f,10-14,10,14,166221,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_15_19,f,15-19,15,19,166661,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_20_24,f,20-24,20,24,172706,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_25_29,f,25-29,25,29,174027,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_30_34,f,30-34,30,34,171955,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_35_39,f,35-39,35,39,173032,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_40_44,f,40-44,40,44,163558,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_45_49,f,45-49,45,49,156087,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_50_54,f,50-54,50,54,139499,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_55_59,f,55-59,55,59,118959,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_60_64,f,60-64,60,64,96367,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_65_69,f,65-69,65,69,72420,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_70_74,f,70-74,70,74,51994,2020,UNFPA,UNFPA +IDN,Indonesia,ID51,Bali,F_75PLUS,f,75+,75,,61109,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_TL,all,all,,,12895258,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_00_04,all,0-4,0,4,1095985,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_05_09,all,5-9,5,9,1096826,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_10_14,all,10-14,10,14,1090395,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_15_19,all,15-19,15,19,1079525,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_20_24,all,20-24,20,24,1090531,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_25_29,all,25-29,25,29,1084772,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_30_34,all,30-34,30,34,1068828,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_35_39,all,35-39,35,39,1029714,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_40_44,all,40-44,40,44,961127,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_45_49,all,45-49,45,49,880429,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_50_54,all,50-54,50,54,745488,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_55_59,all,55-59,55,59,595438,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_60_64,all,60-64,60,64,440523,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_65_69,all,65-69,65,69,297488,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_70_74,all,70-74,70,74,186740,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,T_75PLUS,all,75+,75,,151449,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_TL,m,all,,,6557861,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_00_04,m,0-4,0,4,554458,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_05_09,m,5-9,5,9,556653,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_10_14,m,10-14,10,14,550754,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_15_19,m,15-19,15,19,541292,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_20_24,m,20-24,20,24,545119,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_25_29,m,25-29,25,29,548471,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_30_34,m,30-34,30,34,547984,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_35_39,m,35-39,35,39,532746,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_40_44,m,40-44,40,44,498873,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_45_49,m,45-49,45,49,455737,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_50_54,m,50-54,50,54,383408,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_55_59,m,55-59,55,59,304438,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_60_64,m,60-64,60,64,229151,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_65_69,m,65-69,65,69,152659,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_70_74,m,70-74,70,74,92395,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,M_75PLUS,m,75+,75,,63723,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_TL,f,all,,,6337397,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_00_04,f,0-4,0,4,541527,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_05_09,f,5-9,5,9,540173,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_10_14,f,10-14,10,14,539641,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_15_19,f,15-19,15,19,538233,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_20_24,f,20-24,20,24,545412,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_25_29,f,25-29,25,29,536301,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_30_34,f,30-34,30,34,520844,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_35_39,f,35-39,35,39,496968,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_40_44,f,40-44,40,44,462254,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_45_49,f,45-49,45,49,424692,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_50_54,f,50-54,50,54,362080,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_55_59,f,55-59,55,59,291000,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_60_64,f,60-64,60,64,211372,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_65_69,f,65-69,65,69,144829,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_70_74,f,70-74,70,74,94345,2020,UNFPA,UNFPA +IDN,Indonesia,ID36,Banten,F_75PLUS,f,75+,75,,87726,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_TL,all,all,,,1994349,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_00_04,all,0-4,0,4,168744,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_05_09,all,5-9,5,9,165312,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_10_14,all,10-14,10,14,164470,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_15_19,all,15-19,15,19,162932,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_20_24,all,20-24,20,24,162606,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_25_29,all,25-29,25,29,163526,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_30_34,all,30-34,30,34,162885,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_35_39,all,35-39,35,39,159209,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_40_44,all,40-44,40,44,147807,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_45_49,all,45-49,45,49,133296,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_50_54,all,50-54,50,54,117153,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_55_59,all,55-59,55,59,96905,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_60_64,all,60-64,60,64,73255,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_65_69,all,65-69,65,69,51983,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_70_74,all,70-74,70,74,33600,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,T_75PLUS,all,75+,75,,30666,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_TL,m,all,,,1015234,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_00_04,m,0-4,0,4,85292,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_05_09,m,5-9,5,9,84136,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_10_14,m,10-14,10,14,83079,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_15_19,m,15-19,15,19,81962,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_20_24,m,20-24,20,24,82095,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_25_29,m,25-29,25,29,83021,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_30_34,m,30-34,30,34,83719,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_35_39,m,35-39,35,39,82287,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_40_44,m,40-44,40,44,75935,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_45_49,m,45-49,45,49,68167,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_50_54,m,50-54,50,54,59788,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_55_59,m,55-59,55,59,49443,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_60_64,m,60-64,60,64,38261,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_65_69,m,65-69,65,69,27071,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_70_74,m,70-74,70,74,16933,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,M_75PLUS,m,75+,75,,14045,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_TL,f,all,,,979115,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_00_04,f,0-4,0,4,83452,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_05_09,f,5-9,5,9,81176,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_10_14,f,10-14,10,14,81391,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_15_19,f,15-19,15,19,80970,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_20_24,f,20-24,20,24,80511,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_25_29,f,25-29,25,29,80505,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_30_34,f,30-34,30,34,79166,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_35_39,f,35-39,35,39,76922,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_40_44,f,40-44,40,44,71872,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_45_49,f,45-49,45,49,65129,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_50_54,f,50-54,50,54,57365,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_55_59,f,55-59,55,59,47462,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_60_64,f,60-64,60,64,34994,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_65_69,f,65-69,65,69,24912,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_70_74,f,70-74,70,74,16667,2020,UNFPA,UNFPA +IDN,Indonesia,ID17,Bengkulu,F_75PLUS,f,75+,75,,16621,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_TL,all,all,,,3919197,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_00_04,all,0-4,0,4,275983,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_05_09,all,5-9,5,9,261202,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_10_14,all,10-14,10,14,257922,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_15_19,all,15-19,15,19,280715,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_20_24,all,20-24,20,24,318922,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_25_29,all,25-29,25,29,317182,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_30_34,all,30-34,30,34,299569,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_35_39,all,35-39,35,39,297753,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_40_44,all,40-44,40,44,282245,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_45_49,all,45-49,45,49,269682,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_50_54,all,50-54,50,54,246218,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_55_59,all,55-59,55,59,222888,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_60_64,all,60-64,60,64,188700,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_65_69,all,65-69,65,69,147795,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_70_74,all,70-74,70,74,110085,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,T_75PLUS,all,75+,75,,142336,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_TL,m,all,,,1935397,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_00_04,m,0-4,0,4,139690,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_05_09,m,5-9,5,9,133517,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_10_14,m,10-14,10,14,131655,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_15_19,m,15-19,15,19,140984,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_20_24,m,20-24,20,24,157648,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_25_29,m,25-29,25,29,158073,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_30_34,m,30-34,30,34,151792,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_35_39,m,35-39,35,39,150402,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_40_44,m,40-44,40,44,141767,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_45_49,m,45-49,45,49,134099,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_50_54,m,50-54,50,54,120237,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_55_59,m,55-59,55,59,107404,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_60_64,m,60-64,60,64,90436,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_65_69,m,65-69,65,69,69299,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_70_74,m,70-74,70,74,50419,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,M_75PLUS,m,75+,75,,57975,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_TL,f,all,,,1983800,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_00_04,f,0-4,0,4,136293,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_05_09,f,5-9,5,9,127685,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_10_14,f,10-14,10,14,126267,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_15_19,f,15-19,15,19,139731,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_20_24,f,20-24,20,24,161274,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_25_29,f,25-29,25,29,159109,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_30_34,f,30-34,30,34,147777,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_35_39,f,35-39,35,39,147351,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_40_44,f,40-44,40,44,140478,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_45_49,f,45-49,45,49,135583,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_50_54,f,50-54,50,54,125981,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_55_59,f,55-59,55,59,115484,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_60_64,f,60-64,60,64,98264,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_65_69,f,65-69,65,69,78496,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_70_74,f,70-74,70,74,59666,2020,UNFPA,UNFPA +IDN,Indonesia,ID34,Daerah Istimewa Yogyakarta,F_75PLUS,f,75+,75,,84361,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_TL,all,all,,,10576418,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_00_04,all,0-4,0,4,853689,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_05_09,all,5-9,5,9,794140,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_10_14,all,10-14,10,14,742118,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_15_19,all,15-19,15,19,818920,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_20_24,all,20-24,20,24,892993,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_25_29,all,25-29,25,29,942325,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_30_34,all,30-34,30,34,913406,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_35_39,all,35-39,35,39,927755,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_40_44,all,40-44,40,44,861017,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_45_49,all,45-49,45,49,752806,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_50_54,all,50-54,50,54,633507,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_55_59,all,55-59,55,59,500947,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_60_64,all,60-64,60,64,379550,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_65_69,all,65-69,65,69,263742,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_70_74,all,70-74,70,74,171882,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,T_75PLUS,all,75+,75,,127621,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_TL,m,all,,,5267822,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_00_04,m,0-4,0,4,432315,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_05_09,m,5-9,5,9,406532,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_10_14,m,10-14,10,14,377232,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_15_19,m,15-19,15,19,400551,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_20_24,m,20-24,20,24,430966,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_25_29,m,25-29,25,29,462165,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_30_34,m,30-34,30,34,455891,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_35_39,m,35-39,35,39,467501,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_40_44,m,40-44,40,44,434284,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_45_49,m,45-49,45,49,378353,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_50_54,m,50-54,50,54,318723,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_55_59,m,55-59,55,59,249721,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_60_64,m,60-64,60,64,187829,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_65_69,m,65-69,65,69,128845,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_70_74,m,70-74,70,74,82019,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,M_75PLUS,m,75+,75,,54895,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_TL,f,all,,,5308596,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_00_04,f,0-4,0,4,421374,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_05_09,f,5-9,5,9,387608,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_10_14,f,10-14,10,14,364886,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_15_19,f,15-19,15,19,418369,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_20_24,f,20-24,20,24,462027,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_25_29,f,25-29,25,29,480160,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_30_34,f,30-34,30,34,457515,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_35_39,f,35-39,35,39,460254,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_40_44,f,40-44,40,44,426733,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_45_49,f,45-49,45,49,374453,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_50_54,f,50-54,50,54,314784,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_55_59,f,55-59,55,59,251226,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_60_64,f,60-64,60,64,191721,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_65_69,f,65-69,65,69,134897,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_70_74,f,70-74,70,74,89863,2020,UNFPA,UNFPA +IDN,Indonesia,ID31,Dki Jakarta,F_75PLUS,f,75+,75,,72726,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_TL,all,all,,,1186261,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_00_04,all,0-4,0,4,96817,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_05_09,all,5-9,5,9,98406,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_10_14,all,10-14,10,14,98716,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_15_19,all,15-19,15,19,98302,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_20_24,all,20-24,20,24,98228,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_25_29,all,25-29,25,29,97643,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_30_34,all,30-34,30,34,97109,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_35_39,all,35-39,35,39,93976,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_40_44,all,40-44,40,44,86932,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_45_49,all,45-49,45,49,80256,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_50_54,all,50-54,50,54,69420,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_55_59,all,55-59,55,59,57115,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_60_64,all,60-64,60,64,44143,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_65_69,all,65-69,65,69,31422,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_70_74,all,70-74,70,74,20375,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,T_75PLUS,all,75+,75,,17401,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_TL,m,all,,,593508,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_00_04,m,0-4,0,4,48870,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_05_09,m,5-9,5,9,49776,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_10_14,m,10-14,10,14,49899,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_15_19,m,15-19,15,19,49202,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_20_24,m,20-24,20,24,49043,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_25_29,m,25-29,25,29,49326,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_30_34,m,30-34,30,34,49240,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_35_39,m,35-39,35,39,47580,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_40_44,m,40-44,40,44,43451,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_45_49,m,45-49,45,49,40913,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_50_54,m,50-54,50,54,34952,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_55_59,m,55-59,55,59,28113,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_60_64,m,60-64,60,64,21704,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_65_69,m,65-69,65,69,15026,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_70_74,m,70-74,70,74,9357,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,M_75PLUS,m,75+,75,,7056,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_TL,f,all,,,592753,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_00_04,f,0-4,0,4,47947,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_05_09,f,5-9,5,9,48630,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_10_14,f,10-14,10,14,48817,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_15_19,f,15-19,15,19,49100,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_20_24,f,20-24,20,24,49185,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_25_29,f,25-29,25,29,48317,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_30_34,f,30-34,30,34,47869,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_35_39,f,35-39,35,39,46396,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_40_44,f,40-44,40,44,43481,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_45_49,f,45-49,45,49,39343,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_50_54,f,50-54,50,54,34468,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_55_59,f,55-59,55,59,29002,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_60_64,f,60-64,60,64,22439,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_65_69,f,65-69,65,69,16396,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_70_74,f,70-74,70,74,11018,2020,UNFPA,UNFPA +IDN,Indonesia,ID75,Gorontalo,F_75PLUS,f,75+,75,,10345,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_TL,all,all,,,3604186,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_00_04,all,0-4,0,4,304618,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_05_09,all,5-9,5,9,302393,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_10_14,all,10-14,10,14,299689,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_15_19,all,15-19,15,19,297356,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_20_24,all,20-24,20,24,294180,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_25_29,all,25-29,25,29,294171,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_30_34,all,30-34,30,34,291280,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_35_39,all,35-39,35,39,281759,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_40_44,all,40-44,40,44,263255,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_45_49,all,45-49,45,49,242980,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_50_54,all,50-54,50,54,212835,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_55_59,all,55-59,55,59,174673,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_60_64,all,60-64,60,64,132879,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_65_69,all,65-69,65,69,94825,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_70_74,all,70-74,70,74,61799,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,T_75PLUS,all,75+,75,,55494,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_TL,m,all,,,1831281,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_00_04,m,0-4,0,4,154040,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_05_09,m,5-9,5,9,153884,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_10_14,m,10-14,10,14,151796,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_15_19,m,15-19,15,19,148993,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_20_24,m,20-24,20,24,147895,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_25_29,m,25-29,25,29,149450,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_30_34,m,30-34,30,34,147971,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_35_39,m,35-39,35,39,144207,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_40_44,m,40-44,40,44,135898,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_45_49,m,45-49,45,49,125877,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_50_54,m,50-54,50,54,109681,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_55_59,m,55-59,55,59,89110,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_60_64,m,60-64,60,64,68109,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_65_69,m,65-69,65,69,48656,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_70_74,m,70-74,70,74,31107,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,M_75PLUS,m,75+,75,,24607,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_TL,f,all,,,1772905,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_00_04,f,0-4,0,4,150578,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_05_09,f,5-9,5,9,148509,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_10_14,f,10-14,10,14,147893,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_15_19,f,15-19,15,19,148363,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_20_24,f,20-24,20,24,146285,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_25_29,f,25-29,25,29,144721,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_30_34,f,30-34,30,34,143309,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_35_39,f,35-39,35,39,137552,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_40_44,f,40-44,40,44,127357,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_45_49,f,45-49,45,49,117103,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_50_54,f,50-54,50,54,103154,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_55_59,f,55-59,55,59,85563,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_60_64,f,60-64,60,64,64770,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_65_69,f,65-69,65,69,46169,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_70_74,f,70-74,70,74,30692,2020,UNFPA,UNFPA +IDN,Indonesia,ID15,Jambi,F_75PLUS,f,75+,75,,30887,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_TL,all,all,,,49565166,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_00_04,all,0-4,0,4,3939999,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_05_09,all,5-9,5,9,4034356,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_10_14,all,10-14,10,14,4168083,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_15_19,all,15-19,15,19,4206195,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_20_24,all,20-24,20,24,4195692,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_25_29,all,25-29,25,29,4135647,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_30_34,all,30-34,30,34,4006138,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_35_39,all,35-39,35,39,3863986,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_40_44,all,40-44,40,44,3568573,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_45_49,all,45-49,45,49,3289500,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_50_54,all,50-54,50,54,2842758,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_55_59,all,55-59,55,59,2334055,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_60_64,all,60-64,60,64,1836737,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_65_69,all,65-69,65,69,1327330,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_70_74,all,70-74,70,74,908416,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,T_75PLUS,all,75+,75,,907701,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_TL,m,all,,,25111191,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_00_04,m,0-4,0,4,1992910,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_05_09,m,5-9,5,9,2071166,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_10_14,m,10-14,10,14,2138095,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_15_19,m,15-19,15,19,2145228,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_20_24,m,20-24,20,24,2144152,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_25_29,m,25-29,25,29,2106911,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_30_34,m,30-34,30,34,2034721,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_35_39,m,35-39,35,39,1956248,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_40_44,m,40-44,40,44,1806092,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_45_49,m,45-49,45,49,1672551,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_50_54,m,50-54,50,54,1441947,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_55_59,m,55-59,55,59,1180267,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_60_64,m,60-64,60,64,925743,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_65_69,m,65-69,65,69,659762,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_70_74,m,70-74,70,74,439269,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,M_75PLUS,m,75+,75,,396129,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_TL,f,all,,,24453975,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_00_04,f,0-4,0,4,1947089,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_05_09,f,5-9,5,9,1963190,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_10_14,f,10-14,10,14,2029988,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_15_19,f,15-19,15,19,2060967,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_20_24,f,20-24,20,24,2051540,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_25_29,f,25-29,25,29,2028736,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_30_34,f,30-34,30,34,1971417,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_35_39,f,35-39,35,39,1907738,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_40_44,f,40-44,40,44,1762481,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_45_49,f,45-49,45,49,1616949,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_50_54,f,50-54,50,54,1400811,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_55_59,f,55-59,55,59,1153788,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_60_64,f,60-64,60,64,910994,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_65_69,f,65-69,65,69,667568,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_70_74,f,70-74,70,74,469147,2020,UNFPA,UNFPA +IDN,Indonesia,ID32,Jawa Barat,F_75PLUS,f,75+,75,,511572,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_TL,all,all,,,34738244,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_00_04,all,0-4,0,4,2456026,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_05_09,all,5-9,5,9,2591848,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_10_14,all,10-14,10,14,2721508,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_15_19,all,15-19,15,19,2758527,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_20_24,all,20-24,20,24,2655531,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_25_29,all,25-29,25,29,2561577,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_30_34,all,30-34,30,34,2561234,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_35_39,all,35-39,35,39,2542920,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_40_44,all,40-44,40,44,2463867,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_45_49,all,45-49,45,49,2422900,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_50_54,all,50-54,50,54,2212118,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_55_59,all,55-59,55,59,1970742,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_60_64,all,60-64,60,64,1633789,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_65_69,all,65-69,65,69,1249113,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_70_74,all,70-74,70,74,902566,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,T_75PLUS,all,75+,75,,1033978,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_TL,m,all,,,17237302,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_00_04,m,0-4,0,4,1242768,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_05_09,m,5-9,5,9,1327632,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_10_14,m,10-14,10,14,1386123,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_15_19,m,15-19,15,19,1409852,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_20_24,m,20-24,20,24,1350253,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_25_29,m,25-29,25,29,1289786,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_30_34,m,30-34,30,34,1281008,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_35_39,m,35-39,35,39,1258222,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_40_44,m,40-44,40,44,1216044,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_45_49,m,45-49,45,49,1188335,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_50_54,m,50-54,50,54,1080175,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_55_59,m,55-59,55,59,962242,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_60_64,m,60-64,60,64,794781,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_65_69,m,65-69,65,69,600155,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_70_74,m,70-74,70,74,421695,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,M_75PLUS,m,75+,75,,428231,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_TL,f,all,,,17500942,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_00_04,f,0-4,0,4,1213258,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_05_09,f,5-9,5,9,1264216,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_10_14,f,10-14,10,14,1335385,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_15_19,f,15-19,15,19,1348675,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_20_24,f,20-24,20,24,1305278,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_25_29,f,25-29,25,29,1271791,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_30_34,f,30-34,30,34,1280226,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_35_39,f,35-39,35,39,1284698,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_40_44,f,40-44,40,44,1247823,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_45_49,f,45-49,45,49,1234565,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_50_54,f,50-54,50,54,1131943,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_55_59,f,55-59,55,59,1008500,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_60_64,f,60-64,60,64,839008,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_65_69,f,65-69,65,69,648958,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_70_74,f,70-74,70,74,480871,2020,UNFPA,UNFPA +IDN,Indonesia,ID33,Jawa Tengah,F_75PLUS,f,75+,75,,605747,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_TL,all,all,,,39955941,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_00_04,all,0-4,0,4,2817159,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_05_09,all,5-9,5,9,2708149,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_10_14,all,10-14,10,14,2819027,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_15_19,all,15-19,15,19,2910553,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_20_24,all,20-24,20,24,2941039,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_25_29,all,25-29,25,29,2963938,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_30_34,all,30-34,30,34,2993543,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_35_39,all,35-39,35,39,3027632,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_40_44,all,40-44,40,44,3003099,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_45_49,all,45-49,45,49,2950061,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_50_54,all,50-54,50,54,2721786,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_55_59,all,55-59,55,59,2413095,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_60_64,all,60-64,60,64,1983772,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_65_69,all,65-69,65,69,1508773,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_70_74,all,70-74,70,74,1069941,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,T_75PLUS,all,75+,75,,1124374,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_TL,m,all,,,19722235,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_00_04,m,0-4,0,4,1425200,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_05_09,m,5-9,5,9,1383380,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_10_14,m,10-14,10,14,1430502,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_15_19,m,15-19,15,19,1458597,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_20_24,m,20-24,20,24,1464081,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_25_29,m,25-29,25,29,1477770,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_30_34,m,30-34,30,34,1496573,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_35_39,m,35-39,35,39,1502795,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_40_44,m,40-44,40,44,1489411,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_45_49,m,45-49,45,49,1457023,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_50_54,m,50-54,50,54,1332656,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_55_59,m,55-59,55,59,1173930,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_60_64,m,60-64,60,64,966886,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_65_69,m,65-69,65,69,724737,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_70_74,m,70-74,70,74,497064,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,M_75PLUS,m,75+,75,,441630,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_TL,f,all,,,20233706,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_00_04,f,0-4,0,4,1391959,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_05_09,f,5-9,5,9,1324769,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_10_14,f,10-14,10,14,1388525,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_15_19,f,15-19,15,19,1451956,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_20_24,f,20-24,20,24,1476958,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_25_29,f,25-29,25,29,1486168,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_30_34,f,30-34,30,34,1496970,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_35_39,f,35-39,35,39,1524837,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_40_44,f,40-44,40,44,1513688,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_45_49,f,45-49,45,49,1493038,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_50_54,f,50-54,50,54,1389130,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_55_59,f,55-59,55,59,1239165,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_60_64,f,60-64,60,64,1016886,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_65_69,f,65-69,65,69,784036,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_70_74,f,70-74,70,74,572877,2020,UNFPA,UNFPA +IDN,Indonesia,ID35,Jawa Timur,F_75PLUS,f,75+,75,,682744,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_TL,all,all,,,5104900,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_00_04,all,0-4,0,4,443182,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_05_09,all,5-9,5,9,438943,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_10_14,all,10-14,10,14,440590,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_15_19,all,15-19,15,19,434559,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_20_24,all,20-24,20,24,429831,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_25_29,all,25-29,25,29,429441,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_30_34,all,30-34,30,34,424576,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_35_39,all,35-39,35,39,414686,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_40_44,all,40-44,40,44,375729,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_45_49,all,45-49,45,49,326412,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_50_54,all,50-54,50,54,274264,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_55_59,all,55-59,55,59,223280,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_60_64,all,60-64,60,64,171148,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_65_69,all,65-69,65,69,123460,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_70_74,all,70-74,70,74,82665,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,T_75PLUS,all,75+,75,,72134,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_TL,m,all,,,2591426,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_00_04,m,0-4,0,4,224101,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_05_09,m,5-9,5,9,223778,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_10_14,m,10-14,10,14,223241,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_15_19,m,15-19,15,19,218940,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_20_24,m,20-24,20,24,216315,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_25_29,m,25-29,25,29,216697,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_30_34,m,30-34,30,34,216019,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_35_39,m,35-39,35,39,212390,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_40_44,m,40-44,40,44,193017,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_45_49,m,45-49,45,49,168324,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_50_54,m,50-54,50,54,140893,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_55_59,m,55-59,55,59,114124,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_60_64,m,60-64,60,64,87294,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_65_69,m,65-69,65,69,62261,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_70_74,m,70-74,70,74,41031,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,M_75PLUS,m,75+,75,,33001,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_TL,f,all,,,2513474,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_00_04,f,0-4,0,4,219081,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_05_09,f,5-9,5,9,215165,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_10_14,f,10-14,10,14,217349,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_15_19,f,15-19,15,19,215619,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_20_24,f,20-24,20,24,213516,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_25_29,f,25-29,25,29,212744,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_30_34,f,30-34,30,34,208557,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_35_39,f,35-39,35,39,202296,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_40_44,f,40-44,40,44,182712,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_45_49,f,45-49,45,49,158088,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_50_54,f,50-54,50,54,133371,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_55_59,f,55-59,55,59,109156,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_60_64,f,60-64,60,64,83854,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_65_69,f,65-69,65,69,61199,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_70_74,f,70-74,70,74,41634,2020,UNFPA,UNFPA +IDN,Indonesia,ID61,Kalimantan Barat,F_75PLUS,f,75+,75,,39133,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_TL,all,all,,,4268610,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_00_04,all,0-4,0,4,373549,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_05_09,all,5-9,5,9,384617,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_10_14,all,10-14,10,14,365356,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_15_19,all,15-19,15,19,344072,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_20_24,all,20-24,20,24,332979,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_25_29,all,25-29,25,29,327597,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_30_34,all,30-34,30,34,322325,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_35_39,all,35-39,35,39,313925,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_40_44,all,40-44,40,44,301326,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_45_49,all,45-49,45,49,287314,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_50_54,all,50-54,50,54,265775,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_55_59,all,55-59,55,59,222751,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_60_64,all,60-64,60,64,167388,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_65_69,all,65-69,65,69,118336,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_70_74,all,70-74,70,74,74866,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,T_75PLUS,all,75+,75,,66434,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_TL,m,all,,,2156712,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_00_04,m,0-4,0,4,188797,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_05_09,m,5-9,5,9,195835,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_10_14,m,10-14,10,14,185996,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_15_19,m,15-19,15,19,174200,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_20_24,m,20-24,20,24,168009,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_25_29,m,25-29,25,29,165764,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_30_34,m,30-34,30,34,163410,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_35_39,m,35-39,35,39,160185,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_40_44,m,40-44,40,44,153984,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_45_49,m,45-49,45,49,147081,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_50_54,m,50-54,50,54,135385,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_55_59,m,55-59,55,59,112306,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_60_64,m,60-64,60,64,84422,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_65_69,m,65-69,65,69,58630,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_70_74,m,70-74,70,74,35448,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,M_75PLUS,m,75+,75,,27260,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_TL,f,all,,,2111898,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_00_04,f,0-4,0,4,184752,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_05_09,f,5-9,5,9,188782,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_10_14,f,10-14,10,14,179360,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_15_19,f,15-19,15,19,169872,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_20_24,f,20-24,20,24,164970,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_25_29,f,25-29,25,29,161833,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_30_34,f,30-34,30,34,158915,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_35_39,f,35-39,35,39,153740,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_40_44,f,40-44,40,44,147342,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_45_49,f,45-49,45,49,140233,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_50_54,f,50-54,50,54,130390,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_55_59,f,55-59,55,59,110445,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_60_64,f,60-64,60,64,82966,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_65_69,f,65-69,65,69,59706,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_70_74,f,70-74,70,74,39418,2020,UNFPA,UNFPA +IDN,Indonesia,ID63,Kalimantan Selatan,F_75PLUS,f,75+,75,,39174,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_TL,all,all,,,2686252,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_00_04,all,0-4,0,4,225414,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_05_09,all,5-9,5,9,224110,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_10_14,all,10-14,10,14,223245,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_15_19,all,15-19,15,19,220404,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_20_24,all,20-24,20,24,223007,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_25_29,all,25-29,25,29,225629,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_30_34,all,30-34,30,34,221388,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_35_39,all,35-39,35,39,218659,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_40_44,all,40-44,40,44,211000,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_45_49,all,45-49,45,49,194574,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_50_54,all,50-54,50,54,163173,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_55_59,all,55-59,55,59,125735,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_60_64,all,60-64,60,64,90498,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_65_69,all,65-69,65,69,56487,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_70_74,all,70-74,70,74,34976,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,T_75PLUS,all,75+,75,,27953,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_TL,m,all,,,1394863,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_00_04,m,0-4,0,4,114016,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_05_09,m,5-9,5,9,114217,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_10_14,m,10-14,10,14,113323,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_15_19,m,15-19,15,19,111488,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_20_24,m,20-24,20,24,112126,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_25_29,m,25-29,25,29,113193,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_30_34,m,30-34,30,34,113195,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_35_39,m,35-39,35,39,111727,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_40_44,m,40-44,40,44,108907,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_45_49,m,45-49,45,49,104815,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_50_54,m,50-54,50,54,91257,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_55_59,m,55-59,55,59,73082,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_60_64,m,60-64,60,64,51788,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_65_69,m,65-69,65,69,30249,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_70_74,m,70-74,70,74,18269,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,M_75PLUS,m,75+,75,,13211,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_TL,f,all,,,1291389,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_00_04,f,0-4,0,4,111398,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_05_09,f,5-9,5,9,109893,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_10_14,f,10-14,10,14,109922,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_15_19,f,15-19,15,19,108916,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_20_24,f,20-24,20,24,110881,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_25_29,f,25-29,25,29,112436,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_30_34,f,30-34,30,34,108193,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_35_39,f,35-39,35,39,106932,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_40_44,f,40-44,40,44,102093,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_45_49,f,45-49,45,49,89759,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_50_54,f,50-54,50,54,71916,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_55_59,f,55-59,55,59,52653,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_60_64,f,60-64,60,64,38710,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_65_69,f,65-69,65,69,26238,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_70_74,f,70-74,70,74,16707,2020,UNFPA,UNFPA +IDN,Indonesia,ID62,Kalimantan Tengah,F_75PLUS,f,75+,75,,14742,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_TL,all,all,,,3664673,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_00_04,all,0-4,0,4,302165,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_05_09,all,5-9,5,9,298731,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_10_14,all,10-14,10,14,296030,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_15_19,all,15-19,15,19,297449,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_20_24,all,20-24,20,24,303448,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_25_29,all,25-29,25,29,305279,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_30_34,all,30-34,30,34,297675,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_35_39,all,35-39,35,39,294604,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_40_44,all,40-44,40,44,285617,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_45_49,all,45-49,45,49,265381,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_50_54,all,50-54,50,54,229154,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_55_59,all,55-59,55,59,183684,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_60_64,all,60-64,60,64,134198,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_65_69,all,65-69,65,69,83683,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_70_74,all,70-74,70,74,48799,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,T_75PLUS,all,75+,75,,38776,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_TL,m,all,,,1902880,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_00_04,m,0-4,0,4,152835,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_05_09,m,5-9,5,9,152302,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_10_14,m,10-14,10,14,150797,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_15_19,m,15-19,15,19,151206,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_20_24,m,20-24,20,24,154849,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_25_29,m,25-29,25,29,156158,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_30_34,m,30-34,30,34,152266,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_35_39,m,35-39,35,39,151808,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_40_44,m,40-44,40,44,149798,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_45_49,m,45-49,45,49,143755,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_50_54,m,50-54,50,54,125231,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_55_59,m,55-59,55,59,99050,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_60_64,m,60-64,60,64,72675,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_65_69,m,65-69,65,69,45417,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_70_74,m,70-74,70,74,25971,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,M_75PLUS,m,75+,75,,18762,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_TL,f,all,,,1761793,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_00_04,f,0-4,0,4,149330,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_05_09,f,5-9,5,9,146429,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_10_14,f,10-14,10,14,145233,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_15_19,f,15-19,15,19,146243,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_20_24,f,20-24,20,24,148599,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_25_29,f,25-29,25,29,149121,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_30_34,f,30-34,30,34,145409,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_35_39,f,35-39,35,39,142796,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_40_44,f,40-44,40,44,135819,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_45_49,f,45-49,45,49,121626,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_50_54,f,50-54,50,54,103923,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_55_59,f,55-59,55,59,84634,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_60_64,f,60-64,60,64,61523,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_65_69,f,65-69,65,69,38266,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_70_74,f,70-74,70,74,22828,2020,UNFPA,UNFPA +IDN,Indonesia,ID64,Kalimantan Timur,F_75PLUS,f,75+,75,,20014,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_TL,all,all,,,708352,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_00_04,all,0-4,0,4,62323,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_05_09,all,5-9,5,9,63097,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_10_14,all,10-14,10,14,61699,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_15_19,all,15-19,15,19,60715,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_20_24,all,20-24,20,24,61064,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_25_29,all,25-29,25,29,60577,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_30_34,all,30-34,30,34,57164,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_35_39,all,35-39,35,39,54308,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_40_44,all,40-44,40,44,51060,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_45_49,all,45-49,45,49,45988,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_50_54,all,50-54,50,54,40369,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_55_59,all,55-59,55,59,31875,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_60_64,all,60-64,60,64,22666,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_65_69,all,65-69,65,69,15893,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_70_74,all,70-74,70,74,10107,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,T_75PLUS,all,75+,75,,9447,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_TL,m,all,,,374132,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_00_04,m,0-4,0,4,31538,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_05_09,m,5-9,5,9,32159,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_10_14,m,10-14,10,14,31456,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_15_19,m,15-19,15,19,30849,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_20_24,m,20-24,20,24,31312,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_25_29,m,25-29,25,29,31720,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_30_34,m,30-34,30,34,29932,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_35_39,m,35-39,35,39,28852,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_40_44,m,40-44,40,44,27967,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_45_49,m,45-49,45,49,25998,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_50_54,m,50-54,50,54,22824,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_55_59,m,55-59,55,59,17850,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_60_64,m,60-64,60,64,12595,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_65_69,m,65-69,65,69,8736,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_70_74,m,70-74,70,74,5467,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,M_75PLUS,m,75+,75,,4877,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_TL,f,all,,,334220,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_00_04,f,0-4,0,4,30785,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_05_09,f,5-9,5,9,30938,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_10_14,f,10-14,10,14,30243,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_15_19,f,15-19,15,19,29866,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_20_24,f,20-24,20,24,29752,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_25_29,f,25-29,25,29,28857,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_30_34,f,30-34,30,34,27232,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_35_39,f,35-39,35,39,25456,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_40_44,f,40-44,40,44,23093,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_45_49,f,45-49,45,49,19990,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_50_54,f,50-54,50,54,17545,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_55_59,f,55-59,55,59,14025,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_60_64,f,60-64,60,64,10071,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_65_69,f,65-69,65,69,7157,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_70_74,f,70-74,70,74,4640,2020,UNFPA,UNFPA +IDN,Indonesia,ID65,Kalimantan Utara,F_75PLUS,f,75+,75,,4570,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_TL,all,all,,,1469809,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_00_04,all,0-4,0,4,124275,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_05_09,all,5-9,5,9,123587,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_10_14,all,10-14,10,14,120672,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_15_19,all,15-19,15,19,120720,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_20_24,all,20-24,20,24,121333,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_25_29,all,25-29,25,29,120774,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_30_34,all,30-34,30,34,119649,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_35_39,all,35-39,35,39,117764,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_40_44,all,40-44,40,44,109293,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_45_49,all,45-49,45,49,100208,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_50_54,all,50-54,50,54,86013,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_55_59,all,55-59,55,59,69547,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_60_64,all,60-64,60,64,52478,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_65_69,all,65-69,65,69,37658,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_70_74,all,70-74,70,74,24938,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,T_75PLUS,all,75+,75,,20900,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_TL,m,all,,,756922,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_00_04,m,0-4,0,4,62847,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_05_09,m,5-9,5,9,62853,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_10_14,m,10-14,10,14,61163,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_15_19,m,15-19,15,19,61031,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_20_24,m,20-24,20,24,61205,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_25_29,m,25-29,25,29,61317,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_30_34,m,30-34,30,34,61510,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_35_39,m,35-39,35,39,61296,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_40_44,m,40-44,40,44,57925,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_45_49,m,45-49,45,49,53327,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_50_54,m,50-54,50,54,45630,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_55_59,m,55-59,55,59,36822,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_60_64,m,60-64,60,64,27990,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_65_69,m,65-69,65,69,19913,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_70_74,m,70-74,70,74,12634,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,M_75PLUS,m,75+,75,,9459,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_TL,f,all,,,712887,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_00_04,f,0-4,0,4,61428,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_05_09,f,5-9,5,9,60734,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_10_14,f,10-14,10,14,59509,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_15_19,f,15-19,15,19,59689,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_20_24,f,20-24,20,24,60128,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_25_29,f,25-29,25,29,59457,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_30_34,f,30-34,30,34,58139,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_35_39,f,35-39,35,39,56468,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_40_44,f,40-44,40,44,51368,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_45_49,f,45-49,45,49,46881,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_50_54,f,50-54,50,54,40383,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_55_59,f,55-59,55,59,32725,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_60_64,f,60-64,60,64,24488,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_65_69,f,65-69,65,69,17745,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_70_74,f,70-74,70,74,12304,2020,UNFPA,UNFPA +IDN,Indonesia,ID19,Kepulauan Bangka Belitung,F_75PLUS,f,75+,75,,11441,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_TL,all,all,,,2309529,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_00_04,all,0-4,0,4,217876,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_05_09,all,5-9,5,9,199993,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_10_14,all,10-14,10,14,191088,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_15_19,all,15-19,15,19,185138,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_20_24,all,20-24,20,24,221769,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_25_29,all,25-29,25,29,235062,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_30_34,all,30-34,30,34,205789,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_35_39,all,35-39,35,39,204589,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_40_44,all,40-44,40,44,178729,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_45_49,all,45-49,45,49,146527,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_50_54,all,50-54,50,54,114631,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_55_59,all,55-59,55,59,76789,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_60_64,all,60-64,60,64,54188,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_65_69,all,65-69,65,69,35278,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_70_74,all,70-74,70,74,21911,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,T_75PLUS,all,75+,75,,20172,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_TL,m,all,,,1179002,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_00_04,m,0-4,0,4,110268,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_05_09,m,5-9,5,9,102608,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_10_14,m,10-14,10,14,97135,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_15_19,m,15-19,15,19,93176,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_20_24,m,20-24,20,24,110425,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_25_29,m,25-29,25,29,115035,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_30_34,m,30-34,30,34,104659,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_35_39,m,35-39,35,39,105404,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_40_44,m,40-44,40,44,91874,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_45_49,m,45-49,45,49,78241,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_50_54,m,50-54,50,54,61665,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_55_59,m,55-59,55,59,41248,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_60_64,m,60-64,60,64,28994,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_65_69,m,65-69,65,69,18006,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_70_74,m,70-74,70,74,10690,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,M_75PLUS,m,75+,75,,9574,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_TL,f,all,,,1130527,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_00_04,f,0-4,0,4,107608,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_05_09,f,5-9,5,9,97385,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_10_14,f,10-14,10,14,93953,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_15_19,f,15-19,15,19,91962,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_20_24,f,20-24,20,24,111344,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_25_29,f,25-29,25,29,120027,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_30_34,f,30-34,30,34,101130,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_35_39,f,35-39,35,39,99185,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_40_44,f,40-44,40,44,86855,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_45_49,f,45-49,45,49,68286,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_50_54,f,50-54,50,54,52966,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_55_59,f,55-59,55,59,35541,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_60_64,f,60-64,60,64,25194,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_65_69,f,65-69,65,69,17272,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_70_74,f,70-74,70,74,11221,2020,UNFPA,UNFPA +IDN,Indonesia,ID21,Kepulauan Riau,F_75PLUS,f,75+,75,,10598,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_TL,all,all,,,8534849,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_00_04,all,0-4,0,4,708834,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_05_09,all,5-9,5,9,718479,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_10_14,all,10-14,10,14,720987,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_15_19,all,15-19,15,19,710909,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_20_24,all,20-24,20,24,694944,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_25_29,all,25-29,25,29,681559,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_30_34,all,30-34,30,34,675463,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_35_39,all,35-39,35,39,654082,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_40_44,all,40-44,40,44,620880,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_45_49,all,45-49,45,49,579297,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_50_54,all,50-54,50,54,501113,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_55_59,all,55-59,55,59,415412,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_60_64,all,60-64,60,64,321076,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_65_69,all,65-69,65,69,229172,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_70_74,all,70-74,70,74,149947,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,T_75PLUS,all,75+,75,,152695,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_TL,m,all,,,4364289,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_00_04,m,0-4,0,4,358553,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_05_09,m,5-9,5,9,366606,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_10_14,m,10-14,10,14,366045,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_15_19,m,15-19,15,19,357861,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_20_24,m,20-24,20,24,352066,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_25_29,m,25-29,25,29,349009,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_30_34,m,30-34,30,34,347899,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_35_39,m,35-39,35,39,337399,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_40_44,m,40-44,40,44,322643,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_45_49,m,45-49,45,49,300340,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_50_54,m,50-54,50,54,258336,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_55_59,m,55-59,55,59,213717,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_60_64,m,60-64,60,64,167494,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_65_69,m,65-69,65,69,118925,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_70_74,m,70-74,70,74,75558,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,M_75PLUS,m,75+,75,,71838,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_TL,f,all,,,4170560,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_00_04,f,0-4,0,4,350281,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_05_09,f,5-9,5,9,351873,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_10_14,f,10-14,10,14,354942,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_15_19,f,15-19,15,19,353048,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_20_24,f,20-24,20,24,342878,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_25_29,f,25-29,25,29,332550,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_30_34,f,30-34,30,34,327564,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_35_39,f,35-39,35,39,316683,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_40_44,f,40-44,40,44,298237,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_45_49,f,45-49,45,49,278957,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_50_54,f,50-54,50,54,242777,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_55_59,f,55-59,55,59,201695,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_60_64,f,60-64,60,64,153582,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_65_69,f,65-69,65,69,110247,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_70_74,f,70-74,70,74,74389,2020,UNFPA,UNFPA +IDN,Indonesia,ID18,Lampung,F_75PLUS,f,75+,75,,80857,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_TL,all,all,,,1787087,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_00_04,all,0-4,0,4,167929,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_05_09,all,5-9,5,9,166705,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_10_14,all,10-14,10,14,165931,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_15_19,all,15-19,15,19,163228,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_20_24,all,20-24,20,24,158418,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_25_29,all,25-29,25,29,154132,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_30_34,all,30-34,30,34,145650,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_35_39,all,35-39,35,39,132952,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_40_44,all,40-44,40,44,117246,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_45_49,all,45-49,45,49,104406,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_50_54,all,50-54,50,54,87932,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_55_59,all,55-59,55,59,72020,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_60_64,all,60-64,60,64,56177,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_65_69,all,65-69,65,69,40600,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_70_74,all,70-74,70,74,27611,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,T_75PLUS,all,75+,75,,26150,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_TL,m,all,,,900404,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_00_04,m,0-4,0,4,84787,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_05_09,m,5-9,5,9,84954,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_10_14,m,10-14,10,14,83759,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_15_19,m,15-19,15,19,82215,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_20_24,m,20-24,20,24,80163,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_25_29,m,25-29,25,29,78339,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_30_34,m,30-34,30,34,74723,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_35_39,m,35-39,35,39,67675,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_40_44,m,40-44,40,44,59279,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_45_49,m,45-49,45,49,53025,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_50_54,m,50-54,50,54,43677,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_55_59,m,55-59,55,59,35293,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_60_64,m,60-64,60,64,27780,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_65_69,m,65-69,65,69,19835,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_70_74,m,70-74,70,74,13295,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,M_75PLUS,m,75+,75,,11605,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_TL,f,all,,,886683,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_00_04,f,0-4,0,4,83142,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_05_09,f,5-9,5,9,81751,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_10_14,f,10-14,10,14,82172,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_15_19,f,15-19,15,19,81013,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_20_24,f,20-24,20,24,78255,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_25_29,f,25-29,25,29,75793,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_30_34,f,30-34,30,34,70927,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_35_39,f,35-39,35,39,65277,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_40_44,f,40-44,40,44,57967,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_45_49,f,45-49,45,49,51381,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_50_54,f,50-54,50,54,44255,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_55_59,f,55-59,55,59,36727,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_60_64,f,60-64,60,64,28397,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_65_69,f,65-69,65,69,20765,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_70_74,f,70-74,70,74,14316,2020,UNFPA,UNFPA +IDN,Indonesia,ID81,Maluku,F_75PLUS,f,75+,75,,14545,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_TL,all,all,,,1252317,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_00_04,all,0-4,0,4,116173,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_05_09,all,5-9,5,9,116171,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_10_14,all,10-14,10,14,115471,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_15_19,all,15-19,15,19,111706,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_20_24,all,20-24,20,24,109152,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_25_29,all,25-29,25,29,107939,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_30_34,all,30-34,30,34,103112,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_35_39,all,35-39,35,39,95233,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_40_44,all,40-44,40,44,86674,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_45_49,all,45-49,45,49,77347,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_50_54,all,50-54,50,54,64682,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_55_59,all,55-59,55,59,51259,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_60_64,all,60-64,60,64,37571,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_65_69,all,65-69,65,69,26659,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_70_74,all,70-74,70,74,17356,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,T_75PLUS,all,75+,75,,15812,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_TL,m,all,,,637326,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_00_04,m,0-4,0,4,58680,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_05_09,m,5-9,5,9,58967,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_10_14,m,10-14,10,14,58626,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_15_19,m,15-19,15,19,56368,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_20_24,m,20-24,20,24,55280,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_25_29,m,25-29,25,29,54826,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_30_34,m,30-34,30,34,52599,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_35_39,m,35-39,35,39,48732,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_40_44,m,40-44,40,44,44717,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_45_49,m,45-49,45,49,40164,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_50_54,m,50-54,50,54,33396,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_55_59,m,55-59,55,59,26018,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_60_64,m,60-64,60,64,19209,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_65_69,m,65-69,65,69,13686,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_70_74,m,70-74,70,74,8715,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,M_75PLUS,m,75+,75,,7343,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_TL,f,all,,,614991,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_00_04,f,0-4,0,4,57493,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_05_09,f,5-9,5,9,57204,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_10_14,f,10-14,10,14,56845,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_15_19,f,15-19,15,19,55338,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_20_24,f,20-24,20,24,53872,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_25_29,f,25-29,25,29,53113,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_30_34,f,30-34,30,34,50513,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_35_39,f,35-39,35,39,46501,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_40_44,f,40-44,40,44,41957,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_45_49,f,45-49,45,49,37183,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_50_54,f,50-54,50,54,31286,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_55_59,f,55-59,55,59,25241,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_60_64,f,60-64,60,64,18362,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_65_69,f,65-69,65,69,12973,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_70_74,f,70-74,70,74,8641,2020,UNFPA,UNFPA +IDN,Indonesia,ID82,Maluku Utara,F_75PLUS,f,75+,75,,8469,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_TL,all,all,,,5225915,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_00_04,all,0-4,0,4,492443,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_05_09,all,5-9,5,9,473931,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_10_14,all,10-14,10,14,452763,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_15_19,all,15-19,15,19,430444,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_20_24,all,20-24,20,24,419014,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_25_29,all,25-29,25,29,419437,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_30_34,all,30-34,30,34,413168,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_35_39,all,35-39,35,39,396354,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_40_44,all,40-44,40,44,368746,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_45_49,all,45-49,45,49,339312,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_50_54,all,50-54,50,54,293995,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_55_59,all,55-59,55,59,239349,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_60_64,all,60-64,60,64,182678,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_65_69,all,65-69,65,69,131563,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_70_74,all,70-74,70,74,88727,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,T_75PLUS,all,75+,75,,83991,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_TL,m,all,,,2563949,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_00_04,m,0-4,0,4,248547,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_05_09,m,5-9,5,9,240339,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_10_14,m,10-14,10,14,227346,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_15_19,m,15-19,15,19,212870,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_20_24,m,20-24,20,24,206696,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_25_29,m,25-29,25,29,208533,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_30_34,m,30-34,30,34,206589,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_35_39,m,35-39,35,39,195680,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_40_44,m,40-44,40,44,179666,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_45_49,m,45-49,45,49,163309,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_50_54,m,50-54,50,54,140675,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_55_59,m,55-59,55,59,112202,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_60_64,m,60-64,60,64,85800,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_65_69,m,65-69,65,69,60952,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_70_74,m,70-74,70,74,40023,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,M_75PLUS,m,75+,75,,34722,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_TL,f,all,,,2661966,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_00_04,f,0-4,0,4,243896,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_05_09,f,5-9,5,9,233592,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_10_14,f,10-14,10,14,225417,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_15_19,f,15-19,15,19,217574,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_20_24,f,20-24,20,24,212318,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_25_29,f,25-29,25,29,210904,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_30_34,f,30-34,30,34,206579,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_35_39,f,35-39,35,39,200674,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_40_44,f,40-44,40,44,189080,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_45_49,f,45-49,45,49,176003,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_50_54,f,50-54,50,54,153320,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_55_59,f,55-59,55,59,127147,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_60_64,f,60-64,60,64,96878,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_65_69,f,65-69,65,69,70611,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_70_74,f,70-74,70,74,48704,2020,UNFPA,UNFPA +IDN,Indonesia,ID52,Nusa Tenggara Barat,F_75PLUS,f,75+,75,,49269,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_TL,all,all,,,5513402,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_00_04,all,0-4,0,4,576978,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_05_09,all,5-9,5,9,539515,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_10_14,all,10-14,10,14,512579,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_15_19,all,15-19,15,19,491288,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_20_24,all,20-24,20,24,468571,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_25_29,all,25-29,25,29,448298,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_30_34,all,30-34,30,34,428131,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_35_39,all,35-39,35,39,389810,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_40_44,all,40-44,40,44,343466,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_45_49,all,45-49,45,49,310316,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_50_54,all,50-54,50,54,273194,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_55_59,all,55-59,55,59,230396,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_60_64,all,60-64,60,64,181487,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_65_69,all,65-69,65,69,134152,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_70_74,all,70-74,70,74,92681,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,T_75PLUS,all,75+,75,,92540,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_TL,m,all,,,2731573,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_00_04,m,0-4,0,4,291220,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_05_09,m,5-9,5,9,273495,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_10_14,m,10-14,10,14,258586,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_15_19,m,15-19,15,19,246107,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_20_24,m,20-24,20,24,234238,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_25_29,m,25-29,25,29,226446,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_30_34,m,30-34,30,34,216981,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_35_39,m,35-39,35,39,192919,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_40_44,m,40-44,40,44,167241,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_45_49,m,45-49,45,49,150178,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_50_54,m,50-54,50,54,131395,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_55_59,m,55-59,55,59,110359,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_60_64,m,60-64,60,64,86718,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_65_69,m,65-69,65,69,63495,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_70_74,m,70-74,70,74,42808,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,M_75PLUS,m,75+,75,,39387,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_TL,f,all,,,2781829,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_00_04,f,0-4,0,4,285758,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_05_09,f,5-9,5,9,266020,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_10_14,f,10-14,10,14,253993,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_15_19,f,15-19,15,19,245181,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_20_24,f,20-24,20,24,234333,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_25_29,f,25-29,25,29,221852,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_30_34,f,30-34,30,34,211150,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_35_39,f,35-39,35,39,196891,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_40_44,f,40-44,40,44,176225,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_45_49,f,45-49,45,49,160138,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_50_54,f,50-54,50,54,141799,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_55_59,f,55-59,55,59,120037,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_60_64,f,60-64,60,64,94769,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_65_69,f,65-69,65,69,70657,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_70_74,f,70-74,70,74,49873,2020,UNFPA,UNFPA +IDN,Indonesia,ID53,Nusa Tenggara Timur,F_75PLUS,f,75+,75,,53153,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_TL,all,all,,,3393075,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_00_04,all,0-4,0,4,314504,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_05_09,all,5-9,5,9,309295,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_10_14,all,10-14,10,14,302584,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_15_19,all,15-19,15,19,298565,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_20_24,all,20-24,20,24,300437,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_25_29,all,25-29,25,29,298005,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_30_34,all,30-34,30,34,286559,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_35_39,all,35-39,35,39,273052,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_40_44,all,40-44,40,44,249337,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_45_49,all,45-49,45,49,225972,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_50_54,all,50-54,50,54,188875,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_55_59,all,55-59,55,59,142967,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_60_64,all,60-64,60,64,97123,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_65_69,all,65-69,65,69,59708,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_70_74,all,70-74,70,74,29519,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,T_75PLUS,all,75+,75,,16573,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_TL,m,all,,,1777713,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_00_04,m,0-4,0,4,158655,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_05_09,m,5-9,5,9,156751,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_10_14,m,10-14,10,14,153875,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_15_19,m,15-19,15,19,152320,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_20_24,m,20-24,20,24,154776,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_25_29,m,25-29,25,29,154171,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_30_34,m,30-34,30,34,150674,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_35_39,m,35-39,35,39,145345,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_40_44,m,40-44,40,44,133446,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_45_49,m,45-49,45,49,121369,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_50_54,m,50-54,50,54,102904,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_55_59,m,55-59,55,59,78764,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_60_64,m,60-64,60,64,55331,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_65_69,m,65-69,65,69,33806,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_70_74,m,70-74,70,74,16405,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,M_75PLUS,m,75+,75,,9121,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_TL,f,all,,,1615362,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_00_04,f,0-4,0,4,155849,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_05_09,f,5-9,5,9,152544,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_10_14,f,10-14,10,14,148709,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_15_19,f,15-19,15,19,146245,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_20_24,f,20-24,20,24,145661,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_25_29,f,25-29,25,29,143834,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_30_34,f,30-34,30,34,135885,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_35_39,f,35-39,35,39,127707,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_40_44,f,40-44,40,44,115891,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_45_49,f,45-49,45,49,104603,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_50_54,f,50-54,50,54,85971,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_55_59,f,55-59,55,59,64203,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_60_64,f,60-64,60,64,41792,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_65_69,f,65-69,65,69,25902,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_70_74,f,70-74,70,74,13114,2020,UNFPA,UNFPA +IDN,Indonesia,ID94,Papua,F_75PLUS,f,75+,75,,7452,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_TL,all,all,,,986024,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_00_04,all,0-4,0,4,94356,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_05_09,all,5-9,5,9,93212,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_10_14,all,10-14,10,14,91202,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_15_19,all,15-19,15,19,89452,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_20_24,all,20-24,20,24,90857,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_25_29,all,25-29,25,29,92651,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_30_34,all,30-34,30,34,88260,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_35_39,all,35-39,35,39,80768,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_40_44,all,40-44,40,44,70004,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_45_49,all,45-49,45,49,57322,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_50_54,all,50-54,50,54,45595,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_55_59,all,55-59,55,59,34683,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_60_64,all,60-64,60,64,25070,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_65_69,all,65-69,65,69,15809,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_70_74,all,70-74,70,74,9389,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,T_75PLUS,all,75+,75,,7394,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_TL,m,all,,,518062,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_00_04,m,0-4,0,4,47592,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_05_09,m,5-9,5,9,48005,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_10_14,m,10-14,10,14,46823,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_15_19,m,15-19,15,19,46255,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_20_24,m,20-24,20,24,47881,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_25_29,m,25-29,25,29,49368,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_30_34,m,30-34,30,34,47031,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_35_39,m,35-39,35,39,42869,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_40_44,m,40-44,40,44,37577,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_45_49,m,45-49,45,49,30582,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_50_54,m,50-54,50,54,24333,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_55_59,m,55-59,55,59,18821,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_60_64,m,60-64,60,64,13653,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_65_69,m,65-69,65,69,8490,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_70_74,m,70-74,70,74,4985,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,M_75PLUS,m,75+,75,,3797,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_TL,f,all,,,467962,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_00_04,f,0-4,0,4,46764,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_05_09,f,5-9,5,9,45207,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_10_14,f,10-14,10,14,44379,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_15_19,f,15-19,15,19,43197,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_20_24,f,20-24,20,24,42976,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_25_29,f,25-29,25,29,43283,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_30_34,f,30-34,30,34,41229,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_35_39,f,35-39,35,39,37899,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_40_44,f,40-44,40,44,32427,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_45_49,f,45-49,45,49,26740,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_50_54,f,50-54,50,54,21262,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_55_59,f,55-59,55,59,15862,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_60_64,f,60-64,60,64,11417,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_65_69,f,65-69,65,69,7319,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_70_74,f,70-74,70,74,4404,2020,UNFPA,UNFPA +IDN,Indonesia,ID91,Papua Barat,F_75PLUS,f,75+,75,,3597,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_TL,all,all,,,6951217,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_00_04,all,0-4,0,4,641590,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_05_09,all,5-9,5,9,677602,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_10_14,all,10-14,10,14,702999,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_15_19,all,15-19,15,19,618680,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_20_24,all,20-24,20,24,537502,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_25_29,all,25-29,25,29,567930,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_30_34,all,30-34,30,34,606204,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_35_39,all,35-39,35,39,568646,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_40_44,all,40-44,40,44,511051,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_45_49,all,45-49,45,49,445843,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_50_54,all,50-54,50,54,362974,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_55_59,all,55-59,55,59,258572,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_60_64,all,60-64,60,64,194005,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_65_69,all,65-69,65,69,131030,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_70_74,all,70-74,70,74,64617,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,T_75PLUS,all,75+,75,,61972,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_TL,m,all,,,3553202,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_00_04,m,0-4,0,4,324587,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_05_09,m,5-9,5,9,345443,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_10_14,m,10-14,10,14,363239,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_15_19,m,15-19,15,19,315618,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_20_24,m,20-24,20,24,272369,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_25_29,m,25-29,25,29,298218,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_30_34,m,30-34,30,34,308979,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_35_39,m,35-39,35,39,288360,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_40_44,m,40-44,40,44,258775,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_45_49,m,45-49,45,49,226394,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_50_54,m,50-54,50,54,186678,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_55_59,m,55-59,55,59,134589,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_60_64,m,60-64,60,64,103795,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_65_69,m,65-69,65,69,67978,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_70_74,m,70-74,70,74,30849,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,M_75PLUS,m,75+,75,,27331,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_TL,f,all,,,3398015,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_00_04,f,0-4,0,4,317003,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_05_09,f,5-9,5,9,332159,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_10_14,f,10-14,10,14,339760,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_15_19,f,15-19,15,19,303062,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_20_24,f,20-24,20,24,265133,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_25_29,f,25-29,25,29,269712,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_30_34,f,30-34,30,34,297225,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_35_39,f,35-39,35,39,280286,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_40_44,f,40-44,40,44,252276,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_45_49,f,45-49,45,49,219449,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_50_54,f,50-54,50,54,176296,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_55_59,f,55-59,55,59,123983,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_60_64,f,60-64,60,64,90210,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_65_69,f,65-69,65,69,63052,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_70_74,f,70-74,70,74,33768,2020,UNFPA,UNFPA +IDN,Indonesia,ID14,Riau,F_75PLUS,f,75+,75,,34641,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_TL,all,all,,,1378110,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_00_04,all,0-4,0,4,132516,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_05_09,all,5-9,5,9,130522,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_10_14,all,10-14,10,14,126279,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_15_19,all,15-19,15,19,120513,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_20_24,all,20-24,20,24,116394,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_25_29,all,25-29,25,29,111547,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_30_34,all,30-34,30,34,107023,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_35_39,all,35-39,35,39,101549,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_40_44,all,40-44,40,44,96661,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_45_49,all,45-49,45,49,92642,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_50_54,all,50-54,50,54,78584,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_55_59,all,55-59,55,59,55445,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_60_64,all,60-64,60,64,40454,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_65_69,all,65-69,65,69,30775,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_70_74,all,70-74,70,74,19079,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,T_75PLUS,all,75+,75,,18127,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_TL,m,all,,,692156,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_00_04,m,0-4,0,4,66903,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_05_09,m,5-9,5,9,66108,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_10_14,m,10-14,10,14,63377,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_15_19,m,15-19,15,19,59813,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_20_24,m,20-24,20,24,58288,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_25_29,m,25-29,25,29,56584,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_30_34,m,30-34,30,34,54260,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_35_39,m,35-39,35,39,51950,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_40_44,m,40-44,40,44,49340,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_45_49,m,45-49,45,49,46906,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_50_54,m,50-54,50,54,40289,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_55_59,m,55-59,55,59,27694,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_60_64,m,60-64,60,64,19535,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_65_69,m,65-69,65,69,14412,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_70_74,m,70-74,70,74,8664,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,M_75PLUS,m,75+,75,,8033,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_TL,f,all,,,685954,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_00_04,f,0-4,0,4,65613,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_05_09,f,5-9,5,9,64414,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_10_14,f,10-14,10,14,62902,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_15_19,f,15-19,15,19,60700,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_20_24,f,20-24,20,24,58106,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_25_29,f,25-29,25,29,54963,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_30_34,f,30-34,30,34,52763,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_35_39,f,35-39,35,39,49599,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_40_44,f,40-44,40,44,47321,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_45_49,f,45-49,45,49,45736,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_50_54,f,50-54,50,54,38295,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_55_59,f,55-59,55,59,27751,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_60_64,f,60-64,60,64,20919,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_65_69,f,65-69,65,69,16363,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_70_74,f,70-74,70,74,10415,2020,UNFPA,UNFPA +IDN,Indonesia,ID76,Sulawesi Barat,F_75PLUS,f,75+,75,,10094,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_TL,all,all,,,8888762,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_00_04,all,0-4,0,4,708886,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_05_09,all,5-9,5,9,723179,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_10_14,all,10-14,10,14,724609,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_15_19,all,15-19,15,19,719522,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_20_24,all,20-24,20,24,713679,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_25_29,all,25-29,25,29,702220,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_30_34,all,30-34,30,34,696173,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_35_39,all,35-39,35,39,694094,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_40_44,all,40-44,40,44,656357,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_45_49,all,45-49,45,49,599893,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_50_54,all,50-54,50,54,526421,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_55_59,all,55-59,55,59,440773,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_60_64,all,60-64,60,64,349423,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_65_69,all,65-69,65,69,261724,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_70_74,all,70-74,70,74,183352,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,T_75PLUS,all,75+,75,,188457,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_TL,m,all,,,4348464,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_00_04,m,0-4,0,4,358468,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_05_09,m,5-9,5,9,366225,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_10_14,m,10-14,10,14,366156,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_15_19,m,15-19,15,19,362016,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_20_24,m,20-24,20,24,355856,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_25_29,m,25-29,25,29,350238,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_30_34,m,30-34,30,34,344762,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_35_39,m,35-39,35,39,340532,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_40_44,m,40-44,40,44,317517,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_45_49,m,45-49,45,49,290687,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_50_54,m,50-54,50,54,251851,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_55_59,m,55-59,55,59,206902,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_60_64,m,60-64,60,64,164100,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_65_69,m,65-69,65,69,120362,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_70_74,m,70-74,70,74,80518,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,M_75PLUS,m,75+,75,,72274,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_TL,f,all,,,4540298,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_00_04,f,0-4,0,4,350418,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_05_09,f,5-9,5,9,356954,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_10_14,f,10-14,10,14,358453,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_15_19,f,15-19,15,19,357506,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_20_24,f,20-24,20,24,357823,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_25_29,f,25-29,25,29,351982,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_30_34,f,30-34,30,34,351411,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_35_39,f,35-39,35,39,353562,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_40_44,f,40-44,40,44,338840,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_45_49,f,45-49,45,49,309206,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_50_54,f,50-54,50,54,274570,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_55_59,f,55-59,55,59,233871,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_60_64,f,60-64,60,64,185323,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_65_69,f,65-69,65,69,141362,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_70_74,f,70-74,70,74,102834,2020,UNFPA,UNFPA +IDN,Indonesia,ID73,Sulawesi Selatan,F_75PLUS,f,75+,75,,116183,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_TL,all,all,,,3081720,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_00_04,all,0-4,0,4,280335,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_05_09,all,5-9,5,9,275238,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_10_14,all,10-14,10,14,265668,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_15_19,all,15-19,15,19,254844,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_20_24,all,20-24,20,24,249291,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_25_29,all,25-29,25,29,250429,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_30_34,all,30-34,30,34,248124,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_35_39,all,35-39,35,39,241576,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_40_44,all,40-44,40,44,224209,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_45_49,all,45-49,45,49,202672,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_50_54,all,50-54,50,54,173645,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_55_59,all,55-59,55,59,139575,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_60_64,all,60-64,60,64,105448,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_65_69,all,65-69,65,69,74977,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_70_74,all,70-74,70,74,49409,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,T_75PLUS,all,75+,75,,46280,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_TL,m,all,,,1565125,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_00_04,m,0-4,0,4,141551,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_05_09,m,5-9,5,9,139681,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_10_14,m,10-14,10,14,134316,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_15_19,m,15-19,15,19,128035,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_20_24,m,20-24,20,24,125645,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_25_29,m,25-29,25,29,127243,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_30_34,m,30-34,30,34,126311,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_35_39,m,35-39,35,39,123501,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_40_44,m,40-44,40,44,115710,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_45_49,m,45-49,45,49,105136,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_50_54,m,50-54,50,54,89569,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_55_59,m,55-59,55,59,71113,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_60_64,m,60-64,60,64,54117,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_65_69,m,65-69,65,69,38106,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_70_74,m,70-74,70,74,24439,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,M_75PLUS,m,75+,75,,20652,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_TL,f,all,,,1516595,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_00_04,f,0-4,0,4,138784,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_05_09,f,5-9,5,9,135557,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_10_14,f,10-14,10,14,131352,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_15_19,f,15-19,15,19,126809,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_20_24,f,20-24,20,24,123646,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_25_29,f,25-29,25,29,123186,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_30_34,f,30-34,30,34,121813,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_35_39,f,35-39,35,39,118075,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_40_44,f,40-44,40,44,108499,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_45_49,f,45-49,45,49,97536,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_50_54,f,50-54,50,54,84076,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_55_59,f,55-59,55,59,68462,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_60_64,f,60-64,60,64,51331,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_65_69,f,65-69,65,69,36871,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_70_74,f,70-74,70,74,24970,2020,UNFPA,UNFPA +IDN,Indonesia,ID72,Sulawesi Tengah,F_75PLUS,f,75+,75,,25628,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_TL,all,all,,,2703466,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_00_04,all,0-4,0,4,263955,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_05_09,all,5-9,5,9,254236,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_10_14,all,10-14,10,14,256761,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_15_19,all,15-19,15,19,253583,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_20_24,all,20-24,20,24,239458,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_25_29,all,25-29,25,29,221701,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_30_34,all,30-34,30,34,212294,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_35_39,all,35-39,35,39,200779,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_40_44,all,40-44,40,44,179850,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_45_49,all,45-49,45,49,160700,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_50_54,all,50-54,50,54,135914,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_55_59,all,55-59,55,59,107711,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_60_64,all,60-64,60,64,82020,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_65_69,all,65-69,65,69,57651,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_70_74,all,70-74,70,74,38436,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,T_75PLUS,all,75+,75,,38417,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_TL,m,all,,,1352916,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_00_04,m,0-4,0,4,133407,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_05_09,m,5-9,5,9,130330,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_10_14,m,10-14,10,14,130723,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_15_19,m,15-19,15,19,127566,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_20_24,m,20-24,20,24,118584,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_25_29,m,25-29,25,29,108935,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_30_34,m,30-34,30,34,106451,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_35_39,m,35-39,35,39,100925,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_40_44,m,40-44,40,44,90059,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_45_49,m,45-49,45,49,81223,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_50_54,m,50-54,50,54,68456,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_55_59,m,55-59,55,59,53512,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_60_64,m,60-64,60,64,40718,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_65_69,m,65-69,65,69,27883,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_70_74,m,70-74,70,74,18030,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,M_75PLUS,m,75+,75,,16114,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_TL,f,all,,,1350550,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_00_04,f,0-4,0,4,130548,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_05_09,f,5-9,5,9,123906,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_10_14,f,10-14,10,14,126038,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_15_19,f,15-19,15,19,126017,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_20_24,f,20-24,20,24,120874,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_25_29,f,25-29,25,29,112766,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_30_34,f,30-34,30,34,105843,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_35_39,f,35-39,35,39,99854,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_40_44,f,40-44,40,44,89791,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_45_49,f,45-49,45,49,79477,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_50_54,f,50-54,50,54,67458,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_55_59,f,55-59,55,59,54199,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_60_64,f,60-64,60,64,41302,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_65_69,f,65-69,65,69,29768,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_70_74,f,70-74,70,74,20406,2020,UNFPA,UNFPA +IDN,Indonesia,ID74,Sulawesi Tenggara,F_75PLUS,f,75+,75,,22303,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_TL,all,all,,,2512942,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_00_04,all,0-4,0,4,194607,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_05_09,all,5-9,5,9,196816,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_10_14,all,10-14,10,14,193614,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_15_19,all,15-19,15,19,193291,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_20_24,all,20-24,20,24,192611,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_25_29,all,25-29,25,29,190471,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_30_34,all,30-34,30,34,187967,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_35_39,all,35-39,35,39,185419,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_40_44,all,40-44,40,44,181019,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_45_49,all,45-49,45,49,177075,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_50_54,all,50-54,50,54,162088,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_55_59,all,55-59,55,59,140893,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_60_64,all,60-64,60,64,114095,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_65_69,all,65-69,65,69,85314,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_70_74,all,70-74,70,74,59711,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,T_75PLUS,all,75+,75,,57951,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_TL,m,all,,,1279584,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_00_04,m,0-4,0,4,98445,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_05_09,m,5-9,5,9,100370,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_10_14,m,10-14,10,14,99223,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_15_19,m,15-19,15,19,98321,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_20_24,m,20-24,20,24,98124,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_25_29,m,25-29,25,29,98140,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_30_34,m,30-34,30,34,97657,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_35_39,m,35-39,35,39,96701,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_40_44,m,40-44,40,44,94189,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_45_49,m,45-49,45,49,91496,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_50_54,m,50-54,50,54,82851,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_55_59,m,55-59,55,59,71131,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_60_64,m,60-64,60,64,57590,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_65_69,m,65-69,65,69,42454,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_70_74,m,70-74,70,74,28886,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,M_75PLUS,m,75+,75,,24006,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_TL,f,all,,,1233358,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_00_04,f,0-4,0,4,96162,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_05_09,f,5-9,5,9,96446,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_10_14,f,10-14,10,14,94391,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_15_19,f,15-19,15,19,94970,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_20_24,f,20-24,20,24,94487,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_25_29,f,25-29,25,29,92331,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_30_34,f,30-34,30,34,90310,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_35_39,f,35-39,35,39,88718,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_40_44,f,40-44,40,44,86830,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_45_49,f,45-49,45,49,85579,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_50_54,f,50-54,50,54,79237,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_55_59,f,55-59,55,59,69762,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_60_64,f,60-64,60,64,56505,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_65_69,f,65-69,65,69,42860,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_70_74,f,70-74,70,74,30825,2020,UNFPA,UNFPA +IDN,Indonesia,ID71,Sulawesi Utara,F_75PLUS,f,75+,75,,33945,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_TL,all,all,,,5545706,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_00_04,all,0-4,0,4,518129,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_05_09,all,5-9,5,9,515545,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_10_14,all,10-14,10,14,506703,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_15_19,all,15-19,15,19,486200,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_20_24,all,20-24,20,24,464504,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_25_29,all,25-29,25,29,447513,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_30_34,all,30-34,30,34,436197,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_35_39,all,35-39,35,39,416277,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_40_44,all,40-44,40,44,377203,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_45_49,all,45-49,45,49,332805,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_50_54,all,50-54,50,54,282423,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_55_59,all,55-59,55,59,234100,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_60_64,all,60-64,60,64,184875,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_65_69,all,65-69,65,69,138783,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_70_74,all,70-74,70,74,98005,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,T_75PLUS,all,75+,75,,106444,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_TL,m,all,,,2760588,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_00_04,m,0-4,0,4,261436,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_05_09,m,5-9,5,9,261420,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_10_14,m,10-14,10,14,258056,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_15_19,m,15-19,15,19,244946,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_20_24,m,20-24,20,24,234516,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_25_29,m,25-29,25,29,227400,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_30_34,m,30-34,30,34,220426,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_35_39,m,35-39,35,39,206587,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_40_44,m,40-44,40,44,186845,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_45_49,m,45-49,45,49,163415,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_50_54,m,50-54,50,54,137435,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_55_59,m,55-59,55,59,113129,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_60_64,m,60-64,60,64,89620,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_65_69,m,65-69,65,69,65516,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_70_74,m,70-74,70,74,45048,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,M_75PLUS,m,75+,75,,44793,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_TL,f,all,,,2785118,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_00_04,f,0-4,0,4,256693,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_05_09,f,5-9,5,9,254125,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_10_14,f,10-14,10,14,248647,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_15_19,f,15-19,15,19,241254,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_20_24,f,20-24,20,24,229988,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_25_29,f,25-29,25,29,220113,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_30_34,f,30-34,30,34,215771,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_35_39,f,35-39,35,39,209690,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_40_44,f,40-44,40,44,190358,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_45_49,f,45-49,45,49,169390,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_50_54,f,50-54,50,54,144988,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_55_59,f,55-59,55,59,120971,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_60_64,f,60-64,60,64,95255,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_65_69,f,65-69,65,69,73267,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_70_74,f,70-74,70,74,52957,2020,UNFPA,UNFPA +IDN,Indonesia,ID13,Sumatera Barat,F_75PLUS,f,75+,75,,61651,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_TL,all,all,,,8600765,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_00_04,all,0-4,0,4,798399,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_05_09,all,5-9,5,9,766280,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_10_14,all,10-14,10,14,747240,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_15_19,all,15-19,15,19,733314,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_20_24,all,20-24,20,24,721891,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_25_29,all,25-29,25,29,713382,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_30_34,all,30-34,30,34,692693,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_35_39,all,35-39,35,39,669799,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_40_44,all,40-44,40,44,613005,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_45_49,all,45-49,45,49,545008,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_50_54,all,50-54,50,54,462103,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_55_59,all,55-59,55,59,374672,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_60_64,all,60-64,60,64,290597,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_65_69,all,65-69,65,69,206624,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_70_74,all,70-74,70,74,138616,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,T_75PLUS,all,75+,75,,127142,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_TL,m,all,,,4357996,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_00_04,m,0-4,0,4,403892,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_05_09,m,5-9,5,9,390400,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_10_14,m,10-14,10,14,379981,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_15_19,m,15-19,15,19,371815,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_20_24,m,20-24,20,24,365869,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_25_29,m,25-29,25,29,363350,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_30_34,m,30-34,30,34,355131,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_35_39,m,35-39,35,39,342968,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_40_44,m,40-44,40,44,314152,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_45_49,m,45-49,45,49,278118,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_50_54,m,50-54,50,54,233753,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_55_59,m,55-59,55,59,188551,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_60_64,m,60-64,60,64,145853,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_65_69,m,65-69,65,69,102565,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_70_74,m,70-74,70,74,67275,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,M_75PLUS,m,75+,75,,54323,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_TL,f,all,,,4242769,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_00_04,f,0-4,0,4,394507,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_05_09,f,5-9,5,9,375880,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_10_14,f,10-14,10,14,367259,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_15_19,f,15-19,15,19,361499,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_20_24,f,20-24,20,24,356022,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_25_29,f,25-29,25,29,350032,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_30_34,f,30-34,30,34,337562,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_35_39,f,35-39,35,39,326831,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_40_44,f,40-44,40,44,298853,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_45_49,f,45-49,45,49,266890,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_50_54,f,50-54,50,54,228350,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_55_59,f,55-59,55,59,186121,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_60_64,f,60-64,60,64,144744,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_65_69,f,65-69,65,69,104059,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_70_74,f,70-74,70,74,71341,2020,UNFPA,UNFPA +IDN,Indonesia,ID16,Sumatera Selatan,F_75PLUS,f,75+,75,,72819,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_TL,all,all,,,14798404,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_00_04,all,0-4,0,4,1359575,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_05_09,all,5-9,5,9,1382818,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_10_14,all,10-14,10,14,1380991,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_15_19,all,15-19,15,19,1357878,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_20_24,all,20-24,20,24,1310873,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_25_29,all,25-29,25,29,1210757,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_30_34,all,30-34,30,34,1141219,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_35_39,all,35-39,35,39,1074703,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_40_44,all,40-44,40,44,978851,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_45_49,all,45-49,45,49,891784,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_50_54,all,50-54,50,54,764831,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_55_59,all,55-59,55,59,640177,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_60_64,all,60-64,60,64,503290,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_65_69,all,65-69,65,69,358088,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_70_74,all,70-74,70,74,237368,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,T_75PLUS,all,75+,75,,205201,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_TL,m,all,,,7392735,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_00_04,m,0-4,0,4,687626,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_05_09,m,5-9,5,9,708234,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_10_14,m,10-14,10,14,704381,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_15_19,m,15-19,15,19,690581,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_20_24,m,20-24,20,24,667520,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_25_29,m,25-29,25,29,615889,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_30_34,m,30-34,30,34,576561,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_35_39,m,35-39,35,39,536081,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_40_44,m,40-44,40,44,482769,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_45_49,m,45-49,45,49,437252,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_50_54,m,50-54,50,54,374403,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_55_59,m,55-59,55,59,310831,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_60_64,m,60-64,60,64,242645,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_65_69,m,65-69,65,69,168735,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_70_74,m,70-74,70,74,108509,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,M_75PLUS,m,75+,75,,80718,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_TL,f,all,,,7405669,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_00_04,f,0-4,0,4,671949,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_05_09,f,5-9,5,9,674584,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_10_14,f,10-14,10,14,676610,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_15_19,f,15-19,15,19,667297,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_20_24,f,20-24,20,24,643353,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_25_29,f,25-29,25,29,594868,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_30_34,f,30-34,30,34,564658,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_35_39,f,35-39,35,39,538622,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_40_44,f,40-44,40,44,496082,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_45_49,f,45-49,45,49,454532,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_50_54,f,50-54,50,54,390428,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_55_59,f,55-59,55,59,329346,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_60_64,f,60-64,60,64,260645,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_65_69,f,65-69,65,69,189353,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_70_74,f,70-74,70,74,128859,2020,UNFPA,UNFPA +IDN,Indonesia,ID12,Sumatera Utara,F_75PLUS,f,75+,75,,124483,2020,UNFPA,UNFPA diff --git a/tests/fixtures/input/population_admintwo_cod_population_admin2.csv b/tests/fixtures/input/population_admintwo_cod_population_admin2.csv new file mode 100644 index 00000000..3a2f5658 --- /dev/null +++ b/tests/fixtures/input/population_admintwo_cod_population_admin2.csv @@ -0,0 +1,19145 @@ +ISO3,Country,ADM1_PCODE,ADM1_NAME,ADM2_PCODE,ADM2_NAME,Population_group,Gender,Age_range,Age_min,Age_max,Population,Reference_year,Source,Contributor +#country+code,#country+name,#adm1+code,#adm1+name,#adm2+code,#adm2+name,#population+group,#gender,#age+range,#age+min,#age+max,#population,#date+year,#meta+source,#meta+contributor +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_TL,f,all,,,15102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_TL,m,all,,,17667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_TL,all,all,,,32769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_00_04,f,0-4,0,4,2877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_05_09,f,5-9,5,9,2337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_10_14,f,10-14,10,14,1860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_15_19,f,15-19,15,19,1419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_20_24,f,20-24,20,24,1202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_25_29,f,25-29,25,29,897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_30_34,f,30-34,30,34,828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_35_39,f,35-39,35,39,709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_40_44,f,40-44,40,44,582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_45_49,f,45-49,45,49,458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_50_54,f,50-54,50,54,417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_55_59,f,55-59,55,59,474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_60_64,f,60-64,60,64,355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_65_69,f,65-69,65,69,287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_70_74,f,70-74,70,74,174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_75_79,f,75-79,75,79,126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,F_80PLUS,f,80+,80,,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_00_04,m,0-4,0,4,2887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_05_09,m,5-9,5,9,2544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_10_14,m,10-14,10,14,2072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_15_19,m,15-19,15,19,1760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_20_24,m,20-24,20,24,2546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_25_29,m,25-29,25,29,1109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_30_34,m,30-34,30,34,1033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_35_39,m,35-39,35,39,866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_40_44,m,40-44,40,44,705,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_45_49,m,45-49,45,49,513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_50_54,m,50-54,50,54,415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_55_59,m,55-59,55,59,395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_60_64,m,60-64,60,64,322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_65_69,m,65-69,65,69,238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_70_74,m,70-74,70,74,141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_75_79,m,75-79,75,79,63,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,M_80PLUS,m,80+,80,,58,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_00_04,all,0-4,0,4,5764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_05_09,all,5-9,5,9,4881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_10_14,all,10-14,10,14,3932,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_15_19,all,15-19,15,19,3179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_20_24,all,20-24,20,24,3748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_25_29,all,25-29,25,29,2006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_30_34,all,30-34,30,34,1861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_35_39,all,35-39,35,39,1575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_40_44,all,40-44,40,44,1287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_45_49,all,45-49,45,49,971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_50_54,all,50-54,50,54,832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_55_59,all,55-59,55,59,869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_60_64,all,60-64,60,64,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_65_69,all,65-69,65,69,525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_70_74,all,70-74,70,74,315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_75_79,all,75-79,75,79,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01001,Ambriz,T_80PLUS,all,80+,80,,158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_TL,f,all,,,159226,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_TL,m,all,,,161809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_TL,all,all,,,321035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_00_04,f,0-4,0,4,26946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_05_09,f,5-9,5,9,23422,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_10_14,f,10-14,10,14,20266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_15_19,f,15-19,15,19,16502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_20_24,f,20-24,20,24,13538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_25_29,f,25-29,25,29,11411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_30_34,f,30-34,30,34,9993,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_35_39,f,35-39,35,39,8199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_40_44,f,40-44,40,44,6229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_45_49,f,45-49,45,49,5503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_50_54,f,50-54,50,54,4905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_55_59,f,55-59,55,59,4197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_60_64,f,60-64,60,64,2996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_65_69,f,65-69,65,69,2145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_70_74,f,70-74,70,74,1379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_75_79,f,75-79,75,79,899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,F_80PLUS,f,80+,80,,696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_00_04,m,0-4,0,4,28249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_05_09,m,5-9,5,9,23844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_10_14,m,10-14,10,14,20355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_15_19,m,15-19,15,19,16870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_20_24,m,20-24,20,24,14667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_25_29,m,25-29,25,29,11900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_30_34,m,30-34,30,34,10005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_35_39,m,35-39,35,39,8308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_40_44,m,40-44,40,44,6642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_45_49,m,45-49,45,49,5586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_50_54,m,50-54,50,54,4671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_55_59,m,55-59,55,59,4255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_60_64,m,60-64,60,64,2834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_65_69,m,65-69,65,69,1859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_70_74,m,70-74,70,74,961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_75_79,m,75-79,75,79,461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,M_80PLUS,m,80+,80,,342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_00_04,all,0-4,0,4,55195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_05_09,all,5-9,5,9,47266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_10_14,all,10-14,10,14,40621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_15_19,all,15-19,15,19,33372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_20_24,all,20-24,20,24,28205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_25_29,all,25-29,25,29,23311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_30_34,all,30-34,30,34,19998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_35_39,all,35-39,35,39,16507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_40_44,all,40-44,40,44,12871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_45_49,all,45-49,45,49,11089,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_50_54,all,50-54,50,54,9576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_55_59,all,55-59,55,59,8452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_60_64,all,60-64,60,64,5830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_65_69,all,65-69,65,69,4004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_70_74,all,70-74,70,74,2340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_75_79,all,75-79,75,79,1360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01002,Dande,T_80PLUS,all,80+,80,,1038,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_TL,f,all,,,44345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_TL,m,all,,,43486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_TL,all,all,,,87831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_00_04,f,0-4,0,4,8378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_05_09,f,5-9,5,9,6596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_10_14,f,10-14,10,14,5011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_15_19,f,15-19,15,19,3509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_20_24,f,20-24,20,24,2721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_25_29,f,25-29,25,29,2581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_30_34,f,30-34,30,34,2676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_35_39,f,35-39,35,39,2280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_40_44,f,40-44,40,44,1556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_45_49,f,45-49,45,49,1065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_50_54,f,50-54,50,54,1505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_55_59,f,55-59,55,59,1854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_60_64,f,60-64,60,64,1595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_65_69,f,65-69,65,69,1359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_70_74,f,70-74,70,74,718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_75_79,f,75-79,75,79,490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,F_80PLUS,f,80+,80,,451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_00_04,m,0-4,0,4,9162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_05_09,m,5-9,5,9,7094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_10_14,m,10-14,10,14,5984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_15_19,m,15-19,15,19,3980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_20_24,m,20-24,20,24,2517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_25_29,m,25-29,25,29,2170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_30_34,m,30-34,30,34,2207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_35_39,m,35-39,35,39,1922,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_40_44,m,40-44,40,44,1234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_45_49,m,45-49,45,49,994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_50_54,m,50-54,50,54,1280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_55_59,m,55-59,55,59,1582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_60_64,m,60-64,60,64,1371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_65_69,m,65-69,65,69,940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_70_74,m,70-74,70,74,494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_75_79,m,75-79,75,79,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,M_80PLUS,m,80+,80,,251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_00_04,all,0-4,0,4,17540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_05_09,all,5-9,5,9,13690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_10_14,all,10-14,10,14,10995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_15_19,all,15-19,15,19,7489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_20_24,all,20-24,20,24,5238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_25_29,all,25-29,25,29,4751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_30_34,all,30-34,30,34,4883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_35_39,all,35-39,35,39,4202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_40_44,all,40-44,40,44,2790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_45_49,all,45-49,45,49,2059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_50_54,all,50-54,50,54,2785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_55_59,all,55-59,55,59,3436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_60_64,all,60-64,60,64,2966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_65_69,all,65-69,65,69,2299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_70_74,all,70-74,70,74,1212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_75_79,all,75-79,75,79,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01005,Nambuangongo,T_80PLUS,all,80+,80,,702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_TL,f,all,,,9734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_TL,m,all,,,9679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_TL,all,all,,,19413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_00_04,f,0-4,0,4,1591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_05_09,f,5-9,5,9,1362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_10_14,f,10-14,10,14,1097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_15_19,f,15-19,15,19,757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_20_24,f,20-24,20,24,691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_25_29,f,25-29,25,29,547,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_30_34,f,30-34,30,34,443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_35_39,f,35-39,35,39,397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_40_44,f,40-44,40,44,466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_45_49,f,45-49,45,49,474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_50_54,f,50-54,50,54,475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_55_59,f,55-59,55,59,439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_60_64,f,60-64,60,64,328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_65_69,f,65-69,65,69,256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_70_74,f,70-74,70,74,208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_75_79,f,75-79,75,79,131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,F_80PLUS,f,80+,80,,72,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_00_04,m,0-4,0,4,1766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_05_09,m,5-9,5,9,1574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_10_14,m,10-14,10,14,1264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_15_19,m,15-19,15,19,955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_20_24,m,20-24,20,24,772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_25_29,m,25-29,25,29,612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_30_34,m,30-34,30,34,403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_35_39,m,35-39,35,39,315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_40_44,m,40-44,40,44,318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_45_49,m,45-49,45,49,346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_50_54,m,50-54,50,54,334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_55_59,m,55-59,55,59,362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_60_64,m,60-64,60,64,241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_65_69,m,65-69,65,69,180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_70_74,m,70-74,70,74,97,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_75_79,m,75-79,75,79,70,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,M_80PLUS,m,80+,80,,70,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_00_04,all,0-4,0,4,3357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_05_09,all,5-9,5,9,2936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_10_14,all,10-14,10,14,2361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_15_19,all,15-19,15,19,1712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_20_24,all,20-24,20,24,1463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_25_29,all,25-29,25,29,1159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_30_34,all,30-34,30,34,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_35_39,all,35-39,35,39,712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_40_44,all,40-44,40,44,784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_45_49,all,45-49,45,49,820,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_50_54,all,50-54,50,54,809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_55_59,all,55-59,55,59,801,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_60_64,all,60-64,60,64,569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_65_69,all,65-69,65,69,436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_70_74,all,70-74,70,74,305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_75_79,all,75-79,75,79,201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01040,Bula-Atumba,T_80PLUS,all,80+,80,,142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_TL,f,all,,,22194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_TL,m,all,,,21168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_TL,all,all,,,43362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_00_04,f,0-4,0,4,4268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_05_09,f,5-9,5,9,3298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_10_14,f,10-14,10,14,2255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_15_19,f,15-19,15,19,1985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_20_24,f,20-24,20,24,1723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_25_29,f,25-29,25,29,1285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_30_34,f,30-34,30,34,1014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_35_39,f,35-39,35,39,868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_40_44,f,40-44,40,44,753,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_45_49,f,45-49,45,49,964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_50_54,f,50-54,50,54,901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_55_59,f,55-59,55,59,948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_60_64,f,60-64,60,64,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_65_69,f,65-69,65,69,539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_70_74,f,70-74,70,74,370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_75_79,f,75-79,75,79,214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,F_80PLUS,f,80+,80,,106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_00_04,m,0-4,0,4,4021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_05_09,m,5-9,5,9,3421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_10_14,m,10-14,10,14,2863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_15_19,m,15-19,15,19,2232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_20_24,m,20-24,20,24,1849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_25_29,m,25-29,25,29,1456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_30_34,m,30-34,30,34,935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_35_39,m,35-39,35,39,682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_40_44,m,40-44,40,44,503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_45_49,m,45-49,45,49,543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_50_54,m,50-54,50,54,592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_55_59,m,55-59,55,59,707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_60_64,m,60-64,60,64,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_65_69,m,65-69,65,69,352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_70_74,m,70-74,70,74,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_75_79,m,75-79,75,79,126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,M_80PLUS,m,80+,80,,60,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_00_04,all,0-4,0,4,8289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_05_09,all,5-9,5,9,6719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_10_14,all,10-14,10,14,5118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_15_19,all,15-19,15,19,4217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_20_24,all,20-24,20,24,3572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_25_29,all,25-29,25,29,2741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_30_34,all,30-34,30,34,1949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_35_39,all,35-39,35,39,1550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_40_44,all,40-44,40,44,1256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_45_49,all,45-49,45,49,1507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_50_54,all,50-54,50,54,1493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_55_59,all,55-59,55,59,1655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_60_64,all,60-64,60,64,1332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_65_69,all,65-69,65,69,891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_70_74,all,70-74,70,74,567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_75_79,all,75-79,75,79,340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01043,Dembos-Quibaxe,T_80PLUS,all,80+,80,,166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_TL,f,all,,,4876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_TL,m,all,,,5233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_TL,all,all,,,10109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_00_04,f,0-4,0,4,837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_05_09,f,5-9,5,9,800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_10_14,f,10-14,10,14,557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_15_19,f,15-19,15,19,366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_20_24,f,20-24,20,24,367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_25_29,f,25-29,25,29,281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_30_34,f,30-34,30,34,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_35_39,f,35-39,35,39,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_40_44,f,40-44,40,44,183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_45_49,f,45-49,45,49,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_50_54,f,50-54,50,54,196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_55_59,f,55-59,55,59,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_60_64,f,60-64,60,64,169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_65_69,f,65-69,65,69,120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_70_74,f,70-74,70,74,79,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_75_79,f,75-79,75,79,49,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,F_80PLUS,f,80+,80,,28,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_00_04,m,0-4,0,4,826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_05_09,m,5-9,5,9,763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_10_14,m,10-14,10,14,683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_15_19,m,15-19,15,19,559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_20_24,m,20-24,20,24,453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_25_29,m,25-29,25,29,348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_30_34,m,30-34,30,34,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_35_39,m,35-39,35,39,247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_40_44,m,40-44,40,44,218,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_45_49,m,45-49,45,49,175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_50_54,m,50-54,50,54,152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_55_59,m,55-59,55,59,196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_60_64,m,60-64,60,64,160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_65_69,m,65-69,65,69,92,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_70_74,m,70-74,70,74,39,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_75_79,m,75-79,75,79,27,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,M_80PLUS,m,80+,80,,16,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_00_04,all,0-4,0,4,1663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_05_09,all,5-9,5,9,1563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_10_14,all,10-14,10,14,1240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_15_19,all,15-19,15,19,925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_20_24,all,20-24,20,24,820,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_25_29,all,25-29,25,29,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_30_34,all,30-34,30,34,476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_35_39,all,35-39,35,39,449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_40_44,all,40-44,40,44,401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_45_49,all,45-49,45,49,391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_50_54,all,50-54,50,54,348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_55_59,all,55-59,55,59,425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_60_64,all,60-64,60,64,329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_65_69,all,65-69,65,69,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_70_74,all,70-74,70,74,118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_75_79,all,75-79,75,79,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO01,Bengo,AO01047,Pango-Aluquém,T_80PLUS,all,80+,80,,44,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_TL,f,all,,,81112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_TL,m,all,,,74461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_TL,all,all,,,155573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_00_04,f,0-4,0,4,14880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_05_09,f,5-9,5,9,11760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_10_14,f,10-14,10,14,10543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_15_19,f,15-19,15,19,8932,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_20_24,f,20-24,20,24,6846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_25_29,f,25-29,25,29,5493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_30_34,f,30-34,30,34,4251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_35_39,f,35-39,35,39,3990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_40_44,f,40-44,40,44,3418,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_45_49,f,45-49,45,49,3291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_50_54,f,50-54,50,54,2760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_55_59,f,55-59,55,59,1931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_60_64,f,60-64,60,64,1260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_65_69,f,65-69,65,69,736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_70_74,f,70-74,70,74,470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_75_79,f,75-79,75,79,316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,F_80PLUS,f,80+,80,,235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_00_04,m,0-4,0,4,15142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_05_09,m,5-9,5,9,11734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_10_14,m,10-14,10,14,9746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_15_19,m,15-19,15,19,8142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_20_24,m,20-24,20,24,6259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_25_29,m,25-29,25,29,5028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_30_34,m,30-34,30,34,3741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_35_39,m,35-39,35,39,3198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_40_44,m,40-44,40,44,2627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_45_49,m,45-49,45,49,2239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_50_54,m,50-54,50,54,2082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_55_59,m,55-59,55,59,1822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_60_64,m,60-64,60,64,1264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_65_69,m,65-69,65,69,762,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_70_74,m,70-74,70,74,367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_75_79,m,75-79,75,79,159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,M_80PLUS,m,80+,80,,149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_00_04,all,0-4,0,4,30022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_05_09,all,5-9,5,9,23494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_10_14,all,10-14,10,14,20289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_15_19,all,15-19,15,19,17074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_20_24,all,20-24,20,24,13105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_25_29,all,25-29,25,29,10521,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_30_34,all,30-34,30,34,7992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_35_39,all,35-39,35,39,7188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_40_44,all,40-44,40,44,6045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_45_49,all,45-49,45,49,5530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_50_54,all,50-54,50,54,4842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_55_59,all,55-59,55,59,3753,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_60_64,all,60-64,60,64,2524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_65_69,all,65-69,65,69,1498,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_70_74,all,70-74,70,74,837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_75_79,all,75-79,75,79,475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02006,Baía Farta,T_80PLUS,all,80+,80,,384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_TL,f,all,,,82805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_TL,m,all,,,74398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_TL,all,all,,,157203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_00_04,f,0-4,0,4,16862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_05_09,f,5-9,5,9,12944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_10_14,f,10-14,10,14,9616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_15_19,f,15-19,15,19,8379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_20_24,f,20-24,20,24,5738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_25_29,f,25-29,25,29,4888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_30_34,f,30-34,30,34,3854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_35_39,f,35-39,35,39,4275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_40_44,f,40-44,40,44,3595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_45_49,f,45-49,45,49,3368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_50_54,f,50-54,50,54,2805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_55_59,f,55-59,55,59,1931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_60_64,f,60-64,60,64,1739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_65_69,f,65-69,65,69,1309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_70_74,f,70-74,70,74,853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_75_79,f,75-79,75,79,428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,F_80PLUS,f,80+,80,,221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_00_04,m,0-4,0,4,17240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_05_09,m,5-9,5,9,13473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_10_14,m,10-14,10,14,9857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_15_19,m,15-19,15,19,8715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_20_24,m,20-24,20,24,5397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_25_29,m,25-29,25,29,3808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_30_34,m,30-34,30,34,2965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_35_39,m,35-39,35,39,2670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_40_44,m,40-44,40,44,2356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_45_49,m,45-49,45,49,2143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_50_54,m,50-54,50,54,1876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_55_59,m,55-59,55,59,1250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_60_64,m,60-64,60,64,1020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_65_69,m,65-69,65,69,757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_70_74,m,70-74,70,74,441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_75_79,m,75-79,75,79,268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,M_80PLUS,m,80+,80,,162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_00_04,all,0-4,0,4,34102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_05_09,all,5-9,5,9,26417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_10_14,all,10-14,10,14,19473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_15_19,all,15-19,15,19,17094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_20_24,all,20-24,20,24,11135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_25_29,all,25-29,25,29,8696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_30_34,all,30-34,30,34,6819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_35_39,all,35-39,35,39,6945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_40_44,all,40-44,40,44,5951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_45_49,all,45-49,45,49,5511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_50_54,all,50-54,50,54,4681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_55_59,all,55-59,55,59,3181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_60_64,all,60-64,60,64,2759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_65_69,all,65-69,65,69,2066,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_70_74,all,70-74,70,74,1294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_75_79,all,75-79,75,79,696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02007,Balombo,T_80PLUS,all,80+,80,,383,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_TL,f,all,,,420264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_TL,m,all,,,390200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_TL,all,all,,,810464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_00_04,f,0-4,0,4,67731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_05_09,f,5-9,5,9,61709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_10_14,f,10-14,10,14,57695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_15_19,f,15-19,15,19,49932,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_20_24,f,20-24,20,24,38545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_25_29,f,25-29,25,29,30983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_30_34,f,30-34,30,34,24178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_35_39,f,35-39,35,39,21008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_40_44,f,40-44,40,44,17975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_45_49,f,45-49,45,49,15704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_50_54,f,50-54,50,54,11999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_55_59,f,55-59,55,59,8576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_60_64,f,60-64,60,64,5978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_65_69,f,65-69,65,69,3754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_70_74,f,70-74,70,74,2052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_75_79,f,75-79,75,79,1359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,F_80PLUS,f,80+,80,,1086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_00_04,m,0-4,0,4,68523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_05_09,m,5-9,5,9,61166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_10_14,m,10-14,10,14,53630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_15_19,m,15-19,15,19,46433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_20_24,m,20-24,20,24,36200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_25_29,m,25-29,25,29,28911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_30_34,m,30-34,30,34,22088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_35_39,m,35-39,35,39,17766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_40_44,m,40-44,40,44,14746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_45_49,m,45-49,45,49,12852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_50_54,m,50-54,50,54,10264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_55_59,m,55-59,55,59,7769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_60_64,m,60-64,60,64,4831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_65_69,m,65-69,65,69,2643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_70_74,m,70-74,70,74,1245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_75_79,m,75-79,75,79,654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,M_80PLUS,m,80+,80,,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_00_04,all,0-4,0,4,136254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_05_09,all,5-9,5,9,122875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_10_14,all,10-14,10,14,111325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_15_19,all,15-19,15,19,96365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_20_24,all,20-24,20,24,74745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_25_29,all,25-29,25,29,59894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_30_34,all,30-34,30,34,46266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_35_39,all,35-39,35,39,38774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_40_44,all,40-44,40,44,32721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_45_49,all,45-49,45,49,28556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_50_54,all,50-54,50,54,22263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_55_59,all,55-59,55,59,16345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_60_64,all,60-64,60,64,10809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_65_69,all,65-69,65,69,6397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_70_74,all,70-74,70,74,3297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_75_79,all,75-79,75,79,2013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02008,Benguela,T_80PLUS,all,80+,80,,1565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_TL,f,all,,,125897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_TL,m,all,,,111692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_TL,all,all,,,237589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_00_04,f,0-4,0,4,24056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_05_09,f,5-9,5,9,18871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_10_14,f,10-14,10,14,13845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_15_19,f,15-19,15,19,12860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_20_24,f,20-24,20,24,8805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_25_29,f,25-29,25,29,7063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_30_34,f,30-34,30,34,5771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_35_39,f,35-39,35,39,5334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_40_44,f,40-44,40,44,5894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_45_49,f,45-49,45,49,5492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_50_54,f,50-54,50,54,5044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_55_59,f,55-59,55,59,3942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_60_64,f,60-64,60,64,3177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_65_69,f,65-69,65,69,2418,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_70_74,f,70-74,70,74,1703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_75_79,f,75-79,75,79,885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,F_80PLUS,f,80+,80,,737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_00_04,m,0-4,0,4,24159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_05_09,m,5-9,5,9,18810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_10_14,m,10-14,10,14,13944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_15_19,m,15-19,15,19,12616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_20_24,m,20-24,20,24,8459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_25_29,m,25-29,25,29,5953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_30_34,m,30-34,30,34,4337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_35_39,m,35-39,35,39,3375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_40_44,m,40-44,40,44,3590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_45_49,m,45-49,45,49,3318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_50_54,m,50-54,50,54,3537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_55_59,m,55-59,55,59,2708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_60_64,m,60-64,60,64,2373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_65_69,m,65-69,65,69,1882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_70_74,m,70-74,70,74,1253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_75_79,m,75-79,75,79,707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,M_80PLUS,m,80+,80,,671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_00_04,all,0-4,0,4,48215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_05_09,all,5-9,5,9,37681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_10_14,all,10-14,10,14,27789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_15_19,all,15-19,15,19,25476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_20_24,all,20-24,20,24,17264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_25_29,all,25-29,25,29,13016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_30_34,all,30-34,30,34,10108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_35_39,all,35-39,35,39,8709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_40_44,all,40-44,40,44,9484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_45_49,all,45-49,45,49,8810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_50_54,all,50-54,50,54,8581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_55_59,all,55-59,55,59,6650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_60_64,all,60-64,60,64,5550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_65_69,all,65-69,65,69,4300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_70_74,all,70-74,70,74,2956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_75_79,all,75-79,75,79,1592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02009,Bocoio,T_80PLUS,all,80+,80,,1408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_TL,f,all,,,68967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_TL,m,all,,,62085,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_TL,all,all,,,131052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_00_04,f,0-4,0,4,12489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_05_09,f,5-9,5,9,10722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_10_14,f,10-14,10,14,9362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_15_19,f,15-19,15,19,7353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_20_24,f,20-24,20,24,3952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_25_29,f,25-29,25,29,3704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_30_34,f,30-34,30,34,3425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_35_39,f,35-39,35,39,4001,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_40_44,f,40-44,40,44,3534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_45_49,f,45-49,45,49,2925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_50_54,f,50-54,50,54,2102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_55_59,f,55-59,55,59,1522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_60_64,f,60-64,60,64,1264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_65_69,f,65-69,65,69,1255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_70_74,f,70-74,70,74,642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_75_79,f,75-79,75,79,407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,F_80PLUS,f,80+,80,,308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_00_04,m,0-4,0,4,12736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_05_09,m,5-9,5,9,11100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_10_14,m,10-14,10,14,9405,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_15_19,m,15-19,15,19,7049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_20_24,m,20-24,20,24,3783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_25_29,m,25-29,25,29,2711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_30_34,m,30-34,30,34,2312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_35_39,m,35-39,35,39,2626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_40_44,m,40-44,40,44,2284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_45_49,m,45-49,45,49,2116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_50_54,m,50-54,50,54,1802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_55_59,m,55-59,55,59,1229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_60_64,m,60-64,60,64,1055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_65_69,m,65-69,65,69,996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_70_74,m,70-74,70,74,387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_75_79,m,75-79,75,79,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,M_80PLUS,m,80+,80,,215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_00_04,all,0-4,0,4,25225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_05_09,all,5-9,5,9,21822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_10_14,all,10-14,10,14,18767,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_15_19,all,15-19,15,19,14402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_20_24,all,20-24,20,24,7735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_25_29,all,25-29,25,29,6415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_30_34,all,30-34,30,34,5737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_35_39,all,35-39,35,39,6627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_40_44,all,40-44,40,44,5818,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_45_49,all,45-49,45,49,5041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_50_54,all,50-54,50,54,3904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_55_59,all,55-59,55,59,2751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_60_64,all,60-64,60,64,2319,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_65_69,all,65-69,65,69,2251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_70_74,all,70-74,70,74,1029,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_75_79,all,75-79,75,79,686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02010,Caimbambo,T_80PLUS,all,80+,80,,523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_TL,f,all,,,66004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_TL,m,all,,,59908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_TL,all,all,,,125912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_00_04,f,0-4,0,4,13246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_05_09,f,5-9,5,9,10862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_10_14,f,10-14,10,14,8633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_15_19,f,15-19,15,19,5996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_20_24,f,20-24,20,24,4197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_25_29,f,25-29,25,29,3776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_30_34,f,30-34,30,34,3348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_35_39,f,35-39,35,39,3536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_40_44,f,40-44,40,44,3197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_45_49,f,45-49,45,49,2444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_50_54,f,50-54,50,54,1925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_55_59,f,55-59,55,59,1373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_60_64,f,60-64,60,64,1154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_65_69,f,65-69,65,69,980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_70_74,f,70-74,70,74,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_75_79,f,75-79,75,79,382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,F_80PLUS,f,80+,80,,326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_00_04,m,0-4,0,4,13465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_05_09,m,5-9,5,9,11124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_10_14,m,10-14,10,14,8734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_15_19,m,15-19,15,19,6076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_20_24,m,20-24,20,24,3495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_25_29,m,25-29,25,29,2739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_30_34,m,30-34,30,34,2454,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_35_39,m,35-39,35,39,2414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_40_44,m,40-44,40,44,2081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_45_49,m,45-49,45,49,1733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_50_54,m,50-54,50,54,1592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_55_59,m,55-59,55,59,1210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_60_64,m,60-64,60,64,1062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_65_69,m,65-69,65,69,804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_70_74,m,70-74,70,74,421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_75_79,m,75-79,75,79,261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,M_80PLUS,m,80+,80,,243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_00_04,all,0-4,0,4,26711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_05_09,all,5-9,5,9,21986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_10_14,all,10-14,10,14,17367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_15_19,all,15-19,15,19,12072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_20_24,all,20-24,20,24,7692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_25_29,all,25-29,25,29,6515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_30_34,all,30-34,30,34,5802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_35_39,all,35-39,35,39,5950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_40_44,all,40-44,40,44,5278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_45_49,all,45-49,45,49,4177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_50_54,all,50-54,50,54,3517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_55_59,all,55-59,55,59,2583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_60_64,all,60-64,60,64,2216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_65_69,all,65-69,65,69,1784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_70_74,all,70-74,70,74,1050,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_75_79,all,75-79,75,79,643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02011,Chongoroi,T_80PLUS,all,80+,80,,569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_TL,f,all,,,232821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_TL,m,all,,,208112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_TL,all,all,,,440933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_00_04,f,0-4,0,4,42730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_05_09,f,5-9,5,9,35314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_10_14,f,10-14,10,14,31710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_15_19,f,15-19,15,19,23037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_20_24,f,20-24,20,24,15447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_25_29,f,25-29,25,29,12553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_30_34,f,30-34,30,34,11237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_35_39,f,35-39,35,39,13152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_40_44,f,40-44,40,44,11583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_45_49,f,45-49,45,49,10205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_50_54,f,50-54,50,54,7736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_55_59,f,55-59,55,59,5693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_60_64,f,60-64,60,64,4465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_65_69,f,65-69,65,69,3589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_70_74,f,70-74,70,74,2187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_75_79,f,75-79,75,79,1232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,F_80PLUS,f,80+,80,,951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_00_04,m,0-4,0,4,43068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_05_09,m,5-9,5,9,35686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_10_14,m,10-14,10,14,31543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_15_19,m,15-19,15,19,22024,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_20_24,m,20-24,20,24,13497,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_25_29,m,25-29,25,29,9804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_30_34,m,30-34,30,34,8082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_35_39,m,35-39,35,39,9163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_40_44,m,40-44,40,44,8432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_45_49,m,45-49,45,49,7290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_50_54,m,50-54,50,54,5883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_55_59,m,55-59,55,59,4524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_60_64,m,60-64,60,64,3653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_65_69,m,65-69,65,69,2685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_70_74,m,70-74,70,74,1402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_75_79,m,75-79,75,79,763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,M_80PLUS,m,80+,80,,613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_00_04,all,0-4,0,4,85798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_05_09,all,5-9,5,9,71000,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_10_14,all,10-14,10,14,63253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_15_19,all,15-19,15,19,45061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_20_24,all,20-24,20,24,28944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_25_29,all,25-29,25,29,22357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_30_34,all,30-34,30,34,19319,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_35_39,all,35-39,35,39,22315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_40_44,all,40-44,40,44,20015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_45_49,all,45-49,45,49,17495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_50_54,all,50-54,50,54,13619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_55_59,all,55-59,55,59,10217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_60_64,all,60-64,60,64,8118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_65_69,all,65-69,65,69,6274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_70_74,all,70-74,70,74,3589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_75_79,all,75-79,75,79,1995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02012,Cubal,T_80PLUS,all,80+,80,,1564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_TL,f,all,,,179435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_TL,m,all,,,160295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_TL,all,all,,,339730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_00_04,f,0-4,0,4,34618,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_05_09,f,5-9,5,9,28786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_10_14,f,10-14,10,14,23385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_15_19,f,15-19,15,19,17255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_20_24,f,20-24,20,24,10935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_25_29,f,25-29,25,29,8432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_30_34,f,30-34,30,34,7601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_35_39,f,35-39,35,39,9379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_40_44,f,40-44,40,44,8153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_45_49,f,45-49,45,49,7752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_50_54,f,50-54,50,54,6020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_55_59,f,55-59,55,59,5233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_60_64,f,60-64,60,64,4185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_65_69,f,65-69,65,69,3434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_70_74,f,70-74,70,74,2178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_75_79,f,75-79,75,79,1274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,F_80PLUS,f,80+,80,,815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_00_04,m,0-4,0,4,34640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_05_09,m,5-9,5,9,29359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_10_14,m,10-14,10,14,24025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_15_19,m,15-19,15,19,16496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_20_24,m,20-24,20,24,10070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_25_29,m,25-29,25,29,6698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_30_34,m,30-34,30,34,5772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_35_39,m,35-39,35,39,6351,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_40_44,m,40-44,40,44,5778,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_45_49,m,45-49,45,49,5223,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_50_54,m,50-54,50,54,4329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_55_59,m,55-59,55,59,3619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_60_64,m,60-64,60,64,2967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_65_69,m,65-69,65,69,2229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_70_74,m,70-74,70,74,1458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_75_79,m,75-79,75,79,785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,M_80PLUS,m,80+,80,,496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_00_04,all,0-4,0,4,69258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_05_09,all,5-9,5,9,58145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_10_14,all,10-14,10,14,47410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_15_19,all,15-19,15,19,33751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_20_24,all,20-24,20,24,21005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_25_29,all,25-29,25,29,15130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_30_34,all,30-34,30,34,13373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_35_39,all,35-39,35,39,15730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_40_44,all,40-44,40,44,13931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_45_49,all,45-49,45,49,12975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_50_54,all,50-54,50,54,10349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_55_59,all,55-59,55,59,8852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_60_64,all,60-64,60,64,7152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_65_69,all,65-69,65,69,5663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_70_74,all,70-74,70,74,3636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_75_79,all,75-79,75,79,2059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02013,Ganda,T_80PLUS,all,80+,80,,1311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_TL,f,all,,,293087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_TL,m,all,,,274005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_TL,all,all,,,567092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_00_04,f,0-4,0,4,44898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_05_09,f,5-9,5,9,41680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_10_14,f,10-14,10,14,39372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_15_19,f,15-19,15,19,34828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_20_24,f,20-24,20,24,28324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_25_29,f,25-29,25,29,21186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_30_34,f,30-34,30,34,16673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_35_39,f,35-39,35,39,14292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_40_44,f,40-44,40,44,12812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_45_49,f,45-49,45,49,11082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_50_54,f,50-54,50,54,8936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_55_59,f,55-59,55,59,7046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_60_64,f,60-64,60,64,5008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_65_69,f,65-69,65,69,2943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_70_74,f,70-74,70,74,1863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_75_79,f,75-79,75,79,1203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,F_80PLUS,f,80+,80,,941,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_00_04,m,0-4,0,4,46302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_05_09,m,5-9,5,9,41032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_10_14,m,10-14,10,14,36892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_15_19,m,15-19,15,19,33028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_20_24,m,20-24,20,24,26941,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_25_29,m,25-29,25,29,20535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_30_34,m,30-34,30,34,15176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_35_39,m,35-39,35,39,11631,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_40_44,m,40-44,40,44,10229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_45_49,m,45-49,45,49,9583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_50_54,m,50-54,50,54,7517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_55_59,m,55-59,55,59,6027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_60_64,m,60-64,60,64,4130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_65_69,m,65-69,65,69,2519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_70_74,m,70-74,70,74,1253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_75_79,m,75-79,75,79,738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,M_80PLUS,m,80+,80,,472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_00_04,all,0-4,0,4,91200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_05_09,all,5-9,5,9,82712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_10_14,all,10-14,10,14,76264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_15_19,all,15-19,15,19,67856,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_20_24,all,20-24,20,24,55265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_25_29,all,25-29,25,29,41721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_30_34,all,30-34,30,34,31849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_35_39,all,35-39,35,39,25923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_40_44,all,40-44,40,44,23041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_45_49,all,45-49,45,49,20665,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_50_54,all,50-54,50,54,16453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_55_59,all,55-59,55,59,13073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_60_64,all,60-64,60,64,9138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_65_69,all,65-69,65,69,5462,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_70_74,all,70-74,70,74,3116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_75_79,all,75-79,75,79,1941,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02014,Lobito,T_80PLUS,all,80+,80,,1413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_TL,f,all,,,131465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_TL,m,all,,,122168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_TL,all,all,,,253633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_00_04,f,0-4,0,4,22106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_05_09,f,5-9,5,9,19698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_10_14,f,10-14,10,14,16981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_15_19,f,15-19,15,19,15393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_20_24,f,20-24,20,24,11422,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_25_29,f,25-29,25,29,8879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_30_34,f,30-34,30,34,6699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_35_39,f,35-39,35,39,6101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_40_44,f,40-44,40,44,5973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_45_49,f,45-49,45,49,5253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_50_54,f,50-54,50,54,4109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_55_59,f,55-59,55,59,3116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_60_64,f,60-64,60,64,2180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_65_69,f,65-69,65,69,1600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_70_74,f,70-74,70,74,897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_75_79,f,75-79,75,79,579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,F_80PLUS,f,80+,80,,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_00_04,m,0-4,0,4,22399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_05_09,m,5-9,5,9,19197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_10_14,m,10-14,10,14,16188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_15_19,m,15-19,15,19,14155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_20_24,m,20-24,20,24,11412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_25_29,m,25-29,25,29,8721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_30_34,m,30-34,30,34,6010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_35_39,m,35-39,35,39,4985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_40_44,m,40-44,40,44,4670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_45_49,m,45-49,45,49,4381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_50_54,m,50-54,50,54,3359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_55_59,m,55-59,55,59,2655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_60_64,m,60-64,60,64,1775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_65_69,m,65-69,65,69,1101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_70_74,m,70-74,70,74,605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_75_79,m,75-79,75,79,310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,M_80PLUS,m,80+,80,,245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_00_04,all,0-4,0,4,44505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_05_09,all,5-9,5,9,38895,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_10_14,all,10-14,10,14,33169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_15_19,all,15-19,15,19,29548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_20_24,all,20-24,20,24,22834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_25_29,all,25-29,25,29,17600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_30_34,all,30-34,30,34,12709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_35_39,all,35-39,35,39,11086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_40_44,all,40-44,40,44,10643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_45_49,all,45-49,45,49,9634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_50_54,all,50-54,50,54,7468,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_55_59,all,55-59,55,59,5771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_60_64,all,60-64,60,64,3955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_65_69,all,65-69,65,69,2701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_70_74,all,70-74,70,74,1502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_75_79,all,75-79,75,79,889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO02,Benguela,AO02164,Catumbela,T_80PLUS,all,80+,80,,724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_TL,f,all,,,194172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_TL,m,all,,,178276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_TL,all,all,,,372448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_00_04,f,0-4,0,4,38533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_05_09,f,5-9,5,9,31802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_10_14,f,10-14,10,14,24088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_15_19,f,15-19,15,19,22286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_20_24,f,20-24,20,24,15969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_25_29,f,25-29,25,29,11750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_30_34,f,30-34,30,34,9514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_35_39,f,35-39,35,39,9059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_40_44,f,40-44,40,44,7185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_45_49,f,45-49,45,49,7054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_50_54,f,50-54,50,54,5386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_55_59,f,55-59,55,59,4190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_60_64,f,60-64,60,64,2997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_65_69,f,65-69,65,69,1943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_70_74,f,70-74,70,74,1190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_75_79,f,75-79,75,79,704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,F_80PLUS,f,80+,80,,522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_00_04,m,0-4,0,4,38670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_05_09,m,5-9,5,9,32134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_10_14,m,10-14,10,14,24522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_15_19,m,15-19,15,19,20314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_20_24,m,20-24,20,24,14915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_25_29,m,25-29,25,29,10185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_30_34,m,30-34,30,34,7474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_35_39,m,35-39,35,39,6030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_40_44,m,40-44,40,44,5356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_45_49,m,45-49,45,49,5251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_50_54,m,50-54,50,54,4581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_55_59,m,55-59,55,59,3228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_60_64,m,60-64,60,64,2267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_65_69,m,65-69,65,69,1727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_70_74,m,70-74,70,74,812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_75_79,m,75-79,75,79,474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,M_80PLUS,m,80+,80,,336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_00_04,all,0-4,0,4,77203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_05_09,all,5-9,5,9,63936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_10_14,all,10-14,10,14,48610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_15_19,all,15-19,15,19,42600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_20_24,all,20-24,20,24,30884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_25_29,all,25-29,25,29,21935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_30_34,all,30-34,30,34,16988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_35_39,all,35-39,35,39,15089,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_40_44,all,40-44,40,44,12541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_45_49,all,45-49,45,49,12305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_50_54,all,50-54,50,54,9967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_55_59,all,55-59,55,59,7418,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_60_64,all,60-64,60,64,5264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_65_69,all,65-69,65,69,3670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_70_74,all,70-74,70,74,2002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_75_79,all,75-79,75,79,1178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03015,Andulo,T_80PLUS,all,80+,80,,858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_TL,f,all,,,118042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_TL,m,all,,,105472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_TL,all,all,,,223514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_00_04,f,0-4,0,4,21434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_05_09,f,5-9,5,9,19010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_10_14,f,10-14,10,14,14345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_15_19,f,15-19,15,19,12366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_20_24,f,20-24,20,24,10111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_25_29,f,25-29,25,29,8965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_30_34,f,30-34,30,34,6509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_35_39,f,35-39,35,39,5110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_40_44,f,40-44,40,44,4399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_45_49,f,45-49,45,49,4975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_50_54,f,50-54,50,54,3561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_55_59,f,55-59,55,59,2431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_60_64,f,60-64,60,64,2020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_65_69,f,65-69,65,69,1247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_70_74,f,70-74,70,74,800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_75_79,f,75-79,75,79,458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,F_80PLUS,f,80+,80,,301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_00_04,m,0-4,0,4,21918,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_05_09,m,5-9,5,9,18935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_10_14,m,10-14,10,14,14600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_15_19,m,15-19,15,19,10861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_20_24,m,20-24,20,24,8359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_25_29,m,25-29,25,29,6852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_30_34,m,30-34,30,34,4870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_35_39,m,35-39,35,39,3633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_40_44,m,40-44,40,44,3011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_45_49,m,45-49,45,49,3609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_50_54,m,50-54,50,54,2955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_55_59,m,55-59,55,59,2063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_60_64,m,60-64,60,64,1682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_65_69,m,65-69,65,69,1000,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_70_74,m,70-74,70,74,558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_75_79,m,75-79,75,79,321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,M_80PLUS,m,80+,80,,245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_00_04,all,0-4,0,4,43352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_05_09,all,5-9,5,9,37945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_10_14,all,10-14,10,14,28945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_15_19,all,15-19,15,19,23227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_20_24,all,20-24,20,24,18470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_25_29,all,25-29,25,29,15817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_30_34,all,30-34,30,34,11379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_35_39,all,35-39,35,39,8743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_40_44,all,40-44,40,44,7410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_45_49,all,45-49,45,49,8584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_50_54,all,50-54,50,54,6516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_55_59,all,55-59,55,59,4494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_60_64,all,60-64,60,64,3702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_65_69,all,65-69,65,69,2247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_70_74,all,70-74,70,74,1358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_75_79,all,75-79,75,79,779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03016,Camacupa,T_80PLUS,all,80+,80,,546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_TL,f,all,,,96588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_TL,m,all,,,86103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_TL,all,all,,,182691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_00_04,f,0-4,0,4,19802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_05_09,f,5-9,5,9,15732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_10_14,f,10-14,10,14,10614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_15_19,f,15-19,15,19,9524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_20_24,f,20-24,20,24,7676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_25_29,f,25-29,25,29,6651,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_30_34,f,30-34,30,34,4988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_35_39,f,35-39,35,39,3820,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_40_44,f,40-44,40,44,3449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_45_49,f,45-49,45,49,4244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_50_54,f,50-54,50,54,3145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_55_59,f,55-59,55,59,2531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_60_64,f,60-64,60,64,1856,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_65_69,f,65-69,65,69,1180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_70_74,f,70-74,70,74,671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_75_79,f,75-79,75,79,414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,F_80PLUS,f,80+,80,,291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_00_04,m,0-4,0,4,19529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_05_09,m,5-9,5,9,15915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_10_14,m,10-14,10,14,11160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_15_19,m,15-19,15,19,8495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_20_24,m,20-24,20,24,6518,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_25_29,m,25-29,25,29,5364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_30_34,m,30-34,30,34,3777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_35_39,m,35-39,35,39,2429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_40_44,m,40-44,40,44,2207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_45_49,m,45-49,45,49,2883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_50_54,m,50-54,50,54,2503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_55_59,m,55-59,55,59,2055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_60_64,m,60-64,60,64,1403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_65_69,m,65-69,65,69,925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_70_74,m,70-74,70,74,469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_75_79,m,75-79,75,79,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,M_80PLUS,m,80+,80,,177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_00_04,all,0-4,0,4,39331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_05_09,all,5-9,5,9,31647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_10_14,all,10-14,10,14,21774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_15_19,all,15-19,15,19,18019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_20_24,all,20-24,20,24,14194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_25_29,all,25-29,25,29,12015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_30_34,all,30-34,30,34,8765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_35_39,all,35-39,35,39,6249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_40_44,all,40-44,40,44,5656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_45_49,all,45-49,45,49,7127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_50_54,all,50-54,50,54,5648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_55_59,all,55-59,55,59,4586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_60_64,all,60-64,60,64,3259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_65_69,all,65-69,65,69,2105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_70_74,all,70-74,70,74,1140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_75_79,all,75-79,75,79,708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03017,Catabola,T_80PLUS,all,80+,80,,468,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_TL,f,all,,,97634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_TL,m,all,,,89008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_TL,all,all,,,186642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_00_04,f,0-4,0,4,19173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_05_09,f,5-9,5,9,15835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_10_14,f,10-14,10,14,11936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_15_19,f,15-19,15,19,10505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_20_24,f,20-24,20,24,7593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_25_29,f,25-29,25,29,5317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_30_34,f,30-34,30,34,4538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_35_39,f,35-39,35,39,4995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_40_44,f,40-44,40,44,4202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_45_49,f,45-49,45,49,3871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_50_54,f,50-54,50,54,2855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_55_59,f,55-59,55,59,2287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_60_64,f,60-64,60,64,1785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_65_69,f,65-69,65,69,1183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_70_74,f,70-74,70,74,746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_75_79,f,75-79,75,79,496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,F_80PLUS,f,80+,80,,317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_00_04,m,0-4,0,4,19560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_05_09,m,5-9,5,9,15673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_10_14,m,10-14,10,14,12148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_15_19,m,15-19,15,19,9680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_20_24,m,20-24,20,24,7004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_25_29,m,25-29,25,29,4317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_30_34,m,30-34,30,34,3421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_35_39,m,35-39,35,39,3510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_40_44,m,40-44,40,44,3125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_45_49,m,45-49,45,49,3077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_50_54,m,50-54,50,54,2460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_55_59,m,55-59,55,59,1731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_60_64,m,60-64,60,64,1296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_65_69,m,65-69,65,69,904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_70_74,m,70-74,70,74,510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_75_79,m,75-79,75,79,340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,M_80PLUS,m,80+,80,,252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_00_04,all,0-4,0,4,38733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_05_09,all,5-9,5,9,31508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_10_14,all,10-14,10,14,24084,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_15_19,all,15-19,15,19,20185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_20_24,all,20-24,20,24,14597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_25_29,all,25-29,25,29,9634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_30_34,all,30-34,30,34,7959,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_35_39,all,35-39,35,39,8505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_40_44,all,40-44,40,44,7327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_45_49,all,45-49,45,49,6948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_50_54,all,50-54,50,54,5315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_55_59,all,55-59,55,59,4018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_60_64,all,60-64,60,64,3081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_65_69,all,65-69,65,69,2087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_70_74,all,70-74,70,74,1256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_75_79,all,75-79,75,79,836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03018,Chinguar,T_80PLUS,all,80+,80,,569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_TL,f,all,,,58735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_TL,m,all,,,54019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_TL,all,all,,,112754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_00_04,f,0-4,0,4,11996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_05_09,f,5-9,5,9,9126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_10_14,f,10-14,10,14,7058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_15_19,f,15-19,15,19,6537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_20_24,f,20-24,20,24,5101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_25_29,f,25-29,25,29,3736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_30_34,f,30-34,30,34,2704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_35_39,f,35-39,35,39,2852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_40_44,f,40-44,40,44,2209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_45_49,f,45-49,45,49,2078,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_50_54,f,50-54,50,54,1558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_55_59,f,55-59,55,59,1102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_60_64,f,60-64,60,64,989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_65_69,f,65-69,65,69,723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_70_74,f,70-74,70,74,464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_75_79,f,75-79,75,79,272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,F_80PLUS,f,80+,80,,230,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_00_04,m,0-4,0,4,11867,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_05_09,m,5-9,5,9,9364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_10_14,m,10-14,10,14,7278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_15_19,m,15-19,15,19,6095,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_20_24,m,20-24,20,24,4569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_25_29,m,25-29,25,29,3116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_30_34,m,30-34,30,34,1971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_35_39,m,35-39,35,39,2195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_40_44,m,40-44,40,44,1645,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_45_49,m,45-49,45,49,1554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_50_54,m,50-54,50,54,1277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_55_59,m,55-59,55,59,902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_60_64,m,60-64,60,64,842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_65_69,m,65-69,65,69,526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_70_74,m,70-74,70,74,429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_75_79,m,75-79,75,79,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,M_80PLUS,m,80+,80,,187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_00_04,all,0-4,0,4,23863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_05_09,all,5-9,5,9,18490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_10_14,all,10-14,10,14,14336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_15_19,all,15-19,15,19,12632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_20_24,all,20-24,20,24,9670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_25_29,all,25-29,25,29,6852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_30_34,all,30-34,30,34,4675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_35_39,all,35-39,35,39,5047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_40_44,all,40-44,40,44,3854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_45_49,all,45-49,45,49,3632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_50_54,all,50-54,50,54,2835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_55_59,all,55-59,55,59,2004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_60_64,all,60-64,60,64,1831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_65_69,all,65-69,65,69,1249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_70_74,all,70-74,70,74,893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_75_79,all,75-79,75,79,474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03019,Chitembo,T_80PLUS,all,80+,80,,417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_TL,f,all,,,42258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_TL,m,all,,,39921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_TL,all,all,,,82179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_00_04,f,0-4,0,4,8173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_05_09,f,5-9,5,9,7014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_10_14,f,10-14,10,14,5243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_15_19,f,15-19,15,19,4044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_20_24,f,20-24,20,24,3507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_25_29,f,25-29,25,29,3182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_30_34,f,30-34,30,34,2561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_35_39,f,35-39,35,39,2101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_40_44,f,40-44,40,44,1687,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_45_49,f,45-49,45,49,1684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_50_54,f,50-54,50,54,1036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_55_59,f,55-59,55,59,720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_60_64,f,60-64,60,64,596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_65_69,f,65-69,65,69,336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_70_74,f,70-74,70,74,209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_75_79,f,75-79,75,79,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,F_80PLUS,f,80+,80,,44,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_00_04,m,0-4,0,4,8390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_05_09,m,5-9,5,9,6951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_10_14,m,10-14,10,14,5224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_15_19,m,15-19,15,19,3843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_20_24,m,20-24,20,24,3154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_25_29,m,25-29,25,29,2604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_30_34,m,30-34,30,34,2005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_35_39,m,35-39,35,39,1570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_40_44,m,40-44,40,44,1601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_45_49,m,45-49,45,49,1383,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_50_54,m,50-54,50,54,1138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_55_59,m,55-59,55,59,648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_60_64,m,60-64,60,64,713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_65_69,m,65-69,65,69,327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_70_74,m,70-74,70,74,190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_75_79,m,75-79,75,79,103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,M_80PLUS,m,80+,80,,77,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_00_04,all,0-4,0,4,16563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_05_09,all,5-9,5,9,13965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_10_14,all,10-14,10,14,10467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_15_19,all,15-19,15,19,7887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_20_24,all,20-24,20,24,6661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_25_29,all,25-29,25,29,5786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_30_34,all,30-34,30,34,4566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_35_39,all,35-39,35,39,3671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_40_44,all,40-44,40,44,3288,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_45_49,all,45-49,45,49,3067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_50_54,all,50-54,50,54,2174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_55_59,all,55-59,55,59,1368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_60_64,all,60-64,60,64,1309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_65_69,all,65-69,65,69,663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_70_74,all,70-74,70,74,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_75_79,all,75-79,75,79,224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03020,Cuemba,T_80PLUS,all,80+,80,,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_TL,f,all,,,55821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_TL,m,all,,,50683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_TL,all,all,,,106504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_00_04,f,0-4,0,4,11734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_05_09,f,5-9,5,9,9361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_10_14,f,10-14,10,14,6817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_15_19,f,15-19,15,19,5701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_20_24,f,20-24,20,24,4239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_25_29,f,25-29,25,29,3250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_30_34,f,30-34,30,34,2740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_35_39,f,35-39,35,39,2401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_40_44,f,40-44,40,44,1972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_45_49,f,45-49,45,49,2197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_50_54,f,50-54,50,54,1640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_55_59,f,55-59,55,59,1374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_60_64,f,60-64,60,64,904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_65_69,f,65-69,65,69,733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_70_74,f,70-74,70,74,392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_75_79,f,75-79,75,79,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,F_80PLUS,f,80+,80,,137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_00_04,m,0-4,0,4,11678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_05_09,m,5-9,5,9,9324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_10_14,m,10-14,10,14,6842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_15_19,m,15-19,15,19,5053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_20_24,m,20-24,20,24,4000,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_25_29,m,25-29,25,29,2863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_30_34,m,30-34,30,34,1969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_35_39,m,35-39,35,39,1527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_40_44,m,40-44,40,44,1499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_45_49,m,45-49,45,49,1630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_50_54,m,50-54,50,54,1393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_55_59,m,55-59,55,59,1093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_60_64,m,60-64,60,64,718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_65_69,m,65-69,65,69,489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_70_74,m,70-74,70,74,268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_75_79,m,75-79,75,79,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,M_80PLUS,m,80+,80,,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_00_04,all,0-4,0,4,23412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_05_09,all,5-9,5,9,18685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_10_14,all,10-14,10,14,13659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_15_19,all,15-19,15,19,10754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_20_24,all,20-24,20,24,8239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_25_29,all,25-29,25,29,6113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_30_34,all,30-34,30,34,4709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_35_39,all,35-39,35,39,3928,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_40_44,all,40-44,40,44,3471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_45_49,all,45-49,45,49,3827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_50_54,all,50-54,50,54,3033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_55_59,all,55-59,55,59,2467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_60_64,all,60-64,60,64,1622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_65_69,all,65-69,65,69,1222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_70_74,all,70-74,70,74,660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_75_79,all,75-79,75,79,445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03021,Cunhinga,T_80PLUS,all,80+,80,,258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_TL,f,all,,,335598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_TL,m,all,,,314879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_TL,all,all,,,650477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_00_04,f,0-4,0,4,63615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_05_09,f,5-9,5,9,56164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_10_14,f,10-14,10,14,47477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_15_19,f,15-19,15,19,39337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_20_24,f,20-24,20,24,30044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_25_29,f,25-29,25,29,22484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_30_34,f,30-34,30,34,16839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_35_39,f,35-39,35,39,13883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_40_44,f,40-44,40,44,11558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_45_49,f,45-49,45,49,10473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_50_54,f,50-54,50,54,7539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_55_59,f,55-59,55,59,5987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_60_64,f,60-64,60,64,4098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_65_69,f,65-69,65,69,2771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_70_74,f,70-74,70,74,1539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_75_79,f,75-79,75,79,1014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),F_80PLUS,f,80+,80,,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_00_04,m,0-4,0,4,64466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_05_09,m,5-9,5,9,56352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_10_14,m,10-14,10,14,45926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_15_19,m,15-19,15,19,37838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_20_24,m,20-24,20,24,27307,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_25_29,m,25-29,25,29,20501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_30_34,m,30-34,30,34,14160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_35_39,m,35-39,35,39,10737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_40_44,m,40-44,40,44,9159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_45_49,m,45-49,45,49,8679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_50_54,m,50-54,50,54,6774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_55_59,m,55-59,55,59,5160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_60_64,m,60-64,60,64,3480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_65_69,m,65-69,65,69,2123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_70_74,m,70-74,70,74,1096,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_75_79,m,75-79,75,79,636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),M_80PLUS,m,80+,80,,485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_00_04,all,0-4,0,4,128081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_05_09,all,5-9,5,9,112516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_10_14,all,10-14,10,14,93403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_15_19,all,15-19,15,19,77175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_20_24,all,20-24,20,24,57351,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_25_29,all,25-29,25,29,42985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_30_34,all,30-34,30,34,30999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_35_39,all,35-39,35,39,24620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_40_44,all,40-44,40,44,20717,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_45_49,all,45-49,45,49,19152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_50_54,all,50-54,50,54,14313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_55_59,all,55-59,55,59,11147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_60_64,all,60-64,60,64,7578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_65_69,all,65-69,65,69,4894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_70_74,all,70-74,70,74,2635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_75_79,all,75-79,75,79,1650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03022,Cuito (Kuito),T_80PLUS,all,80+,80,,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_TL,f,all,,,92501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_TL,m,all,,,89762,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_TL,all,all,,,182263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_00_04,f,0-4,0,4,18475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_05_09,f,5-9,5,9,14785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_10_14,f,10-14,10,14,10470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_15_19,f,15-19,15,19,9125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_20_24,f,20-24,20,24,8185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_25_29,f,25-29,25,29,6620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_30_34,f,30-34,30,34,5533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_35_39,f,35-39,35,39,3914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_40_44,f,40-44,40,44,3551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_45_49,f,45-49,45,49,3949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_50_54,f,50-54,50,54,2699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_55_59,f,55-59,55,59,2092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_60_64,f,60-64,60,64,1360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_65_69,f,65-69,65,69,810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_70_74,f,70-74,70,74,480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_75_79,f,75-79,75,79,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,F_80PLUS,f,80+,80,,159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_00_04,m,0-4,0,4,19036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_05_09,m,5-9,5,9,15087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_10_14,m,10-14,10,14,10722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_15_19,m,15-19,15,19,8872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_20_24,m,20-24,20,24,7624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_25_29,m,25-29,25,29,6362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_30_34,m,30-34,30,34,5027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_35_39,m,35-39,35,39,3107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_40_44,m,40-44,40,44,2853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_45_49,m,45-49,45,49,3359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_50_54,m,50-54,50,54,2650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_55_59,m,55-59,55,59,1959,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_60_64,m,60-64,60,64,1487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_65_69,m,65-69,65,69,783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_70_74,m,70-74,70,74,435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_75_79,m,75-79,75,79,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,M_80PLUS,m,80+,80,,170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_00_04,all,0-4,0,4,37511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_05_09,all,5-9,5,9,29872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_10_14,all,10-14,10,14,21192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_15_19,all,15-19,15,19,17997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_20_24,all,20-24,20,24,15809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_25_29,all,25-29,25,29,12982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_30_34,all,30-34,30,34,10560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_35_39,all,35-39,35,39,7021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_40_44,all,40-44,40,44,6404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_45_49,all,45-49,45,49,7308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_50_54,all,50-54,50,54,5349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_55_59,all,55-59,55,59,4051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_60_64,all,60-64,60,64,2847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_65_69,all,65-69,65,69,1593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_70_74,all,70-74,70,74,915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_75_79,all,75-79,75,79,523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO03,Bié,AO03023,N'harea,T_80PLUS,all,80+,80,,329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_TL,f,all,,,13759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_TL,m,all,,,14460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_TL,all,all,,,28219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_00_04,f,0-4,0,4,2316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_05_09,f,5-9,5,9,1962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_10_14,f,10-14,10,14,1692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_15_19,f,15-19,15,19,1323,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_20_24,f,20-24,20,24,1046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_25_29,f,25-29,25,29,836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_30_34,f,30-34,30,34,839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_35_39,f,35-39,35,39,650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_40_44,f,40-44,40,44,667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_45_49,f,45-49,45,49,514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_50_54,f,50-54,50,54,438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_55_59,f,55-59,55,59,423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_60_64,f,60-64,60,64,357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_65_69,f,65-69,65,69,278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_70_74,f,70-74,70,74,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_75_79,f,75-79,75,79,156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,F_80PLUS,f,80+,80,,101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_00_04,m,0-4,0,4,2592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_05_09,m,5-9,5,9,2059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_10_14,m,10-14,10,14,1875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_15_19,m,15-19,15,19,1524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_20_24,m,20-24,20,24,1160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_25_29,m,25-29,25,29,822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_30_34,m,30-34,30,34,814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_35_39,m,35-39,35,39,792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_40_44,m,40-44,40,44,661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_45_49,m,45-49,45,49,590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_50_54,m,50-54,50,54,404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_55_59,m,55-59,55,59,336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_60_64,m,60-64,60,64,252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_65_69,m,65-69,65,69,247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_70_74,m,70-74,70,74,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_75_79,m,75-79,75,79,127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,M_80PLUS,m,80+,80,,80,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_00_04,all,0-4,0,4,4908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_05_09,all,5-9,5,9,4021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_10_14,all,10-14,10,14,3567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_15_19,all,15-19,15,19,2847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_20_24,all,20-24,20,24,2206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_25_29,all,25-29,25,29,1658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_30_34,all,30-34,30,34,1653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_35_39,all,35-39,35,39,1442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_40_44,all,40-44,40,44,1328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_45_49,all,45-49,45,49,1104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_50_54,all,50-54,50,54,842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_55_59,all,55-59,55,59,759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_60_64,all,60-64,60,64,609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_65_69,all,65-69,65,69,525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_70_74,all,70-74,70,74,286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_75_79,all,75-79,75,79,283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04024,Belize,T_80PLUS,all,80+,80,,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_TL,f,all,,,23296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_TL,m,all,,,24014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_TL,all,all,,,47310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_00_04,f,0-4,0,4,3833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_05_09,f,5-9,5,9,3271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_10_14,f,10-14,10,14,2794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_15_19,f,15-19,15,19,2499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_20_24,f,20-24,20,24,1759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_25_29,f,25-29,25,29,1595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_30_34,f,30-34,30,34,1395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_35_39,f,35-39,35,39,1099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_40_44,f,40-44,40,44,1010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_45_49,f,45-49,45,49,989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_50_54,f,50-54,50,54,823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_55_59,f,55-59,55,59,759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_60_64,f,60-64,60,64,518,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_65_69,f,65-69,65,69,403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_70_74,f,70-74,70,74,252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_75_79,f,75-79,75,79,172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,F_80PLUS,f,80+,80,,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_00_04,m,0-4,0,4,4239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_05_09,m,5-9,5,9,3373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_10_14,m,10-14,10,14,3184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_15_19,m,15-19,15,19,2643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_20_24,m,20-24,20,24,1777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_25_29,m,25-29,25,29,1436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_30_34,m,30-34,30,34,1555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_35_39,m,35-39,35,39,1342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_40_44,m,40-44,40,44,1113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_45_49,m,45-49,45,49,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_50_54,m,50-54,50,54,583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_55_59,m,55-59,55,59,661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_60_64,m,60-64,60,64,424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_65_69,m,65-69,65,69,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_70_74,m,70-74,70,74,219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_75_79,m,75-79,75,79,153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,M_80PLUS,m,80+,80,,88,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_00_04,all,0-4,0,4,8072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_05_09,all,5-9,5,9,6644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_10_14,all,10-14,10,14,5978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_15_19,all,15-19,15,19,5142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_20_24,all,20-24,20,24,3536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_25_29,all,25-29,25,29,3031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_30_34,all,30-34,30,34,2950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_35_39,all,35-39,35,39,2441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_40_44,all,40-44,40,44,2123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_45_49,all,45-49,45,49,1835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_50_54,all,50-54,50,54,1406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_55_59,all,55-59,55,59,1420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_60_64,all,60-64,60,64,942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_65_69,all,65-69,65,69,781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_70_74,all,70-74,70,74,471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_75_79,all,75-79,75,79,325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04025,Buco Zau,T_80PLUS,all,80+,80,,213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_TL,f,all,,,451360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_TL,m,all,,,449804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_TL,all,all,,,901164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_00_04,f,0-4,0,4,71805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_05_09,f,5-9,5,9,63314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_10_14,f,10-14,10,14,61089,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_15_19,f,15-19,15,19,53126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_20_24,f,20-24,20,24,44398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_25_29,f,25-29,25,29,38617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_30_34,f,30-34,30,34,34446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_35_39,f,35-39,35,39,23479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_40_44,f,40-44,40,44,18752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_45_49,f,45-49,45,49,13171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_50_54,f,50-54,50,54,9512,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_55_59,f,55-59,55,59,7533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_60_64,f,60-64,60,64,4764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_65_69,f,65-69,65,69,3233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_70_74,f,70-74,70,74,1797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_75_79,f,75-79,75,79,1346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,F_80PLUS,f,80+,80,,978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_00_04,m,0-4,0,4,74393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_05_09,m,5-9,5,9,62242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_10_14,m,10-14,10,14,56884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_15_19,m,15-19,15,19,47640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_20_24,m,20-24,20,24,39938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_25_29,m,25-29,25,29,37959,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_30_34,m,30-34,30,34,37273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_35_39,m,35-39,35,39,27938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_40_44,m,40-44,40,44,22044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_45_49,m,45-49,45,49,15655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_50_54,m,50-54,50,54,10349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_55_59,m,55-59,55,59,7754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_60_64,m,60-64,60,64,4625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_65_69,m,65-69,65,69,2665,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_70_74,m,70-74,70,74,1124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_75_79,m,75-79,75,79,814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,M_80PLUS,m,80+,80,,507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_00_04,all,0-4,0,4,146198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_05_09,all,5-9,5,9,125556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_10_14,all,10-14,10,14,117973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_15_19,all,15-19,15,19,100766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_20_24,all,20-24,20,24,84336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_25_29,all,25-29,25,29,76576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_30_34,all,30-34,30,34,71719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_35_39,all,35-39,35,39,51417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_40_44,all,40-44,40,44,40796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_45_49,all,45-49,45,49,28826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_50_54,all,50-54,50,54,19861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_55_59,all,55-59,55,59,15287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_60_64,all,60-64,60,64,9389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_65_69,all,65-69,65,69,5898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_70_74,all,70-74,70,74,2921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_75_79,all,75-79,75,79,2160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04026,Cabinda,T_80PLUS,all,80+,80,,1485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_TL,f,all,,,27691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_TL,m,all,,,28683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_TL,all,all,,,56374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_00_04,f,0-4,0,4,4850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_05_09,f,5-9,5,9,3877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_10_14,f,10-14,10,14,3572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_15_19,f,15-19,15,19,2725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_20_24,f,20-24,20,24,2403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_25_29,f,25-29,25,29,1939,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_30_34,f,30-34,30,34,1870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_35_39,f,35-39,35,39,1338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_40_44,f,40-44,40,44,1193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_45_49,f,45-49,45,49,912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_50_54,f,50-54,50,54,770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_55_59,f,55-59,55,59,656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_60_64,f,60-64,60,64,568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_65_69,f,65-69,65,69,415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_70_74,f,70-74,70,74,265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_75_79,f,75-79,75,79,205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),F_80PLUS,f,80+,80,,133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_00_04,m,0-4,0,4,4936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_05_09,m,5-9,5,9,4185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_10_14,m,10-14,10,14,3842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_15_19,m,15-19,15,19,2769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_20_24,m,20-24,20,24,2145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_25_29,m,25-29,25,29,1920,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_30_34,m,30-34,30,34,2076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_35_39,m,35-39,35,39,1797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_40_44,m,40-44,40,44,1513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_45_49,m,45-49,45,49,1075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_50_54,m,50-54,50,54,799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_55_59,m,55-59,55,59,641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_60_64,m,60-64,60,64,381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_65_69,m,65-69,65,69,267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_70_74,m,70-74,70,74,168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_75_79,m,75-79,75,79,120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),M_80PLUS,m,80+,80,,49,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_00_04,all,0-4,0,4,9786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_05_09,all,5-9,5,9,8062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_10_14,all,10-14,10,14,7414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_15_19,all,15-19,15,19,5494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_20_24,all,20-24,20,24,4548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_25_29,all,25-29,25,29,3859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_30_34,all,30-34,30,34,3946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_35_39,all,35-39,35,39,3135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_40_44,all,40-44,40,44,2706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_45_49,all,45-49,45,49,1987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_50_54,all,50-54,50,54,1569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_55_59,all,55-59,55,59,1297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_60_64,all,60-64,60,64,949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_65_69,all,65-69,65,69,682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_70_74,all,70-74,70,74,433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_75_79,all,75-79,75,79,325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO04,Cabinda,AO04027,Cacongo (Landana),T_80PLUS,all,80+,80,,182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_TL,f,all,,,16476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_TL,m,all,,,16204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_TL,all,all,,,32680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_00_04,f,0-4,0,4,2837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_05_09,f,5-9,5,9,2551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_10_14,f,10-14,10,14,2259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_15_19,f,15-19,15,19,1805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_20_24,f,20-24,20,24,1673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_25_29,f,25-29,25,29,1137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_30_34,f,30-34,30,34,921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_35_39,f,35-39,35,39,641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_40_44,f,40-44,40,44,577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_45_49,f,45-49,45,49,431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_50_54,f,50-54,50,54,445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_55_59,f,55-59,55,59,277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_60_64,f,60-64,60,64,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_65_69,f,65-69,65,69,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_70_74,f,70-74,70,74,219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_75_79,f,75-79,75,79,101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,F_80PLUS,f,80+,80,,104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_00_04,m,0-4,0,4,2810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_05_09,m,5-9,5,9,2463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_10_14,m,10-14,10,14,2390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_15_19,m,15-19,15,19,2098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_20_24,m,20-24,20,24,1603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_25_29,m,25-29,25,29,973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_30_34,m,30-34,30,34,783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_35_39,m,35-39,35,39,627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_40_44,m,40-44,40,44,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_45_49,m,45-49,45,49,461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_50_54,m,50-54,50,54,354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_55_59,m,55-59,55,59,285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_60_64,m,60-64,60,64,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_65_69,m,65-69,65,69,205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_70_74,m,70-74,70,74,175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_75_79,m,75-79,75,79,73,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,M_80PLUS,m,80+,80,,109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_00_04,all,0-4,0,4,5647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_05_09,all,5-9,5,9,5014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_10_14,all,10-14,10,14,4649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_15_19,all,15-19,15,19,3903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_20_24,all,20-24,20,24,3276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_25_29,all,25-29,25,29,2110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_30_34,all,30-34,30,34,1704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_35_39,all,35-39,35,39,1268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_40_44,all,40-44,40,44,1126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_45_49,all,45-49,45,49,892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_50_54,all,50-54,50,54,799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_55_59,all,55-59,55,59,562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_60_64,all,60-64,60,64,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_65_69,all,65-69,65,69,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_70_74,all,70-74,70,74,394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_75_79,all,75-79,75,79,174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05028,Calai,T_80PLUS,all,80+,80,,213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_TL,f,all,,,20500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_TL,m,all,,,20559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_TL,all,all,,,41059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_00_04,f,0-4,0,4,3921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_05_09,f,5-9,5,9,3182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_10_14,f,10-14,10,14,2688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_15_19,f,15-19,15,19,2433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_20_24,f,20-24,20,24,1868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_25_29,f,25-29,25,29,1321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_30_34,f,30-34,30,34,1107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_35_39,f,35-39,35,39,851,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_40_44,f,40-44,40,44,797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_45_49,f,45-49,45,49,556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_50_54,f,50-54,50,54,529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_55_59,f,55-59,55,59,330,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_60_64,f,60-64,60,64,353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_65_69,f,65-69,65,69,237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_70_74,f,70-74,70,74,164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_75_79,f,75-79,75,79,95,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,F_80PLUS,f,80+,80,,68,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_00_04,m,0-4,0,4,4119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_05_09,m,5-9,5,9,3217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_10_14,m,10-14,10,14,2883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_15_19,m,15-19,15,19,2461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_20_24,m,20-24,20,24,1840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_25_29,m,25-29,25,29,1282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_30_34,m,30-34,30,34,963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_35_39,m,35-39,35,39,797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_40_44,m,40-44,40,44,746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_45_49,m,45-49,45,49,546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_50_54,m,50-54,50,54,501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_55_59,m,55-59,55,59,321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_60_64,m,60-64,60,64,327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_65_69,m,65-69,65,69,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_70_74,m,70-74,70,74,195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_75_79,m,75-79,75,79,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,M_80PLUS,m,80+,80,,88,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_00_04,all,0-4,0,4,8040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_05_09,all,5-9,5,9,6399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_10_14,all,10-14,10,14,5571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_15_19,all,15-19,15,19,4894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_20_24,all,20-24,20,24,3708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_25_29,all,25-29,25,29,2603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_30_34,all,30-34,30,34,2070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_35_39,all,35-39,35,39,1648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_40_44,all,40-44,40,44,1543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_45_49,all,45-49,45,49,1102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_50_54,all,50-54,50,54,1030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_55_59,all,55-59,55,59,651,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_60_64,all,60-64,60,64,680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_65_69,all,65-69,65,69,434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_70_74,all,70-74,70,74,359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_75_79,all,75-79,75,79,171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05029,Cuangar,T_80PLUS,all,80+,80,,156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_TL,f,all,,,32653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_TL,m,all,,,29344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_TL,all,all,,,61997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_00_04,f,0-4,0,4,6235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_05_09,f,5-9,5,9,4843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_10_14,f,10-14,10,14,3671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_15_19,f,15-19,15,19,3240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_20_24,f,20-24,20,24,2760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_25_29,f,25-29,25,29,2282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_30_34,f,30-34,30,34,1578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_35_39,f,35-39,35,39,1511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_40_44,f,40-44,40,44,1466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_45_49,f,45-49,45,49,1236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_50_54,f,50-54,50,54,992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_55_59,f,55-59,55,59,841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_60_64,f,60-64,60,64,719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_65_69,f,65-69,65,69,491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_70_74,f,70-74,70,74,409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_75_79,f,75-79,75,79,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,F_80PLUS,f,80+,80,,190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_00_04,m,0-4,0,4,6127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_05_09,m,5-9,5,9,4763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_10_14,m,10-14,10,14,3774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_15_19,m,15-19,15,19,2889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_20_24,m,20-24,20,24,2472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_25_29,m,25-29,25,29,1843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_30_34,m,30-34,30,34,1312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_35_39,m,35-39,35,39,1141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_40_44,m,40-44,40,44,962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_45_49,m,45-49,45,49,806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_50_54,m,50-54,50,54,819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_55_59,m,55-59,55,59,595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_60_64,m,60-64,60,64,712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_65_69,m,65-69,65,69,425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_70_74,m,70-74,70,74,318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_75_79,m,75-79,75,79,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,M_80PLUS,m,80+,80,,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_00_04,all,0-4,0,4,12362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_05_09,all,5-9,5,9,9606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_10_14,all,10-14,10,14,7445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_15_19,all,15-19,15,19,6129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_20_24,all,20-24,20,24,5232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_25_29,all,25-29,25,29,4125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_30_34,all,30-34,30,34,2890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_35_39,all,35-39,35,39,2652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_40_44,all,40-44,40,44,2428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_45_49,all,45-49,45,49,2042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_50_54,all,50-54,50,54,1811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_55_59,all,55-59,55,59,1436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_60_64,all,60-64,60,64,1431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_65_69,all,65-69,65,69,916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_70_74,all,70-74,70,74,727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_75_79,all,75-79,75,79,386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05030,Cuchi,T_80PLUS,all,80+,80,,379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_TL,f,all,,,29748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_TL,m,all,,,29157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_TL,all,all,,,58905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_00_04,f,0-4,0,4,4929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_05_09,f,5-9,5,9,4238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_10_14,f,10-14,10,14,3436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_15_19,f,15-19,15,19,2999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_20_24,f,20-24,20,24,2732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_25_29,f,25-29,25,29,2176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_30_34,f,30-34,30,34,1734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_35_39,f,35-39,35,39,1313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_40_44,f,40-44,40,44,1106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_45_49,f,45-49,45,49,1096,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_50_54,f,50-54,50,54,1030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_55_59,f,55-59,55,59,749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_60_64,f,60-64,60,64,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_65_69,f,65-69,65,69,529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_70_74,f,70-74,70,74,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_75_79,f,75-79,75,79,210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,F_80PLUS,f,80+,80,,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_00_04,m,0-4,0,4,5086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_05_09,m,5-9,5,9,4157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_10_14,m,10-14,10,14,3830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_15_19,m,15-19,15,19,2916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_20_24,m,20-24,20,24,2891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_25_29,m,25-29,25,29,2186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_30_34,m,30-34,30,34,1780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_35_39,m,35-39,35,39,1283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_40_44,m,40-44,40,44,890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_45_49,m,45-49,45,49,844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_50_54,m,50-54,50,54,862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_55_59,m,55-59,55,59,657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_60_64,m,60-64,60,64,631,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_65_69,m,65-69,65,69,368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_70_74,m,70-74,70,74,373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_75_79,m,75-79,75,79,166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,M_80PLUS,m,80+,80,,237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_00_04,all,0-4,0,4,10015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_05_09,all,5-9,5,9,8395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_10_14,all,10-14,10,14,7266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_15_19,all,15-19,15,19,5915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_20_24,all,20-24,20,24,5623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_25_29,all,25-29,25,29,4362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_30_34,all,30-34,30,34,3514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_35_39,all,35-39,35,39,2596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_40_44,all,40-44,40,44,1996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_45_49,all,45-49,45,49,1940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_50_54,all,50-54,50,54,1892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_55_59,all,55-59,55,59,1406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_60_64,all,60-64,60,64,1407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_65_69,all,65-69,65,69,897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_70_74,all,70-74,70,74,852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_75_79,all,75-79,75,79,376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05031,Cuito Cuanavale,T_80PLUS,all,80+,80,,453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_TL,f,all,,,10874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_TL,m,all,,,10951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_TL,all,all,,,21825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_00_04,f,0-4,0,4,1823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_05_09,f,5-9,5,9,1585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_10_14,f,10-14,10,14,1450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_15_19,f,15-19,15,19,1282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_20_24,f,20-24,20,24,1037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_25_29,f,25-29,25,29,811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_30_34,f,30-34,30,34,583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_35_39,f,35-39,35,39,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_40_44,f,40-44,40,44,362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_45_49,f,45-49,45,49,309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_50_54,f,50-54,50,54,289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_55_59,f,55-59,55,59,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_60_64,f,60-64,60,64,222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_65_69,f,65-69,65,69,191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_70_74,f,70-74,70,74,143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_75_79,f,75-79,75,79,67,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,F_80PLUS,f,80+,80,,83,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_00_04,m,0-4,0,4,1854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_05_09,m,5-9,5,9,1680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_10_14,m,10-14,10,14,1501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_15_19,m,15-19,15,19,1169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_20_24,m,20-24,20,24,1010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_25_29,m,25-29,25,29,698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_30_34,m,30-34,30,34,633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_35_39,m,35-39,35,39,426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_40_44,m,40-44,40,44,424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_45_49,m,45-49,45,49,343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_50_54,m,50-54,50,54,315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_55_59,m,55-59,55,59,234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_60_64,m,60-64,60,64,232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_65_69,m,65-69,65,69,185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_70_74,m,70-74,70,74,126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_75_79,m,75-79,75,79,52,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,M_80PLUS,m,80+,80,,69,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_00_04,all,0-4,0,4,3677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_05_09,all,5-9,5,9,3265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_10_14,all,10-14,10,14,2951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_15_19,all,15-19,15,19,2451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_20_24,all,20-24,20,24,2047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_25_29,all,25-29,25,29,1509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_30_34,all,30-34,30,34,1216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_35_39,all,35-39,35,39,863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_40_44,all,40-44,40,44,786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_45_49,all,45-49,45,49,652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_50_54,all,50-54,50,54,604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_55_59,all,55-59,55,59,434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_60_64,all,60-64,60,64,454,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_65_69,all,65-69,65,69,376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_70_74,all,70-74,70,74,269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_75_79,all,75-79,75,79,119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05032,Dirico,T_80PLUS,all,80+,80,,152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_TL,f,all,,,18674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_TL,m,all,,,20561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_TL,all,all,,,39235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_00_04,f,0-4,0,4,3406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_05_09,f,5-9,5,9,2913,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_10_14,f,10-14,10,14,2507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_15_19,f,15-19,15,19,2366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_20_24,f,20-24,20,24,1869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_25_29,f,25-29,25,29,1082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_30_34,f,30-34,30,34,742,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_35_39,f,35-39,35,39,861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_40_44,f,40-44,40,44,854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_45_49,f,45-49,45,49,674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_50_54,f,50-54,50,54,557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_55_59,f,55-59,55,59,303,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_60_64,f,60-64,60,64,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_65_69,f,65-69,65,69,141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_70_74,f,70-74,70,74,87,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_75_79,f,75-79,75,79,54,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,F_80PLUS,f,80+,80,,41,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_00_04,m,0-4,0,4,3714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_05_09,m,5-9,5,9,2940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_10_14,m,10-14,10,14,2596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_15_19,m,15-19,15,19,2256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_20_24,m,20-24,20,24,2005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_25_29,m,25-29,25,29,1107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_30_34,m,30-34,30,34,800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_35_39,m,35-39,35,39,793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_40_44,m,40-44,40,44,760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_45_49,m,45-49,45,49,756,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_50_54,m,50-54,50,54,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_55_59,m,55-59,55,59,720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_60_64,m,60-64,60,64,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_65_69,m,65-69,65,69,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_70_74,m,70-74,70,74,175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_75_79,m,75-79,75,79,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,M_80PLUS,m,80+,80,,62,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_00_04,all,0-4,0,4,7120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_05_09,all,5-9,5,9,5853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_10_14,all,10-14,10,14,5103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_15_19,all,15-19,15,19,4622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_20_24,all,20-24,20,24,3874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_25_29,all,25-29,25,29,2189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_30_34,all,30-34,30,34,1542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_35_39,all,35-39,35,39,1654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_40_44,all,40-44,40,44,1614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_45_49,all,45-49,45,49,1430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_50_54,all,50-54,50,54,1403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_55_59,all,55-59,55,59,1023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_60_64,all,60-64,60,64,894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_65_69,all,65-69,65,69,417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_70_74,all,70-74,70,74,262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_75_79,all,75-79,75,79,132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05033,Mavinga,T_80PLUS,all,80+,80,,103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_TL,f,all,,,235623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_TL,m,all,,,227353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_TL,all,all,,,462976,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_00_04,f,0-4,0,4,41971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_05_09,f,5-9,5,9,34114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_10_14,f,10-14,10,14,29650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_15_19,f,15-19,15,19,28424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_20_24,f,20-24,20,24,23828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_25_29,f,25-29,25,29,17614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_30_34,f,30-34,30,34,13126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_35_39,f,35-39,35,39,11214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_40_44,f,40-44,40,44,8855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_45_49,f,45-49,45,49,7401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_50_54,f,50-54,50,54,6170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_55_59,f,55-59,55,59,4170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_60_64,f,60-64,60,64,3412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_65_69,f,65-69,65,69,2147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_70_74,f,70-74,70,74,1759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_75_79,f,75-79,75,79,876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,F_80PLUS,f,80+,80,,892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_00_04,m,0-4,0,4,42324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_05_09,m,5-9,5,9,34074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_10_14,m,10-14,10,14,29215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_15_19,m,15-19,15,19,27143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_20_24,m,20-24,20,24,22770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_25_29,m,25-29,25,29,16758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_30_34,m,30-34,30,34,12253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_35_39,m,35-39,35,39,9817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_40_44,m,40-44,40,44,8241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_45_49,m,45-49,45,49,6580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_50_54,m,50-54,50,54,5815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_55_59,m,55-59,55,59,4329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_60_64,m,60-64,60,64,3421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_65_69,m,65-69,65,69,1916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_70_74,m,70-74,70,74,1311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_75_79,m,75-79,75,79,718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,M_80PLUS,m,80+,80,,668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_00_04,all,0-4,0,4,84295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_05_09,all,5-9,5,9,68188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_10_14,all,10-14,10,14,58865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_15_19,all,15-19,15,19,55567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_20_24,all,20-24,20,24,46598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_25_29,all,25-29,25,29,34372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_30_34,all,30-34,30,34,25379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_35_39,all,35-39,35,39,21031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_40_44,all,40-44,40,44,17096,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_45_49,all,45-49,45,49,13981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_50_54,all,50-54,50,54,11985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_55_59,all,55-59,55,59,8499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_60_64,all,60-64,60,64,6833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_65_69,all,65-69,65,69,4063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_70_74,all,70-74,70,74,3070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_75_79,all,75-79,75,79,1594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05034,Menongue,T_80PLUS,all,80+,80,,1560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_TL,f,all,,,1984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_TL,m,all,,,2049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_TL,all,all,,,4033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_00_04,f,0-4,0,4,403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_05_09,f,5-9,5,9,309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_10_14,f,10-14,10,14,247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_15_19,f,15-19,15,19,182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_20_24,f,20-24,20,24,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_25_29,f,25-29,25,29,142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_30_34,f,30-34,30,34,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_35_39,f,35-39,35,39,67,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_40_44,f,40-44,40,44,68,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_45_49,f,45-49,45,49,51,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_50_54,f,50-54,50,54,70,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_55_59,f,55-59,55,59,41,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_60_64,f,60-64,60,64,38,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_65_69,f,65-69,65,69,32,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_70_74,f,70-74,70,74,28,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_75_79,f,75-79,75,79,9,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,F_80PLUS,f,80+,80,,4,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_00_04,m,0-4,0,4,409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_05_09,m,5-9,5,9,302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_10_14,m,10-14,10,14,253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_15_19,m,15-19,15,19,215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_20_24,m,20-24,20,24,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_25_29,m,25-29,25,29,148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_30_34,m,30-34,30,34,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_35_39,m,35-39,35,39,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_40_44,m,40-44,40,44,67,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_45_49,m,45-49,45,49,60,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_50_54,m,50-54,50,54,72,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_55_59,m,55-59,55,59,39,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_60_64,m,60-64,60,64,38,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_65_69,m,65-69,65,69,14,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_70_74,m,70-74,70,74,32,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_75_79,m,75-79,75,79,6,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,M_80PLUS,m,80+,80,,6,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_00_04,all,0-4,0,4,812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_05_09,all,5-9,5,9,611,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_10_14,all,10-14,10,14,500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_15_19,all,15-19,15,19,397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_20_24,all,20-24,20,24,393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_25_29,all,25-29,25,29,290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_30_34,all,30-34,30,34,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_35_39,all,35-39,35,39,143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_40_44,all,40-44,40,44,135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_45_49,all,45-49,45,49,111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_50_54,all,50-54,50,54,142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_55_59,all,55-59,55,59,80,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_60_64,all,60-64,60,64,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_65_69,all,65-69,65,69,46,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_70_74,all,70-74,70,74,60,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_75_79,all,75-79,75,79,15,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05035,Nancova,T_80PLUS,all,80+,80,,10,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_TL,f,all,,,24246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_TL,m,all,,,23439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_TL,all,all,,,47685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_00_04,f,0-4,0,4,4584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_05_09,f,5-9,5,9,3664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_10_14,f,10-14,10,14,2994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_15_19,f,15-19,15,19,2254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_20_24,f,20-24,20,24,2317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_25_29,f,25-29,25,29,1886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_30_34,f,30-34,30,34,1476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_35_39,f,35-39,35,39,1073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_40_44,f,40-44,40,44,980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_45_49,f,45-49,45,49,832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_50_54,f,50-54,50,54,588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_55_59,f,55-59,55,59,516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_60_64,f,60-64,60,64,374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_65_69,f,65-69,65,69,260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_70_74,f,70-74,70,74,211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_75_79,f,75-79,75,79,120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,F_80PLUS,f,80+,80,,117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_00_04,m,0-4,0,4,4569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_05_09,m,5-9,5,9,3580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_10_14,m,10-14,10,14,3121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_15_19,m,15-19,15,19,2167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_20_24,m,20-24,20,24,1938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_25_29,m,25-29,25,29,1504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_30_34,m,30-34,30,34,1221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_35_39,m,35-39,35,39,1130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_40_44,m,40-44,40,44,925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_45_49,m,45-49,45,49,797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_50_54,m,50-54,50,54,740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_55_59,m,55-59,55,59,615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_60_64,m,60-64,60,64,472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_65_69,m,65-69,65,69,291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_70_74,m,70-74,70,74,184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_75_79,m,75-79,75,79,80,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,M_80PLUS,m,80+,80,,105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_00_04,all,0-4,0,4,9153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_05_09,all,5-9,5,9,7244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_10_14,all,10-14,10,14,6115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_15_19,all,15-19,15,19,4421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_20_24,all,20-24,20,24,4255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_25_29,all,25-29,25,29,3390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_30_34,all,30-34,30,34,2697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_35_39,all,35-39,35,39,2203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_40_44,all,40-44,40,44,1905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_45_49,all,45-49,45,49,1629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_50_54,all,50-54,50,54,1328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_55_59,all,55-59,55,59,1131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_60_64,all,60-64,60,64,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_65_69,all,65-69,65,69,551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_70_74,all,70-74,70,74,395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_75_79,all,75-79,75,79,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO05,Cuando Cubango,AO05036,Rivungo,T_80PLUS,all,80+,80,,222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_TL,f,all,,,46424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_TL,m,all,,,42689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_TL,all,all,,,89113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_00_04,f,0-4,0,4,9179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_05_09,f,5-9,5,9,7387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_10_14,f,10-14,10,14,5054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_15_19,f,15-19,15,19,3719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_20_24,f,20-24,20,24,2945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_25_29,f,25-29,25,29,2658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_30_34,f,30-34,30,34,2445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_35_39,f,35-39,35,39,2379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_40_44,f,40-44,40,44,2027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_45_49,f,45-49,45,49,1979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_50_54,f,50-54,50,54,1754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_55_59,f,55-59,55,59,1537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_60_64,f,60-64,60,64,1236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_65_69,f,65-69,65,69,938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_70_74,f,70-74,70,74,664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_75_79,f,75-79,75,79,328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,F_80PLUS,f,80+,80,,195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_00_04,m,0-4,0,4,9346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_05_09,m,5-9,5,9,7659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_10_14,m,10-14,10,14,5539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_15_19,m,15-19,15,19,3748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_20_24,m,20-24,20,24,2779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_25_29,m,25-29,25,29,2355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_30_34,m,30-34,30,34,2110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_35_39,m,35-39,35,39,1942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_40_44,m,40-44,40,44,1678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_45_49,m,45-49,45,49,1461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_50_54,m,50-54,50,54,1128,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_55_59,m,55-59,55,59,1019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_60_64,m,60-64,60,64,780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_65_69,m,65-69,65,69,542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_70_74,m,70-74,70,74,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_75_79,m,75-79,75,79,191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,M_80PLUS,m,80+,80,,118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_00_04,all,0-4,0,4,18525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_05_09,all,5-9,5,9,15046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_10_14,all,10-14,10,14,10593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_15_19,all,15-19,15,19,7467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_20_24,all,20-24,20,24,5724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_25_29,all,25-29,25,29,5013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_30_34,all,30-34,30,34,4555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_35_39,all,35-39,35,39,4321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_40_44,all,40-44,40,44,3705,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_45_49,all,45-49,45,49,3440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_50_54,all,50-54,50,54,2882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_55_59,all,55-59,55,59,2556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_60_64,all,60-64,60,64,2016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_65_69,all,65-69,65,69,1480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_70_74,all,70-74,70,74,958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_75_79,all,75-79,75,79,519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06037,Ambaca,T_80PLUS,all,80+,80,,313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_TL,f,all,,,7246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_TL,m,all,,,7692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_TL,all,all,,,14938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_00_04,f,0-4,0,4,1444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_05_09,f,5-9,5,9,1055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_10_14,f,10-14,10,14,735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_15_19,f,15-19,15,19,540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_20_24,f,20-24,20,24,567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_25_29,f,25-29,25,29,363,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_30_34,f,30-34,30,34,325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_35_39,f,35-39,35,39,346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_40_44,f,40-44,40,44,256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_45_49,f,45-49,45,49,274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_50_54,f,50-54,50,54,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_55_59,f,55-59,55,59,265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_60_64,f,60-64,60,64,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_65_69,f,65-69,65,69,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_70_74,f,70-74,70,74,152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_75_79,f,75-79,75,79,132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,F_80PLUS,f,80+,80,,59,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_00_04,m,0-4,0,4,1558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_05_09,m,5-9,5,9,1229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_10_14,m,10-14,10,14,1017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_15_19,m,15-19,15,19,707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_20_24,m,20-24,20,24,624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_25_29,m,25-29,25,29,466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_30_34,m,30-34,30,34,369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_35_39,m,35-39,35,39,273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_40_44,m,40-44,40,44,228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_45_49,m,45-49,45,49,214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_50_54,m,50-54,50,54,211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_55_59,m,55-59,55,59,239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_60_64,m,60-64,60,64,167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_65_69,m,65-69,65,69,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_70_74,m,70-74,70,74,94,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_75_79,m,75-79,75,79,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,M_80PLUS,m,80+,80,,55,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_00_04,all,0-4,0,4,3002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_05_09,all,5-9,5,9,2284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_10_14,all,10-14,10,14,1752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_15_19,all,15-19,15,19,1247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_20_24,all,20-24,20,24,1191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_25_29,all,25-29,25,29,829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_30_34,all,30-34,30,34,694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_35_39,all,35-39,35,39,619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_40_44,all,40-44,40,44,484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_45_49,all,45-49,45,49,488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_50_54,all,50-54,50,54,455,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_55_59,all,55-59,55,59,504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_60_64,all,60-64,60,64,462,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_65_69,all,65-69,65,69,357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_70_74,all,70-74,70,74,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_75_79,all,75-79,75,79,210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06038,Banga,T_80PLUS,all,80+,80,,114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_TL,f,all,,,9500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_TL,m,all,,,9280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_TL,all,all,,,18780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_00_04,f,0-4,0,4,2016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_05_09,f,5-9,5,9,1615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_10_14,f,10-14,10,14,1061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_15_19,f,15-19,15,19,769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_20_24,f,20-24,20,24,635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_25_29,f,25-29,25,29,556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_30_34,f,30-34,30,34,431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_35_39,f,35-39,35,39,382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_40_44,f,40-44,40,44,395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_45_49,f,45-49,45,49,390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_50_54,f,50-54,50,54,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_55_59,f,55-59,55,59,282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_60_64,f,60-64,60,64,185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_65_69,f,65-69,65,69,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_70_74,f,70-74,70,74,177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_75_79,f,75-79,75,79,74,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,F_80PLUS,f,80+,80,,65,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_00_04,m,0-4,0,4,1998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_05_09,m,5-9,5,9,1654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_10_14,m,10-14,10,14,1227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_15_19,m,15-19,15,19,907,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_20_24,m,20-24,20,24,700,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_25_29,m,25-29,25,29,625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_30_34,m,30-34,30,34,350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_35_39,m,35-39,35,39,332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_40_44,m,40-44,40,44,258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_45_49,m,45-49,45,49,250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_50_54,m,50-54,50,54,211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_55_59,m,55-59,55,59,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_60_64,m,60-64,60,64,214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_65_69,m,65-69,65,69,94,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_70_74,m,70-74,70,74,95,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_75_79,m,75-79,75,79,29,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,M_80PLUS,m,80+,80,,42,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_00_04,all,0-4,0,4,4014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_05_09,all,5-9,5,9,3269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_10_14,all,10-14,10,14,2288,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_15_19,all,15-19,15,19,1676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_20_24,all,20-24,20,24,1335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_25_29,all,25-29,25,29,1181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_30_34,all,30-34,30,34,781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_35_39,all,35-39,35,39,714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_40_44,all,40-44,40,44,653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_45_49,all,45-49,45,49,640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_50_54,all,50-54,50,54,515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_55_59,all,55-59,55,59,576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_60_64,all,60-64,60,64,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_65_69,all,65-69,65,69,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_70_74,all,70-74,70,74,272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_75_79,all,75-79,75,79,103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06039,Bolongongo,T_80PLUS,all,80+,80,,107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_TL,f,all,,,64450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_TL,m,all,,,66499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_TL,all,all,,,130949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_00_04,f,0-4,0,4,10916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_05_09,f,5-9,5,9,9752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_10_14,f,10-14,10,14,8586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_15_19,f,15-19,15,19,6952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_20_24,f,20-24,20,24,4929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_25_29,f,25-29,25,29,3890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_30_34,f,30-34,30,34,3587,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_35_39,f,35-39,35,39,3300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_40_44,f,40-44,40,44,2998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_45_49,f,45-49,45,49,2416,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_50_54,f,50-54,50,54,2213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_55_59,f,55-59,55,59,1778,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_60_64,f,60-64,60,64,1278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_65_69,f,65-69,65,69,836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_70_74,f,70-74,70,74,484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_75_79,f,75-79,75,79,308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),F_80PLUS,f,80+,80,,227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_00_04,m,0-4,0,4,11138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_05_09,m,5-9,5,9,10130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_10_14,m,10-14,10,14,9461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_15_19,m,15-19,15,19,7672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_20_24,m,20-24,20,24,5635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_25_29,m,25-29,25,29,4601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_30_34,m,30-34,30,34,3671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_35_39,m,35-39,35,39,3302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_40_44,m,40-44,40,44,2648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_45_49,m,45-49,45,49,2385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_50_54,m,50-54,50,54,1829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_55_59,m,55-59,55,59,1658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_60_64,m,60-64,60,64,1158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_65_69,m,65-69,65,69,696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_70_74,m,70-74,70,74,302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_75_79,m,75-79,75,79,129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),M_80PLUS,m,80+,80,,84,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_00_04,all,0-4,0,4,22054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_05_09,all,5-9,5,9,19882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_10_14,all,10-14,10,14,18047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_15_19,all,15-19,15,19,14624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_20_24,all,20-24,20,24,10564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_25_29,all,25-29,25,29,8491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_30_34,all,30-34,30,34,7258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_35_39,all,35-39,35,39,6602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_40_44,all,40-44,40,44,5646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_45_49,all,45-49,45,49,4801,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_50_54,all,50-54,50,54,4042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_55_59,all,55-59,55,59,3436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_60_64,all,60-64,60,64,2436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_65_69,all,65-69,65,69,1532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_70_74,all,70-74,70,74,786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_75_79,all,75-79,75,79,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06041,Cambambe (Kambambe),T_80PLUS,all,80+,80,,311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_TL,f,all,,,126629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_TL,m,all,,,121143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_TL,all,all,,,247772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_00_04,f,0-4,0,4,21917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_05_09,f,5-9,5,9,20090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_10_14,f,10-14,10,14,17280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_15_19,f,15-19,15,19,13492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_20_24,f,20-24,20,24,10838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_25_29,f,25-29,25,29,8703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_30_34,f,30-34,30,34,6949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_35_39,f,35-39,35,39,6062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_40_44,f,40-44,40,44,4919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_45_49,f,45-49,45,49,4708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_50_54,f,50-54,50,54,3477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_55_59,f,55-59,55,59,2685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_60_64,f,60-64,60,64,1988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_65_69,f,65-69,65,69,1447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_70_74,f,70-74,70,74,1070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_75_79,f,75-79,75,79,605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,F_80PLUS,f,80+,80,,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_00_04,m,0-4,0,4,22375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_05_09,m,5-9,5,9,19998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_10_14,m,10-14,10,14,17740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_15_19,m,15-19,15,19,14747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_20_24,m,20-24,20,24,10848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_25_29,m,25-29,25,29,8658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_30_34,m,30-34,30,34,5906,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_35_39,m,35-39,35,39,4677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_40_44,m,40-44,40,44,3902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_45_49,m,45-49,45,49,3678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_50_54,m,50-54,50,54,2859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_55_59,m,55-59,55,59,2180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_60_64,m,60-64,60,64,1577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_65_69,m,65-69,65,69,1053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_70_74,m,70-74,70,74,487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_75_79,m,75-79,75,79,281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,M_80PLUS,m,80+,80,,177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_00_04,all,0-4,0,4,44292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_05_09,all,5-9,5,9,40088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_10_14,all,10-14,10,14,35020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_15_19,all,15-19,15,19,28239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_20_24,all,20-24,20,24,21686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_25_29,all,25-29,25,29,17361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_30_34,all,30-34,30,34,12855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_35_39,all,35-39,35,39,10739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_40_44,all,40-44,40,44,8821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_45_49,all,45-49,45,49,8386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_50_54,all,50-54,50,54,6336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_55_59,all,55-59,55,59,4865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_60_64,all,60-64,60,64,3565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_65_69,all,65-69,65,69,2500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_70_74,all,70-74,70,74,1557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_75_79,all,75-79,75,79,886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06042,Cazengo,T_80PLUS,all,80+,80,,576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_TL,f,all,,,24549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_TL,m,all,,,24260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_TL,all,all,,,48809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_00_04,f,0-4,0,4,4378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_05_09,f,5-9,5,9,3480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_10_14,f,10-14,10,14,2678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_15_19,f,15-19,15,19,2053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_20_24,f,20-24,20,24,1588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_25_29,f,25-29,25,29,1329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_30_34,f,30-34,30,34,1297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_35_39,f,35-39,35,39,1181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_40_44,f,40-44,40,44,1057,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_45_49,f,45-49,45,49,983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_50_54,f,50-54,50,54,1059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_55_59,f,55-59,55,59,862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_60_64,f,60-64,60,64,804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_65_69,f,65-69,65,69,768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_70_74,f,70-74,70,74,541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_75_79,f,75-79,75,79,324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,F_80PLUS,f,80+,80,,167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_00_04,m,0-4,0,4,4522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_05_09,m,5-9,5,9,3838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_10_14,m,10-14,10,14,3558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_15_19,m,15-19,15,19,2564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_20_24,m,20-24,20,24,1836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_25_29,m,25-29,25,29,1398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_30_34,m,30-34,30,34,1137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_35_39,m,35-39,35,39,1034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_40_44,m,40-44,40,44,795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_45_49,m,45-49,45,49,706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_50_54,m,50-54,50,54,688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_55_59,m,55-59,55,59,673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_60_64,m,60-64,60,64,524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_65_69,m,65-69,65,69,502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_70_74,m,70-74,70,74,247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_75_79,m,75-79,75,79,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,M_80PLUS,m,80+,80,,77,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_00_04,all,0-4,0,4,8900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_05_09,all,5-9,5,9,7318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_10_14,all,10-14,10,14,6236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_15_19,all,15-19,15,19,4617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_20_24,all,20-24,20,24,3424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_25_29,all,25-29,25,29,2727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_30_34,all,30-34,30,34,2434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_35_39,all,35-39,35,39,2215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_40_44,all,40-44,40,44,1852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_45_49,all,45-49,45,49,1689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_50_54,all,50-54,50,54,1747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_55_59,all,55-59,55,59,1535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_60_64,all,60-64,60,64,1328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_65_69,all,65-69,65,69,1270,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_70_74,all,70-74,70,74,788,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_75_79,all,75-79,75,79,485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06044,Golungo Alto,T_80PLUS,all,80+,80,,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_TL,f,all,,,16515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_TL,m,all,,,16200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_TL,all,all,,,32715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_00_04,f,0-4,0,4,3145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_05_09,f,5-9,5,9,2585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_10_14,f,10-14,10,14,2014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_15_19,f,15-19,15,19,1250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_20_24,f,20-24,20,24,1269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_25_29,f,25-29,25,29,974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_30_34,f,30-34,30,34,826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_35_39,f,35-39,35,39,817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_40_44,f,40-44,40,44,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_45_49,f,45-49,45,49,588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_50_54,f,50-54,50,54,625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_55_59,f,55-59,55,59,556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_60_64,f,60-64,60,64,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_65_69,f,65-69,65,69,312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_70_74,f,70-74,70,74,177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_75_79,f,75-79,75,79,117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,F_80PLUS,f,80+,80,,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_00_04,m,0-4,0,4,3414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_05_09,m,5-9,5,9,2773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_10_14,m,10-14,10,14,2232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_15_19,m,15-19,15,19,1589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_20_24,m,20-24,20,24,1308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_25_29,m,25-29,25,29,1009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_30_34,m,30-34,30,34,763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_35_39,m,35-39,35,39,577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_40_44,m,40-44,40,44,489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_45_49,m,45-49,45,49,436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_50_54,m,50-54,50,54,417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_55_59,m,55-59,55,59,406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_60_64,m,60-64,60,64,342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_65_69,m,65-69,65,69,220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_70_74,m,70-74,70,74,117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_75_79,m,75-79,75,79,65,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,M_80PLUS,m,80+,80,,43,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_00_04,all,0-4,0,4,6559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_05_09,all,5-9,5,9,5358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_10_14,all,10-14,10,14,4246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_15_19,all,15-19,15,19,2839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_20_24,all,20-24,20,24,2577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_25_29,all,25-29,25,29,1983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_30_34,all,30-34,30,34,1589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_35_39,all,35-39,35,39,1394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_40_44,all,40-44,40,44,1192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_45_49,all,45-49,45,49,1024,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_50_54,all,50-54,50,54,1042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_55_59,all,55-59,55,59,962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_60_64,all,60-64,60,64,821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_65_69,all,65-69,65,69,532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_70_74,all,70-74,70,74,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_75_79,all,75-79,75,79,182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06045,Lucala,T_80PLUS,all,80+,80,,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_TL,f,all,,,5369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_TL,m,all,,,5563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_TL,all,all,,,10932,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_00_04,f,0-4,0,4,1057,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_05_09,f,5-9,5,9,807,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_10_14,f,10-14,10,14,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_15_19,f,15-19,15,19,546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_20_24,f,20-24,20,24,337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_25_29,f,25-29,25,29,256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_30_34,f,30-34,30,34,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_35_39,f,35-39,35,39,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_40_44,f,40-44,40,44,174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_45_49,f,45-49,45,49,268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_50_54,f,50-54,50,54,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_55_59,f,55-59,55,59,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_60_64,f,60-64,60,64,168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_65_69,f,65-69,65,69,144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_70_74,f,70-74,70,74,108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_75_79,f,75-79,75,79,55,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,F_80PLUS,f,80+,80,,28,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_00_04,m,0-4,0,4,960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_05_09,m,5-9,5,9,848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_10_14,m,10-14,10,14,798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_15_19,m,15-19,15,19,573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_20_24,m,20-24,20,24,487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_25_29,m,25-29,25,29,351,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_30_34,m,30-34,30,34,237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_35_39,m,35-39,35,39,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_40_44,m,40-44,40,44,170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_45_49,m,45-49,45,49,222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_50_54,m,50-54,50,54,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_55_59,m,55-59,55,59,159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_60_64,m,60-64,60,64,148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_65_69,m,65-69,65,69,94,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_70_74,m,70-74,70,74,59,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_75_79,m,75-79,75,79,25,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,M_80PLUS,m,80+,80,,16,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_00_04,all,0-4,0,4,2017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_05_09,all,5-9,5,9,1655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_10_14,all,10-14,10,14,1347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_15_19,all,15-19,15,19,1119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_20_24,all,20-24,20,24,824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_25_29,all,25-29,25,29,607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_30_34,all,30-34,30,34,481,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_35_39,all,35-39,35,39,445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_40_44,all,40-44,40,44,344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_45_49,all,45-49,45,49,490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_50_54,all,50-54,50,54,436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_55_59,all,55-59,55,59,322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_60_64,all,60-64,60,64,316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_65_69,all,65-69,65,69,238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_70_74,all,70-74,70,74,167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_75_79,all,75-79,75,79,80,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06046,Ngonguembo,T_80PLUS,all,80+,80,,44,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_TL,f,all,,,6999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_TL,m,all,,,7040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_TL,all,all,,,14039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_00_04,f,0-4,0,4,1441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_05_09,f,5-9,5,9,1214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_10_14,f,10-14,10,14,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_15_19,f,15-19,15,19,610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_20_24,f,20-24,20,24,496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_25_29,f,25-29,25,29,384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_30_34,f,30-34,30,34,325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_35_39,f,35-39,35,39,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_40_44,f,40-44,40,44,291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_45_49,f,45-49,45,49,249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_50_54,f,50-54,50,54,243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_55_59,f,55-59,55,59,175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_60_64,f,60-64,60,64,151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_65_69,f,65-69,65,69,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_70_74,f,70-74,70,74,101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_75_79,f,75-79,75,79,63,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,F_80PLUS,f,80+,80,,26,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_00_04,m,0-4,0,4,1433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_05_09,m,5-9,5,9,1227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_10_14,m,10-14,10,14,1013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_15_19,m,15-19,15,19,663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_20_24,m,20-24,20,24,539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_25_29,m,25-29,25,29,474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_30_34,m,30-34,30,34,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_35_39,m,35-39,35,39,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_40_44,m,40-44,40,44,261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_45_49,m,45-49,45,49,201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_50_54,m,50-54,50,54,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_55_59,m,55-59,55,59,214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_60_64,m,60-64,60,64,119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_65_69,m,65-69,65,69,53,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_70_74,m,70-74,70,74,38,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_75_79,m,75-79,75,79,28,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,M_80PLUS,m,80+,80,,9,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_00_04,all,0-4,0,4,2874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_05_09,all,5-9,5,9,2441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_10_14,all,10-14,10,14,1870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_15_19,all,15-19,15,19,1273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_20_24,all,20-24,20,24,1035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_25_29,all,25-29,25,29,858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_30_34,all,30-34,30,34,620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_35_39,all,35-39,35,39,574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_40_44,all,40-44,40,44,552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_45_49,all,45-49,45,49,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_50_54,all,50-54,50,54,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_55_59,all,55-59,55,59,389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_60_64,all,60-64,60,64,270,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_65_69,all,65-69,65,69,131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_70_74,all,70-74,70,74,139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_75_79,all,75-79,75,79,91,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06048,Quiculungo,T_80PLUS,all,80+,80,,35,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_TL,f,all,,,15657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_TL,m,all,,,15963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_TL,all,all,,,31620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_00_04,f,0-4,0,4,3295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_05_09,f,5-9,5,9,2503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_10_14,f,10-14,10,14,1632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_15_19,f,15-19,15,19,1268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_20_24,f,20-24,20,24,1159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_25_29,f,25-29,25,29,947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_30_34,f,30-34,30,34,616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_35_39,f,35-39,35,39,655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_40_44,f,40-44,40,44,691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_45_49,f,45-49,45,49,659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_50_54,f,50-54,50,54,623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_55_59,f,55-59,55,59,487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_60_64,f,60-64,60,64,446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_65_69,f,65-69,65,69,300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_70_74,f,70-74,70,74,184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_75_79,f,75-79,75,79,114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,F_80PLUS,f,80+,80,,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_00_04,m,0-4,0,4,3309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_05_09,m,5-9,5,9,2619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_10_14,m,10-14,10,14,1944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_15_19,m,15-19,15,19,1745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_20_24,m,20-24,20,24,1351,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_25_29,m,25-29,25,29,1041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_30_34,m,30-34,30,34,754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_35_39,m,35-39,35,39,571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_40_44,m,40-44,40,44,476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_45_49,m,45-49,45,49,496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_50_54,m,50-54,50,54,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_55_59,m,55-59,55,59,439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_60_64,m,60-64,60,64,341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_65_69,m,65-69,65,69,207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_70_74,m,70-74,70,74,136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_75_79,m,75-79,75,79,79,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,M_80PLUS,m,80+,80,,56,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_00_04,all,0-4,0,4,6604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_05_09,all,5-9,5,9,5122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_10_14,all,10-14,10,14,3576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_15_19,all,15-19,15,19,3013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_20_24,all,20-24,20,24,2510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_25_29,all,25-29,25,29,1988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_30_34,all,30-34,30,34,1370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_35_39,all,35-39,35,39,1226,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_40_44,all,40-44,40,44,1167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_45_49,all,45-49,45,49,1155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_50_54,all,50-54,50,54,1022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_55_59,all,55-59,55,59,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_60_64,all,60-64,60,64,787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_65_69,all,65-69,65,69,507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_70_74,all,70-74,70,74,320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_75_79,all,75-79,75,79,193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO06,Cuanza Norte,AO06049,Samba Cajú,T_80PLUS,all,80+,80,,134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_TL,f,all,,,178046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_TL,m,all,,,171728,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_TL,all,all,,,349774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_00_04,f,0-4,0,4,33445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_05_09,f,5-9,5,9,27225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_10_14,f,10-14,10,14,19700,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_15_19,f,15-19,15,19,19099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_20_24,f,20-24,20,24,14007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_25_29,f,25-29,25,29,10457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_30_34,f,30-34,30,34,9660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_35_39,f,35-39,35,39,9250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_40_44,f,40-44,40,44,7619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_45_49,f,45-49,45,49,7114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_50_54,f,50-54,50,54,5872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_55_59,f,55-59,55,59,4844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_60_64,f,60-64,60,64,3530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_65_69,f,65-69,65,69,2554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_70_74,f,70-74,70,74,1749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_75_79,f,75-79,75,79,1061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),F_80PLUS,f,80+,80,,860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_00_04,m,0-4,0,4,33741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_05_09,m,5-9,5,9,28131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_10_14,m,10-14,10,14,23444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_15_19,m,15-19,15,19,20372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_20_24,m,20-24,20,24,13241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_25_29,m,25-29,25,29,9131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_30_34,m,30-34,30,34,8326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_35_39,m,35-39,35,39,7965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_40_44,m,40-44,40,44,6433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_45_49,m,45-49,45,49,5798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_50_54,m,50-54,50,54,4135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_55_59,m,55-59,55,59,4062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_60_64,m,60-64,60,64,2839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_65_69,m,65-69,65,69,1994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_70_74,m,70-74,70,74,1008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_75_79,m,75-79,75,79,702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),M_80PLUS,m,80+,80,,406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_00_04,all,0-4,0,4,67186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_05_09,all,5-9,5,9,55356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_10_14,all,10-14,10,14,43144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_15_19,all,15-19,15,19,39471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_20_24,all,20-24,20,24,27248,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_25_29,all,25-29,25,29,19588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_30_34,all,30-34,30,34,17986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_35_39,all,35-39,35,39,17215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_40_44,all,40-44,40,44,14052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_45_49,all,45-49,45,49,12912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_50_54,all,50-54,50,54,10007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_55_59,all,55-59,55,59,8906,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_60_64,all,60-64,60,64,6369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_65_69,all,65-69,65,69,4548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_70_74,all,70-74,70,74,2757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_75_79,all,75-79,75,79,1763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07050,Amboim (Gabela),T_80PLUS,all,80+,80,,1266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_TL,f,all,,,114531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_TL,m,all,,,104636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_TL,all,all,,,219167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_00_04,f,0-4,0,4,23748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_05_09,f,5-9,5,9,18220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_10_14,f,10-14,10,14,14475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_15_19,f,15-19,15,19,13161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_20_24,f,20-24,20,24,8730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_25_29,f,25-29,25,29,6284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_30_34,f,30-34,30,34,4744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_35_39,f,35-39,35,39,4880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_40_44,f,40-44,40,44,4395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_45_49,f,45-49,45,49,4214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_50_54,f,50-54,50,54,3438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_55_59,f,55-59,55,59,2659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_60_64,f,60-64,60,64,2030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_65_69,f,65-69,65,69,1463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_70_74,f,70-74,70,74,977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_75_79,f,75-79,75,79,614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,F_80PLUS,f,80+,80,,499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_00_04,m,0-4,0,4,23861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_05_09,m,5-9,5,9,18548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_10_14,m,10-14,10,14,14675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_15_19,m,15-19,15,19,12003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_20_24,m,20-24,20,24,8731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_25_29,m,25-29,25,29,5225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_30_34,m,30-34,30,34,3838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_35_39,m,35-39,35,39,3074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_40_44,m,40-44,40,44,2996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_45_49,m,45-49,45,49,2934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_50_54,m,50-54,50,54,2599,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_55_59,m,55-59,55,59,2025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_60_64,m,60-64,60,64,1630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_65_69,m,65-69,65,69,1020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_70_74,m,70-74,70,74,713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_75_79,m,75-79,75,79,419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,M_80PLUS,m,80+,80,,345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_00_04,all,0-4,0,4,47609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_05_09,all,5-9,5,9,36768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_10_14,all,10-14,10,14,29150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_15_19,all,15-19,15,19,25164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_20_24,all,20-24,20,24,17461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_25_29,all,25-29,25,29,11509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_30_34,all,30-34,30,34,8582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_35_39,all,35-39,35,39,7954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_40_44,all,40-44,40,44,7391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_45_49,all,45-49,45,49,7148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_50_54,all,50-54,50,54,6037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_55_59,all,55-59,55,59,4684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_60_64,all,60-64,60,64,3660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_65_69,all,65-69,65,69,2483,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_70_74,all,70-74,70,74,1690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_75_79,all,75-79,75,79,1033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07051,Cassongue,T_80PLUS,all,80+,80,,844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_TL,f,all,,,65936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_TL,m,all,,,63155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_TL,all,all,,,129091,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_00_04,f,0-4,0,4,12898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_05_09,f,5-9,5,9,9675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_10_14,f,10-14,10,14,7713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_15_19,f,15-19,15,19,6566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_20_24,f,20-24,20,24,4533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_25_29,f,25-29,25,29,3371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_30_34,f,30-34,30,34,3409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_35_39,f,35-39,35,39,3310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_40_44,f,40-44,40,44,2884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_45_49,f,45-49,45,49,2668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_50_54,f,50-54,50,54,2309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_55_59,f,55-59,55,59,1954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_60_64,f,60-64,60,64,1682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_65_69,f,65-69,65,69,1155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_70_74,f,70-74,70,74,805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_75_79,f,75-79,75,79,477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,F_80PLUS,f,80+,80,,527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_00_04,m,0-4,0,4,12972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_05_09,m,5-9,5,9,10334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_10_14,m,10-14,10,14,9067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_15_19,m,15-19,15,19,7161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_20_24,m,20-24,20,24,4521,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_25_29,m,25-29,25,29,3026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_30_34,m,30-34,30,34,2759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_35_39,m,35-39,35,39,2643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_40_44,m,40-44,40,44,2144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_45_49,m,45-49,45,49,1978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_50_54,m,50-54,50,54,1606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_55_59,m,55-59,55,59,1634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_60_64,m,60-64,60,64,1189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_65_69,m,65-69,65,69,822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_70_74,m,70-74,70,74,590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_75_79,m,75-79,75,79,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,M_80PLUS,m,80+,80,,331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_00_04,all,0-4,0,4,25870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_05_09,all,5-9,5,9,20009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_10_14,all,10-14,10,14,16780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_15_19,all,15-19,15,19,13727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_20_24,all,20-24,20,24,9054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_25_29,all,25-29,25,29,6397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_30_34,all,30-34,30,34,6168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_35_39,all,35-39,35,39,5953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_40_44,all,40-44,40,44,5028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_45_49,all,45-49,45,49,4646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_50_54,all,50-54,50,54,3915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_55_59,all,55-59,55,59,3588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_60_64,all,60-64,60,64,2871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_65_69,all,65-69,65,69,1977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_70_74,all,70-74,70,74,1395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_75_79,all,75-79,75,79,855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07052,Conda,T_80PLUS,all,80+,80,,858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_TL,f,all,,,122355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_TL,m,all,,,115876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_TL,all,all,,,238231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_00_04,f,0-4,0,4,23738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_05_09,f,5-9,5,9,17736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_10_14,f,10-14,10,14,12768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_15_19,f,15-19,15,19,11474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_20_24,f,20-24,20,24,8779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_25_29,f,25-29,25,29,7573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_30_34,f,30-34,30,34,6443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_35_39,f,35-39,35,39,6484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_40_44,f,40-44,40,44,6092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_45_49,f,45-49,45,49,4973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_50_54,f,50-54,50,54,4769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_55_59,f,55-59,55,59,3598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_60_64,f,60-64,60,64,3081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_65_69,f,65-69,65,69,2076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_70_74,f,70-74,70,74,1432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_75_79,f,75-79,75,79,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,F_80PLUS,f,80+,80,,636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_00_04,m,0-4,0,4,23515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_05_09,m,5-9,5,9,19701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_10_14,m,10-14,10,14,15811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_15_19,m,15-19,15,19,12157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_20_24,m,20-24,20,24,8246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_25_29,m,25-29,25,29,5629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_30_34,m,30-34,30,34,5059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_35_39,m,35-39,35,39,4995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_40_44,m,40-44,40,44,4221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_45_49,m,45-49,45,49,3774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_50_54,m,50-54,50,54,3344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_55_59,m,55-59,55,59,3232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_60_64,m,60-64,60,64,2602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_65_69,m,65-69,65,69,1527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_70_74,m,70-74,70,74,1025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_75_79,m,75-79,75,79,632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,M_80PLUS,m,80+,80,,406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_00_04,all,0-4,0,4,47253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_05_09,all,5-9,5,9,37437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_10_14,all,10-14,10,14,28579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_15_19,all,15-19,15,19,23631,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_20_24,all,20-24,20,24,17025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_25_29,all,25-29,25,29,13202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_30_34,all,30-34,30,34,11502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_35_39,all,35-39,35,39,11479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_40_44,all,40-44,40,44,10313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_45_49,all,45-49,45,49,8747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_50_54,all,50-54,50,54,8113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_55_59,all,55-59,55,59,6830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_60_64,all,60-64,60,64,5683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_65_69,all,65-69,65,69,3603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_70_74,all,70-74,70,74,2457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_75_79,all,75-79,75,79,1335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07053,Ebo,T_80PLUS,all,80+,80,,1042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_TL,f,all,,,67660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_TL,m,all,,,65170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_TL,all,all,,,132830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_00_04,f,0-4,0,4,12845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_05_09,f,5-9,5,9,10097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_10_14,f,10-14,10,14,7560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_15_19,f,15-19,15,19,6306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_20_24,f,20-24,20,24,4685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_25_29,f,25-29,25,29,3977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_30_34,f,30-34,30,34,3229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_35_39,f,35-39,35,39,3156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_40_44,f,40-44,40,44,3120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_45_49,f,45-49,45,49,2773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_50_54,f,50-54,50,54,2780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_55_59,f,55-59,55,59,2169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_60_64,f,60-64,60,64,1894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_65_69,f,65-69,65,69,1280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_70_74,f,70-74,70,74,850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_75_79,f,75-79,75,79,460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),F_80PLUS,f,80+,80,,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_00_04,m,0-4,0,4,12847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_05_09,m,5-9,5,9,10772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_10_14,m,10-14,10,14,9539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_15_19,m,15-19,15,19,7622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_20_24,m,20-24,20,24,4946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_25_29,m,25-29,25,29,3772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_30_34,m,30-34,30,34,2876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_35_39,m,35-39,35,39,2441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_40_44,m,40-44,40,44,2156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_45_49,m,45-49,45,49,2003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_50_54,m,50-54,50,54,1810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_55_59,m,55-59,55,59,1600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_60_64,m,60-64,60,64,1114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_65_69,m,65-69,65,69,774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_70_74,m,70-74,70,74,411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_75_79,m,75-79,75,79,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),M_80PLUS,m,80+,80,,211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_00_04,all,0-4,0,4,25692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_05_09,all,5-9,5,9,20869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_10_14,all,10-14,10,14,17099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_15_19,all,15-19,15,19,13928,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_20_24,all,20-24,20,24,9631,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_25_29,all,25-29,25,29,7749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_30_34,all,30-34,30,34,6105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_35_39,all,35-39,35,39,5597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_40_44,all,40-44,40,44,5276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_45_49,all,45-49,45,49,4776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_50_54,all,50-54,50,54,4590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_55_59,all,55-59,55,59,3769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_60_64,all,60-64,60,64,3008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_65_69,all,65-69,65,69,2054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_70_74,all,70-74,70,74,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_75_79,all,75-79,75,79,736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07054,Libolo (Calulo),T_80PLUS,all,80+,80,,690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_TL,f,all,,,61205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_TL,m,all,,,57876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_TL,all,all,,,119081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_00_04,f,0-4,0,4,13023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_05_09,f,5-9,5,9,10430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_10_14,f,10-14,10,14,7750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_15_19,f,15-19,15,19,6786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_20_24,f,20-24,20,24,4840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_25_29,f,25-29,25,29,3156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_30_34,f,30-34,30,34,2995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_35_39,f,35-39,35,39,3042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_40_44,f,40-44,40,44,2306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_45_49,f,45-49,45,49,1867,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_50_54,f,50-54,50,54,1527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_55_59,f,55-59,55,59,1140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_60_64,f,60-64,60,64,915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_65_69,f,65-69,65,69,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_70_74,f,70-74,70,74,449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_75_79,f,75-79,75,79,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,F_80PLUS,f,80+,80,,153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_00_04,m,0-4,0,4,12809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_05_09,m,5-9,5,9,10286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_10_14,m,10-14,10,14,8189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_15_19,m,15-19,15,19,6572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_20_24,m,20-24,20,24,4472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_25_29,m,25-29,25,29,3140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_30_34,m,30-34,30,34,2359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_35_39,m,35-39,35,39,2167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_40_44,m,40-44,40,44,2027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_45_49,m,45-49,45,49,1604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_50_54,m,50-54,50,54,1343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_55_59,m,55-59,55,59,978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_60_64,m,60-64,60,64,782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_65_69,m,65-69,65,69,481,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_70_74,m,70-74,70,74,342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_75_79,m,75-79,75,79,179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,M_80PLUS,m,80+,80,,146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_00_04,all,0-4,0,4,25832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_05_09,all,5-9,5,9,20716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_10_14,all,10-14,10,14,15939,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_15_19,all,15-19,15,19,13358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_20_24,all,20-24,20,24,9312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_25_29,all,25-29,25,29,6296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_30_34,all,30-34,30,34,5354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_35_39,all,35-39,35,39,5209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_40_44,all,40-44,40,44,4333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_45_49,all,45-49,45,49,3471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_50_54,all,50-54,50,54,2870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_55_59,all,55-59,55,59,2118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_60_64,all,60-64,60,64,1697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_65_69,all,65-69,65,69,1110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_70_74,all,70-74,70,74,791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_75_79,all,75-79,75,79,376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07055,Mussende,T_80PLUS,all,80+,80,,299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_TL,f,all,,,92858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_TL,m,all,,,88874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_TL,all,all,,,181732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_00_04,f,0-4,0,4,15825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_05_09,f,5-9,5,9,13912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_10_14,f,10-14,10,14,11608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_15_19,f,15-19,15,19,10197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_20_24,f,20-24,20,24,7961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_25_29,f,25-29,25,29,5740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_30_34,f,30-34,30,34,5256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_35_39,f,35-39,35,39,4774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_40_44,f,40-44,40,44,4169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_45_49,f,45-49,45,49,3500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_50_54,f,50-54,50,54,2926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_55_59,f,55-59,55,59,2240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_60_64,f,60-64,60,64,1682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_65_69,f,65-69,65,69,1170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_70_74,f,70-74,70,74,878,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_75_79,f,75-79,75,79,587,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,F_80PLUS,f,80+,80,,433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_00_04,m,0-4,0,4,16339,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_05_09,m,5-9,5,9,13953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_10_14,m,10-14,10,14,12133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_15_19,m,15-19,15,19,10607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_20_24,m,20-24,20,24,7907,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_25_29,m,25-29,25,29,5357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_30_34,m,30-34,30,34,4701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_35_39,m,35-39,35,39,3914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_40_44,m,40-44,40,44,3365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_45_49,m,45-49,45,49,2890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_50_54,m,50-54,50,54,2328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_55_59,m,55-59,55,59,1972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_60_64,m,60-64,60,64,1453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_65_69,m,65-69,65,69,898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_70_74,m,70-74,70,74,570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_75_79,m,75-79,75,79,297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,M_80PLUS,m,80+,80,,190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_00_04,all,0-4,0,4,32164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_05_09,all,5-9,5,9,27865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_10_14,all,10-14,10,14,23741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_15_19,all,15-19,15,19,20804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_20_24,all,20-24,20,24,15868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_25_29,all,25-29,25,29,11097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_30_34,all,30-34,30,34,9957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_35_39,all,35-39,35,39,8688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_40_44,all,40-44,40,44,7534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_45_49,all,45-49,45,49,6390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_50_54,all,50-54,50,54,5254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_55_59,all,55-59,55,59,4212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_60_64,all,60-64,60,64,3135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_65_69,all,65-69,65,69,2068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_70_74,all,70-74,70,74,1448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_75_79,all,75-79,75,79,884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07056,Porto Amboim,T_80PLUS,all,80+,80,,623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_TL,f,all,,,103027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_TL,m,all,,,101916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_TL,all,all,,,204943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_00_04,f,0-4,0,4,20409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_05_09,f,5-9,5,9,15208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_10_14,f,10-14,10,14,11354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_15_19,f,15-19,15,19,10428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_20_24,f,20-24,20,24,7676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_25_29,f,25-29,25,29,5765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_30_34,f,30-34,30,34,4913,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_35_39,f,35-39,35,39,5203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_40_44,f,40-44,40,44,4357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_45_49,f,45-49,45,49,3866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_50_54,f,50-54,50,54,3890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_55_59,f,55-59,55,59,3079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_60_64,f,60-64,60,64,2489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_65_69,f,65-69,65,69,1637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_70_74,f,70-74,70,74,1291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_75_79,f,75-79,75,79,791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,F_80PLUS,f,80+,80,,671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_00_04,m,0-4,0,4,20854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_05_09,m,5-9,5,9,16198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_10_14,m,10-14,10,14,13156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_15_19,m,15-19,15,19,11097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_20_24,m,20-24,20,24,7824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_25_29,m,25-29,25,29,5564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_30_34,m,30-34,30,34,4345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_35_39,m,35-39,35,39,4524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_40_44,m,40-44,40,44,3902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_45_49,m,45-49,45,49,3541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_50_54,m,50-54,50,54,2908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_55_59,m,55-59,55,59,2809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_60_64,m,60-64,60,64,2076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_65_69,m,65-69,65,69,1472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_70_74,m,70-74,70,74,845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_75_79,m,75-79,75,79,386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,M_80PLUS,m,80+,80,,415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_00_04,all,0-4,0,4,41263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_05_09,all,5-9,5,9,31406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_10_14,all,10-14,10,14,24510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_15_19,all,15-19,15,19,21525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_20_24,all,20-24,20,24,15500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_25_29,all,25-29,25,29,11329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_30_34,all,30-34,30,34,9258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_35_39,all,35-39,35,39,9727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_40_44,all,40-44,40,44,8259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_45_49,all,45-49,45,49,7407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_50_54,all,50-54,50,54,6798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_55_59,all,55-59,55,59,5888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_60_64,all,60-64,60,64,4565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_65_69,all,65-69,65,69,3109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_70_74,all,70-74,70,74,2136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_75_79,all,75-79,75,79,1177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07057,Quibala,T_80PLUS,all,80+,80,,1086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_TL,f,all,,,71594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_TL,m,all,,,69277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_TL,all,all,,,140871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_00_04,f,0-4,0,4,14799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_05_09,f,5-9,5,9,10850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_10_14,f,10-14,10,14,7356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_15_19,f,15-19,15,19,6184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_20_24,f,20-24,20,24,4912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_25_29,f,25-29,25,29,4267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_30_34,f,30-34,30,34,3827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_35_39,f,35-39,35,39,3615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_40_44,f,40-44,40,44,3316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_45_49,f,45-49,45,49,2316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_50_54,f,50-54,50,54,2677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_55_59,f,55-59,55,59,2174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_60_64,f,60-64,60,64,1785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_65_69,f,65-69,65,69,1315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_70_74,f,70-74,70,74,1023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_75_79,f,75-79,75,79,602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,F_80PLUS,f,80+,80,,576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_00_04,m,0-4,0,4,14737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_05_09,m,5-9,5,9,11711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_10_14,m,10-14,10,14,9840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_15_19,m,15-19,15,19,6926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_20_24,m,20-24,20,24,4641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_25_29,m,25-29,25,29,3378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_30_34,m,30-34,30,34,3175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_35_39,m,35-39,35,39,2874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_40_44,m,40-44,40,44,2486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_45_49,m,45-49,45,49,1999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_50_54,m,50-54,50,54,1795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_55_59,m,55-59,55,59,1775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_60_64,m,60-64,60,64,1483,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_65_69,m,65-69,65,69,998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_70_74,m,70-74,70,74,727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_75_79,m,75-79,75,79,410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,M_80PLUS,m,80+,80,,322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_00_04,all,0-4,0,4,29536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_05_09,all,5-9,5,9,22561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_10_14,all,10-14,10,14,17196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_15_19,all,15-19,15,19,13110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_20_24,all,20-24,20,24,9553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_25_29,all,25-29,25,29,7645,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_30_34,all,30-34,30,34,7002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_35_39,all,35-39,35,39,6489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_40_44,all,40-44,40,44,5802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_45_49,all,45-49,45,49,4315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_50_54,all,50-54,50,54,4472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_55_59,all,55-59,55,59,3949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_60_64,all,60-64,60,64,3268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_65_69,all,65-69,65,69,2313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_70_74,all,70-74,70,74,1750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_75_79,all,75-79,75,79,1012,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07058,Quilenda,T_80PLUS,all,80+,80,,898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_TL,f,all,,,139671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_TL,m,all,,,130296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_TL,all,all,,,269967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_00_04,f,0-4,0,4,27265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_05_09,f,5-9,5,9,20722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_10_14,f,10-14,10,14,17373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_15_19,f,15-19,15,19,14897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_20_24,f,20-24,20,24,10586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_25_29,f,25-29,25,29,7385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_30_34,f,30-34,30,34,6965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_35_39,f,35-39,35,39,7294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_40_44,f,40-44,40,44,6186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_45_49,f,45-49,45,49,5436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_50_54,f,50-54,50,54,4197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_55_59,f,55-59,55,59,3410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_60_64,f,60-64,60,64,2924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_65_69,f,65-69,65,69,1997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_70_74,f,70-74,70,74,1406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_75_79,f,75-79,75,79,826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),F_80PLUS,f,80+,80,,802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_00_04,m,0-4,0,4,27833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_05_09,m,5-9,5,9,21714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_10_14,m,10-14,10,14,17928,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_15_19,m,15-19,15,19,14825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_20_24,m,20-24,20,24,10061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_25_29,m,25-29,25,29,6404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_30_34,m,30-34,30,34,5412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_35_39,m,35-39,35,39,5856,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_40_44,m,40-44,40,44,4706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_45_49,m,45-49,45,49,4010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_50_54,m,50-54,50,54,3302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_55_59,m,55-59,55,59,2798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_60_64,m,60-64,60,64,2223,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_65_69,m,65-69,65,69,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_70_74,m,70-74,70,74,927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_75_79,m,75-79,75,79,583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),M_80PLUS,m,80+,80,,473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_00_04,all,0-4,0,4,55098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_05_09,all,5-9,5,9,42436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_10_14,all,10-14,10,14,35301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_15_19,all,15-19,15,19,29722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_20_24,all,20-24,20,24,20647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_25_29,all,25-29,25,29,13789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_30_34,all,30-34,30,34,12377,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_35_39,all,35-39,35,39,13150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_40_44,all,40-44,40,44,10892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_45_49,all,45-49,45,49,9446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_50_54,all,50-54,50,54,7499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_55_59,all,55-59,55,59,6208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_60_64,all,60-64,60,64,5147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_65_69,all,65-69,65,69,3238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_70_74,all,70-74,70,74,2333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_75_79,all,75-79,75,79,1409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07059,Seles (Uku Seles),T_80PLUS,all,80+,80,,1275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_TL,f,all,,,209685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_TL,m,all,,,194220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_TL,all,all,,,403905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_00_04,f,0-4,0,4,33769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_05_09,f,5-9,5,9,30714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_10_14,f,10-14,10,14,29407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_15_19,f,15-19,15,19,26244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_20_24,f,20-24,20,24,18876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_25_29,f,25-29,25,29,13270,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_30_34,f,30-34,30,34,11875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_35_39,f,35-39,35,39,10718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_40_44,f,40-44,40,44,9163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_45_49,f,45-49,45,49,7846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_50_54,f,50-54,50,54,5852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_55_59,f,55-59,55,59,4280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_60_64,f,60-64,60,64,2978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_65_69,f,65-69,65,69,1955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_70_74,f,70-74,70,74,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_75_79,f,75-79,75,79,737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),F_80PLUS,f,80+,80,,740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_00_04,m,0-4,0,4,34615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_05_09,m,5-9,5,9,30286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_10_14,m,10-14,10,14,26751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_15_19,m,15-19,15,19,23776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_20_24,m,20-24,20,24,18644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_25_29,m,25-29,25,29,12704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_30_34,m,30-34,30,34,10810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_35_39,m,35-39,35,39,8797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_40_44,m,40-44,40,44,7224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_45_49,m,45-49,45,49,6258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_50_54,m,50-54,50,54,4933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_55_59,m,55-59,55,59,3793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_60_64,m,60-64,60,64,2613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_65_69,m,65-69,65,69,1372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_70_74,m,70-74,70,74,811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_75_79,m,75-79,75,79,453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),M_80PLUS,m,80+,80,,380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_00_04,all,0-4,0,4,68384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_05_09,all,5-9,5,9,61000,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_10_14,all,10-14,10,14,56158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_15_19,all,15-19,15,19,50020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_20_24,all,20-24,20,24,37520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_25_29,all,25-29,25,29,25974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_30_34,all,30-34,30,34,22685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_35_39,all,35-39,35,39,19515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_40_44,all,40-44,40,44,16387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_45_49,all,45-49,45,49,14104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_50_54,all,50-54,50,54,10785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_55_59,all,55-59,55,59,8073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_60_64,all,60-64,60,64,5591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_65_69,all,65-69,65,69,3327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_70_74,all,70-74,70,74,2072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_75_79,all,75-79,75,79,1190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07060,Sumbe (Ngangula),T_80PLUS,all,80+,80,,1120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_TL,f,all,,,168177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_TL,m,all,,,157177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_TL,all,all,,,325354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_00_04,f,0-4,0,4,32513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_05_09,f,5-9,5,9,26647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_10_14,f,10-14,10,14,21235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_15_19,f,15-19,15,19,19751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_20_24,f,20-24,20,24,14071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_25_29,f,25-29,25,29,9786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_30_34,f,30-34,30,34,7253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_35_39,f,35-39,35,39,8171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_40_44,f,40-44,40,44,7004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_45_49,f,45-49,45,49,5984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_50_54,f,50-54,50,54,4567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_55_59,f,55-59,55,59,3851,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_60_64,f,60-64,60,64,3097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_65_69,f,65-69,65,69,1815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_70_74,f,70-74,70,74,1210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_75_79,f,75-79,75,79,619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),F_80PLUS,f,80+,80,,603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_00_04,m,0-4,0,4,33554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_05_09,m,5-9,5,9,26528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_10_14,m,10-14,10,14,21858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_15_19,m,15-19,15,19,18698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_20_24,m,20-24,20,24,13113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_25_29,m,25-29,25,29,8601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_30_34,m,30-34,30,34,6151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_35_39,m,35-39,35,39,6019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_40_44,m,40-44,40,44,5176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_45_49,m,45-49,45,49,4963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_50_54,m,50-54,50,54,3570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_55_59,m,55-59,55,59,3138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_60_64,m,60-64,60,64,2282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_65_69,m,65-69,65,69,1638,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_70_74,m,70-74,70,74,957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_75_79,m,75-79,75,79,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),M_80PLUS,m,80+,80,,381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_00_04,all,0-4,0,4,66067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_05_09,all,5-9,5,9,53175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_10_14,all,10-14,10,14,43093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_15_19,all,15-19,15,19,38449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_20_24,all,20-24,20,24,27184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_25_29,all,25-29,25,29,18387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_30_34,all,30-34,30,34,13404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_35_39,all,35-39,35,39,14190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_40_44,all,40-44,40,44,12180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_45_49,all,45-49,45,49,10947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_50_54,all,50-54,50,54,8137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_55_59,all,55-59,55,59,6989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_60_64,all,60-64,60,64,5379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_65_69,all,65-69,65,69,3453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_70_74,all,70-74,70,74,2167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_75_79,all,75-79,75,79,1169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO07,Cuanza Sul,AO07061,Cela (Waku Kungo),T_80PLUS,all,80+,80,,984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_TL,f,all,,,53325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_TL,m,all,,,47754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_TL,all,all,,,101079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_00_04,f,0-4,0,4,9601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_05_09,f,5-9,5,9,7657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_10_14,f,10-14,10,14,6567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_15_19,f,15-19,15,19,5766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_20_24,f,20-24,20,24,4359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_25_29,f,25-29,25,29,4257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_30_34,f,30-34,30,34,3397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_35_39,f,35-39,35,39,2536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_40_44,f,40-44,40,44,2162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_45_49,f,45-49,45,49,1957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_50_54,f,50-54,50,54,1561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_55_59,f,55-59,55,59,967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_60_64,f,60-64,60,64,825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_65_69,f,65-69,65,69,502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_70_74,f,70-74,70,74,556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_75_79,f,75-79,75,79,334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,F_80PLUS,f,80+,80,,321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_00_04,m,0-4,0,4,9575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_05_09,m,5-9,5,9,7716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_10_14,m,10-14,10,14,6489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_15_19,m,15-19,15,19,5448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_20_24,m,20-24,20,24,3590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_25_29,m,25-29,25,29,3010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_30_34,m,30-34,30,34,2443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_35_39,m,35-39,35,39,1835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_40_44,m,40-44,40,44,1566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_45_49,m,45-49,45,49,1463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_50_54,m,50-54,50,54,1507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_55_59,m,55-59,55,59,981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_60_64,m,60-64,60,64,780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_65_69,m,65-69,65,69,580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_70_74,m,70-74,70,74,365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_75_79,m,75-79,75,79,199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,M_80PLUS,m,80+,80,,207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_00_04,all,0-4,0,4,19176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_05_09,all,5-9,5,9,15373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_10_14,all,10-14,10,14,13056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_15_19,all,15-19,15,19,11214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_20_24,all,20-24,20,24,7949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_25_29,all,25-29,25,29,7267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_30_34,all,30-34,30,34,5840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_35_39,all,35-39,35,39,4371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_40_44,all,40-44,40,44,3728,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_45_49,all,45-49,45,49,3420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_50_54,all,50-54,50,54,3068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_55_59,all,55-59,55,59,1948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_60_64,all,60-64,60,64,1605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_65_69,all,65-69,65,69,1082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_70_74,all,70-74,70,74,921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_75_79,all,75-79,75,79,533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08062,Cahama,T_80PLUS,all,80+,80,,528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_TL,f,all,,,287294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_TL,m,all,,,253033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_TL,all,all,,,540327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_00_04,f,0-4,0,4,51302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_05_09,f,5-9,5,9,41043,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_10_14,f,10-14,10,14,39063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_15_19,f,15-19,15,19,32495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_20_24,f,20-24,20,24,26293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_25_29,f,25-29,25,29,19731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_30_34,f,30-34,30,34,16707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_35_39,f,35-39,35,39,12522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_40_44,f,40-44,40,44,11165,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_45_49,f,45-49,45,49,8416,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_50_54,f,50-54,50,54,6871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_55_59,f,55-59,55,59,5196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_60_64,f,60-64,60,64,4926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_65_69,f,65-69,65,69,3806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_70_74,f,70-74,70,74,3111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_75_79,f,75-79,75,79,2291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,F_80PLUS,f,80+,80,,2356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_00_04,m,0-4,0,4,51337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_05_09,m,5-9,5,9,40692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_10_14,m,10-14,10,14,37282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_15_19,m,15-19,15,19,30992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_20_24,m,20-24,20,24,22656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_25_29,m,25-29,25,29,15177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_30_34,m,30-34,30,34,12485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_35_39,m,35-39,35,39,8981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_40_44,m,40-44,40,44,7762,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_45_49,m,45-49,45,49,6278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_50_54,m,50-54,50,54,5730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_55_59,m,55-59,55,59,3894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_60_64,m,60-64,60,64,3196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_65_69,m,65-69,65,69,2271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_70_74,m,70-74,70,74,1927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_75_79,m,75-79,75,79,1206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,M_80PLUS,m,80+,80,,1167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_00_04,all,0-4,0,4,102639,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_05_09,all,5-9,5,9,81735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_10_14,all,10-14,10,14,76345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_15_19,all,15-19,15,19,63487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_20_24,all,20-24,20,24,48949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_25_29,all,25-29,25,29,34908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_30_34,all,30-34,30,34,29192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_35_39,all,35-39,35,39,21503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_40_44,all,40-44,40,44,18927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_45_49,all,45-49,45,49,14694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_50_54,all,50-54,50,54,12601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_55_59,all,55-59,55,59,9090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_60_64,all,60-64,60,64,8122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_65_69,all,65-69,65,69,6077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_70_74,all,70-74,70,74,5038,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_75_79,all,75-79,75,79,3497,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08063,Cuanhama,T_80PLUS,all,80+,80,,3523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_TL,f,all,,,30942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_TL,m,all,,,28331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_TL,all,all,,,59273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_00_04,f,0-4,0,4,7133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_05_09,f,5-9,5,9,5415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_10_14,f,10-14,10,14,3866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_15_19,f,15-19,15,19,2781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_20_24,f,20-24,20,24,2550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_25_29,f,25-29,25,29,2100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_30_34,f,30-34,30,34,1589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_35_39,f,35-39,35,39,1279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_40_44,f,40-44,40,44,947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_45_49,f,45-49,45,49,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_50_54,f,50-54,50,54,672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_55_59,f,55-59,55,59,489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_60_64,f,60-64,60,64,363,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_65_69,f,65-69,65,69,406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_70_74,f,70-74,70,74,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_75_79,f,75-79,75,79,178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,F_80PLUS,f,80+,80,,156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_00_04,m,0-4,0,4,6874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_05_09,m,5-9,5,9,5148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_10_14,m,10-14,10,14,4107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_15_19,m,15-19,15,19,2806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_20_24,m,20-24,20,24,1987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_25_29,m,25-29,25,29,1570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_30_34,m,30-34,30,34,1077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_35_39,m,35-39,35,39,968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_40_44,m,40-44,40,44,736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_45_49,m,45-49,45,49,715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_50_54,m,50-54,50,54,633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_55_59,m,55-59,55,59,543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_60_64,m,60-64,60,64,382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_65_69,m,65-69,65,69,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_70_74,m,70-74,70,74,180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_75_79,m,75-79,75,79,128,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,M_80PLUS,m,80+,80,,99,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_00_04,all,0-4,0,4,14007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_05_09,all,5-9,5,9,10563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_10_14,all,10-14,10,14,7973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_15_19,all,15-19,15,19,5587,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_20_24,all,20-24,20,24,4537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_25_29,all,25-29,25,29,3670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_30_34,all,30-34,30,34,2666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_35_39,all,35-39,35,39,2247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_40_44,all,40-44,40,44,1683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_45_49,all,45-49,45,49,1572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_50_54,all,50-54,50,54,1305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_55_59,all,55-59,55,59,1032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_60_64,all,60-64,60,64,745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_65_69,all,65-69,65,69,784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_70_74,all,70-74,70,74,341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_75_79,all,75-79,75,79,306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08064,Curoca,T_80PLUS,all,80+,80,,255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_TL,f,all,,,44013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_TL,m,all,,,38792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_TL,all,all,,,82805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_00_04,f,0-4,0,4,8998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_05_09,f,5-9,5,9,6506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_10_14,f,10-14,10,14,5493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_15_19,f,15-19,15,19,4574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_20_24,f,20-24,20,24,3609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_25_29,f,25-29,25,29,2948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_30_34,f,30-34,30,34,2300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_35_39,f,35-39,35,39,1861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_40_44,f,40-44,40,44,1796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_45_49,f,45-49,45,49,1445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_50_54,f,50-54,50,54,1188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_55_59,f,55-59,55,59,877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_60_64,f,60-64,60,64,851,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_65_69,f,65-69,65,69,584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_70_74,f,70-74,70,74,421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_75_79,f,75-79,75,79,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,F_80PLUS,f,80+,80,,267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_00_04,m,0-4,0,4,8976,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_05_09,m,5-9,5,9,6124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_10_14,m,10-14,10,14,5649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_15_19,m,15-19,15,19,4420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_20_24,m,20-24,20,24,3222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_25_29,m,25-29,25,29,2051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_30_34,m,30-34,30,34,1581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_35_39,m,35-39,35,39,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_40_44,m,40-44,40,44,1097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_45_49,m,45-49,45,49,956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_50_54,m,50-54,50,54,969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_55_59,m,55-59,55,59,694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_60_64,m,60-64,60,64,750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_65_69,m,65-69,65,69,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_70_74,m,70-74,70,74,320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_75_79,m,75-79,75,79,139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,M_80PLUS,m,80+,80,,153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_00_04,all,0-4,0,4,17974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_05_09,all,5-9,5,9,12630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_10_14,all,10-14,10,14,11142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_15_19,all,15-19,15,19,8994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_20_24,all,20-24,20,24,6831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_25_29,all,25-29,25,29,4999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_30_34,all,30-34,30,34,3881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_35_39,all,35-39,35,39,3102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_40_44,all,40-44,40,44,2893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_45_49,all,45-49,45,49,2401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_50_54,all,50-54,50,54,2157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_55_59,all,55-59,55,59,1571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_60_64,all,60-64,60,64,1601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_65_69,all,65-69,65,69,1034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_70_74,all,70-74,70,74,741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_75_79,all,75-79,75,79,434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08065,Cuvelai,T_80PLUS,all,80+,80,,420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_TL,f,all,,,104947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_TL,m,all,,,99982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_TL,all,all,,,204929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_00_04,f,0-4,0,4,18452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_05_09,f,5-9,5,9,13899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_10_14,f,10-14,10,14,13463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_15_19,f,15-19,15,19,11532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_20_24,f,20-24,20,24,9457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_25_29,f,25-29,25,29,7834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_30_34,f,30-34,30,34,6360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_35_39,f,35-39,35,39,4590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_40_44,f,40-44,40,44,4267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_45_49,f,45-49,45,49,3257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_50_54,f,50-54,50,54,2754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_55_59,f,55-59,55,59,1987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_60_64,f,60-64,60,64,1969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_65_69,f,65-69,65,69,1628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_70_74,f,70-74,70,74,1339,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_75_79,f,75-79,75,79,969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,F_80PLUS,f,80+,80,,1190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_00_04,m,0-4,0,4,18389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_05_09,m,5-9,5,9,14527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_10_14,m,10-14,10,14,13265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_15_19,m,15-19,15,19,11656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_20_24,m,20-24,20,24,9525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_25_29,m,25-29,25,29,7474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_30_34,m,30-34,30,34,6062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_35_39,m,35-39,35,39,4106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_40_44,m,40-44,40,44,3652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_45_49,m,45-49,45,49,2721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_50_54,m,50-54,50,54,2659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_55_59,m,55-59,55,59,1475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_60_64,m,60-64,60,64,1325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_65_69,m,65-69,65,69,1039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_70_74,m,70-74,70,74,852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_75_79,m,75-79,75,79,582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,M_80PLUS,m,80+,80,,673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_00_04,all,0-4,0,4,36841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_05_09,all,5-9,5,9,28426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_10_14,all,10-14,10,14,26728,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_15_19,all,15-19,15,19,23188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_20_24,all,20-24,20,24,18982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_25_29,all,25-29,25,29,15308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_30_34,all,30-34,30,34,12422,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_35_39,all,35-39,35,39,8696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_40_44,all,40-44,40,44,7919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_45_49,all,45-49,45,49,5978,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_50_54,all,50-54,50,54,5413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_55_59,all,55-59,55,59,3462,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_60_64,all,60-64,60,64,3294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_65_69,all,65-69,65,69,2667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_70_74,all,70-74,70,74,2191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_75_79,all,75-79,75,79,1551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08066,Namacunde,T_80PLUS,all,80+,80,,1863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_TL,f,all,,,234269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_TL,m,all,,,205698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_TL,all,all,,,439967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_00_04,f,0-4,0,4,41871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_05_09,f,5-9,5,9,31160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_10_14,f,10-14,10,14,28038,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_15_19,f,15-19,15,19,24506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_20_24,f,20-24,20,24,20844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_25_29,f,25-29,25,29,16423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_30_34,f,30-34,30,34,15093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_35_39,f,35-39,35,39,11317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_40_44,f,40-44,40,44,9645,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_45_49,f,45-49,45,49,8064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_50_54,f,50-54,50,54,7051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_55_59,f,55-59,55,59,5199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_60_64,f,60-64,60,64,4640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_65_69,f,65-69,65,69,3632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_70_74,f,70-74,70,74,2610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_75_79,f,75-79,75,79,2031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,F_80PLUS,f,80+,80,,2145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_00_04,m,0-4,0,4,42109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_05_09,m,5-9,5,9,31745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_10_14,m,10-14,10,14,27998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_15_19,m,15-19,15,19,22895,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_20_24,m,20-24,20,24,17514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_25_29,m,25-29,25,29,12318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_30_34,m,30-34,30,34,10863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_35_39,m,35-39,35,39,8036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_40_44,m,40-44,40,44,6758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_45_49,m,45-49,45,49,5771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_50_54,m,50-54,50,54,5801,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_55_59,m,55-59,55,59,4069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_60_64,m,60-64,60,64,3657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_65_69,m,65-69,65,69,2412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_70_74,m,70-74,70,74,1672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_75_79,m,75-79,75,79,1046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,M_80PLUS,m,80+,80,,1034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_00_04,all,0-4,0,4,83980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_05_09,all,5-9,5,9,62905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_10_14,all,10-14,10,14,56036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_15_19,all,15-19,15,19,47401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_20_24,all,20-24,20,24,38358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_25_29,all,25-29,25,29,28741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_30_34,all,30-34,30,34,25956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_35_39,all,35-39,35,39,19353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_40_44,all,40-44,40,44,16403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_45_49,all,45-49,45,49,13835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_50_54,all,50-54,50,54,12852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_55_59,all,55-59,55,59,9268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_60_64,all,60-64,60,64,8297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_65_69,all,65-69,65,69,6044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_70_74,all,70-74,70,74,4282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_75_79,all,75-79,75,79,3077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO08,Cunene,AO08067,Ombadja,T_80PLUS,all,80+,80,,3179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_TL,f,all,,,125605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_TL,m,all,,,116504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_TL,all,all,,,242109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_00_04,f,0-4,0,4,25364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_05_09,f,5-9,5,9,20238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_10_14,f,10-14,10,14,16419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_15_19,f,15-19,15,19,11387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_20_24,f,20-24,20,24,8816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_25_29,f,25-29,25,29,6836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_30_34,f,30-34,30,34,5976,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_35_39,f,35-39,35,39,5919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_40_44,f,40-44,40,44,5059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_45_49,f,45-49,45,49,4784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_50_54,f,50-54,50,54,3589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_55_59,f,55-59,55,59,3331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_60_64,f,60-64,60,64,2887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_65_69,f,65-69,65,69,2088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_70_74,f,70-74,70,74,1482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_75_79,f,75-79,75,79,858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,F_80PLUS,f,80+,80,,572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_00_04,m,0-4,0,4,25080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_05_09,m,5-9,5,9,20067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_10_14,m,10-14,10,14,16921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_15_19,m,15-19,15,19,11039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_20_24,m,20-24,20,24,8539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_25_29,m,25-29,25,29,6087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_30_34,m,30-34,30,34,4841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_35_39,m,35-39,35,39,4655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_40_44,m,40-44,40,44,4200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_45_49,m,45-49,45,49,3533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_50_54,m,50-54,50,54,3086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_55_59,m,55-59,55,59,2484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_60_64,m,60-64,60,64,2260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_65_69,m,65-69,65,69,1539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_70_74,m,70-74,70,74,991,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_75_79,m,75-79,75,79,691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,M_80PLUS,m,80+,80,,491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_00_04,all,0-4,0,4,50444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_05_09,all,5-9,5,9,40305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_10_14,all,10-14,10,14,33340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_15_19,all,15-19,15,19,22426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_20_24,all,20-24,20,24,17355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_25_29,all,25-29,25,29,12923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_30_34,all,30-34,30,34,10817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_35_39,all,35-39,35,39,10574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_40_44,all,40-44,40,44,9259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_45_49,all,45-49,45,49,8317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_50_54,all,50-54,50,54,6675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_55_59,all,55-59,55,59,5815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_60_64,all,60-64,60,64,5147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_65_69,all,65-69,65,69,3627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_70_74,all,70-74,70,74,2473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_75_79,all,75-79,75,79,1549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09068,Caconda,T_80PLUS,all,80+,80,,1063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_TL,f,all,,,133910,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_TL,m,all,,,125675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_TL,all,all,,,259585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_00_04,f,0-4,0,4,26556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_05_09,f,5-9,5,9,22361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_10_14,f,10-14,10,14,19014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_15_19,f,15-19,15,19,12486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_20_24,f,20-24,20,24,9345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_25_29,f,25-29,25,29,7314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_30_34,f,30-34,30,34,6516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_35_39,f,35-39,35,39,6796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_40_44,f,40-44,40,44,5318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_45_49,f,45-49,45,49,4554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_50_54,f,50-54,50,54,3483,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_55_59,f,55-59,55,59,3055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_60_64,f,60-64,60,64,2555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_65_69,f,65-69,65,69,1854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_70_74,f,70-74,70,74,1257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_75_79,f,75-79,75,79,827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,F_80PLUS,f,80+,80,,619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_00_04,m,0-4,0,4,27465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_05_09,m,5-9,5,9,22954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_10_14,m,10-14,10,14,19623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_15_19,m,15-19,15,19,11779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_20_24,m,20-24,20,24,8275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_25_29,m,25-29,25,29,5833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_30_34,m,30-34,30,34,5315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_35_39,m,35-39,35,39,5436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_40_44,m,40-44,40,44,4431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_45_49,m,45-49,45,49,3710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_50_54,m,50-54,50,54,3007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_55_59,m,55-59,55,59,2528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_60_64,m,60-64,60,64,1893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_65_69,m,65-69,65,69,1637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_70_74,m,70-74,70,74,795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_75_79,m,75-79,75,79,548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,M_80PLUS,m,80+,80,,446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_00_04,all,0-4,0,4,54021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_05_09,all,5-9,5,9,45315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_10_14,all,10-14,10,14,38637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_15_19,all,15-19,15,19,24265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_20_24,all,20-24,20,24,17620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_25_29,all,25-29,25,29,13147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_30_34,all,30-34,30,34,11831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_35_39,all,35-39,35,39,12232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_40_44,all,40-44,40,44,9749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_45_49,all,45-49,45,49,8264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_50_54,all,50-54,50,54,6490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_55_59,all,55-59,55,59,5583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_60_64,all,60-64,60,64,4448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_65_69,all,65-69,65,69,3491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_70_74,all,70-74,70,74,2052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_75_79,all,75-79,75,79,1375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09069,Caluquembe,T_80PLUS,all,80+,80,,1065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_TL,f,all,,,145554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_TL,m,all,,,129520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_TL,all,all,,,275074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_00_04,f,0-4,0,4,27058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_05_09,f,5-9,5,9,20355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_10_14,f,10-14,10,14,16763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_15_19,f,15-19,15,19,13309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_20_24,f,20-24,20,24,12954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_25_29,f,25-29,25,29,11170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_30_34,f,30-34,30,34,9984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_35_39,f,35-39,35,39,7439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_40_44,f,40-44,40,44,6160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_45_49,f,45-49,45,49,5112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_50_54,f,50-54,50,54,4423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_55_59,f,55-59,55,59,3285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_60_64,f,60-64,60,64,2569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_65_69,f,65-69,65,69,2055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_70_74,f,70-74,70,74,1188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_75_79,f,75-79,75,79,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,F_80PLUS,f,80+,80,,804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_00_04,m,0-4,0,4,27222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_05_09,m,5-9,5,9,20985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_10_14,m,10-14,10,14,17464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_15_19,m,15-19,15,19,12544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_20_24,m,20-24,20,24,10207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_25_29,m,25-29,25,29,8161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_30_34,m,30-34,30,34,6883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_35_39,m,35-39,35,39,5662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_40_44,m,40-44,40,44,4289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_45_49,m,45-49,45,49,3819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_50_54,m,50-54,50,54,3846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_55_59,m,55-59,55,59,2504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_60_64,m,60-64,60,64,2100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_65_69,m,65-69,65,69,1654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_70_74,m,70-74,70,74,952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_75_79,m,75-79,75,79,679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,M_80PLUS,m,80+,80,,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_00_04,all,0-4,0,4,54280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_05_09,all,5-9,5,9,41340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_10_14,all,10-14,10,14,34227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_15_19,all,15-19,15,19,25853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_20_24,all,20-24,20,24,23161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_25_29,all,25-29,25,29,19331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_30_34,all,30-34,30,34,16867,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_35_39,all,35-39,35,39,13101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_40_44,all,40-44,40,44,10449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_45_49,all,45-49,45,49,8931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_50_54,all,50-54,50,54,8269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_55_59,all,55-59,55,59,5789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_60_64,all,60-64,60,64,4669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_65_69,all,65-69,65,69,3709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_70_74,all,70-74,70,74,2140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_75_79,all,75-79,75,79,1605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09070,Chibia,T_80PLUS,all,80+,80,,1353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_TL,f,all,,,98623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_TL,m,all,,,91531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_TL,all,all,,,190154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_00_04,f,0-4,0,4,18773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_05_09,f,5-9,5,9,15118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_10_14,f,10-14,10,14,13162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_15_19,f,15-19,15,19,9862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_20_24,f,20-24,20,24,7235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_25_29,f,25-29,25,29,5469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_30_34,f,30-34,30,34,4614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_35_39,f,35-39,35,39,4964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_40_44,f,40-44,40,44,4488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_45_49,f,45-49,45,49,3749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_50_54,f,50-54,50,54,2938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_55_59,f,55-59,55,59,2524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_60_64,f,60-64,60,64,2007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_65_69,f,65-69,65,69,1568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_70_74,f,70-74,70,74,1018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_75_79,f,75-79,75,79,562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,F_80PLUS,f,80+,80,,572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_00_04,m,0-4,0,4,18557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_05_09,m,5-9,5,9,15507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_10_14,m,10-14,10,14,13902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_15_19,m,15-19,15,19,9322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_20_24,m,20-24,20,24,6529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_25_29,m,25-29,25,29,4445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_30_34,m,30-34,30,34,3581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_35_39,m,35-39,35,39,3695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_40_44,m,40-44,40,44,3299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_45_49,m,45-49,45,49,3082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_50_54,m,50-54,50,54,2550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_55_59,m,55-59,55,59,2142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_60_64,m,60-64,60,64,1832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_65_69,m,65-69,65,69,1359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_70_74,m,70-74,70,74,824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_75_79,m,75-79,75,79,486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,M_80PLUS,m,80+,80,,419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_00_04,all,0-4,0,4,37330,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_05_09,all,5-9,5,9,30625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_10_14,all,10-14,10,14,27064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_15_19,all,15-19,15,19,19184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_20_24,all,20-24,20,24,13764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_25_29,all,25-29,25,29,9914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_30_34,all,30-34,30,34,8195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_35_39,all,35-39,35,39,8659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_40_44,all,40-44,40,44,7787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_45_49,all,45-49,45,49,6831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_50_54,all,50-54,50,54,5488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_55_59,all,55-59,55,59,4666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_60_64,all,60-64,60,64,3839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_65_69,all,65-69,65,69,2927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_70_74,all,70-74,70,74,1842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_75_79,all,75-79,75,79,1048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09071,Chicomba,T_80PLUS,all,80+,80,,991,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_TL,f,all,,,48291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_TL,m,all,,,45074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_TL,all,all,,,93365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_00_04,f,0-4,0,4,10376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_05_09,f,5-9,5,9,8447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_10_14,f,10-14,10,14,6055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_15_19,f,15-19,15,19,4662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_20_24,f,20-24,20,24,3721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_25_29,f,25-29,25,29,2544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_30_34,f,30-34,30,34,2286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_35_39,f,35-39,35,39,2340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_40_44,f,40-44,40,44,1691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_45_49,f,45-49,45,49,1485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_50_54,f,50-54,50,54,1134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_55_59,f,55-59,55,59,1200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_60_64,f,60-64,60,64,824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_65_69,f,65-69,65,69,608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_70_74,f,70-74,70,74,423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_75_79,f,75-79,75,79,293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,F_80PLUS,f,80+,80,,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_00_04,m,0-4,0,4,10320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_05_09,m,5-9,5,9,8537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_10_14,m,10-14,10,14,6228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_15_19,m,15-19,15,19,4675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_20_24,m,20-24,20,24,3496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_25_29,m,25-29,25,29,2155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_30_34,m,30-34,30,34,1606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_35_39,m,35-39,35,39,1721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_40_44,m,40-44,40,44,1321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_45_49,m,45-49,45,49,1111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_50_54,m,50-54,50,54,1011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_55_59,m,55-59,55,59,903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_60_64,m,60-64,60,64,735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_65_69,m,65-69,65,69,517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_70_74,m,70-74,70,74,350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_75_79,m,75-79,75,79,186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,M_80PLUS,m,80+,80,,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_00_04,all,0-4,0,4,20696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_05_09,all,5-9,5,9,16984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_10_14,all,10-14,10,14,12283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_15_19,all,15-19,15,19,9337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_20_24,all,20-24,20,24,7217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_25_29,all,25-29,25,29,4699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_30_34,all,30-34,30,34,3892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_35_39,all,35-39,35,39,4061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_40_44,all,40-44,40,44,3012,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_45_49,all,45-49,45,49,2596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_50_54,all,50-54,50,54,2145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_55_59,all,55-59,55,59,2103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_60_64,all,60-64,60,64,1559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_65_69,all,65-69,65,69,1125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_70_74,all,70-74,70,74,773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_75_79,all,75-79,75,79,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09072,Chipindo,T_80PLUS,all,80+,80,,404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_TL,f,all,,,61650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_TL,m,all,,,52986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_TL,all,all,,,114636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_00_04,f,0-4,0,4,12992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_05_09,f,5-9,5,9,10318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_10_14,f,10-14,10,14,7745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_15_19,f,15-19,15,19,5794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_20_24,f,20-24,20,24,4808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_25_29,f,25-29,25,29,3881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_30_34,f,30-34,30,34,3391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_35_39,f,35-39,35,39,2291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_40_44,f,40-44,40,44,2170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_45_49,f,45-49,45,49,1826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_50_54,f,50-54,50,54,1512,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_55_59,f,55-59,55,59,1163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_60_64,f,60-64,60,64,1109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_65_69,f,65-69,65,69,1063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_70_74,f,70-74,70,74,605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_75_79,f,75-79,75,79,511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),F_80PLUS,f,80+,80,,471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_00_04,m,0-4,0,4,12718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_05_09,m,5-9,5,9,10454,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_10_14,m,10-14,10,14,8097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_15_19,m,15-19,15,19,4989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_20_24,m,20-24,20,24,3445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_25_29,m,25-29,25,29,2298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_30_34,m,30-34,30,34,2017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_35_39,m,35-39,35,39,1493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_40_44,m,40-44,40,44,1376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_45_49,m,45-49,45,49,1177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_50_54,m,50-54,50,54,1201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_55_59,m,55-59,55,59,1006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_60_64,m,60-64,60,64,895,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_65_69,m,65-69,65,69,710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_70_74,m,70-74,70,74,443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_75_79,m,75-79,75,79,346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),M_80PLUS,m,80+,80,,321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_00_04,all,0-4,0,4,25710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_05_09,all,5-9,5,9,20772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_10_14,all,10-14,10,14,15842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_15_19,all,15-19,15,19,10783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_20_24,all,20-24,20,24,8253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_25_29,all,25-29,25,29,6179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_30_34,all,30-34,30,34,5408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_35_39,all,35-39,35,39,3784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_40_44,all,40-44,40,44,3546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_45_49,all,45-49,45,49,3003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_50_54,all,50-54,50,54,2713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_55_59,all,55-59,55,59,2169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_60_64,all,60-64,60,64,2004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_65_69,all,65-69,65,69,1773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_70_74,all,70-74,70,74,1048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_75_79,all,75-79,75,79,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09073,Gambos (ex-Chiange),T_80PLUS,all,80+,80,,792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_TL,f,all,,,66619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_TL,m,all,,,61988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_TL,all,all,,,128607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_00_04,f,0-4,0,4,12654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_05_09,f,5-9,5,9,9934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_10_14,f,10-14,10,14,8633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_15_19,f,15-19,15,19,6878,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_20_24,f,20-24,20,24,5751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_25_29,f,25-29,25,29,5131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_30_34,f,30-34,30,34,4150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_35_39,f,35-39,35,39,3006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_40_44,f,40-44,40,44,2381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_45_49,f,45-49,45,49,2030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_50_54,f,50-54,50,54,1677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_55_59,f,55-59,55,59,1419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_60_64,f,60-64,60,64,1047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_65_69,f,65-69,65,69,754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_70_74,f,70-74,70,74,466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_75_79,f,75-79,75,79,396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,F_80PLUS,f,80+,80,,312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_00_04,m,0-4,0,4,12509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_05_09,m,5-9,5,9,10005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_10_14,m,10-14,10,14,9006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_15_19,m,15-19,15,19,6892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_20_24,m,20-24,20,24,5040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_25_29,m,25-29,25,29,4131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_30_34,m,30-34,30,34,3299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_35_39,m,35-39,35,39,2519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_40_44,m,40-44,40,44,1966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_45_49,m,45-49,45,49,1667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_50_54,m,50-54,50,54,1562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_55_59,m,55-59,55,59,1148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_60_64,m,60-64,60,64,887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_65_69,m,65-69,65,69,558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_70_74,m,70-74,70,74,343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_75_79,m,75-79,75,79,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,M_80PLUS,m,80+,80,,210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_00_04,all,0-4,0,4,25163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_05_09,all,5-9,5,9,19939,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_10_14,all,10-14,10,14,17639,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_15_19,all,15-19,15,19,13770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_20_24,all,20-24,20,24,10791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_25_29,all,25-29,25,29,9262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_30_34,all,30-34,30,34,7449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_35_39,all,35-39,35,39,5525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_40_44,all,40-44,40,44,4347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_45_49,all,45-49,45,49,3697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_50_54,all,50-54,50,54,3239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_55_59,all,55-59,55,59,2567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_60_64,all,60-64,60,64,1934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_65_69,all,65-69,65,69,1312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_70_74,all,70-74,70,74,809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_75_79,all,75-79,75,79,642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09074,Humpata,T_80PLUS,all,80+,80,,522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_TL,f,all,,,78833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_TL,m,all,,,72777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_TL,all,all,,,151610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_00_04,f,0-4,0,4,14934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_05_09,f,5-9,5,9,11849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_10_14,f,10-14,10,14,9589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_15_19,f,15-19,15,19,7609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_20_24,f,20-24,20,24,6861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_25_29,f,25-29,25,29,4990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_30_34,f,30-34,30,34,3987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_35_39,f,35-39,35,39,3909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_40_44,f,40-44,40,44,3530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_45_49,f,45-49,45,49,3036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_50_54,f,50-54,50,54,2451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_55_59,f,55-59,55,59,1863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_60_64,f,60-64,60,64,1663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_65_69,f,65-69,65,69,1135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_70_74,f,70-74,70,74,733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_75_79,f,75-79,75,79,356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,F_80PLUS,f,80+,80,,338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_00_04,m,0-4,0,4,14966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_05_09,m,5-9,5,9,11722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_10_14,m,10-14,10,14,9649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_15_19,m,15-19,15,19,7291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_20_24,m,20-24,20,24,5950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_25_29,m,25-29,25,29,4252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_30_34,m,30-34,30,34,3166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_35_39,m,35-39,35,39,3121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_40_44,m,40-44,40,44,2790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_45_49,m,45-49,45,49,2495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_50_54,m,50-54,50,54,2192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_55_59,m,55-59,55,59,1513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_60_64,m,60-64,60,64,1369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_65_69,m,65-69,65,69,893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_70_74,m,70-74,70,74,713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_75_79,m,75-79,75,79,371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,M_80PLUS,m,80+,80,,324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_00_04,all,0-4,0,4,29900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_05_09,all,5-9,5,9,23571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_10_14,all,10-14,10,14,19238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_15_19,all,15-19,15,19,14900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_20_24,all,20-24,20,24,12811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_25_29,all,25-29,25,29,9242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_30_34,all,30-34,30,34,7153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_35_39,all,35-39,35,39,7030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_40_44,all,40-44,40,44,6320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_45_49,all,45-49,45,49,5531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_50_54,all,50-54,50,54,4643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_55_59,all,55-59,55,59,3376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_60_64,all,60-64,60,64,3032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_65_69,all,65-69,65,69,2028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_70_74,all,70-74,70,74,1446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_75_79,all,75-79,75,79,727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09075,Jamba,T_80PLUS,all,80+,80,,662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_TL,f,all,,,58346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_TL,m,all,,,54968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_TL,all,all,,,113314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_00_04,f,0-4,0,4,11689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_05_09,f,5-9,5,9,9281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_10_14,f,10-14,10,14,6840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_15_19,f,15-19,15,19,6082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_20_24,f,20-24,20,24,4964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_25_29,f,25-29,25,29,3484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_30_34,f,30-34,30,34,2877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_35_39,f,35-39,35,39,2758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_40_44,f,40-44,40,44,2362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_45_49,f,45-49,45,49,2133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_50_54,f,50-54,50,54,1742,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_55_59,f,55-59,55,59,1347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_60_64,f,60-64,60,64,1048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_65_69,f,65-69,65,69,760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_70_74,f,70-74,70,74,506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_75_79,f,75-79,75,79,227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),F_80PLUS,f,80+,80,,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_00_04,m,0-4,0,4,11945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_05_09,m,5-9,5,9,9516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_10_14,m,10-14,10,14,6958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_15_19,m,15-19,15,19,5553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_20_24,m,20-24,20,24,4768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_25_29,m,25-29,25,29,3129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_30_34,m,30-34,30,34,2313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_35_39,m,35-39,35,39,2207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_40_44,m,40-44,40,44,1861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_45_49,m,45-49,45,49,1652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_50_54,m,50-54,50,54,1454,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_55_59,m,55-59,55,59,1181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_60_64,m,60-64,60,64,865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_65_69,m,65-69,65,69,667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_70_74,m,70-74,70,74,442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_75_79,m,75-79,75,79,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),M_80PLUS,m,80+,80,,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_00_04,all,0-4,0,4,23634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_05_09,all,5-9,5,9,18797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_10_14,all,10-14,10,14,13798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_15_19,all,15-19,15,19,11635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_20_24,all,20-24,20,24,9732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_25_29,all,25-29,25,29,6613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_30_34,all,30-34,30,34,5190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_35_39,all,35-39,35,39,4965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_40_44,all,40-44,40,44,4223,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_45_49,all,45-49,45,49,3785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_50_54,all,50-54,50,54,3196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_55_59,all,55-59,55,59,2528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_60_64,all,60-64,60,64,1913,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_65_69,all,65-69,65,69,1427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_70_74,all,70-74,70,74,948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_75_79,all,75-79,75,79,427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09076,Cuvango (Kuvango),T_80PLUS,all,80+,80,,503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_TL,f,all,,,575810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_TL,m,all,,,544071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_TL,all,all,,,1119881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_00_04,f,0-4,0,4,93701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_05_09,f,5-9,5,9,85437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_10_14,f,10-14,10,14,83775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_15_19,f,15-19,15,19,71116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_20_24,f,20-24,20,24,56045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_25_29,f,25-29,25,29,41021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_30_34,f,30-34,30,34,33238,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_35_39,f,35-39,35,39,27442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_40_44,f,40-44,40,44,22366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_45_49,f,45-49,45,49,18976,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_50_54,f,50-54,50,54,14724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_55_59,f,55-59,55,59,9998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_60_64,f,60-64,60,64,6977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_65_69,f,65-69,65,69,4504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_70_74,f,70-74,70,74,2751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_75_79,f,75-79,75,79,1921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,F_80PLUS,f,80+,80,,1818,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_00_04,m,0-4,0,4,94160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_05_09,m,5-9,5,9,84186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_10_14,m,10-14,10,14,78362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_15_19,m,15-19,15,19,67028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_20_24,m,20-24,20,24,53966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_25_29,m,25-29,25,29,38584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_30_34,m,30-34,30,34,29156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_35_39,m,35-39,35,39,23579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_40_44,m,40-44,40,44,19640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_45_49,m,45-49,45,49,17423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_50_54,m,50-54,50,54,14281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_55_59,m,55-59,55,59,9693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_60_64,m,60-64,60,64,6193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_65_69,m,65-69,65,69,3746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_70_74,m,70-74,70,74,1868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_75_79,m,75-79,75,79,1242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,M_80PLUS,m,80+,80,,964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_00_04,all,0-4,0,4,187861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_05_09,all,5-9,5,9,169623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_10_14,all,10-14,10,14,162137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_15_19,all,15-19,15,19,138144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_20_24,all,20-24,20,24,110011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_25_29,all,25-29,25,29,79605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_30_34,all,30-34,30,34,62394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_35_39,all,35-39,35,39,51021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_40_44,all,40-44,40,44,42006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_45_49,all,45-49,45,49,36399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_50_54,all,50-54,50,54,29005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_55_59,all,55-59,55,59,19691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_60_64,all,60-64,60,64,13170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_65_69,all,65-69,65,69,8250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_70_74,all,70-74,70,74,4619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_75_79,all,75-79,75,79,3163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09077,Lubango,T_80PLUS,all,80+,80,,2782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_TL,f,all,,,197944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_TL,m,all,,,181140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_TL,all,all,,,379084,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_00_04,f,0-4,0,4,37090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_05_09,f,5-9,5,9,30656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_10_14,f,10-14,10,14,27204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_15_19,f,15-19,15,19,21684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_20_24,f,20-24,20,24,16539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_25_29,f,25-29,25,29,12797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_30_34,f,30-34,30,34,10711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_35_39,f,35-39,35,39,9628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_40_44,f,40-44,40,44,8333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_45_49,f,45-49,45,49,6635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_50_54,f,50-54,50,54,4807,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_55_59,f,55-59,55,59,3793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_60_64,f,60-64,60,64,2935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_65_69,f,65-69,65,69,2043,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_70_74,f,70-74,70,74,1435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_75_79,f,75-79,75,79,858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,F_80PLUS,f,80+,80,,796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_00_04,m,0-4,0,4,37415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_05_09,m,5-9,5,9,30772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_10_14,m,10-14,10,14,26985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_15_19,m,15-19,15,19,19773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_20_24,m,20-24,20,24,13736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_25_29,m,25-29,25,29,9596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_30_34,m,30-34,30,34,8180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_35_39,m,35-39,35,39,7720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_40_44,m,40-44,40,44,6752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_45_49,m,45-49,45,49,5795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_50_54,m,50-54,50,54,4531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_55_59,m,55-59,55,59,3370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_60_64,m,60-64,60,64,2871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_65_69,m,65-69,65,69,1556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_70_74,m,70-74,70,74,1053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_75_79,m,75-79,75,79,516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,M_80PLUS,m,80+,80,,519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_00_04,all,0-4,0,4,74505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_05_09,all,5-9,5,9,61428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_10_14,all,10-14,10,14,54189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_15_19,all,15-19,15,19,41457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_20_24,all,20-24,20,24,30275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_25_29,all,25-29,25,29,22393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_30_34,all,30-34,30,34,18891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_35_39,all,35-39,35,39,17348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_40_44,all,40-44,40,44,15085,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_45_49,all,45-49,45,49,12430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_50_54,all,50-54,50,54,9338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_55_59,all,55-59,55,59,7163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_60_64,all,60-64,60,64,5806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_65_69,all,65-69,65,69,3599,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_70_74,all,70-74,70,74,2488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_75_79,all,75-79,75,79,1374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09078,Matala,T_80PLUS,all,80+,80,,1315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_TL,f,all,,,56703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_TL,m,all,,,51979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_TL,all,all,,,108682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_00_04,f,0-4,0,4,11957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_05_09,f,5-9,5,9,9004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_10_14,f,10-14,10,14,6752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_15_19,f,15-19,15,19,4733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_20_24,f,20-24,20,24,4036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_25_29,f,25-29,25,29,3592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_30_34,f,30-34,30,34,3120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_35_39,f,35-39,35,39,2979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_40_44,f,40-44,40,44,2310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_45_49,f,45-49,45,49,1871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_50_54,f,50-54,50,54,1622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_55_59,f,55-59,55,59,1247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_60_64,f,60-64,60,64,997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_65_69,f,65-69,65,69,945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_70_74,f,70-74,70,74,653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_75_79,f,75-79,75,79,433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,F_80PLUS,f,80+,80,,452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_00_04,m,0-4,0,4,12080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_05_09,m,5-9,5,9,9448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_10_14,m,10-14,10,14,7562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_15_19,m,15-19,15,19,4704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_20_24,m,20-24,20,24,3098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_25_29,m,25-29,25,29,2502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_30_34,m,30-34,30,34,2209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_35_39,m,35-39,35,39,2205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_40_44,m,40-44,40,44,1705,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_45_49,m,45-49,45,49,1423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_50_54,m,50-54,50,54,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_55_59,m,55-59,55,59,1033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_60_64,m,60-64,60,64,968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_65_69,m,65-69,65,69,764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_70_74,m,70-74,70,74,471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_75_79,m,75-79,75,79,271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,M_80PLUS,m,80+,80,,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_00_04,all,0-4,0,4,24037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_05_09,all,5-9,5,9,18452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_10_14,all,10-14,10,14,14314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_15_19,all,15-19,15,19,9437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_20_24,all,20-24,20,24,7134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_25_29,all,25-29,25,29,6094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_30_34,all,30-34,30,34,5329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_35_39,all,35-39,35,39,5184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_40_44,all,40-44,40,44,4015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_45_49,all,45-49,45,49,3294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_50_54,all,50-54,50,54,2863,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_55_59,all,55-59,55,59,2280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_60_64,all,60-64,60,64,1965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_65_69,all,65-69,65,69,1709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_70_74,all,70-74,70,74,1124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_75_79,all,75-79,75,79,704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09079,Quilengues,T_80PLUS,all,80+,80,,747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_TL,f,all,,,123183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_TL,m,all,,,106084,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_TL,all,all,,,229267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_00_04,f,0-4,0,4,23014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_05_09,f,5-9,5,9,18125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_10_14,f,10-14,10,14,16141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_15_19,f,15-19,15,19,13211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_20_24,f,20-24,20,24,9703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_25_29,f,25-29,25,29,7538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_30_34,f,30-34,30,34,6911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_35_39,f,35-39,35,39,6371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_40_44,f,40-44,40,44,5473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_45_49,f,45-49,45,49,4181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_50_54,f,50-54,50,54,3482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_55_59,f,55-59,55,59,2423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_60_64,f,60-64,60,64,2033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_65_69,f,65-69,65,69,1774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_70_74,f,70-74,70,74,1333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_75_79,f,75-79,75,79,766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),F_80PLUS,f,80+,80,,704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_00_04,m,0-4,0,4,23066,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_05_09,m,5-9,5,9,18791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_10_14,m,10-14,10,14,16672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_15_19,m,15-19,15,19,11739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_20_24,m,20-24,20,24,6456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_25_29,m,25-29,25,29,4797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_30_34,m,30-34,30,34,4326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_35_39,m,35-39,35,39,4150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_40_44,m,40-44,40,44,3768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_45_49,m,45-49,45,49,3072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_50_54,m,50-54,50,54,2600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_55_59,m,55-59,55,59,2077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_60_64,m,60-64,60,64,1802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_65_69,m,65-69,65,69,1143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_70_74,m,70-74,70,74,804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_75_79,m,75-79,75,79,398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),M_80PLUS,m,80+,80,,423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_00_04,all,0-4,0,4,46080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_05_09,all,5-9,5,9,36916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_10_14,all,10-14,10,14,32813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_15_19,all,15-19,15,19,24950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_20_24,all,20-24,20,24,16159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_25_29,all,25-29,25,29,12335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_30_34,all,30-34,30,34,11237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_35_39,all,35-39,35,39,10521,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_40_44,all,40-44,40,44,9241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_45_49,all,45-49,45,49,7253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_50_54,all,50-54,50,54,6082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_55_59,all,55-59,55,59,4500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_60_64,all,60-64,60,64,3835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_65_69,all,65-69,65,69,2917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_70_74,all,70-74,70,74,2137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_75_79,all,75-79,75,79,1164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09080,Quipungo (Tchipungo),T_80PLUS,all,80+,80,,1127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_TL,f,all,,,103243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_TL,m,all,,,94373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_TL,all,all,,,197616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_00_04,f,0-4,0,4,21082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_05_09,f,5-9,5,9,16152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_10_14,f,10-14,10,14,13620,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_15_19,f,15-19,15,19,10092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_20_24,f,20-24,20,24,7396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_25_29,f,25-29,25,29,5987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_30_34,f,30-34,30,34,5690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_35_39,f,35-39,35,39,5240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_40_44,f,40-44,40,44,4231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_45_49,f,45-49,45,49,3558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_50_54,f,50-54,50,54,2644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_55_59,f,55-59,55,59,2154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_60_64,f,60-64,60,64,1690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_65_69,f,65-69,65,69,1440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_70_74,f,70-74,70,74,1064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_75_79,f,75-79,75,79,622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,F_80PLUS,f,80+,80,,581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_00_04,m,0-4,0,4,21615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_05_09,m,5-9,5,9,17192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_10_14,m,10-14,10,14,14749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_15_19,m,15-19,15,19,9419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_20_24,m,20-24,20,24,5637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_25_29,m,25-29,25,29,4069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_30_34,m,30-34,30,34,3912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_35_39,m,35-39,35,39,3889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_40_44,m,40-44,40,44,3244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_45_49,m,45-49,45,49,2479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_50_54,m,50-54,50,54,2141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_55_59,m,55-59,55,59,1798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_60_64,m,60-64,60,64,1568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_65_69,m,65-69,65,69,1157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_70_74,m,70-74,70,74,706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_75_79,m,75-79,75,79,414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,M_80PLUS,m,80+,80,,384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_00_04,all,0-4,0,4,42697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_05_09,all,5-9,5,9,33344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_10_14,all,10-14,10,14,28369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_15_19,all,15-19,15,19,19511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_20_24,all,20-24,20,24,13033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_25_29,all,25-29,25,29,10056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_30_34,all,30-34,30,34,9602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_35_39,all,35-39,35,39,9129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_40_44,all,40-44,40,44,7475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_45_49,all,45-49,45,49,6037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_50_54,all,50-54,50,54,4785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_55_59,all,55-59,55,59,3952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_60_64,all,60-64,60,64,3258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_65_69,all,65-69,65,69,2597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_70_74,all,70-74,70,74,1770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_75_79,all,75-79,75,79,1036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO09,Huíla,AO09165,Cacula,T_80PLUS,all,80+,80,,965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_TL,f,all,,,222816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_TL,m,all,,,202044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_TL,all,all,,,424860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_00_04,f,0-4,0,4,44719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_05_09,f,5-9,5,9,36419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_10_14,f,10-14,10,14,26504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_15_19,f,15-19,15,19,25715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_20_24,f,20-24,20,24,17761,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_25_29,f,25-29,25,29,12187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_30_34,f,30-34,30,34,8777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_35_39,f,35-39,35,39,10406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_40_44,f,40-44,40,44,8925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_45_49,f,45-49,45,49,8740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_50_54,f,50-54,50,54,6669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_55_59,f,55-59,55,59,5680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_60_64,f,60-64,60,64,4129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_65_69,f,65-69,65,69,2732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_70_74,f,70-74,70,74,1660,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_75_79,f,75-79,75,79,1113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,F_80PLUS,f,80+,80,,680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_00_04,m,0-4,0,4,45071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_05_09,m,5-9,5,9,36406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_10_14,m,10-14,10,14,27457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_15_19,m,15-19,15,19,23634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_20_24,m,20-24,20,24,16130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_25_29,m,25-29,25,29,10508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_30_34,m,30-34,30,34,6804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_35_39,m,35-39,35,39,6861,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_40_44,m,40-44,40,44,6536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_45_49,m,45-49,45,49,6262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_50_54,m,50-54,50,54,5231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_55_59,m,55-59,55,59,4051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_60_64,m,60-64,60,64,2911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_65_69,m,65-69,65,69,2063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_70_74,m,70-74,70,74,1073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_75_79,m,75-79,75,79,632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,M_80PLUS,m,80+,80,,414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_00_04,all,0-4,0,4,89790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_05_09,all,5-9,5,9,72825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_10_14,all,10-14,10,14,53961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_15_19,all,15-19,15,19,49349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_20_24,all,20-24,20,24,33891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_25_29,all,25-29,25,29,22695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_30_34,all,30-34,30,34,15581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_35_39,all,35-39,35,39,17267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_40_44,all,40-44,40,44,15461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_45_49,all,45-49,45,49,15002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_50_54,all,50-54,50,54,11900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_55_59,all,55-59,55,59,9731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_60_64,all,60-64,60,64,7040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_65_69,all,65-69,65,69,4795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_70_74,all,70-74,70,74,2733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_75_79,all,75-79,75,79,1745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10081,Bailundo,T_80PLUS,all,80+,80,,1094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_TL,f,all,,,209114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_TL,m,all,,,194536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_TL,all,all,,,403650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_00_04,f,0-4,0,4,42870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_05_09,f,5-9,5,9,35208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_10_14,f,10-14,10,14,28459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_15_19,f,15-19,15,19,22557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_20_24,f,20-24,20,24,15315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_25_29,f,25-29,25,29,11057,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_30_34,f,30-34,30,34,9891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_35_39,f,35-39,35,39,9304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_40_44,f,40-44,40,44,7653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_45_49,f,45-49,45,49,7167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_50_54,f,50-54,50,54,5360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_55_59,f,55-59,55,59,4679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_60_64,f,60-64,60,64,3566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_65_69,f,65-69,65,69,2542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_70_74,f,70-74,70,74,1558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_75_79,f,75-79,75,79,1105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,F_80PLUS,f,80+,80,,823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_00_04,m,0-4,0,4,43513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_05_09,m,5-9,5,9,35202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_10_14,m,10-14,10,14,28740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_15_19,m,15-19,15,19,22258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_20_24,m,20-24,20,24,14325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_25_29,m,25-29,25,29,9614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_30_34,m,30-34,30,34,7714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_35_39,m,35-39,35,39,7333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_40_44,m,40-44,40,44,6249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_45_49,m,45-49,45,49,5334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_50_54,m,50-54,50,54,4303,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_55_59,m,55-59,55,59,3293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_60_64,m,60-64,60,64,2554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_65_69,m,65-69,65,69,1879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_70_74,m,70-74,70,74,1063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_75_79,m,75-79,75,79,690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,M_80PLUS,m,80+,80,,472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_00_04,all,0-4,0,4,86383,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_05_09,all,5-9,5,9,70410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_10_14,all,10-14,10,14,57199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_15_19,all,15-19,15,19,44815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_20_24,all,20-24,20,24,29640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_25_29,all,25-29,25,29,20671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_30_34,all,30-34,30,34,17605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_35_39,all,35-39,35,39,16637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_40_44,all,40-44,40,44,13902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_45_49,all,45-49,45,49,12501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_50_54,all,50-54,50,54,9663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_55_59,all,55-59,55,59,7972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_60_64,all,60-64,60,64,6120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_65_69,all,65-69,65,69,4421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_70_74,all,70-74,70,74,2621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_75_79,all,75-79,75,79,1795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10082,Caála,T_80PLUS,all,80+,80,,1295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_TL,f,all,,,90915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_TL,m,all,,,83180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_TL,all,all,,,174095,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_00_04,f,0-4,0,4,18441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_05_09,f,5-9,5,9,15058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_10_14,f,10-14,10,14,11430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_15_19,f,15-19,15,19,10231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_20_24,f,20-24,20,24,6560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_25_29,f,25-29,25,29,4276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_30_34,f,30-34,30,34,3864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_35_39,f,35-39,35,39,4657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_40_44,f,40-44,40,44,3562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_45_49,f,45-49,45,49,3314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_50_54,f,50-54,50,54,2640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_55_59,f,55-59,55,59,2231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_60_64,f,60-64,60,64,1697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_65_69,f,65-69,65,69,1291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_70_74,f,70-74,70,74,759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_75_79,f,75-79,75,79,591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,F_80PLUS,f,80+,80,,313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_00_04,m,0-4,0,4,18823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_05_09,m,5-9,5,9,15223,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_10_14,m,10-14,10,14,11833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_15_19,m,15-19,15,19,9428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_20_24,m,20-24,20,24,6082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_25_29,m,25-29,25,29,3588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_30_34,m,30-34,30,34,2585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_35_39,m,35-39,35,39,3270,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_40_44,m,40-44,40,44,2940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_45_49,m,45-49,45,49,2492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_50_54,m,50-54,50,54,2054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_55_59,m,55-59,55,59,1633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_60_64,m,60-64,60,64,1186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_65_69,m,65-69,65,69,963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_70_74,m,70-74,70,74,503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_75_79,m,75-79,75,79,348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,M_80PLUS,m,80+,80,,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_00_04,all,0-4,0,4,37264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_05_09,all,5-9,5,9,30281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_10_14,all,10-14,10,14,23263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_15_19,all,15-19,15,19,19659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_20_24,all,20-24,20,24,12642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_25_29,all,25-29,25,29,7864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_30_34,all,30-34,30,34,6449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_35_39,all,35-39,35,39,7927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_40_44,all,40-44,40,44,6502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_45_49,all,45-49,45,49,5806,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_50_54,all,50-54,50,54,4694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_55_59,all,55-59,55,59,3864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_60_64,all,60-64,60,64,2883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_65_69,all,65-69,65,69,2254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_70_74,all,70-74,70,74,1262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_75_79,all,75-79,75,79,939,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10083,Catchiungo,T_80PLUS,all,80+,80,,542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_TL,f,all,,,62240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_TL,m,all,,,56843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_TL,all,all,,,119083,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_00_04,f,0-4,0,4,12748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_05_09,f,5-9,5,9,9769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_10_14,f,10-14,10,14,8073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_15_19,f,15-19,15,19,6476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_20_24,f,20-24,20,24,4110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_25_29,f,25-29,25,29,2858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_30_34,f,30-34,30,34,2589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_35_39,f,35-39,35,39,2999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_40_44,f,40-44,40,44,2777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_45_49,f,45-49,45,49,2662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_50_54,f,50-54,50,54,1893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_55_59,f,55-59,55,59,1676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_60_64,f,60-64,60,64,1384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_65_69,f,65-69,65,69,953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_70_74,f,70-74,70,74,575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_75_79,f,75-79,75,79,429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),F_80PLUS,f,80+,80,,269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_00_04,m,0-4,0,4,12799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_05_09,m,5-9,5,9,9914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_10_14,m,10-14,10,14,8499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_15_19,m,15-19,15,19,6323,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_20_24,m,20-24,20,24,4178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_25_29,m,25-29,25,29,2486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_30_34,m,30-34,30,34,1954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_35_39,m,35-39,35,39,2114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_40_44,m,40-44,40,44,2080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_45_49,m,45-49,45,49,1825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_50_54,m,50-54,50,54,1504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_55_59,m,55-59,55,59,1028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_60_64,m,60-64,60,64,784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_65_69,m,65-69,65,69,664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_70_74,m,70-74,70,74,293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_75_79,m,75-79,75,79,243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),M_80PLUS,m,80+,80,,155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_00_04,all,0-4,0,4,25547,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_05_09,all,5-9,5,9,19683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_10_14,all,10-14,10,14,16572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_15_19,all,15-19,15,19,12799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_20_24,all,20-24,20,24,8288,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_25_29,all,25-29,25,29,5344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_30_34,all,30-34,30,34,4543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_35_39,all,35-39,35,39,5113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_40_44,all,40-44,40,44,4857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_45_49,all,45-49,45,49,4487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_50_54,all,50-54,50,54,3397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_55_59,all,55-59,55,59,2704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_60_64,all,60-64,60,64,2168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_65_69,all,65-69,65,69,1617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_70_74,all,70-74,70,74,868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_75_79,all,75-79,75,79,672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10084,Ecunha (Ekunha),T_80PLUS,all,80+,80,,424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_TL,f,all,,,531009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_TL,m,all,,,497813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_TL,all,all,,,1028822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_00_04,f,0-4,0,4,96669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_05_09,f,5-9,5,9,84278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_10_14,f,10-14,10,14,77235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_15_19,f,15-19,15,19,65445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_20_24,f,20-24,20,24,47113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_25_29,f,25-29,25,29,33461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_30_34,f,30-34,30,34,25980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_35_39,f,35-39,35,39,23371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_40_44,f,40-44,40,44,18570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_45_49,f,45-49,45,49,16190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_50_54,f,50-54,50,54,12475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_55_59,f,55-59,55,59,10635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_60_64,f,60-64,60,64,7471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_65_69,f,65-69,65,69,5184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_70_74,f,70-74,70,74,3121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_75_79,f,75-79,75,79,2159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,F_80PLUS,f,80+,80,,1652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_00_04,m,0-4,0,4,97814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_05_09,m,5-9,5,9,83216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_10_14,m,10-14,10,14,72598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_15_19,m,15-19,15,19,63098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_20_24,m,20-24,20,24,45074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_25_29,m,25-29,25,29,30887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_30_34,m,30-34,30,34,22917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_35_39,m,35-39,35,39,19882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_40_44,m,40-44,40,44,16562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_45_49,m,45-49,45,49,13822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_50_54,m,50-54,50,54,10414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_55_59,m,55-59,55,59,8345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_60_64,m,60-64,60,64,5591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_65_69,m,65-69,65,69,3640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_70_74,m,70-74,70,74,1952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_75_79,m,75-79,75,79,1173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,M_80PLUS,m,80+,80,,828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_00_04,all,0-4,0,4,194483,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_05_09,all,5-9,5,9,167494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_10_14,all,10-14,10,14,149833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_15_19,all,15-19,15,19,128543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_20_24,all,20-24,20,24,92187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_25_29,all,25-29,25,29,64348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_30_34,all,30-34,30,34,48897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_35_39,all,35-39,35,39,43253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_40_44,all,40-44,40,44,35132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_45_49,all,45-49,45,49,30012,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_50_54,all,50-54,50,54,22889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_55_59,all,55-59,55,59,18980,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_60_64,all,60-64,60,64,13062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_65_69,all,65-69,65,69,8824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_70_74,all,70-74,70,74,5073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_75_79,all,75-79,75,79,3332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10085,Huambo,T_80PLUS,all,80+,80,,2480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_TL,f,all,,,102946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_TL,m,all,,,90745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_TL,all,all,,,193691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_00_04,f,0-4,0,4,20349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_05_09,f,5-9,5,9,16894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_10_14,f,10-14,10,14,11636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_15_19,f,15-19,15,19,10162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_20_24,f,20-24,20,24,7696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_25_29,f,25-29,25,29,5623,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_30_34,f,30-34,30,34,4619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_35_39,f,35-39,35,39,5222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_40_44,f,40-44,40,44,4458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_45_49,f,45-49,45,49,4628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_50_54,f,50-54,50,54,3472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_55_59,f,55-59,55,59,2871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_60_64,f,60-64,60,64,1898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_65_69,f,65-69,65,69,1564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_70_74,f,70-74,70,74,970,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_75_79,f,75-79,75,79,536,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,F_80PLUS,f,80+,80,,348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_00_04,m,0-4,0,4,20930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_05_09,m,5-9,5,9,16968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_10_14,m,10-14,10,14,12124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_15_19,m,15-19,15,19,9722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_20_24,m,20-24,20,24,6546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_25_29,m,25-29,25,29,4267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_30_34,m,30-34,30,34,2994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_35_39,m,35-39,35,39,3360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_40_44,m,40-44,40,44,2942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_45_49,m,45-49,45,49,3201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_50_54,m,50-54,50,54,2429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_55_59,m,55-59,55,59,1805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_60_64,m,60-64,60,64,1203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_65_69,m,65-69,65,69,1106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_70_74,m,70-74,70,74,552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_75_79,m,75-79,75,79,390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,M_80PLUS,m,80+,80,,206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_00_04,all,0-4,0,4,41279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_05_09,all,5-9,5,9,33862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_10_14,all,10-14,10,14,23760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_15_19,all,15-19,15,19,19884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_20_24,all,20-24,20,24,14242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_25_29,all,25-29,25,29,9890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_30_34,all,30-34,30,34,7613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_35_39,all,35-39,35,39,8582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_40_44,all,40-44,40,44,7400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_45_49,all,45-49,45,49,7829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_50_54,all,50-54,50,54,5901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_55_59,all,55-59,55,59,4676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_60_64,all,60-64,60,64,3101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_65_69,all,65-69,65,69,2670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_70_74,all,70-74,70,74,1522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_75_79,all,75-79,75,79,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10086,Londuimbale,T_80PLUS,all,80+,80,,554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_TL,f,all,,,69475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_TL,m,all,,,63402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_TL,all,all,,,132877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_00_04,f,0-4,0,4,14737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_05_09,f,5-9,5,9,11769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_10_14,f,10-14,10,14,8812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_15_19,f,15-19,15,19,6915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_20_24,f,20-24,20,24,4598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_25_29,f,25-29,25,29,3286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_30_34,f,30-34,30,34,3272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_35_39,f,35-39,35,39,3523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_40_44,f,40-44,40,44,2685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_45_49,f,45-49,45,49,2621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_50_54,f,50-54,50,54,1910,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_55_59,f,55-59,55,59,1702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_60_64,f,60-64,60,64,1314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_65_69,f,65-69,65,69,984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_70_74,f,70-74,70,74,644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_75_79,f,75-79,75,79,446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,F_80PLUS,f,80+,80,,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_00_04,m,0-4,0,4,14556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_05_09,m,5-9,5,9,11981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_10_14,m,10-14,10,14,9065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_15_19,m,15-19,15,19,6965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_20_24,m,20-24,20,24,4333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_25_29,m,25-29,25,29,2668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_30_34,m,30-34,30,34,2167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_35_39,m,35-39,35,39,2430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_40_44,m,40-44,40,44,1983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_45_49,m,45-49,45,49,1927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_50_54,m,50-54,50,54,1532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_55_59,m,55-59,55,59,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_60_64,m,60-64,60,64,927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_65_69,m,65-69,65,69,747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_70_74,m,70-74,70,74,386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_75_79,m,75-79,75,79,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,M_80PLUS,m,80+,80,,195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_00_04,all,0-4,0,4,29293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_05_09,all,5-9,5,9,23750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_10_14,all,10-14,10,14,17877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_15_19,all,15-19,15,19,13880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_20_24,all,20-24,20,24,8931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_25_29,all,25-29,25,29,5954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_30_34,all,30-34,30,34,5439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_35_39,all,35-39,35,39,5953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_40_44,all,40-44,40,44,4668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_45_49,all,45-49,45,49,4548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_50_54,all,50-54,50,54,3442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_55_59,all,55-59,55,59,2963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_60_64,all,60-64,60,64,2241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_65_69,all,65-69,65,69,1731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_70_74,all,70-74,70,74,1030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_75_79,all,75-79,75,79,725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10087,Longonjo,T_80PLUS,all,80+,80,,452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_TL,f,all,,,86477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_TL,m,all,,,77144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_TL,all,all,,,163621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_00_04,f,0-4,0,4,16947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_05_09,f,5-9,5,9,14037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_10_14,f,10-14,10,14,10279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_15_19,f,15-19,15,19,10266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_20_24,f,20-24,20,24,6508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_25_29,f,25-29,25,29,4546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_30_34,f,30-34,30,34,3598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_35_39,f,35-39,35,39,4463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_40_44,f,40-44,40,44,3637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_45_49,f,45-49,45,49,3393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_50_54,f,50-54,50,54,2707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_55_59,f,55-59,55,59,2176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_60_64,f,60-64,60,64,1546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_65_69,f,65-69,65,69,1115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_70_74,f,70-74,70,74,636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_75_79,f,75-79,75,79,370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,F_80PLUS,f,80+,80,,253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_00_04,m,0-4,0,4,17145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_05_09,m,5-9,5,9,14399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_10_14,m,10-14,10,14,10220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_15_19,m,15-19,15,19,9255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_20_24,m,20-24,20,24,6195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_25_29,m,25-29,25,29,3711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_30_34,m,30-34,30,34,2425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_35_39,m,35-39,35,39,2832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_40_44,m,40-44,40,44,2635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_45_49,m,45-49,45,49,2473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_50_54,m,50-54,50,54,1841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_55_59,m,55-59,55,59,1404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_60_64,m,60-64,60,64,1056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_65_69,m,65-69,65,69,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_70_74,m,70-74,70,74,396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_75_79,m,75-79,75,79,213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,M_80PLUS,m,80+,80,,168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_00_04,all,0-4,0,4,34092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_05_09,all,5-9,5,9,28436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_10_14,all,10-14,10,14,20499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_15_19,all,15-19,15,19,19521,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_20_24,all,20-24,20,24,12703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_25_29,all,25-29,25,29,8257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_30_34,all,30-34,30,34,6023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_35_39,all,35-39,35,39,7295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_40_44,all,40-44,40,44,6272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_45_49,all,45-49,45,49,5866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_50_54,all,50-54,50,54,4548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_55_59,all,55-59,55,59,3580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_60_64,all,60-64,60,64,2602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_65_69,all,65-69,65,69,1891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_70_74,all,70-74,70,74,1032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_75_79,all,75-79,75,79,583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10088,Mungo,T_80PLUS,all,80+,80,,421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_TL,f,all,,,78231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_TL,m,all,,,71304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_TL,all,all,,,149535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_00_04,f,0-4,0,4,15249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_05_09,f,5-9,5,9,12285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_10_14,f,10-14,10,14,9557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_15_19,f,15-19,15,19,8866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_20_24,f,20-24,20,24,5630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_25_29,f,25-29,25,29,3335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_30_34,f,30-34,30,34,2969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_35_39,f,35-39,35,39,3864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_40_44,f,40-44,40,44,3461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_45_49,f,45-49,45,49,3171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_50_54,f,50-54,50,54,2642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_55_59,f,55-59,55,59,2653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_60_64,f,60-64,60,64,1681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_65_69,f,65-69,65,69,1175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_70_74,f,70-74,70,74,772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_75_79,f,75-79,75,79,521,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,F_80PLUS,f,80+,80,,400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_00_04,m,0-4,0,4,15250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_05_09,m,5-9,5,9,12474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_10_14,m,10-14,10,14,9766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_15_19,m,15-19,15,19,8221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_20_24,m,20-24,20,24,6068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_25_29,m,25-29,25,29,2957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_30_34,m,30-34,30,34,2075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_35_39,m,35-39,35,39,2432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_40_44,m,40-44,40,44,2539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_45_49,m,45-49,45,49,2401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_50_54,m,50-54,50,54,2172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_55_59,m,55-59,55,59,1604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_60_64,m,60-64,60,64,1257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_65_69,m,65-69,65,69,893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_70_74,m,70-74,70,74,509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_75_79,m,75-79,75,79,382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,M_80PLUS,m,80+,80,,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_00_04,all,0-4,0,4,30499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_05_09,all,5-9,5,9,24759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_10_14,all,10-14,10,14,19323,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_15_19,all,15-19,15,19,17087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_20_24,all,20-24,20,24,11698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_25_29,all,25-29,25,29,6292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_30_34,all,30-34,30,34,5044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_35_39,all,35-39,35,39,6296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_40_44,all,40-44,40,44,6000,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_45_49,all,45-49,45,49,5572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_50_54,all,50-54,50,54,4814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_55_59,all,55-59,55,59,4257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_60_64,all,60-64,60,64,2938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_65_69,all,65-69,65,69,2068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_70_74,all,70-74,70,74,1281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_75_79,all,75-79,75,79,903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10089,Tchikala-Tcholohanga,T_80PLUS,all,80+,80,,704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_TL,f,all,,,23198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_TL,m,all,,,20720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_TL,all,all,,,43918,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_00_04,f,0-4,0,4,4562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_05_09,f,5-9,5,9,3767,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_10_14,f,10-14,10,14,2984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_15_19,f,15-19,15,19,2359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_20_24,f,20-24,20,24,1473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_25_29,f,25-29,25,29,1168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_30_34,f,30-34,30,34,1038,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_35_39,f,35-39,35,39,1159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_40_44,f,40-44,40,44,971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_45_49,f,45-49,45,49,986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_50_54,f,50-54,50,54,734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_55_59,f,55-59,55,59,592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_60_64,f,60-64,60,64,443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_65_69,f,65-69,65,69,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_70_74,f,70-74,70,74,269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_75_79,f,75-79,75,79,215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,F_80PLUS,f,80+,80,,118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_00_04,m,0-4,0,4,4738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_05_09,m,5-9,5,9,3916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_10_14,m,10-14,10,14,2938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_15_19,m,15-19,15,19,2337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_20_24,m,20-24,20,24,1396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_25_29,m,25-29,25,29,952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_30_34,m,30-34,30,34,710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_35_39,m,35-39,35,39,771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_40_44,m,40-44,40,44,612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_45_49,m,45-49,45,49,591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_50_54,m,50-54,50,54,495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_55_59,m,55-59,55,59,380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_60_64,m,60-64,60,64,308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_65_69,m,65-69,65,69,240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_70_74,m,70-74,70,74,176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_75_79,m,75-79,75,79,89,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,M_80PLUS,m,80+,80,,71,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_00_04,all,0-4,0,4,9300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_05_09,all,5-9,5,9,7683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_10_14,all,10-14,10,14,5922,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_15_19,all,15-19,15,19,4696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_20_24,all,20-24,20,24,2869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_25_29,all,25-29,25,29,2120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_30_34,all,30-34,30,34,1748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_35_39,all,35-39,35,39,1930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_40_44,all,40-44,40,44,1583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_45_49,all,45-49,45,49,1577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_50_54,all,50-54,50,54,1229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_55_59,all,55-59,55,59,972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_60_64,all,60-64,60,64,751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_65_69,all,65-69,65,69,600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_70_74,all,70-74,70,74,445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_75_79,all,75-79,75,79,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10090,Tchinjenje,T_80PLUS,all,80+,80,,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_TL,f,all,,,41427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_TL,m,all,,,37999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_TL,all,all,,,79426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_00_04,f,0-4,0,4,8251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_05_09,f,5-9,5,9,6817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_10_14,f,10-14,10,14,5278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_15_19,f,15-19,15,19,4392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_20_24,f,20-24,20,24,2795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_25_29,f,25-29,25,29,2045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_30_34,f,30-34,30,34,1670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_35_39,f,35-39,35,39,2099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_40_44,f,40-44,40,44,1720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_45_49,f,45-49,45,49,1852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_50_54,f,50-54,50,54,1236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_55_59,f,55-59,55,59,991,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_60_64,f,60-64,60,64,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_65_69,f,65-69,65,69,661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_70_74,f,70-74,70,74,419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_75_79,f,75-79,75,79,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,F_80PLUS,f,80+,80,,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_00_04,m,0-4,0,4,8504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_05_09,m,5-9,5,9,6959,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_10_14,m,10-14,10,14,5594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_15_19,m,15-19,15,19,4130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_20_24,m,20-24,20,24,2781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_25_29,m,25-29,25,29,1693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_30_34,m,30-34,30,34,1224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_35_39,m,35-39,35,39,1395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_40_44,m,40-44,40,44,1163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_45_49,m,45-49,45,49,1230,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_50_54,m,50-54,50,54,1026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_55_59,m,55-59,55,59,729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_60_64,m,60-64,60,64,619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_65_69,m,65-69,65,69,411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_70_74,m,70-74,70,74,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_75_79,m,75-79,75,79,169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,M_80PLUS,m,80+,80,,115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_00_04,all,0-4,0,4,16755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_05_09,all,5-9,5,9,13776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_10_14,all,10-14,10,14,10872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_15_19,all,15-19,15,19,8522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_20_24,all,20-24,20,24,5576,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_25_29,all,25-29,25,29,3738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_30_34,all,30-34,30,34,2894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_35_39,all,35-39,35,39,3494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_40_44,all,40-44,40,44,2883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_45_49,all,45-49,45,49,3082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_50_54,all,50-54,50,54,2262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_55_59,all,55-59,55,59,1720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_60_64,all,60-64,60,64,1395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_65_69,all,65-69,65,69,1072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_70_74,all,70-74,70,74,676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_75_79,all,75-79,75,79,413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO10,Huambo,AO10091,Ukuma,T_80PLUS,all,80+,80,,296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_TL,f,all,,,56114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_TL,m,all,,,60953,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_TL,all,all,,,117067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_00_04,f,0-4,0,4,9860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_05_09,f,5-9,5,9,8006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_10_14,f,10-14,10,14,6368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_15_19,f,15-19,15,19,5048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_20_24,f,20-24,20,24,4458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_25_29,f,25-29,25,29,3569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_30_34,f,30-34,30,34,3018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_35_39,f,35-39,35,39,2598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_40_44,f,40-44,40,44,2381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_45_49,f,45-49,45,49,2304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_50_54,f,50-54,50,54,2302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_55_59,f,55-59,55,59,1855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_60_64,f,60-64,60,64,1440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_65_69,f,65-69,65,69,1091,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_70_74,f,70-74,70,74,752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_75_79,f,75-79,75,79,614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,F_80PLUS,f,80+,80,,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_00_04,m,0-4,0,4,9736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_05_09,m,5-9,5,9,8334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_10_14,m,10-14,10,14,7045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_15_19,m,15-19,15,19,6112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_20_24,m,20-24,20,24,6427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_25_29,m,25-29,25,29,4641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_30_34,m,30-34,30,34,3628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_35_39,m,35-39,35,39,3187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_40_44,m,40-44,40,44,2561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_45_49,m,45-49,45,49,2259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_50_54,m,50-54,50,54,1963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_55_59,m,55-59,55,59,1792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_60_64,m,60-64,60,64,1404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_65_69,m,65-69,65,69,948,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_70_74,m,70-74,70,74,489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_75_79,m,75-79,75,79,235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,M_80PLUS,m,80+,80,,192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_00_04,all,0-4,0,4,19596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_05_09,all,5-9,5,9,16340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_10_14,all,10-14,10,14,13413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_15_19,all,15-19,15,19,11160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_20_24,all,20-24,20,24,10885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_25_29,all,25-29,25,29,8210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_30_34,all,30-34,30,34,6646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_35_39,all,35-39,35,39,5785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_40_44,all,40-44,40,44,4942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_45_49,all,45-49,45,49,4563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_50_54,all,50-54,50,54,4265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_55_59,all,55-59,55,59,3647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_60_64,all,60-64,60,64,2844,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_65_69,all,65-69,65,69,2039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_70_74,all,70-74,70,74,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_75_79,all,75-79,75,79,849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11003,Icolo e Bengo,T_80PLUS,all,80+,80,,642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_TL,f,all,,,17648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_TL,m,all,,,20649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_TL,all,all,,,38297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_00_04,f,0-4,0,4,3327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_05_09,f,5-9,5,9,2661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_10_14,f,10-14,10,14,2045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_15_19,f,15-19,15,19,1437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_20_24,f,20-24,20,24,1341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_25_29,f,25-29,25,29,1175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_30_34,f,30-34,30,34,1079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_35_39,f,35-39,35,39,1032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_40_44,f,40-44,40,44,848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_45_49,f,45-49,45,49,685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_50_54,f,50-54,50,54,532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_55_59,f,55-59,55,59,449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_60_64,f,60-64,60,64,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_65_69,f,65-69,65,69,293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_70_74,f,70-74,70,74,209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_75_79,f,75-79,75,79,85,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",F_80PLUS,f,80+,80,,90,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_00_04,m,0-4,0,4,3317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_05_09,m,5-9,5,9,2813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_10_14,m,10-14,10,14,2369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_15_19,m,15-19,15,19,2026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_20_24,m,20-24,20,24,2214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_25_29,m,25-29,25,29,1474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_30_34,m,30-34,30,34,1285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_35_39,m,35-39,35,39,1446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_40_44,m,40-44,40,44,1088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_45_49,m,45-49,45,49,799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_50_54,m,50-54,50,54,553,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_55_59,m,55-59,55,59,468,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_60_64,m,60-64,60,64,352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_65_69,m,65-69,65,69,241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_70_74,m,70-74,70,74,108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_75_79,m,75-79,75,79,64,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",M_80PLUS,m,80+,80,,32,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_00_04,all,0-4,0,4,6644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_05_09,all,5-9,5,9,5474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_10_14,all,10-14,10,14,4414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_15_19,all,15-19,15,19,3463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_20_24,all,20-24,20,24,3555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_25_29,all,25-29,25,29,2649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_30_34,all,30-34,30,34,2364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_35_39,all,35-39,35,39,2478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_40_44,all,40-44,40,44,1936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_45_49,all,45-49,45,49,1484,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_50_54,all,50-54,50,54,1085,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_55_59,all,55-59,55,59,917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_60_64,all,60-64,60,64,712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_65_69,all,65-69,65,69,534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_70_74,all,70-74,70,74,317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_75_79,all,75-79,75,79,149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11004,"Quissama (Muxima, Quiçama)",T_80PLUS,all,80+,80,,122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_TL,f,all,,,784781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_TL,m,all,,,759100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_TL,all,all,,,1543881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_00_04,f,0-4,0,4,130173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_05_09,f,5-9,5,9,124734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_10_14,f,10-14,10,14,116784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_15_19,f,15-19,15,19,89951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_20_24,f,20-24,20,24,69367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_25_29,f,25-29,25,29,58273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_30_34,f,30-34,30,34,53251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_35_39,f,35-39,35,39,43148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_40_44,f,40-44,40,44,31881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_45_49,f,45-49,45,49,22275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_50_54,f,50-54,50,54,15355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_55_59,f,55-59,55,59,11291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_60_64,f,60-64,60,64,7274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_65_69,f,65-69,65,69,4737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_70_74,f,70-74,70,74,2894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_75_79,f,75-79,75,79,1866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,F_80PLUS,f,80+,80,,1527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_00_04,m,0-4,0,4,134315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_05_09,m,5-9,5,9,124564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_10_14,m,10-14,10,14,106788,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_15_19,m,15-19,15,19,81547,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_20_24,m,20-24,20,24,62924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_25_29,m,25-29,25,29,53481,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_30_34,m,30-34,30,34,48650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_35_39,m,35-39,35,39,42334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_40_44,m,40-44,40,44,33580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_45_49,m,45-49,45,49,25765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_50_54,m,50-54,50,54,17116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_55_59,m,55-59,55,59,13043,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_60_64,m,60-64,60,64,7291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_65_69,m,65-69,65,69,4100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_70_74,m,70-74,70,74,1838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_75_79,m,75-79,75,79,1005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,M_80PLUS,m,80+,80,,759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_00_04,all,0-4,0,4,264488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_05_09,all,5-9,5,9,249298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_10_14,all,10-14,10,14,223572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_15_19,all,15-19,15,19,171498,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_20_24,all,20-24,20,24,132291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_25_29,all,25-29,25,29,111754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_30_34,all,30-34,30,34,101901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_35_39,all,35-39,35,39,85482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_40_44,all,40-44,40,44,65461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_45_49,all,45-49,45,49,48040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_50_54,all,50-54,50,54,32471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_55_59,all,55-59,55,59,24334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_60_64,all,60-64,60,64,14565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_65_69,all,65-69,65,69,8837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_70_74,all,70-74,70,74,4732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_75_79,all,75-79,75,79,2871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11092,Cacuaco,T_80PLUS,all,80+,80,,2286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_TL,f,all,,,650229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_TL,m,all,,,637221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_TL,all,all,,,1287450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_00_04,f,0-4,0,4,84740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_05_09,f,5-9,5,9,86014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_10_14,f,10-14,10,14,90504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_15_19,f,15-19,15,19,78888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_20_24,f,20-24,20,24,67796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_25_29,f,25-29,25,29,55683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_30_34,f,30-34,30,34,46274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_35_39,f,35-39,35,39,35676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_40_44,f,40-44,40,44,28473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_45_49,f,45-49,45,49,22672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_50_54,f,50-54,50,54,17841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_55_59,f,55-59,55,59,13211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_60_64,f,60-64,60,64,8867,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_65_69,f,65-69,65,69,5744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_70_74,f,70-74,70,74,3586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_75_79,f,75-79,75,79,2370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,F_80PLUS,f,80+,80,,1890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_00_04,m,0-4,0,4,86364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_05_09,m,5-9,5,9,85765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_10_14,m,10-14,10,14,86348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_15_19,m,15-19,15,19,74901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_20_24,m,20-24,20,24,65621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_25_29,m,25-29,25,29,57516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_30_34,m,30-34,30,34,46196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_35_39,m,35-39,35,39,34474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_40_44,m,40-44,40,44,28654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_45_49,m,45-49,45,49,23411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_50_54,m,50-54,50,54,16770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_55_59,m,55-59,55,59,14490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_60_64,m,60-64,60,64,8093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_65_69,m,65-69,65,69,4562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_70_74,m,70-74,70,74,2050,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_75_79,m,75-79,75,79,1278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,M_80PLUS,m,80+,80,,728,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_00_04,all,0-4,0,4,171104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_05_09,all,5-9,5,9,171779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_10_14,all,10-14,10,14,176852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_15_19,all,15-19,15,19,153789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_20_24,all,20-24,20,24,133417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_25_29,all,25-29,25,29,113199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_30_34,all,30-34,30,34,92470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_35_39,all,35-39,35,39,70150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_40_44,all,40-44,40,44,57127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_45_49,all,45-49,45,49,46083,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_50_54,all,50-54,50,54,34611,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_55_59,all,55-59,55,59,27701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_60_64,all,60-64,60,64,16960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_65_69,all,65-69,65,69,10306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_70_74,all,70-74,70,74,5636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_75_79,all,75-79,75,79,3648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11093,Cazenga,T_80PLUS,all,80+,80,,2618,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_TL,f,all,,,1602882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_TL,m,all,,,1563437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_TL,all,all,,,3166319,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_00_04,f,0-4,0,4,207430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_05_09,f,5-9,5,9,208286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_10_14,f,10-14,10,14,222882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_15_19,f,15-19,15,19,195817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_20_24,f,20-24,20,24,163963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_25_29,f,25-29,25,29,136796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_30_34,f,30-34,30,34,117675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_35_39,f,35-39,35,39,90258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_40_44,f,40-44,40,44,72504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_45_49,f,45-49,45,49,55577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_50_54,f,50-54,50,54,42588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_55_59,f,55-59,55,59,33110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_60_64,f,60-64,60,64,21977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_65_69,f,65-69,65,69,14311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_70_74,f,70-74,70,74,8488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_75_79,f,75-79,75,79,6146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,F_80PLUS,f,80+,80,,5074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_00_04,m,0-4,0,4,212709,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_05_09,m,5-9,5,9,205432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_10_14,m,10-14,10,14,204220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_15_19,m,15-19,15,19,183487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_20_24,m,20-24,20,24,163812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_25_29,m,25-29,25,29,143523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_30_34,m,30-34,30,34,117113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_35_39,m,35-39,35,39,87582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_40_44,m,40-44,40,44,69996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_45_49,m,45-49,45,49,57175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_50_54,m,50-54,50,54,41673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_55_59,m,55-59,55,59,34922,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_60_64,m,60-64,60,64,20292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_65_69,m,65-69,65,69,11229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_70_74,m,70-74,70,74,4966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_75_79,m,75-79,75,79,3153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,M_80PLUS,m,80+,80,,2153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_00_04,all,0-4,0,4,420139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_05_09,all,5-9,5,9,413718,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_10_14,all,10-14,10,14,427102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_15_19,all,15-19,15,19,379304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_20_24,all,20-24,20,24,327775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_25_29,all,25-29,25,29,280319,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_30_34,all,30-34,30,34,234788,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_35_39,all,35-39,35,39,177840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_40_44,all,40-44,40,44,142500,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_45_49,all,45-49,45,49,112752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_50_54,all,50-54,50,54,84261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_55_59,all,55-59,55,59,68032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_60_64,all,60-64,60,64,42269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_65_69,all,65-69,65,69,25540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_70_74,all,70-74,70,74,13454,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_75_79,all,75-79,75,79,9299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11094,Luanda,T_80PLUS,all,80+,80,,7227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_TL,f,all,,,786824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_TL,m,all,,,764218,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_TL,all,all,,,1551042,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_00_04,f,0-4,0,4,113342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_05_09,f,5-9,5,9,114522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_10_14,f,10-14,10,14,117677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_15_19,f,15-19,15,19,93577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_20_24,f,20-24,20,24,71527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_25_29,f,25-29,25,29,64632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_30_34,f,30-34,30,34,62432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_35_39,f,35-39,35,39,47498,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_40_44,f,40-44,40,44,33800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_45_49,f,45-49,45,49,23211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_50_54,f,50-54,50,54,15683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_55_59,f,55-59,55,59,10833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_60_64,f,60-64,60,64,7089,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_65_69,f,65-69,65,69,4667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_70_74,f,70-74,70,74,2824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_75_79,f,75-79,75,79,1745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),F_80PLUS,f,80+,80,,1765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_00_04,m,0-4,0,4,116210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_05_09,m,5-9,5,9,111294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_10_14,m,10-14,10,14,102350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_15_19,m,15-19,15,19,83109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_20_24,m,20-24,20,24,69854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_25_29,m,25-29,25,29,61331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_30_34,m,30-34,30,34,60655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_35_39,m,35-39,35,39,48673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_40_44,m,40-44,40,44,37246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_45_49,m,45-49,45,49,28024,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_50_54,m,50-54,50,54,18740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_55_59,m,55-59,55,59,12931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_60_64,m,60-64,60,64,6960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_65_69,m,65-69,65,69,3519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_70_74,m,70-74,70,74,1560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_75_79,m,75-79,75,79,914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),M_80PLUS,m,80+,80,,848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_00_04,all,0-4,0,4,229552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_05_09,all,5-9,5,9,225816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_10_14,all,10-14,10,14,220027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_15_19,all,15-19,15,19,176686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_20_24,all,20-24,20,24,141381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_25_29,all,25-29,25,29,125963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_30_34,all,30-34,30,34,123087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_35_39,all,35-39,35,39,96171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_40_44,all,40-44,40,44,71046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_45_49,all,45-49,45,49,51235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_50_54,all,50-54,50,54,34423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_55_59,all,55-59,55,59,23764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_60_64,all,60-64,60,64,14049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_65_69,all,65-69,65,69,8186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_70_74,all,70-74,70,74,4384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_75_79,all,75-79,75,79,2659,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11098,Belas (Samba),T_80PLUS,all,80+,80,,2613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_TL,f,all,,,1173348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_TL,m,all,,,1142579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_TL,all,all,,,2315927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_00_04,f,0-4,0,4,178570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_05_09,f,5-9,5,9,179341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_10_14,f,10-14,10,14,177492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_15_19,f,15-19,15,19,139082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_20_24,f,20-24,20,24,106727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_25_29,f,25-29,25,29,88757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_30_34,f,30-34,30,34,81927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_35_39,f,35-39,35,39,65911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_40_44,f,40-44,40,44,50076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_45_49,f,45-49,45,49,35251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_50_54,f,50-54,50,54,24426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_55_59,f,55-59,55,59,16918,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_60_64,f,60-64,60,64,11136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_65_69,f,65-69,65,69,7297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_70_74,f,70-74,70,74,4509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_75_79,f,75-79,75,79,3221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,F_80PLUS,f,80+,80,,2707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_00_04,m,0-4,0,4,183045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_05_09,m,5-9,5,9,178336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_10_14,m,10-14,10,14,163777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_15_19,m,15-19,15,19,130878,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_20_24,m,20-24,20,24,103122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_25_29,m,25-29,25,29,84766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_30_34,m,30-34,30,34,76564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_35_39,m,35-39,35,39,63213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_40_44,m,40-44,40,44,50741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_45_49,m,45-49,45,49,39898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_50_54,m,50-54,50,54,27464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_55_59,m,55-59,55,59,19217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_60_64,m,60-64,60,64,10690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_65_69,m,65-69,65,69,5565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_70_74,m,70-74,70,74,2625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_75_79,m,75-79,75,79,1386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,M_80PLUS,m,80+,80,,1292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_00_04,all,0-4,0,4,361615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_05_09,all,5-9,5,9,357677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_10_14,all,10-14,10,14,341269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_15_19,all,15-19,15,19,269960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_20_24,all,20-24,20,24,209849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_25_29,all,25-29,25,29,173523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_30_34,all,30-34,30,34,158491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_35_39,all,35-39,35,39,129124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_40_44,all,40-44,40,44,100817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_45_49,all,45-49,45,49,75149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_50_54,all,50-54,50,54,51890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_55_59,all,55-59,55,59,36135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_60_64,all,60-64,60,64,21826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_65_69,all,65-69,65,69,12862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_70_74,all,70-74,70,74,7134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_75_79,all,75-79,75,79,4607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO11,Luanda,AO11100,Viana,T_80PLUS,all,80+,80,,3999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_TL,f,all,,,83335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_TL,m,all,,,89968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_TL,all,all,,,173303,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_00_04,f,0-4,0,4,15833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_05_09,f,5-9,5,9,12360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_10_14,f,10-14,10,14,9258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_15_19,f,15-19,15,19,7638,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_20_24,f,20-24,20,24,6228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_25_29,f,25-29,25,29,6070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_30_34,f,30-34,30,34,5338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_35_39,f,35-39,35,39,4735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_40_44,f,40-44,40,44,4416,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_45_49,f,45-49,45,49,3477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_50_54,f,50-54,50,54,2461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_55_59,f,55-59,55,59,1920,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_60_64,f,60-64,60,64,1412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_65_69,f,65-69,65,69,999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_70_74,f,70-74,70,74,579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_75_79,f,75-79,75,79,413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,F_80PLUS,f,80+,80,,198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_00_04,m,0-4,0,4,16046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_05_09,m,5-9,5,9,12607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_10_14,m,10-14,10,14,9176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_15_19,m,15-19,15,19,7595,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_20_24,m,20-24,20,24,6172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_25_29,m,25-29,25,29,6192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_30_34,m,30-34,30,34,6167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_35_39,m,35-39,35,39,6181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_40_44,m,40-44,40,44,5799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_45_49,m,45-49,45,49,4797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_50_54,m,50-54,50,54,3172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_55_59,m,55-59,55,59,2256,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_60_64,m,60-64,60,64,1738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_65_69,m,65-69,65,69,1066,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_70_74,m,70-74,70,74,526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_75_79,m,75-79,75,79,295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,M_80PLUS,m,80+,80,,183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_00_04,all,0-4,0,4,31879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_05_09,all,5-9,5,9,24967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_10_14,all,10-14,10,14,18434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_15_19,all,15-19,15,19,15233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_20_24,all,20-24,20,24,12400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_25_29,all,25-29,25,29,12262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_30_34,all,30-34,30,34,11505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_35_39,all,35-39,35,39,10916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_40_44,all,40-44,40,44,10215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_45_49,all,45-49,45,49,8274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_50_54,all,50-54,50,54,5633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_55_59,all,55-59,55,59,4176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_60_64,all,60-64,60,64,3150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_65_69,all,65-69,65,69,2065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_70_74,all,70-74,70,74,1105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_75_79,all,75-79,75,79,708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12101,Cambulo,T_80PLUS,all,80+,80,,381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_TL,f,all,,,40176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_TL,m,all,,,43910,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_TL,all,all,,,84086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_00_04,f,0-4,0,4,7685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_05_09,f,5-9,5,9,5855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_10_14,f,10-14,10,14,4185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_15_19,f,15-19,15,19,3289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_20_24,f,20-24,20,24,3131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_25_29,f,25-29,25,29,2958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_30_34,f,30-34,30,34,3069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_35_39,f,35-39,35,39,2680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_40_44,f,40-44,40,44,2161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_45_49,f,45-49,45,49,1585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_50_54,f,50-54,50,54,1290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_55_59,f,55-59,55,59,850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_60_64,f,60-64,60,64,658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_65_69,f,65-69,65,69,362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_70_74,f,70-74,70,74,234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_75_79,f,75-79,75,79,102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,F_80PLUS,f,80+,80,,82,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_00_04,m,0-4,0,4,7554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_05_09,m,5-9,5,9,6135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_10_14,m,10-14,10,14,4317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_15_19,m,15-19,15,19,3141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_20_24,m,20-24,20,24,2758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_25_29,m,25-29,25,29,3011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_30_34,m,30-34,30,34,3267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_35_39,m,35-39,35,39,3448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_40_44,m,40-44,40,44,3168,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_45_49,m,45-49,45,49,2626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_50_54,m,50-54,50,54,1712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_55_59,m,55-59,55,59,1039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_60_64,m,60-64,60,64,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_65_69,m,65-69,65,69,433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_70_74,m,70-74,70,74,272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_75_79,m,75-79,75,79,131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,M_80PLUS,m,80+,80,,104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_00_04,all,0-4,0,4,15239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_05_09,all,5-9,5,9,11990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_10_14,all,10-14,10,14,8502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_15_19,all,15-19,15,19,6430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_20_24,all,20-24,20,24,5889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_25_29,all,25-29,25,29,5969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_30_34,all,30-34,30,34,6336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_35_39,all,35-39,35,39,6128,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_40_44,all,40-44,40,44,5329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_45_49,all,45-49,45,49,4211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_50_54,all,50-54,50,54,3002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_55_59,all,55-59,55,59,1889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_60_64,all,60-64,60,64,1452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_65_69,all,65-69,65,69,795,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_70_74,all,70-74,70,74,506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_75_79,all,75-79,75,79,233,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12102,Capenda-Camulemba,T_80PLUS,all,80+,80,,186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_TL,f,all,,,20027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_TL,m,all,,,20606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_TL,all,all,,,40633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_00_04,f,0-4,0,4,3585,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_05_09,f,5-9,5,9,2949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_10_14,f,10-14,10,14,2412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_15_19,f,15-19,15,19,1633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_20_24,f,20-24,20,24,1410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_25_29,f,25-29,25,29,1166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_30_34,f,30-34,30,34,1211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_35_39,f,35-39,35,39,1058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_40_44,f,40-44,40,44,1080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_45_49,f,45-49,45,49,895,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_50_54,f,50-54,50,54,779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_55_59,f,55-59,55,59,582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_60_64,f,60-64,60,64,508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_65_69,f,65-69,65,69,346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_70_74,f,70-74,70,74,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_75_79,f,75-79,75,79,92,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,F_80PLUS,f,80+,80,,104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_00_04,m,0-4,0,4,3572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_05_09,m,5-9,5,9,3087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_10_14,m,10-14,10,14,2717,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_15_19,m,15-19,15,19,1832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_20_24,m,20-24,20,24,1419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_25_29,m,25-29,25,29,1118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_30_34,m,30-34,30,34,1080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_35_39,m,35-39,35,39,957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_40_44,m,40-44,40,44,1005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_45_49,m,45-49,45,49,950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_50_54,m,50-54,50,54,931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_55_59,m,55-59,55,59,541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_60_64,m,60-64,60,64,545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_65_69,m,65-69,65,69,393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_70_74,m,70-74,70,74,251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_75_79,m,75-79,75,79,97,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,M_80PLUS,m,80+,80,,111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_00_04,all,0-4,0,4,7157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_05_09,all,5-9,5,9,6036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_10_14,all,10-14,10,14,5129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_15_19,all,15-19,15,19,3465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_20_24,all,20-24,20,24,2829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_25_29,all,25-29,25,29,2284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_30_34,all,30-34,30,34,2291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_35_39,all,35-39,35,39,2015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_40_44,all,40-44,40,44,2085,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_45_49,all,45-49,45,49,1845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_50_54,all,50-54,50,54,1710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_55_59,all,55-59,55,59,1123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_60_64,all,60-64,60,64,1053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_65_69,all,65-69,65,69,739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_70_74,all,70-74,70,74,468,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_75_79,all,75-79,75,79,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12103,Caungula,T_80PLUS,all,80+,80,,215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_TL,f,all,,,148579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_TL,m,all,,,151746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_TL,all,all,,,300325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_00_04,f,0-4,0,4,26634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_05_09,f,5-9,5,9,22177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_10_14,f,10-14,10,14,18234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_15_19,f,15-19,15,19,16143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_20_24,f,20-24,20,24,13004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_25_29,f,25-29,25,29,11258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_30_34,f,30-34,30,34,9298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_35_39,f,35-39,35,39,7613,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_40_44,f,40-44,40,44,6661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_45_49,f,45-49,45,49,5335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_50_54,f,50-54,50,54,3968,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_55_59,f,55-59,55,59,2830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_60_64,f,60-64,60,64,1986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_65_69,f,65-69,65,69,1426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_70_74,f,70-74,70,74,996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_75_79,f,75-79,75,79,640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),F_80PLUS,f,80+,80,,376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_00_04,m,0-4,0,4,27278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_05_09,m,5-9,5,9,21855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_10_14,m,10-14,10,14,17339,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_15_19,m,15-19,15,19,16149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_20_24,m,20-24,20,24,12542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_25_29,m,25-29,25,29,10886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_30_34,m,30-34,30,34,9601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_35_39,m,35-39,35,39,9034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_40_44,m,40-44,40,44,7789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_45_49,m,45-49,45,49,6993,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_50_54,m,50-54,50,54,4504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_55_59,m,55-59,55,59,3397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_60_64,m,60-64,60,64,2010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_65_69,m,65-69,65,69,1215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_70_74,m,70-74,70,74,618,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_75_79,m,75-79,75,79,324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),M_80PLUS,m,80+,80,,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_00_04,all,0-4,0,4,53912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_05_09,all,5-9,5,9,44032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_10_14,all,10-14,10,14,35573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_15_19,all,15-19,15,19,32292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_20_24,all,20-24,20,24,25546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_25_29,all,25-29,25,29,22144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_30_34,all,30-34,30,34,18899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_35_39,all,35-39,35,39,16647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_40_44,all,40-44,40,44,14450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_45_49,all,45-49,45,49,12328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_50_54,all,50-54,50,54,8472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_55_59,all,55-59,55,59,6227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_60_64,all,60-64,60,64,3996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_65_69,all,65-69,65,69,2641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_70_74,all,70-74,70,74,1614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_75_79,all,75-79,75,79,964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12104,Chitato (Lóvua),T_80PLUS,all,80+,80,,588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_TL,f,all,,,129386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_TL,m,all,,,135731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_TL,all,all,,,265117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_00_04,f,0-4,0,4,26068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_05_09,f,5-9,5,9,19474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_10_14,f,10-14,10,14,14571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_15_19,f,15-19,15,19,11329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_20_24,f,20-24,20,24,11151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_25_29,f,25-29,25,29,10084,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_30_34,f,30-34,30,34,8940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_35_39,f,35-39,35,39,7427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_40_44,f,40-44,40,44,5964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_45_49,f,45-49,45,49,4470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_50_54,f,50-54,50,54,3421,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_55_59,f,55-59,55,59,2413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_60_64,f,60-64,60,64,1840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_65_69,f,65-69,65,69,1092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_70_74,f,70-74,70,74,651,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_75_79,f,75-79,75,79,306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,F_80PLUS,f,80+,80,,185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_00_04,m,0-4,0,4,26499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_05_09,m,5-9,5,9,19582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_10_14,m,10-14,10,14,14657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_15_19,m,15-19,15,19,11008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_20_24,m,20-24,20,24,9783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_25_29,m,25-29,25,29,9248,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_30_34,m,30-34,30,34,9284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_35_39,m,35-39,35,39,9461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_40_44,m,40-44,40,44,8228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_45_49,m,45-49,45,49,6117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_50_54,m,50-54,50,54,4543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_55_59,m,55-59,55,59,2988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_60_64,m,60-64,60,64,2056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_65_69,m,65-69,65,69,1082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_70_74,m,70-74,70,74,720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_75_79,m,75-79,75,79,255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,M_80PLUS,m,80+,80,,220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_00_04,all,0-4,0,4,52567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_05_09,all,5-9,5,9,39056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_10_14,all,10-14,10,14,29228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_15_19,all,15-19,15,19,22337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_20_24,all,20-24,20,24,20934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_25_29,all,25-29,25,29,19332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_30_34,all,30-34,30,34,18224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_35_39,all,35-39,35,39,16888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_40_44,all,40-44,40,44,14192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_45_49,all,45-49,45,49,10587,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_50_54,all,50-54,50,54,7964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_55_59,all,55-59,55,59,5401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_60_64,all,60-64,60,64,3896,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_65_69,all,65-69,65,69,2174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_70_74,all,70-74,70,74,1371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_75_79,all,75-79,75,79,561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12105,Cuango,T_80PLUS,all,80+,80,,405,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_TL,f,all,,,15206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_TL,m,all,,,15092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_TL,all,all,,,30298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_00_04,f,0-4,0,4,3027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_05_09,f,5-9,5,9,2512,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_10_14,f,10-14,10,14,1958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_15_19,f,15-19,15,19,1262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_20_24,f,20-24,20,24,1096,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_25_29,f,25-29,25,29,917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_30_34,f,30-34,30,34,766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_35_39,f,35-39,35,39,689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_40_44,f,40-44,40,44,722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_45_49,f,45-49,45,49,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_50_54,f,50-54,50,54,486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_55_59,f,55-59,55,59,369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_60_64,f,60-64,60,64,325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_65_69,f,65-69,65,69,193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_70_74,f,70-74,70,74,184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_75_79,f,75-79,75,79,92,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,F_80PLUS,f,80+,80,,59,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_00_04,m,0-4,0,4,3104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_05_09,m,5-9,5,9,2462,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_10_14,m,10-14,10,14,2116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_15_19,m,15-19,15,19,1399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_20_24,m,20-24,20,24,1037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_25_29,m,25-29,25,29,809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_30_34,m,30-34,30,34,665,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_35_39,m,35-39,35,39,538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_40_44,m,40-44,40,44,643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_45_49,m,45-49,45,49,614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_50_54,m,50-54,50,54,532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_55_59,m,55-59,55,59,368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_60_64,m,60-64,60,64,304,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_65_69,m,65-69,65,69,193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_70_74,m,70-74,70,74,176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_75_79,m,75-79,75,79,69,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,M_80PLUS,m,80+,80,,63,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_00_04,all,0-4,0,4,6131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_05_09,all,5-9,5,9,4974,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_10_14,all,10-14,10,14,4074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_15_19,all,15-19,15,19,2661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_20_24,all,20-24,20,24,2133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_25_29,all,25-29,25,29,1726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_30_34,all,30-34,30,34,1431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_35_39,all,35-39,35,39,1227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_40_44,all,40-44,40,44,1365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_45_49,all,45-49,45,49,1163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_50_54,all,50-54,50,54,1018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_55_59,all,55-59,55,59,737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_60_64,all,60-64,60,64,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_65_69,all,65-69,65,69,386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_70_74,all,70-74,70,74,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_75_79,all,75-79,75,79,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12106,Cuilo,T_80PLUS,all,80+,80,,122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_TL,f,all,,,14834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_TL,m,all,,,14930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_TL,all,all,,,29764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_00_04,f,0-4,0,4,2905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_05_09,f,5-9,5,9,2332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_10_14,f,10-14,10,14,1621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_15_19,f,15-19,15,19,1203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_20_24,f,20-24,20,24,907,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_25_29,f,25-29,25,29,899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_30_34,f,30-34,30,34,834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_35_39,f,35-39,35,39,826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_40_44,f,40-44,40,44,747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_45_49,f,45-49,45,49,649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_50_54,f,50-54,50,54,640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_55_59,f,55-59,55,59,469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_60_64,f,60-64,60,64,364,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_65_69,f,65-69,65,69,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_70_74,f,70-74,70,74,151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_75_79,f,75-79,75,79,47,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,F_80PLUS,f,80+,80,,46,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_00_04,m,0-4,0,4,2935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_05_09,m,5-9,5,9,2467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_10_14,m,10-14,10,14,1848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_15_19,m,15-19,15,19,1172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_20_24,m,20-24,20,24,880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_25_29,m,25-29,25,29,678,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_30_34,m,30-34,30,34,674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_35_39,m,35-39,35,39,770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_40_44,m,40-44,40,44,643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_45_49,m,45-49,45,49,684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_50_54,m,50-54,50,54,632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_55_59,m,55-59,55,59,523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_60_64,m,60-64,60,64,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_65_69,m,65-69,65,69,245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_70_74,m,70-74,70,74,183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_75_79,m,75-79,75,79,66,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,M_80PLUS,m,80+,80,,93,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_00_04,all,0-4,0,4,5840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_05_09,all,5-9,5,9,4799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_10_14,all,10-14,10,14,3469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_15_19,all,15-19,15,19,2375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_20_24,all,20-24,20,24,1787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_25_29,all,25-29,25,29,1577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_30_34,all,30-34,30,34,1508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_35_39,all,35-39,35,39,1596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_40_44,all,40-44,40,44,1390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_45_49,all,45-49,45,49,1333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_50_54,all,50-54,50,54,1272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_55_59,all,55-59,55,59,992,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_60_64,all,60-64,60,64,801,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_65_69,all,65-69,65,69,439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_70_74,all,70-74,70,74,334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_75_79,all,75-79,75,79,113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12107,Lubalo,T_80PLUS,all,80+,80,,139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_TL,f,all,,,102229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_TL,m,all,,,120386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_TL,all,all,,,222615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_00_04,f,0-4,0,4,19199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_05_09,f,5-9,5,9,13753,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_10_14,f,10-14,10,14,10133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_15_19,f,15-19,15,19,9245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_20_24,f,20-24,20,24,8891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_25_29,f,25-29,25,29,8464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_30_34,f,30-34,30,34,7716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_35_39,f,35-39,35,39,6194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_40_44,f,40-44,40,44,5614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_45_49,f,45-49,45,49,4272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_50_54,f,50-54,50,54,2936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_55_59,f,55-59,55,59,2087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_60_64,f,60-64,60,64,1539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_65_69,f,65-69,65,69,967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_70_74,f,70-74,70,74,610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_75_79,f,75-79,75,79,401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,F_80PLUS,f,80+,80,,208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_00_04,m,0-4,0,4,19805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_05_09,m,5-9,5,9,13990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_10_14,m,10-14,10,14,10515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_15_19,m,15-19,15,19,8957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_20_24,m,20-24,20,24,9426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_25_29,m,25-29,25,29,10897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_30_34,m,30-34,30,34,10775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_35_39,m,35-39,35,39,9758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_40_44,m,40-44,40,44,8542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_45_49,m,45-49,45,49,6937,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_50_54,m,50-54,50,54,4091,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_55_59,m,55-59,55,59,2657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_60_64,m,60-64,60,64,1911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_65_69,m,65-69,65,69,1021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_70_74,m,70-74,70,74,626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_75_79,m,75-79,75,79,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,M_80PLUS,m,80+,80,,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_00_04,all,0-4,0,4,39004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_05_09,all,5-9,5,9,27743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_10_14,all,10-14,10,14,20648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_15_19,all,15-19,15,19,18202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_20_24,all,20-24,20,24,18317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_25_29,all,25-29,25,29,19361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_30_34,all,30-34,30,34,18491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_35_39,all,35-39,35,39,15952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_40_44,all,40-44,40,44,14156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_45_49,all,45-49,45,49,11209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_50_54,all,50-54,50,54,7027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_55_59,all,55-59,55,59,4744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_60_64,all,60-64,60,64,3450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_65_69,all,65-69,65,69,1988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_70_74,all,70-74,70,74,1236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_75_79,all,75-79,75,79,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12108,Lucapa,T_80PLUS,all,80+,80,,410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_TL,f,all,,,45582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_TL,m,all,,,52686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_TL,all,all,,,98268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_00_04,f,0-4,0,4,8679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_05_09,f,5-9,5,9,6485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_10_14,f,10-14,10,14,4643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_15_19,f,15-19,15,19,3664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_20_24,f,20-24,20,24,3259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_25_29,f,25-29,25,29,3130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_30_34,f,30-34,30,34,2860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_35_39,f,35-39,35,39,3178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_40_44,f,40-44,40,44,2683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_45_49,f,45-49,45,49,1945,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_50_54,f,50-54,50,54,1757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_55_59,f,55-59,55,59,1308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_60_64,f,60-64,60,64,819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_65_69,f,65-69,65,69,555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_70_74,f,70-74,70,74,324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_75_79,f,75-79,75,79,159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,F_80PLUS,f,80+,80,,134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_00_04,m,0-4,0,4,8652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_05_09,m,5-9,5,9,6707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_10_14,m,10-14,10,14,5045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_15_19,m,15-19,15,19,3651,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_20_24,m,20-24,20,24,3639,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_25_29,m,25-29,25,29,3545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_30_34,m,30-34,30,34,3726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_35_39,m,35-39,35,39,4206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_40_44,m,40-44,40,44,4099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_45_49,m,45-49,45,49,3017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_50_54,m,50-54,50,54,2482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_55_59,m,55-59,55,59,1526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_60_64,m,60-64,60,64,1130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_65_69,m,65-69,65,69,561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_70_74,m,70-74,70,74,371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_75_79,m,75-79,75,79,169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,M_80PLUS,m,80+,80,,160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_00_04,all,0-4,0,4,17331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_05_09,all,5-9,5,9,13192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_10_14,all,10-14,10,14,9688,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_15_19,all,15-19,15,19,7315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_20_24,all,20-24,20,24,6898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_25_29,all,25-29,25,29,6675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_30_34,all,30-34,30,34,6586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_35_39,all,35-39,35,39,7384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_40_44,all,40-44,40,44,6782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_45_49,all,45-49,45,49,4962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_50_54,all,50-54,50,54,4239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_55_59,all,55-59,55,59,2834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_60_64,all,60-64,60,64,1949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_65_69,all,65-69,65,69,1116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_70_74,all,70-74,70,74,695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_75_79,all,75-79,75,79,328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO12,Lunda Norte,AO12109,Xá-Muteba,T_80PLUS,all,80+,80,,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_TL,f,all,,,22646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_TL,m,all,,,23373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_TL,all,all,,,46019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_00_04,f,0-4,0,4,4577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_05_09,f,5-9,5,9,3572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_10_14,f,10-14,10,14,2486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_15_19,f,15-19,15,19,2110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_20_24,f,20-24,20,24,1535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_25_29,f,25-29,25,29,1330,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_30_34,f,30-34,30,34,1477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_35_39,f,35-39,35,39,1193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_40_44,f,40-44,40,44,1021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_45_49,f,45-49,45,49,927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_50_54,f,50-54,50,54,681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_55_59,f,55-59,55,59,599,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_60_64,f,60-64,60,64,410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_65_69,f,65-69,65,69,292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_70_74,f,70-74,70,74,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_75_79,f,75-79,75,79,123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,F_80PLUS,f,80+,80,,111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_00_04,m,0-4,0,4,4278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_05_09,m,5-9,5,9,3786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_10_14,m,10-14,10,14,2758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_15_19,m,15-19,15,19,2051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_20_24,m,20-24,20,24,1538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_25_29,m,25-29,25,29,1245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_30_34,m,30-34,30,34,1280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_35_39,m,35-39,35,39,1336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_40_44,m,40-44,40,44,1122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_45_49,m,45-49,45,49,1039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_50_54,m,50-54,50,54,891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_55_59,m,55-59,55,59,670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_60_64,m,60-64,60,64,505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_65_69,m,65-69,65,69,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_70_74,m,70-74,70,74,326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_75_79,m,75-79,75,79,144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,M_80PLUS,m,80+,80,,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_00_04,all,0-4,0,4,8855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_05_09,all,5-9,5,9,7358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_10_14,all,10-14,10,14,5244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_15_19,all,15-19,15,19,4161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_20_24,all,20-24,20,24,3073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_25_29,all,25-29,25,29,2575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_30_34,all,30-34,30,34,2757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_35_39,all,35-39,35,39,2529,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_40_44,all,40-44,40,44,2143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_45_49,all,45-49,45,49,1966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_50_54,all,50-54,50,54,1572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_55_59,all,55-59,55,59,1269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_60_64,all,60-64,60,64,915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_65_69,all,65-69,65,69,571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_70_74,all,70-74,70,74,528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_75_79,all,75-79,75,79,267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13110,Cacolo,T_80PLUS,all,80+,80,,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_TL,f,all,,,21183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_TL,m,all,,,22080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_TL,all,all,,,43263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_00_04,f,0-4,0,4,4283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_05_09,f,5-9,5,9,3608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_10_14,f,10-14,10,14,2387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_15_19,f,15-19,15,19,1722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_20_24,f,20-24,20,24,1406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_25_29,f,25-29,25,29,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_30_34,f,30-34,30,34,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_35_39,f,35-39,35,39,998,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_40_44,f,40-44,40,44,977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_45_49,f,45-49,45,49,933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_50_54,f,50-54,50,54,674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_55_59,f,55-59,55,59,461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_60_64,f,60-64,60,64,482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_65_69,f,65-69,65,69,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_70_74,f,70-74,70,74,261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_75_79,f,75-79,75,79,103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,F_80PLUS,f,80+,80,,110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_00_04,m,0-4,0,4,4403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_05_09,m,5-9,5,9,3958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_10_14,m,10-14,10,14,2573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_15_19,m,15-19,15,19,1886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_20_24,m,20-24,20,24,1518,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_25_29,m,25-29,25,29,1267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_30_34,m,30-34,30,34,1088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_35_39,m,35-39,35,39,938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_40_44,m,40-44,40,44,911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_45_49,m,45-49,45,49,960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_50_54,m,50-54,50,54,734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_55_59,m,55-59,55,59,460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_60_64,m,60-64,60,64,571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_65_69,m,65-69,65,69,303,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_70_74,m,70-74,70,74,289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_75_79,m,75-79,75,79,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,M_80PLUS,m,80+,80,,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_00_04,all,0-4,0,4,8686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_05_09,all,5-9,5,9,7566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_10_14,all,10-14,10,14,4960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_15_19,all,15-19,15,19,3608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_20_24,all,20-24,20,24,2924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_25_29,all,25-29,25,29,2528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_30_34,all,30-34,30,34,2329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_35_39,all,35-39,35,39,1936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_40_44,all,40-44,40,44,1888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_45_49,all,45-49,45,49,1893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_50_54,all,50-54,50,54,1408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_55_59,all,55-59,55,59,921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_60_64,all,60-64,60,64,1053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_65_69,all,65-69,65,69,579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_70_74,all,70-74,70,74,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_75_79,all,75-79,75,79,203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13111,Dala,T_80PLUS,all,80+,80,,231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_TL,f,all,,,23757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_TL,m,all,,,24234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_TL,all,all,,,47991,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_00_04,f,0-4,0,4,4905,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_05_09,f,5-9,5,9,3971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_10_14,f,10-14,10,14,2790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_15_19,f,15-19,15,19,2111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_20_24,f,20-24,20,24,1542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_25_29,f,25-29,25,29,1525,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_30_34,f,30-34,30,34,1374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_35_39,f,35-39,35,39,1167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_40_44,f,40-44,40,44,1072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_45_49,f,45-49,45,49,870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_50_54,f,50-54,50,54,716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_55_59,f,55-59,55,59,584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_60_64,f,60-64,60,64,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_65_69,f,65-69,65,69,237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_70_74,f,70-74,70,74,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_75_79,f,75-79,75,79,123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,F_80PLUS,f,80+,80,,116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_00_04,m,0-4,0,4,4824,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_05_09,m,5-9,5,9,4044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_10_14,m,10-14,10,14,3170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_15_19,m,15-19,15,19,2374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_20_24,m,20-24,20,24,1498,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_25_29,m,25-29,25,29,1332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_30_34,m,30-34,30,34,1217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_35_39,m,35-39,35,39,1126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_40_44,m,40-44,40,44,1061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_45_49,m,45-49,45,49,951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_50_54,m,50-54,50,54,808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_55_59,m,55-59,55,59,578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_60_64,m,60-64,60,64,534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_65_69,m,65-69,65,69,274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_70_74,m,70-74,70,74,210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_75_79,m,75-79,75,79,132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,M_80PLUS,m,80+,80,,101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_00_04,all,0-4,0,4,9729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_05_09,all,5-9,5,9,8015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_10_14,all,10-14,10,14,5960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_15_19,all,15-19,15,19,4485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_20_24,all,20-24,20,24,3040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_25_29,all,25-29,25,29,2857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_30_34,all,30-34,30,34,2591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_35_39,all,35-39,35,39,2293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_40_44,all,40-44,40,44,2133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_45_49,all,45-49,45,49,1821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_50_54,all,50-54,50,54,1524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_55_59,all,55-59,55,59,1162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_60_64,all,60-64,60,64,971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_65_69,all,65-69,65,69,511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_70_74,all,70-74,70,74,427,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_75_79,all,75-79,75,79,255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13112,Muconda,T_80PLUS,all,80+,80,,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_TL,f,all,,,321130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_TL,m,all,,,317166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_TL,all,all,,,638296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_00_04,f,0-4,0,4,60412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_05_09,f,5-9,5,9,52373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_10_14,f,10-14,10,14,41986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_15_19,f,15-19,15,19,35015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_20_24,f,20-24,20,24,25860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_25_29,f,25-29,25,29,22603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_30_34,f,30-34,30,34,20130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_35_39,f,35-39,35,39,16251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_40_44,f,40-44,40,44,13100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_45_49,f,45-49,45,49,10197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_50_54,f,50-54,50,54,7318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_55_59,f,55-59,55,59,5191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_60_64,f,60-64,60,64,4290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_65_69,f,65-69,65,69,2894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_70_74,f,70-74,70,74,1777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_75_79,f,75-79,75,79,958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,F_80PLUS,f,80+,80,,775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_00_04,m,0-4,0,4,60889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_05_09,m,5-9,5,9,51907,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_10_14,m,10-14,10,14,40207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_15_19,m,15-19,15,19,34655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_20_24,m,20-24,20,24,25204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_25_29,m,25-29,25,29,20723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_30_34,m,30-34,30,34,17411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_35_39,m,35-39,35,39,16724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_40_44,m,40-44,40,44,13977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_45_49,m,45-49,45,49,12115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_50_54,m,50-54,50,54,8264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_55_59,m,55-59,55,59,5786,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_60_64,m,60-64,60,64,4267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_65_69,m,65-69,65,69,2396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_70_74,m,70-74,70,74,1403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_75_79,m,75-79,75,79,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,M_80PLUS,m,80+,80,,535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_00_04,all,0-4,0,4,121301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_05_09,all,5-9,5,9,104280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_10_14,all,10-14,10,14,82193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_15_19,all,15-19,15,19,69670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_20_24,all,20-24,20,24,51064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_25_29,all,25-29,25,29,43326,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_30_34,all,30-34,30,34,37541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_35_39,all,35-39,35,39,32975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_40_44,all,40-44,40,44,27077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_45_49,all,45-49,45,49,22312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_50_54,all,50-54,50,54,15582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_55_59,all,55-59,55,59,10977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_60_64,all,60-64,60,64,8557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_65_69,all,65-69,65,69,5290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_70_74,all,70-74,70,74,3180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_75_79,all,75-79,75,79,1661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO13,Lunda Sul,AO13113,Saurimo,T_80PLUS,all,80+,80,,1310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_TL,f,all,,,51816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_TL,m,all,,,51315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_TL,all,all,,,103131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_00_04,f,0-4,0,4,10174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_05_09,f,5-9,5,9,7933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_10_14,f,10-14,10,14,5962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_15_19,f,15-19,15,19,4729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_20_24,f,20-24,20,24,3972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_25_29,f,25-29,25,29,2985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_30_34,f,30-34,30,34,2423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_35_39,f,35-39,35,39,2564,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_40_44,f,40-44,40,44,2116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_45_49,f,45-49,45,49,1815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_50_54,f,50-54,50,54,2074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_55_59,f,55-59,55,59,1428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_60_64,f,60-64,60,64,1410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_65_69,f,65-69,65,69,1005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_70_74,f,70-74,70,74,648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_75_79,f,75-79,75,79,327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,F_80PLUS,f,80+,80,,251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_00_04,m,0-4,0,4,10109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_05_09,m,5-9,5,9,8343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_10_14,m,10-14,10,14,6951,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_15_19,m,15-19,15,19,4873,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_20_24,m,20-24,20,24,4093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_25_29,m,25-29,25,29,3247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_30_34,m,30-34,30,34,2591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_35_39,m,35-39,35,39,2488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_40_44,m,40-44,40,44,1874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_45_49,m,45-49,45,49,1507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_50_54,m,50-54,50,54,1404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_55_59,m,55-59,55,59,1153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_60_64,m,60-64,60,64,1035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_65_69,m,65-69,65,69,672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_70_74,m,70-74,70,74,532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_75_79,m,75-79,75,79,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,M_80PLUS,m,80+,80,,186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_00_04,all,0-4,0,4,20283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_05_09,all,5-9,5,9,16276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_10_14,all,10-14,10,14,12913,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_15_19,all,15-19,15,19,9602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_20_24,all,20-24,20,24,8065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_25_29,all,25-29,25,29,6232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_30_34,all,30-34,30,34,5014,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_35_39,all,35-39,35,39,5052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_40_44,all,40-44,40,44,3990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_45_49,all,45-49,45,49,3322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_50_54,all,50-54,50,54,3478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_55_59,all,55-59,55,59,2581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_60_64,all,60-64,60,64,2445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_65_69,all,65-69,65,69,1677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_70_74,all,70-74,70,74,1180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_75_79,all,75-79,75,79,584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14114,Cacuso,T_80PLUS,all,80+,80,,437,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_TL,f,all,,,59342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_TL,m,all,,,56668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_TL,all,all,,,116010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_00_04,f,0-4,0,4,11979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_05_09,f,5-9,5,9,8777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_10_14,f,10-14,10,14,5252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_15_19,f,15-19,15,19,4457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_20_24,f,20-24,20,24,4254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_25_29,f,25-29,25,29,3333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_30_34,f,30-34,30,34,2582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_35_39,f,35-39,35,39,2856,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_40_44,f,40-44,40,44,2566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_45_49,f,45-49,45,49,2478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_50_54,f,50-54,50,54,2654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_55_59,f,55-59,55,59,2409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_60_64,f,60-64,60,64,2056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_65_69,f,65-69,65,69,1515,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_70_74,f,70-74,70,74,1108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_75_79,f,75-79,75,79,591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,F_80PLUS,f,80+,80,,475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_00_04,m,0-4,0,4,12268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_05_09,m,5-9,5,9,9675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_10_14,m,10-14,10,14,6715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_15_19,m,15-19,15,19,4432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_20_24,m,20-24,20,24,4204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_25_29,m,25-29,25,29,3350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_30_34,m,30-34,30,34,2429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_35_39,m,35-39,35,39,2249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_40_44,m,40-44,40,44,1837,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_45_49,m,45-49,45,49,1636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_50_54,m,50-54,50,54,1705,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_55_59,m,55-59,55,59,1520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_60_64,m,60-64,60,64,1489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_65_69,m,65-69,65,69,1211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_70_74,m,70-74,70,74,931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_75_79,m,75-79,75,79,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,M_80PLUS,m,80+,80,,467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_00_04,all,0-4,0,4,24247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_05_09,all,5-9,5,9,18452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_10_14,all,10-14,10,14,11967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_15_19,all,15-19,15,19,8889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_20_24,all,20-24,20,24,8458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_25_29,all,25-29,25,29,6683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_30_34,all,30-34,30,34,5011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_35_39,all,35-39,35,39,5105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_40_44,all,40-44,40,44,4403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_45_49,all,45-49,45,49,4114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_50_54,all,50-54,50,54,4359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_55_59,all,55-59,55,59,3929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_60_64,all,60-64,60,64,3545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_65_69,all,65-69,65,69,2726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_70_74,all,70-74,70,74,2039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_75_79,all,75-79,75,79,1141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14115,Calandula,T_80PLUS,all,80+,80,,942,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_TL,f,all,,,33491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_TL,m,all,,,33324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_TL,all,all,,,66815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_00_04,f,0-4,0,4,7363,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_05_09,f,5-9,5,9,5301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_10_14,f,10-14,10,14,3384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_15_19,f,15-19,15,19,2214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_20_24,f,20-24,20,24,2060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_25_29,f,25-29,25,29,2394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_30_34,f,30-34,30,34,2160,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_35_39,f,35-39,35,39,1726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_40_44,f,40-44,40,44,1770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_45_49,f,45-49,45,49,1297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_50_54,f,50-54,50,54,1374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_55_59,f,55-59,55,59,872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_60_64,f,60-64,60,64,657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_65_69,f,65-69,65,69,424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_70_74,f,70-74,70,74,275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_75_79,f,75-79,75,79,122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,F_80PLUS,f,80+,80,,98,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_00_04,m,0-4,0,4,7470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_05_09,m,5-9,5,9,5972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_10_14,m,10-14,10,14,4182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_15_19,m,15-19,15,19,2241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_20_24,m,20-24,20,24,1973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_25_29,m,25-29,25,29,1893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_30_34,m,30-34,30,34,1919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_35_39,m,35-39,35,39,1590,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_40_44,m,40-44,40,44,1347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_45_49,m,45-49,45,49,1360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_50_54,m,50-54,50,54,1135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_55_59,m,55-59,55,59,682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_60_64,m,60-64,60,64,627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_65_69,m,65-69,65,69,379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_70_74,m,70-74,70,74,257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_75_79,m,75-79,75,79,146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,M_80PLUS,m,80+,80,,151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_00_04,all,0-4,0,4,14833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_05_09,all,5-9,5,9,11273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_10_14,all,10-14,10,14,7566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_15_19,all,15-19,15,19,4455,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_20_24,all,20-24,20,24,4033,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_25_29,all,25-29,25,29,4287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_30_34,all,30-34,30,34,4079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_35_39,all,35-39,35,39,3316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_40_44,all,40-44,40,44,3117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_45_49,all,45-49,45,49,2657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_50_54,all,50-54,50,54,2509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_55_59,all,55-59,55,59,1554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_60_64,all,60-64,60,64,1284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_65_69,all,65-69,65,69,803,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_70_74,all,70-74,70,74,532,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_75_79,all,75-79,75,79,268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14116,Cambundi-Catembo,T_80PLUS,all,80+,80,,249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_TL,f,all,,,32656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_TL,m,all,,,32439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_TL,all,all,,,65095,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_00_04,f,0-4,0,4,6633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_05_09,f,5-9,5,9,5242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_10_14,f,10-14,10,14,3637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_15_19,f,15-19,15,19,2580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_20_24,f,20-24,20,24,2357,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_25_29,f,25-29,25,29,2180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_30_34,f,30-34,30,34,1759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_35_39,f,35-39,35,39,1816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_40_44,f,40-44,40,44,1716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_45_49,f,45-49,45,49,1213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_50_54,f,50-54,50,54,1211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_55_59,f,55-59,55,59,789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_60_64,f,60-64,60,64,711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_65_69,f,65-69,65,69,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_70_74,f,70-74,70,74,261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_75_79,f,75-79,75,79,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,F_80PLUS,f,80+,80,,73,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_00_04,m,0-4,0,4,6875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_05_09,m,5-9,5,9,5524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_10_14,m,10-14,10,14,3988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_15_19,m,15-19,15,19,2526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_20_24,m,20-24,20,24,2368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_25_29,m,25-29,25,29,1857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_30_34,m,30-34,30,34,1584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_35_39,m,35-39,35,39,1466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_40_44,m,40-44,40,44,1389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_45_49,m,45-49,45,49,1228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_50_54,m,50-54,50,54,1149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_55_59,m,55-59,55,59,885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_60_64,m,60-64,60,64,751,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_65_69,m,65-69,65,69,376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_70_74,m,70-74,70,74,269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_75_79,m,75-79,75,79,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,M_80PLUS,m,80+,80,,104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_00_04,all,0-4,0,4,13508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_05_09,all,5-9,5,9,10766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_10_14,all,10-14,10,14,7625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_15_19,all,15-19,15,19,5106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_20_24,all,20-24,20,24,4725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_25_29,all,25-29,25,29,4037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_30_34,all,30-34,30,34,3343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_35_39,all,35-39,35,39,3282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_40_44,all,40-44,40,44,3105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_45_49,all,45-49,45,49,2441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_50_54,all,50-54,50,54,2360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_55_59,all,55-59,55,59,1674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_60_64,all,60-64,60,64,1462,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_65_69,all,65-69,65,69,754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_70_74,all,70-74,70,74,530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_75_79,all,75-79,75,79,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14117,Cangandala,T_80PLUS,all,80+,80,,177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_TL,f,all,,,15880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_TL,m,all,,,15151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_TL,all,all,,,31031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_00_04,f,0-4,0,4,3070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_05_09,f,5-9,5,9,2246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_10_14,f,10-14,10,14,1433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_15_19,f,15-19,15,19,1252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_20_24,f,20-24,20,24,1032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_25_29,f,25-29,25,29,984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_30_34,f,30-34,30,34,742,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_35_39,f,35-39,35,39,761,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_40_44,f,40-44,40,44,648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_45_49,f,45-49,45,49,535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_50_54,f,50-54,50,54,803,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_55_59,f,55-59,55,59,640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_60_64,f,60-64,60,64,616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_65_69,f,65-69,65,69,430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_70_74,f,70-74,70,74,343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_75_79,f,75-79,75,79,187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,F_80PLUS,f,80+,80,,158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_00_04,m,0-4,0,4,3112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_05_09,m,5-9,5,9,2347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_10_14,m,10-14,10,14,1683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_15_19,m,15-19,15,19,1092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_20_24,m,20-24,20,24,1040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_25_29,m,25-29,25,29,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_30_34,m,30-34,30,34,722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_35_39,m,35-39,35,39,680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_40_44,m,40-44,40,44,596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_45_49,m,45-49,45,49,453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_50_54,m,50-54,50,54,541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_55_59,m,55-59,55,59,424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_60_64,m,60-64,60,64,436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_65_69,m,65-69,65,69,405,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_70_74,m,70-74,70,74,344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_75_79,m,75-79,75,79,215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,M_80PLUS,m,80+,80,,204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_00_04,all,0-4,0,4,6182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_05_09,all,5-9,5,9,4593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_10_14,all,10-14,10,14,3116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_15_19,all,15-19,15,19,2344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_20_24,all,20-24,20,24,2072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_25_29,all,25-29,25,29,1841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_30_34,all,30-34,30,34,1464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_35_39,all,35-39,35,39,1441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_40_44,all,40-44,40,44,1244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_45_49,all,45-49,45,49,988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_50_54,all,50-54,50,54,1344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_55_59,all,55-59,55,59,1064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_60_64,all,60-64,60,64,1052,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_65_69,all,65-69,65,69,835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_70_74,all,70-74,70,74,687,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_75_79,all,75-79,75,79,402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14118,Cahombo,T_80PLUS,all,80+,80,,362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_TL,f,all,,,11479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_TL,m,all,,,11430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_TL,all,all,,,22909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_00_04,f,0-4,0,4,2382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_05_09,f,5-9,5,9,1833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_10_14,f,10-14,10,14,966,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_15_19,f,15-19,15,19,779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_20_24,f,20-24,20,24,684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_25_29,f,25-29,25,29,537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_30_34,f,30-34,30,34,407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_35_39,f,35-39,35,39,559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_40_44,f,40-44,40,44,479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_45_49,f,45-49,45,49,552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_50_54,f,50-54,50,54,493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_55_59,f,55-59,55,59,543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_60_64,f,60-64,60,64,387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_65_69,f,65-69,65,69,394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_70_74,f,70-74,70,74,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_75_79,f,75-79,75,79,152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),F_80PLUS,f,80+,80,,96,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_00_04,m,0-4,0,4,2388,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_05_09,m,5-9,5,9,1889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_10_14,m,10-14,10,14,1366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_15_19,m,15-19,15,19,869,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_20_24,m,20-24,20,24,760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_25_29,m,25-29,25,29,628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_30_34,m,30-34,30,34,519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_35_39,m,35-39,35,39,426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_40_44,m,40-44,40,44,354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_45_49,m,45-49,45,49,349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_50_54,m,50-54,50,54,353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_55_59,m,55-59,55,59,366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_60_64,m,60-64,60,64,403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_65_69,m,65-69,65,69,258,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_70_74,m,70-74,70,74,220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_75_79,m,75-79,75,79,134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),M_80PLUS,m,80+,80,,148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_00_04,all,0-4,0,4,4770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_05_09,all,5-9,5,9,3722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_10_14,all,10-14,10,14,2332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_15_19,all,15-19,15,19,1648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_20_24,all,20-24,20,24,1444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_25_29,all,25-29,25,29,1165,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_30_34,all,30-34,30,34,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_35_39,all,35-39,35,39,985,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_40_44,all,40-44,40,44,833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_45_49,all,45-49,45,49,901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_50_54,all,50-54,50,54,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_55_59,all,55-59,55,59,909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_60_64,all,60-64,60,64,790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_65_69,all,65-69,65,69,652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_70_74,all,70-74,70,74,456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_75_79,all,75-79,75,79,286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14119,Kiuaba-N'Zoji (Cuaba Nzogo),T_80PLUS,all,80+,80,,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_TL,f,all,,,9030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_TL,m,all,,,9174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_TL,all,all,,,18204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_00_04,f,0-4,0,4,1802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_05_09,f,5-9,5,9,1386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_10_14,f,10-14,10,14,866,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_15_19,f,15-19,15,19,696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_20_24,f,20-24,20,24,640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_25_29,f,25-29,25,29,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_30_34,f,30-34,30,34,502,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_35_39,f,35-39,35,39,445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_40_44,f,40-44,40,44,440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_45_49,f,45-49,45,49,393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_50_54,f,50-54,50,54,374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_55_59,f,55-59,55,59,340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_60_64,f,60-64,60,64,225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_65_69,f,65-69,65,69,109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_70_74,f,70-74,70,74,73,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_75_79,f,75-79,75,79,36,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,F_80PLUS,f,80+,80,,26,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_00_04,m,0-4,0,4,1921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_05_09,m,5-9,5,9,1411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_10_14,m,10-14,10,14,984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_15_19,m,15-19,15,19,601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_20_24,m,20-24,20,24,602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_25_29,m,25-29,25,29,610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_30_34,m,30-34,30,34,517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_35_39,m,35-39,35,39,456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_40_44,m,40-44,40,44,458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_45_49,m,45-49,45,49,373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_50_54,m,50-54,50,54,381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_55_59,m,55-59,55,59,289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_60_64,m,60-64,60,64,235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_65_69,m,65-69,65,69,130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_70_74,m,70-74,70,74,108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_75_79,m,75-79,75,79,52,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,M_80PLUS,m,80+,80,,46,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_00_04,all,0-4,0,4,3723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_05_09,all,5-9,5,9,2797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_10_14,all,10-14,10,14,1850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_15_19,all,15-19,15,19,1297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_20_24,all,20-24,20,24,1242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_25_29,all,25-29,25,29,1287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_30_34,all,30-34,30,34,1019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_35_39,all,35-39,35,39,901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_40_44,all,40-44,40,44,898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_45_49,all,45-49,45,49,766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_50_54,all,50-54,50,54,755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_55_59,all,55-59,55,59,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_60_64,all,60-64,60,64,460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_65_69,all,65-69,65,69,239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_70_74,all,70-74,70,74,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_75_79,all,75-79,75,79,88,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14120,Cunda-dia-Baze,T_80PLUS,all,80+,80,,72,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_TL,f,all,,,40900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_TL,m,all,,,38272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_TL,all,all,,,79172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_00_04,f,0-4,0,4,8075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_05_09,f,5-9,5,9,6597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_10_14,f,10-14,10,14,4646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_15_19,f,15-19,15,19,2877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_20_24,f,20-24,20,24,2892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_25_29,f,25-29,25,29,2997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_30_34,f,30-34,30,34,2555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_35_39,f,35-39,35,39,2187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_40_44,f,40-44,40,44,1988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_45_49,f,45-49,45,49,1594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_50_54,f,50-54,50,54,1587,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_55_59,f,55-59,55,59,912,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_60_64,f,60-64,60,64,818,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_65_69,f,65-69,65,69,513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_70_74,f,70-74,70,74,367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_75_79,f,75-79,75,79,175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,F_80PLUS,f,80+,80,,120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_00_04,m,0-4,0,4,8438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_05_09,m,5-9,5,9,6885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_10_14,m,10-14,10,14,4745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_15_19,m,15-19,15,19,2937,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_20_24,m,20-24,20,24,2489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_25_29,m,25-29,25,29,2135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_30_34,m,30-34,30,34,2109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_35_39,m,35-39,35,39,1663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_40_44,m,40-44,40,44,1494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_45_49,m,45-49,45,49,1441,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_50_54,m,50-54,50,54,1245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_55_59,m,55-59,55,59,823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_60_64,m,60-64,60,64,770,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_65_69,m,65-69,65,69,448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_70_74,m,70-74,70,74,350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_75_79,m,75-79,75,79,145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,M_80PLUS,m,80+,80,,155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_00_04,all,0-4,0,4,16513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_05_09,all,5-9,5,9,13482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_10_14,all,10-14,10,14,9391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_15_19,all,15-19,15,19,5814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_20_24,all,20-24,20,24,5381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_25_29,all,25-29,25,29,5132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_30_34,all,30-34,30,34,4664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_35_39,all,35-39,35,39,3850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_40_44,all,40-44,40,44,3482,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_45_49,all,45-49,45,49,3035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_50_54,all,50-54,50,54,2832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_55_59,all,55-59,55,59,1735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_60_64,all,60-64,60,64,1588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_65_69,all,65-69,65,69,961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_70_74,all,70-74,70,74,717,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_75_79,all,75-79,75,79,320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14121,Luquembo,T_80PLUS,all,80+,80,,275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_TL,f,all,,,373732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_TL,m,all,,,357487,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_TL,all,all,,,731219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_00_04,f,0-4,0,4,67450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_05_09,f,5-9,5,9,63811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_10_14,f,10-14,10,14,53846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_15_19,f,15-19,15,19,42068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_20_24,f,20-24,20,24,33594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_25_29,f,25-29,25,29,24744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_30_34,f,30-34,30,34,18914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_35_39,f,35-39,35,39,16666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_40_44,f,40-44,40,44,13177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_45_49,f,45-49,45,49,10526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_50_54,f,50-54,50,54,9381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_55_59,f,55-59,55,59,6549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_60_64,f,60-64,60,64,5136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_65_69,f,65-69,65,69,3385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_70_74,f,70-74,70,74,2194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_75_79,f,75-79,75,79,1294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,F_80PLUS,f,80+,80,,997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_00_04,m,0-4,0,4,68464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_05_09,m,5-9,5,9,63826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_10_14,m,10-14,10,14,53247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_15_19,m,15-19,15,19,41393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_20_24,m,20-24,20,24,31602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_25_29,m,25-29,25,29,23142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_30_34,m,30-34,30,34,16741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_35_39,m,35-39,35,39,13654,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_40_44,m,40-44,40,44,11086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_45_49,m,45-49,45,49,9923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_50_54,m,50-54,50,54,7934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_55_59,m,55-59,55,59,6047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_60_64,m,60-64,60,64,4505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_65_69,m,65-69,65,69,2761,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_70_74,m,70-74,70,74,1638,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_75_79,m,75-79,75,79,848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,M_80PLUS,m,80+,80,,676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_00_04,all,0-4,0,4,135914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_05_09,all,5-9,5,9,127637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_10_14,all,10-14,10,14,107093,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_15_19,all,15-19,15,19,83461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_20_24,all,20-24,20,24,65196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_25_29,all,25-29,25,29,47886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_30_34,all,30-34,30,34,35655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_35_39,all,35-39,35,39,30320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_40_44,all,40-44,40,44,24263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_45_49,all,45-49,45,49,20449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_50_54,all,50-54,50,54,17315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_55_59,all,55-59,55,59,12596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_60_64,all,60-64,60,64,9641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_65_69,all,65-69,65,69,6146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_70_74,all,70-74,70,74,3832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_75_79,all,75-79,75,79,2142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14122,Malanje,T_80PLUS,all,80+,80,,1673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_TL,f,all,,,19230,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_TL,m,all,,,18539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_TL,all,all,,,37769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_00_04,f,0-4,0,4,3700,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_05_09,f,5-9,5,9,2893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_10_14,f,10-14,10,14,2006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_15_19,f,15-19,15,19,1593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_20_24,f,20-24,20,24,1470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_25_29,f,25-29,25,29,1235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_30_34,f,30-34,30,34,1170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_35_39,f,35-39,35,39,956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_40_44,f,40-44,40,44,1081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_45_49,f,45-49,45,49,655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_50_54,f,50-54,50,54,746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_55_59,f,55-59,55,59,551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_60_64,f,60-64,60,64,404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_65_69,f,65-69,65,69,341,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_70_74,f,70-74,70,74,204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_75_79,f,75-79,75,79,111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,F_80PLUS,f,80+,80,,114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_00_04,m,0-4,0,4,3702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_05_09,m,5-9,5,9,2916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_10_14,m,10-14,10,14,2198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_15_19,m,15-19,15,19,1552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_20_24,m,20-24,20,24,1332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_25_29,m,25-29,25,29,1066,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_30_34,m,30-34,30,34,989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_35_39,m,35-39,35,39,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_40_44,m,40-44,40,44,884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_45_49,m,45-49,45,49,742,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_50_54,m,50-54,50,54,702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_55_59,m,55-59,55,59,486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_60_64,m,60-64,60,64,390,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_65_69,m,65-69,65,69,308,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_70_74,m,70-74,70,74,228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_75_79,m,75-79,75,79,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,M_80PLUS,m,80+,80,,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_00_04,all,0-4,0,4,7402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_05_09,all,5-9,5,9,5809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_10_14,all,10-14,10,14,4204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_15_19,all,15-19,15,19,3145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_20_24,all,20-24,20,24,2802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_25_29,all,25-29,25,29,2301,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_30_34,all,30-34,30,34,2159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_35_39,all,35-39,35,39,1750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_40_44,all,40-44,40,44,1965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_45_49,all,45-49,45,49,1397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_50_54,all,50-54,50,54,1448,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_55_59,all,55-59,55,59,1037,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_60_64,all,60-64,60,64,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_65_69,all,65-69,65,69,649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_70_74,all,70-74,70,74,432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_75_79,all,75-79,75,79,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14123,Marimba,T_80PLUS,all,80+,80,,239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_TL,f,all,,,24527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_TL,m,all,,,22965,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_TL,all,all,,,47492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_00_04,f,0-4,0,4,5120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_05_09,f,5-9,5,9,3847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_10_14,f,10-14,10,14,2519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_15_19,f,15-19,15,19,2010,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_20_24,f,20-24,20,24,1807,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_25_29,f,25-29,25,29,1704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_30_34,f,30-34,30,34,1405,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_35_39,f,35-39,35,39,1190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_40_44,f,40-44,40,44,1162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_45_49,f,45-49,45,49,730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_50_54,f,50-54,50,54,924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_55_59,f,55-59,55,59,612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_60_64,f,60-64,60,64,588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_65_69,f,65-69,65,69,370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_70_74,f,70-74,70,74,245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_75_79,f,75-79,75,79,146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,F_80PLUS,f,80+,80,,148,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_00_04,m,0-4,0,4,5292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_05_09,m,5-9,5,9,3744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_10_14,m,10-14,10,14,2900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_15_19,m,15-19,15,19,2105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_20_24,m,20-24,20,24,1508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_25_29,m,25-29,25,29,1292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_30_34,m,30-34,30,34,1071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_35_39,m,35-39,35,39,988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_40_44,m,40-44,40,44,911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_45_49,m,45-49,45,49,606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_50_54,m,50-54,50,54,720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_55_59,m,55-59,55,59,534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_60_64,m,60-64,60,64,504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_65_69,m,65-69,65,69,259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_70_74,m,70-74,70,74,266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_75_79,m,75-79,75,79,108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,M_80PLUS,m,80+,80,,157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_00_04,all,0-4,0,4,10412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_05_09,all,5-9,5,9,7591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_10_14,all,10-14,10,14,5419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_15_19,all,15-19,15,19,4115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_20_24,all,20-24,20,24,3315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_25_29,all,25-29,25,29,2996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_30_34,all,30-34,30,34,2476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_35_39,all,35-39,35,39,2178,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_40_44,all,40-44,40,44,2073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_45_49,all,45-49,45,49,1336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_50_54,all,50-54,50,54,1644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_55_59,all,55-59,55,59,1146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_60_64,all,60-64,60,64,1092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_65_69,all,65-69,65,69,629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_70_74,all,70-74,70,74,511,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_75_79,all,75-79,75,79,254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14124,Massango,T_80PLUS,all,80+,80,,305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_TL,f,all,,,21898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_TL,m,all,,,21544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_TL,all,all,,,43442,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_00_04,f,0-4,0,4,4375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_05_09,f,5-9,5,9,3284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_10_14,f,10-14,10,14,2305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_15_19,f,15-19,15,19,1862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_20_24,f,20-24,20,24,1488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_25_29,f,25-29,25,29,1255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_30_34,f,30-34,30,34,944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_35_39,f,35-39,35,39,1062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_40_44,f,40-44,40,44,960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_45_49,f,45-49,45,49,835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_50_54,f,50-54,50,54,899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_55_59,f,55-59,55,59,772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_60_64,f,60-64,60,64,745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_65_69,f,65-69,65,69,486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_70_74,f,70-74,70,74,328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_75_79,f,75-79,75,79,187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,F_80PLUS,f,80+,80,,111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_00_04,m,0-4,0,4,4423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_05_09,m,5-9,5,9,3883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_10_14,m,10-14,10,14,2744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_15_19,m,15-19,15,19,2023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_20_24,m,20-24,20,24,1466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_25_29,m,25-29,25,29,1022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_30_34,m,30-34,30,34,908,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_35_39,m,35-39,35,39,835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_40_44,m,40-44,40,44,783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_45_49,m,45-49,45,49,650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_50_54,m,50-54,50,54,664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_55_59,m,55-59,55,59,652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_60_64,m,60-64,60,64,523,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_65_69,m,65-69,65,69,371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_70_74,m,70-74,70,74,264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_75_79,m,75-79,75,79,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,M_80PLUS,m,80+,80,,139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_00_04,all,0-4,0,4,8798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_05_09,all,5-9,5,9,7167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_10_14,all,10-14,10,14,5049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_15_19,all,15-19,15,19,3885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_20_24,all,20-24,20,24,2954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_25_29,all,25-29,25,29,2277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_30_34,all,30-34,30,34,1852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_35_39,all,35-39,35,39,1897,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_40_44,all,40-44,40,44,1743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_45_49,all,45-49,45,49,1485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_50_54,all,50-54,50,54,1563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_55_59,all,55-59,55,59,1424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_60_64,all,60-64,60,64,1268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_65_69,all,65-69,65,69,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_70_74,all,70-74,70,74,592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_75_79,all,75-79,75,79,381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14125,Mucari,T_80PLUS,all,80+,80,,250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_TL,f,all,,,14754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_TL,m,all,,,15473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_TL,all,all,,,30227,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_00_04,f,0-4,0,4,3169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_05_09,f,5-9,5,9,2241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_10_14,f,10-14,10,14,1316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_15_19,f,15-19,15,19,1009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_20_24,f,20-24,20,24,963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_25_29,f,25-29,25,29,995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_30_34,f,30-34,30,34,879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_35_39,f,35-39,35,39,720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_40_44,f,40-44,40,44,667,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_45_49,f,45-49,45,49,609,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_50_54,f,50-54,50,54,635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_55_59,f,55-59,55,59,495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_60_64,f,60-64,60,64,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_65_69,f,65-69,65,69,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_70_74,f,70-74,70,74,195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_75_79,f,75-79,75,79,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,F_80PLUS,f,80+,80,,59,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_00_04,m,0-4,0,4,3203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_05_09,m,5-9,5,9,2653,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_10_14,m,10-14,10,14,1640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_15_19,m,15-19,15,19,1166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_20_24,m,20-24,20,24,920,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_25_29,m,25-29,25,29,903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_30_34,m,30-34,30,34,840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_35_39,m,35-39,35,39,772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_40_44,m,40-44,40,44,669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_45_49,m,45-49,45,49,639,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_50_54,m,50-54,50,54,554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_55_59,m,55-59,55,59,455,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_60_64,m,60-64,60,64,395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_65_69,m,65-69,65,69,264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_70_74,m,70-74,70,74,204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_75_79,m,75-79,75,79,113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,M_80PLUS,m,80+,80,,83,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_00_04,all,0-4,0,4,6372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_05_09,all,5-9,5,9,4894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_10_14,all,10-14,10,14,2956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_15_19,all,15-19,15,19,2175,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_20_24,all,20-24,20,24,1883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_25_29,all,25-29,25,29,1898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_30_34,all,30-34,30,34,1719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_35_39,all,35-39,35,39,1492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_40_44,all,40-44,40,44,1336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_45_49,all,45-49,45,49,1248,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_50_54,all,50-54,50,54,1189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_55_59,all,55-59,55,59,950,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_60_64,all,60-64,60,64,845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_65_69,all,65-69,65,69,540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_70_74,all,70-74,70,74,399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_75_79,all,75-79,75,79,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14126,Quela,T_80PLUS,all,80+,80,,142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_TL,f,all,,,15602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_TL,m,all,,,14893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_TL,all,all,,,30495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_00_04,f,0-4,0,4,3350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_05_09,f,5-9,5,9,2544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_10_14,f,10-14,10,14,1624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_15_19,f,15-19,15,19,1315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_20_24,f,20-24,20,24,1206,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_25_29,f,25-29,25,29,1005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_30_34,f,30-34,30,34,958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_35_39,f,35-39,35,39,903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_40_44,f,40-44,40,44,682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_45_49,f,45-49,45,49,579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_50_54,f,50-54,50,54,492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_55_59,f,55-59,55,59,337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_60_64,f,60-64,60,64,277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_65_69,f,65-69,65,69,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_70_74,f,70-74,70,74,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_75_79,f,75-79,75,79,35,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,F_80PLUS,f,80+,80,,34,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_00_04,m,0-4,0,4,3404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_05_09,m,5-9,5,9,2497,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_10_14,m,10-14,10,14,1804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_15_19,m,15-19,15,19,1321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_20_24,m,20-24,20,24,1100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_25_29,m,25-29,25,29,800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_30_34,m,30-34,30,34,822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_35_39,m,35-39,35,39,724,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_40_44,m,40-44,40,44,528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_45_49,m,45-49,45,49,485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_50_54,m,50-54,50,54,451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_55_59,m,55-59,55,59,342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_60_64,m,60-64,60,64,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_65_69,m,65-69,65,69,139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_70_74,m,70-74,70,74,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_75_79,m,75-79,75,79,38,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,M_80PLUS,m,80+,80,,47,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_00_04,all,0-4,0,4,6754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_05_09,all,5-9,5,9,5041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_10_14,all,10-14,10,14,3428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_15_19,all,15-19,15,19,2636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_20_24,all,20-24,20,24,2306,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_25_29,all,25-29,25,29,1805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_30_34,all,30-34,30,34,1780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_35_39,all,35-39,35,39,1627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_40_44,all,40-44,40,44,1210,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_45_49,all,45-49,45,49,1064,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_50_54,all,50-54,50,54,943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_55_59,all,55-59,55,59,679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_60_64,all,60-64,60,64,556,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_65_69,all,65-69,65,69,300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_70_74,all,70-74,70,74,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_75_79,all,75-79,75,79,73,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO14,Malanje,AO14127,Quirima,T_80PLUS,all,80+,80,,81,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_TL,f,all,,,81104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_TL,m,all,,,78891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_TL,all,all,,,159995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_00_04,f,0-4,0,4,16322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_05_09,f,5-9,5,9,13320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_10_14,f,10-14,10,14,10997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_15_19,f,15-19,15,19,8124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_20_24,f,20-24,20,24,6344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_25_29,f,25-29,25,29,4730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_30_34,f,30-34,30,34,4984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_35_39,f,35-39,35,39,3542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_40_44,f,40-44,40,44,3143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_45_49,f,45-49,45,49,2276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_50_54,f,50-54,50,54,1799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_55_59,f,55-59,55,59,1560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_60_64,f,60-64,60,64,1350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_65_69,f,65-69,65,69,1113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_70_74,f,70-74,70,74,713,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_75_79,f,75-79,75,79,438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,F_80PLUS,f,80+,80,,349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_00_04,m,0-4,0,4,16680,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_05_09,m,5-9,5,9,13444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_10_14,m,10-14,10,14,11714,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_15_19,m,15-19,15,19,8404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_20_24,m,20-24,20,24,5910,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_25_29,m,25-29,25,29,3967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_30_34,m,30-34,30,34,4139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_35_39,m,35-39,35,39,3135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_40_44,m,40-44,40,44,2883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_45_49,m,45-49,45,49,1971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_50_54,m,50-54,50,54,1657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_55_59,m,55-59,55,59,1434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_60_64,m,60-64,60,64,1386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_65_69,m,65-69,65,69,903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_70_74,m,70-74,70,74,559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_75_79,m,75-79,75,79,356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,M_80PLUS,m,80+,80,,349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_00_04,all,0-4,0,4,33002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_05_09,all,5-9,5,9,26764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_10_14,all,10-14,10,14,22711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_15_19,all,15-19,15,19,16528,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_20_24,all,20-24,20,24,12254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_25_29,all,25-29,25,29,8697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_30_34,all,30-34,30,34,9123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_35_39,all,35-39,35,39,6677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_40_44,all,40-44,40,44,6026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_45_49,all,45-49,45,49,4247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_50_54,all,50-54,50,54,3456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_55_59,all,55-59,55,59,2994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_60_64,all,60-64,60,64,2736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_65_69,all,65-69,65,69,2016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_70_74,all,70-74,70,74,1272,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_75_79,all,75-79,75,79,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15128,Alto Zambeze,T_80PLUS,all,80+,80,,698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_TL,f,all,,,24823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_TL,m,all,,,24472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_TL,all,all,,,49295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_00_04,f,0-4,0,4,5083,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_05_09,f,5-9,5,9,4471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_10_14,f,10-14,10,14,2832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_15_19,f,15-19,15,19,1981,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_20_24,f,20-24,20,24,1677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_25_29,f,25-29,25,29,1329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_30_34,f,30-34,30,34,1284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_35_39,f,35-39,35,39,1171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_40_44,f,40-44,40,44,1124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_45_49,f,45-49,45,49,1018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_50_54,f,50-54,50,54,816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_55_59,f,55-59,55,59,579,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_60_64,f,60-64,60,64,575,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_65_69,f,65-69,65,69,393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_70_74,f,70-74,70,74,251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_75_79,f,75-79,75,79,131,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,F_80PLUS,f,80+,80,,108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_00_04,m,0-4,0,4,5255,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_05_09,m,5-9,5,9,4647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_10_14,m,10-14,10,14,3130,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_15_19,m,15-19,15,19,2147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_20_24,m,20-24,20,24,1677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_25_29,m,25-29,25,29,1293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_30_34,m,30-34,30,34,1063,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_35_39,m,35-39,35,39,954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_40_44,m,40-44,40,44,791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_45_49,m,45-49,45,49,864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_50_54,m,50-54,50,54,676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_55_59,m,55-59,55,59,507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_60_64,m,60-64,60,64,561,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_65_69,m,65-69,65,69,336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_70_74,m,70-74,70,74,349,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_75_79,m,75-79,75,79,116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,M_80PLUS,m,80+,80,,106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_00_04,all,0-4,0,4,10338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_05_09,all,5-9,5,9,9118,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_10_14,all,10-14,10,14,5962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_15_19,all,15-19,15,19,4128,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_20_24,all,20-24,20,24,3354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_25_29,all,25-29,25,29,2622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_30_34,all,30-34,30,34,2347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_35_39,all,35-39,35,39,2125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_40_44,all,40-44,40,44,1915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_45_49,all,45-49,45,49,1882,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_50_54,all,50-54,50,54,1492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_55_59,all,55-59,55,59,1086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_60_64,all,60-64,60,64,1136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_65_69,all,65-69,65,69,729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_70_74,all,70-74,70,74,600,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_75_79,all,75-79,75,79,247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15129,Camanongue,T_80PLUS,all,80+,80,,214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_TL,f,all,,,21676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_TL,m,all,,,20846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_TL,all,all,,,42522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_00_04,f,0-4,0,4,4408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_05_09,f,5-9,5,9,3538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_10_14,f,10-14,10,14,2327,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_15_19,f,15-19,15,19,2086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_20_24,f,20-24,20,24,1858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_25_29,f,25-29,25,29,1368,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_30_34,f,30-34,30,34,1280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_35_39,f,35-39,35,39,1137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_40_44,f,40-44,40,44,853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_45_49,f,45-49,45,49,647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_50_54,f,50-54,50,54,596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_55_59,f,55-59,55,59,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_60_64,f,60-64,60,64,388,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_65_69,f,65-69,65,69,303,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_70_74,f,70-74,70,74,197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_75_79,f,75-79,75,79,115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),F_80PLUS,f,80+,80,,125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_00_04,m,0-4,0,4,4444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_05_09,m,5-9,5,9,3652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_10_14,m,10-14,10,14,2458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_15_19,m,15-19,15,19,2023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_20_24,m,20-24,20,24,1754,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_25_29,m,25-29,25,29,1163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_30_34,m,30-34,30,34,1075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_35_39,m,35-39,35,39,885,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_40_44,m,40-44,40,44,725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_45_49,m,45-49,45,49,619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_50_54,m,50-54,50,54,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_55_59,m,55-59,55,59,398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_60_64,m,60-64,60,64,391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_65_69,m,65-69,65,69,294,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_70_74,m,70-74,70,74,207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_75_79,m,75-79,75,79,105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),M_80PLUS,m,80+,80,,104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_00_04,all,0-4,0,4,8852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_05_09,all,5-9,5,9,7190,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_10_14,all,10-14,10,14,4785,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_15_19,all,15-19,15,19,4109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_20_24,all,20-24,20,24,3612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_25_29,all,25-29,25,29,2531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_30_34,all,30-34,30,34,2355,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_35_39,all,35-39,35,39,2022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_40_44,all,40-44,40,44,1578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_45_49,all,45-49,45,49,1266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_50_54,all,50-54,50,54,1145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_55_59,all,55-59,55,59,848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_60_64,all,60-64,60,64,779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_65_69,all,65-69,65,69,597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_70_74,all,70-74,70,74,404,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_75_79,all,75-79,75,79,220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15130,Cameia (Lumeje),T_80PLUS,all,80+,80,,229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_TL,f,all,,,23707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_TL,m,all,,,23119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_TL,all,all,,,46826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_00_04,f,0-4,0,4,4827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_05_09,f,5-9,5,9,3915,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_10_14,f,10-14,10,14,2358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_15_19,f,15-19,15,19,1931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_20_24,f,20-24,20,24,1808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_25_29,f,25-29,25,29,1337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_30_34,f,30-34,30,34,1361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_35_39,f,35-39,35,39,1172,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_40_44,f,40-44,40,44,1044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_45_49,f,45-49,45,49,1026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_50_54,f,50-54,50,54,839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_55_59,f,55-59,55,59,594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_60_64,f,60-64,60,64,635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_65_69,f,65-69,65,69,375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_70_74,f,70-74,70,74,249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_75_79,f,75-79,75,79,124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,F_80PLUS,f,80+,80,,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_00_04,m,0-4,0,4,5005,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_05_09,m,5-9,5,9,3995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_10_14,m,10-14,10,14,2630,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_15_19,m,15-19,15,19,2055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_20_24,m,20-24,20,24,1642,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_25_29,m,25-29,25,29,1225,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_30_34,m,30-34,30,34,1104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_35_39,m,35-39,35,39,890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_40_44,m,40-44,40,44,801,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_45_49,m,45-49,45,49,890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_50_54,m,50-54,50,54,681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_55_59,m,55-59,55,59,602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_60_64,m,60-64,60,64,649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_65_69,m,65-69,65,69,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_70_74,m,70-74,70,74,323,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_75_79,m,75-79,75,79,143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,M_80PLUS,m,80+,80,,124,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_00_04,all,0-4,0,4,9832,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_05_09,all,5-9,5,9,7910,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_10_14,all,10-14,10,14,4988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_15_19,all,15-19,15,19,3986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_20_24,all,20-24,20,24,3450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_25_29,all,25-29,25,29,2562,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_30_34,all,30-34,30,34,2465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_35_39,all,35-39,35,39,2062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_40_44,all,40-44,40,44,1845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_45_49,all,45-49,45,49,1916,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_50_54,all,50-54,50,54,1520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_55_59,all,55-59,55,59,1196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_60_64,all,60-64,60,64,1284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_65_69,all,65-69,65,69,735,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_70_74,all,70-74,70,74,572,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_75_79,all,75-79,75,79,267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15131,Léua,T_80PLUS,all,80+,80,,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_TL,f,all,,,66201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_TL,m,all,,,62853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_TL,all,all,,,129054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_00_04,f,0-4,0,4,13089,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_05_09,f,5-9,5,9,10899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_10_14,f,10-14,10,14,8741,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_15_19,f,15-19,15,19,6379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_20_24,f,20-24,20,24,4699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_25_29,f,25-29,25,29,4090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_30_34,f,30-34,30,34,4053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_35_39,f,35-39,35,39,3298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_40_44,f,40-44,40,44,2567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_45_49,f,45-49,45,49,2094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_50_54,f,50-54,50,54,1692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_55_59,f,55-59,55,59,1358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_60_64,f,60-64,60,64,1192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_65_69,f,65-69,65,69,790,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_70_74,f,70-74,70,74,627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_75_79,f,75-79,75,79,347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,F_80PLUS,f,80+,80,,286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_00_04,m,0-4,0,4,13191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_05_09,m,5-9,5,9,10929,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_10_14,m,10-14,10,14,9041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_15_19,m,15-19,15,19,6350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_20_24,m,20-24,20,24,4444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_25_29,m,25-29,25,29,3344,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_30_34,m,30-34,30,34,3006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_35_39,m,35-39,35,39,2780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_40_44,m,40-44,40,44,2371,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_45_49,m,45-49,45,49,1928,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_50_54,m,50-54,50,54,1544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_55_59,m,55-59,55,59,1200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_60_64,m,60-64,60,64,1140,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_65_69,m,65-69,65,69,726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_70_74,m,70-74,70,74,426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_75_79,m,75-79,75,79,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,M_80PLUS,m,80+,80,,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_00_04,all,0-4,0,4,26280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_05_09,all,5-9,5,9,21828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_10_14,all,10-14,10,14,17782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_15_19,all,15-19,15,19,12729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_20_24,all,20-24,20,24,9143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_25_29,all,25-29,25,29,7434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_30_34,all,30-34,30,34,7059,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_35_39,all,35-39,35,39,6078,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_40_44,all,40-44,40,44,4938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_45_49,all,45-49,45,49,4022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_50_54,all,50-54,50,54,3236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_55_59,all,55-59,55,59,2558,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_60_64,all,60-64,60,64,2332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_65_69,all,65-69,65,69,1516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_70_74,all,70-74,70,74,1053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_75_79,all,75-79,75,79,563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15132,Luau,T_80PLUS,all,80+,80,,503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_TL,f,all,,,15252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_TL,m,all,,,14692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_TL,all,all,,,29944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_00_04,f,0-4,0,4,3325,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_05_09,f,5-9,5,9,2651,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_10_14,f,10-14,10,14,1722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_15_19,f,15-19,15,19,1203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_20_24,f,20-24,20,24,1105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_25_29,f,25-29,25,29,924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_30_34,f,30-34,30,34,836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_35_39,f,35-39,35,39,734,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_40_44,f,40-44,40,44,628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_45_49,f,45-49,45,49,499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_50_54,f,50-54,50,54,413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_55_59,f,55-59,55,59,319,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_60_64,f,60-64,60,64,331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_65_69,f,65-69,65,69,221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_70_74,f,70-74,70,74,176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_75_79,f,75-79,75,79,82,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,F_80PLUS,f,80+,80,,83,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_00_04,m,0-4,0,4,3385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_05_09,m,5-9,5,9,2681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_10_14,m,10-14,10,14,1859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_15_19,m,15-19,15,19,1356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_20_24,m,20-24,20,24,1018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_25_29,m,25-29,25,29,723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_30_34,m,30-34,30,34,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_35_39,m,35-39,35,39,559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_40_44,m,40-44,40,44,507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_45_49,m,45-49,45,49,420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_50_54,m,50-54,50,54,346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_55_59,m,55-59,55,59,298,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_60_64,m,60-64,60,64,310,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_65_69,m,65-69,65,69,199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_70_74,m,70-74,70,74,176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_75_79,m,75-79,75,79,74,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,M_80PLUS,m,80+,80,,78,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_00_04,all,0-4,0,4,6710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_05_09,all,5-9,5,9,5332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_10_14,all,10-14,10,14,3581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_15_19,all,15-19,15,19,2559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_20_24,all,20-24,20,24,2123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_25_29,all,25-29,25,29,1647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_30_34,all,30-34,30,34,1539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_35_39,all,35-39,35,39,1293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_40_44,all,40-44,40,44,1135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_45_49,all,45-49,45,49,919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_50_54,all,50-54,50,54,759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_55_59,all,55-59,55,59,617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_60_64,all,60-64,60,64,641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_65_69,all,65-69,65,69,420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_70_74,all,70-74,70,74,352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_75_79,all,75-79,75,79,156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15133,Luacano,T_80PLUS,all,80+,80,,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_TL,f,all,,,10329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_TL,m,all,,,10512,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_TL,all,all,,,20841,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_00_04,f,0-4,0,4,2072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_05_09,f,5-9,5,9,1674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_10_14,f,10-14,10,14,1241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_15_19,f,15-19,15,19,1074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_20_24,f,20-24,20,24,845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_25_29,f,25-29,25,29,672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_30_34,f,30-34,30,34,574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_35_39,f,35-39,35,39,446,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_40_44,f,40-44,40,44,332,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_45_49,f,45-49,45,49,333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_50_54,f,50-54,50,54,259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_55_59,f,55-59,55,59,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_60_64,f,60-64,60,64,195,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_65_69,f,65-69,65,69,123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_70_74,f,70-74,70,74,164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_75_79,f,75-79,75,79,70,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,F_80PLUS,f,80+,80,,92,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_00_04,m,0-4,0,4,2125,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_05_09,m,5-9,5,9,1769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_10_14,m,10-14,10,14,1383,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_15_19,m,15-19,15,19,1111,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_20_24,m,20-24,20,24,865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_25_29,m,25-29,25,29,752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_30_34,m,30-34,30,34,540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_35_39,m,35-39,35,39,379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_40_44,m,40-44,40,44,269,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_45_49,m,45-49,45,49,331,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_50_54,m,50-54,50,54,315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_55_59,m,55-59,55,59,166,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_60_64,m,60-64,60,64,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_65_69,m,65-69,65,69,85,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_70_74,m,70-74,70,74,115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_75_79,m,75-79,75,79,51,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,M_80PLUS,m,80+,80,,95,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_00_04,all,0-4,0,4,4197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_05_09,all,5-9,5,9,3443,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_10_14,all,10-14,10,14,2624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_15_19,all,15-19,15,19,2185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_20_24,all,20-24,20,24,1710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_25_29,all,25-29,25,29,1424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_30_34,all,30-34,30,34,1114,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_35_39,all,35-39,35,39,825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_40_44,all,40-44,40,44,601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_45_49,all,45-49,45,49,664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_50_54,all,50-54,50,54,574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_55_59,all,55-59,55,59,329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_60_64,all,60-64,60,64,356,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_65_69,all,65-69,65,69,208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_70_74,all,70-74,70,74,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_75_79,all,75-79,75,79,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15134,Luchazes,T_80PLUS,all,80+,80,,187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_TL,f,all,,,51449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_TL,m,all,,,48813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_TL,all,all,,,100262,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_00_04,f,0-4,0,4,9329,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_05_09,f,5-9,5,9,8022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_10_14,f,10-14,10,14,6702,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_15_19,f,15-19,15,19,5097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_20_24,f,20-24,20,24,4384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_25_29,f,25-29,25,29,3488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_30_34,f,30-34,30,34,3119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_35_39,f,35-39,35,39,2274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_40_44,f,40-44,40,44,1749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_45_49,f,45-49,45,49,1517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_50_54,f,50-54,50,54,1373,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_55_59,f,55-59,55,59,1113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_60_64,f,60-64,60,64,1057,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_65_69,f,65-69,65,69,891,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_70_74,f,70-74,70,74,594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_75_79,f,75-79,75,79,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),F_80PLUS,f,80+,80,,362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_00_04,m,0-4,0,4,9391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_05_09,m,5-9,5,9,8026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_10_14,m,10-14,10,14,6673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_15_19,m,15-19,15,19,5129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_20_24,m,20-24,20,24,4067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_25_29,m,25-29,25,29,3156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_30_34,m,30-34,30,34,2706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_35_39,m,35-39,35,39,1957,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_40_44,m,40-44,40,44,1645,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_45_49,m,45-49,45,49,1252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_50_54,m,50-54,50,54,1147,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_55_59,m,55-59,55,59,854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_60_64,m,60-64,60,64,925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_65_69,m,65-69,65,69,656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_70_74,m,70-74,70,74,527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_75_79,m,75-79,75,79,315,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),M_80PLUS,m,80+,80,,387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_00_04,all,0-4,0,4,18720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_05_09,all,5-9,5,9,16048,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_10_14,all,10-14,10,14,13375,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_15_19,all,15-19,15,19,10226,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_20_24,all,20-24,20,24,8451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_25_29,all,25-29,25,29,6644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_30_34,all,30-34,30,34,5825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_35_39,all,35-39,35,39,4231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_40_44,all,40-44,40,44,3394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_45_49,all,45-49,45,49,2769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_50_54,all,50-54,50,54,2520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_55_59,all,55-59,55,59,1967,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_60_64,all,60-64,60,64,1982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_65_69,all,65-69,65,69,1547,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_70_74,all,70-74,70,74,1121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_75_79,all,75-79,75,79,693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15135,Bundas (Lumbala-Nguimbo),T_80PLUS,all,80+,80,,749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_TL,f,all,,,261887,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_TL,m,all,,,253742,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_TL,all,all,,,515629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_00_04,f,0-4,0,4,49062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_05_09,f,5-9,5,9,43410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_10_14,f,10-14,10,14,35743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_15_19,f,15-19,15,19,28793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_20_24,f,20-24,20,24,21973,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_25_29,f,25-29,25,29,17102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_30_34,f,30-34,30,34,14522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_35_39,f,35-39,35,39,11477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_40_44,f,40-44,40,44,9580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_45_49,f,45-49,45,49,8715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_50_54,f,50-54,50,54,6456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_55_59,f,55-59,55,59,4594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_60_64,f,60-64,60,64,4167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_65_69,f,65-69,65,69,2597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_70_74,f,70-74,70,74,1860,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_75_79,f,75-79,75,79,1081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,F_80PLUS,f,80+,80,,755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_00_04,m,0-4,0,4,49996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_05_09,m,5-9,5,9,44393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_10_14,m,10-14,10,14,34655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_15_19,m,15-19,15,19,27656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_20_24,m,20-24,20,24,22092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_25_29,m,25-29,25,29,16107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_30_34,m,30-34,30,34,13253,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_35_39,m,35-39,35,39,10013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_40_44,m,40-44,40,44,8055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_45_49,m,45-49,45,49,7597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_50_54,m,50-54,50,54,5877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_55_59,m,55-59,55,59,4640,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_60_64,m,60-64,60,64,3923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_65_69,m,65-69,65,69,2412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_70_74,m,70-74,70,74,1543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_75_79,m,75-79,75,79,875,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,M_80PLUS,m,80+,80,,655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_00_04,all,0-4,0,4,99058,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_05_09,all,5-9,5,9,87803,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_10_14,all,10-14,10,14,70398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_15_19,all,15-19,15,19,56449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_20_24,all,20-24,20,24,44065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_25_29,all,25-29,25,29,33209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_30_34,all,30-34,30,34,27775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_35_39,all,35-39,35,39,21490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_40_44,all,40-44,40,44,17635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_45_49,all,45-49,45,49,16312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_50_54,all,50-54,50,54,12333,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_55_59,all,55-59,55,59,9234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_60_64,all,60-64,60,64,8090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_65_69,all,65-69,65,69,5009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_70_74,all,70-74,70,74,3403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_75_79,all,75-79,75,79,1956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO15,Moxico,AO15136,Luena,T_80PLUS,all,80+,80,,1410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_TL,f,all,,,48827,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_TL,m,all,,,44234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_TL,all,all,,,93061,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_00_04,f,0-4,0,4,10153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_05_09,f,5-9,5,9,7444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_10_14,f,10-14,10,14,5789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_15_19,f,15-19,15,19,4312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_20_24,f,20-24,20,24,4100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_25_29,f,25-29,25,29,3480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_30_34,f,30-34,30,34,2798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_35_39,f,35-39,35,39,2075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_40_44,f,40-44,40,44,1771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_45_49,f,45-49,45,49,1601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_50_54,f,50-54,50,54,1340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_55_59,f,55-59,55,59,1079,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_60_64,f,60-64,60,64,805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_65_69,f,65-69,65,69,715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_70_74,f,70-74,70,74,543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_75_79,f,75-79,75,79,384,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,F_80PLUS,f,80+,80,,438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_00_04,m,0-4,0,4,10030,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_05_09,m,5-9,5,9,7764,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_10_14,m,10-14,10,14,6120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_15_19,m,15-19,15,19,4479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_20_24,m,20-24,20,24,3254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_25_29,m,25-29,25,29,2513,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_30_34,m,30-34,30,34,1977,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_35_39,m,35-39,35,39,1518,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_40_44,m,40-44,40,44,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_45_49,m,45-49,45,49,1142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_50_54,m,50-54,50,54,1041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_55_59,m,55-59,55,59,938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_60_64,m,60-64,60,64,733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_65_69,m,65-69,65,69,605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_70_74,m,70-74,70,74,363,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_75_79,m,75-79,75,79,244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,M_80PLUS,m,80+,80,,252,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_00_04,all,0-4,0,4,20183,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_05_09,all,5-9,5,9,15208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_10_14,all,10-14,10,14,11909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_15_19,all,15-19,15,19,8791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_20_24,all,20-24,20,24,7354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_25_29,all,25-29,25,29,5993,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_30_34,all,30-34,30,34,4775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_35_39,all,35-39,35,39,3593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_40_44,all,40-44,40,44,3032,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_45_49,all,45-49,45,49,2743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_50_54,all,50-54,50,54,2381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_55_59,all,55-59,55,59,2017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_60_64,all,60-64,60,64,1538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_65_69,all,65-69,65,69,1320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_70_74,all,70-74,70,74,906,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_75_79,all,75-79,75,79,628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16137,Bibala,T_80PLUS,all,80+,80,,690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_TL,f,all,,,37956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_TL,m,all,,,34682,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_TL,all,all,,,72638,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_00_04,f,0-4,0,4,7737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_05_09,f,5-9,5,9,6460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_10_14,f,10-14,10,14,5234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_15_19,f,15-19,15,19,3394,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_20_24,f,20-24,20,24,3053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_25_29,f,25-29,25,29,2350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_30_34,f,30-34,30,34,2075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_35_39,f,35-39,35,39,1546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_40_44,f,40-44,40,44,1280,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_45_49,f,45-49,45,49,1127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_50_54,f,50-54,50,54,813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_55_59,f,55-59,55,59,643,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_60_64,f,60-64,60,64,450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_65_69,f,65-69,65,69,648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_70_74,f,70-74,70,74,420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_75_79,f,75-79,75,79,314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,F_80PLUS,f,80+,80,,412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_00_04,m,0-4,0,4,8047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_05_09,m,5-9,5,9,6676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_10_14,m,10-14,10,14,5346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_15_19,m,15-19,15,19,3539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_20_24,m,20-24,20,24,2181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_25_29,m,25-29,25,29,1769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_30_34,m,30-34,30,34,1433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_35_39,m,35-39,35,39,1137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_40_44,m,40-44,40,44,971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_45_49,m,45-49,45,49,792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_50_54,m,50-54,50,54,650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_55_59,m,55-59,55,59,490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_60_64,m,60-64,60,64,510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_65_69,m,65-69,65,69,414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_70_74,m,70-74,70,74,273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_75_79,m,75-79,75,79,203,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,M_80PLUS,m,80+,80,,251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_00_04,all,0-4,0,4,15784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_05_09,all,5-9,5,9,13136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_10_14,all,10-14,10,14,10580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_15_19,all,15-19,15,19,6933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_20_24,all,20-24,20,24,5234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_25_29,all,25-29,25,29,4119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_30_34,all,30-34,30,34,3508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_35_39,all,35-39,35,39,2683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_40_44,all,40-44,40,44,2251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_45_49,all,45-49,45,49,1919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_50_54,all,50-54,50,54,1463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_55_59,all,55-59,55,59,1133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_60_64,all,60-64,60,64,960,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_65_69,all,65-69,65,69,1062,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_70_74,all,70-74,70,74,693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_75_79,all,75-79,75,79,517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16138,Camucuio,T_80PLUS,all,80+,80,,663,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_TL,f,all,,,213691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_TL,m,all,,,208350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_TL,all,all,,,422041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_00_04,f,0-4,0,4,33681,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_05_09,f,5-9,5,9,32574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_10_14,f,10-14,10,14,32677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_15_19,f,15-19,15,19,27456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_20_24,f,20-24,20,24,20782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_25_29,f,25-29,25,29,15546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_30_34,f,30-34,30,34,12389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_35_39,f,35-39,35,39,9496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_40_44,f,40-44,40,44,8049,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_45_49,f,45-49,45,49,6864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_50_54,f,50-54,50,54,5151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_55_59,f,55-59,55,59,3594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_60_64,f,60-64,60,64,2117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_65_69,f,65-69,65,69,1432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_70_74,f,70-74,70,74,791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_75_79,f,75-79,75,79,566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,F_80PLUS,f,80+,80,,526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_00_04,m,0-4,0,4,34729,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_05_09,m,5-9,5,9,31264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_10_14,m,10-14,10,14,30086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_15_19,m,15-19,15,19,27019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_20_24,m,20-24,20,24,21205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_25_29,m,25-29,25,29,16274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_30_34,m,30-34,30,34,11606,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_35_39,m,35-39,35,39,8614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_40_44,m,40-44,40,44,7046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_45_49,m,45-49,45,49,6703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_50_54,m,50-54,50,54,5207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_55_59,m,55-59,55,59,3881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_60_64,m,60-64,60,64,2479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_65_69,m,65-69,65,69,1159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_70_74,m,70-74,70,74,488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_75_79,m,75-79,75,79,324,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,M_80PLUS,m,80+,80,,266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_00_04,all,0-4,0,4,68410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_05_09,all,5-9,5,9,63838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_10_14,all,10-14,10,14,62763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_15_19,all,15-19,15,19,54475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_20_24,all,20-24,20,24,41987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_25_29,all,25-29,25,29,31820,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_30_34,all,30-34,30,34,23995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_35_39,all,35-39,35,39,18110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_40_44,all,40-44,40,44,15095,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_45_49,all,45-49,45,49,13567,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_50_54,all,50-54,50,54,10358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_55_59,all,55-59,55,59,7475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_60_64,all,60-64,60,64,4596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_65_69,all,65-69,65,69,2591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_70_74,all,70-74,70,74,1279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_75_79,all,75-79,75,79,890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16139,Namibe,T_80PLUS,all,80+,80,,792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_TL,f,all,,,40119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_TL,m,all,,,39936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_TL,all,all,,,80055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_00_04,f,0-4,0,4,6780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_05_09,f,5-9,5,9,6629,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_10_14,f,10-14,10,14,6312,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_15_19,f,15-19,15,19,4603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_20_24,f,20-24,20,24,3665,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_25_29,f,25-29,25,29,2855,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_30_34,f,30-34,30,34,2276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_35_39,f,35-39,35,39,1676,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_40_44,f,40-44,40,44,1369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_45_49,f,45-49,45,49,1406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_50_54,f,50-54,50,54,893,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_55_59,f,55-59,55,59,695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_60_64,f,60-64,60,64,417,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_65_69,f,65-69,65,69,224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_70_74,f,70-74,70,74,145,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_75_79,f,75-79,75,79,87,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),F_80PLUS,f,80+,80,,87,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_00_04,m,0-4,0,4,7104,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_05_09,m,5-9,5,9,6711,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_10_14,m,10-14,10,14,6228,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_15_19,m,15-19,15,19,4699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_20_24,m,20-24,20,24,3543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_25_29,m,25-29,25,29,2877,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_30_34,m,30-34,30,34,2305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_35_39,m,35-39,35,39,1516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_40_44,m,40-44,40,44,1249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_45_49,m,45-49,45,49,1008,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_50_54,m,50-54,50,54,987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_55_59,m,55-59,55,59,813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_60_64,m,60-64,60,64,428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_65_69,m,65-69,65,69,211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_70_74,m,70-74,70,74,133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_75_79,m,75-79,75,79,76,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),M_80PLUS,m,80+,80,,48,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_00_04,all,0-4,0,4,13884,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_05_09,all,5-9,5,9,13340,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_10_14,all,10-14,10,14,12540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_15_19,all,15-19,15,19,9302,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_20_24,all,20-24,20,24,7208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_25_29,all,25-29,25,29,5732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_30_34,all,30-34,30,34,4581,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_35_39,all,35-39,35,39,3192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_40_44,all,40-44,40,44,2618,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_45_49,all,45-49,45,49,2414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_50_54,all,50-54,50,54,1880,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_55_59,all,55-59,55,59,1508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_60_64,all,60-64,60,64,845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_65_69,all,65-69,65,69,435,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_70_74,all,70-74,70,74,278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_75_79,all,75-79,75,79,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16140,Tômbwa (Porto Alexandre),T_80PLUS,all,80+,80,,135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_TL,f,all,,,24051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_TL,m,all,,,22758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_TL,all,all,,,46809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_00_04,f,0-4,0,4,4075,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_05_09,f,5-9,5,9,3152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_10_14,f,10-14,10,14,2881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_15_19,f,15-19,15,19,2162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_20_24,f,20-24,20,24,2297,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_25_29,f,25-29,25,29,2171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_30_34,f,30-34,30,34,1739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_35_39,f,35-39,35,39,1150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_40_44,f,40-44,40,44,1016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_45_49,f,45-49,45,49,826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_50_54,f,50-54,50,54,919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_55_59,f,55-59,55,59,476,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_60_64,f,60-64,60,64,380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_65_69,f,65-69,65,69,307,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_70_74,f,70-74,70,74,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_75_79,f,75-79,75,79,237,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,F_80PLUS,f,80+,80,,151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_00_04,m,0-4,0,4,4199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_05_09,m,5-9,5,9,3279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_10_14,m,10-14,10,14,3040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_15_19,m,15-19,15,19,2429,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_20_24,m,20-24,20,24,1835,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_25_29,m,25-29,25,29,1715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_30_34,m,30-34,30,34,1416,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_35_39,m,35-39,35,39,949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_40_44,m,40-44,40,44,865,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_45_49,m,45-49,45,49,634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_50_54,m,50-54,50,54,890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_55_59,m,55-59,55,59,506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_60_64,m,60-64,60,64,323,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_65_69,m,65-69,65,69,266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_70_74,m,70-74,70,74,142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_75_79,m,75-79,75,79,161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,M_80PLUS,m,80+,80,,109,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_00_04,all,0-4,0,4,8274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_05_09,all,5-9,5,9,6431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_10_14,all,10-14,10,14,5921,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_15_19,all,15-19,15,19,4591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_20_24,all,20-24,20,24,4132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_25_29,all,25-29,25,29,3886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_30_34,all,30-34,30,34,3155,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_35_39,all,35-39,35,39,2099,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_40_44,all,40-44,40,44,1881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_45_49,all,45-49,45,49,1460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_50_54,all,50-54,50,54,1809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_55_59,all,55-59,55,59,982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_60_64,all,60-64,60,64,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_65_69,all,65-69,65,69,573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_70_74,all,70-74,70,74,254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_75_79,all,75-79,75,79,398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO16,Namibe,AO16141,Virei,T_80PLUS,all,80+,80,,260,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_TL,f,all,,,39901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_TL,m,all,,,37598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_TL,all,all,,,77499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_00_04,f,0-4,0,4,8379,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_05_09,f,5-9,5,9,6218,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_10_14,f,10-14,10,14,4268,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_15_19,f,15-19,15,19,3191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_20_24,f,20-24,20,24,2550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_25_29,f,25-29,25,29,2292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_30_34,f,30-34,30,34,1848,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_35_39,f,35-39,35,39,2073,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_40_44,f,40-44,40,44,2197,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_45_49,f,45-49,45,49,1622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_50_54,f,50-54,50,54,1461,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_55_59,f,55-59,55,59,1080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_60_64,f,60-64,60,64,949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_65_69,f,65-69,65,69,794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_70_74,f,70-74,70,74,577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_75_79,f,75-79,75,79,186,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),F_80PLUS,f,80+,80,,216,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_00_04,m,0-4,0,4,8395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_05_09,m,5-9,5,9,6708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_10_14,m,10-14,10,14,5123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_15_19,m,15-19,15,19,3758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_20_24,m,20-24,20,24,2634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_25_29,m,25-29,25,29,1896,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_30_34,m,30-34,30,34,1399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_35_39,m,35-39,35,39,1400,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_40_44,m,40-44,40,44,1447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_45_49,m,45-49,45,49,1070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_50_54,m,50-54,50,54,926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_55_59,m,55-59,55,59,694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_60_64,m,60-64,60,64,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_65_69,m,65-69,65,69,506,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_70_74,m,70-74,70,74,438,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_75_79,m,75-79,75,79,192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),M_80PLUS,m,80+,80,,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_00_04,all,0-4,0,4,16774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_05_09,all,5-9,5,9,12926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_10_14,all,10-14,10,14,9391,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_15_19,all,15-19,15,19,6949,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_20_24,all,20-24,20,24,5184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_25_29,all,25-29,25,29,4188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_30_34,all,30-34,30,34,3247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_35_39,all,35-39,35,39,3473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_40_44,all,40-44,40,44,3644,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_45_49,all,45-49,45,49,2692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_50_54,all,50-54,50,54,2387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_55_59,all,55-59,55,59,1774,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_60_64,all,60-64,60,64,1725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_65_69,all,65-69,65,69,1300,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_70_74,all,70-74,70,74,1015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_75_79,all,75-79,75,79,378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17142,Cangola (Alto Cauale),T_80PLUS,all,80+,80,,452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_TL,f,all,,,12871,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_TL,m,all,,,13267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_TL,all,all,,,26138,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_00_04,f,0-4,0,4,2580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_05_09,f,5-9,5,9,1989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_10_14,f,10-14,10,14,1593,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_15_19,f,15-19,15,19,1110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_20_24,f,20-24,20,24,768,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_25_29,f,25-29,25,29,626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_30_34,f,30-34,30,34,597,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_35_39,f,35-39,35,39,697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_40_44,f,40-44,40,44,554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_45_49,f,45-49,45,49,478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_50_54,f,50-54,50,54,431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_55_59,f,55-59,55,59,486,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_60_64,f,60-64,60,64,335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_65_69,f,65-69,65,69,259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_70_74,f,70-74,70,74,176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_75_79,f,75-79,75,79,100,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,F_80PLUS,f,80+,80,,92,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_00_04,m,0-4,0,4,2656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_05_09,m,5-9,5,9,2295,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_10_14,m,10-14,10,14,1759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_15_19,m,15-19,15,19,1173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_20_24,m,20-24,20,24,854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_25_29,m,25-29,25,29,598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_30_34,m,30-34,30,34,473,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_35_39,m,35-39,35,39,569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_40_44,m,40-44,40,44,549,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_45_49,m,45-49,45,49,410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_50_54,m,50-54,50,54,423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_55_59,m,55-59,55,59,539,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_60_64,m,60-64,60,64,342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_65_69,m,65-69,65,69,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_70_74,m,70-74,70,74,167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_75_79,m,75-79,75,79,132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,M_80PLUS,m,80+,80,,82,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_00_04,all,0-4,0,4,5236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_05_09,all,5-9,5,9,4284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_10_14,all,10-14,10,14,3352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_15_19,all,15-19,15,19,2283,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_20_24,all,20-24,20,24,1622,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_25_29,all,25-29,25,29,1224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_30_34,all,30-34,30,34,1070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_35_39,all,35-39,35,39,1266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_40_44,all,40-44,40,44,1103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_45_49,all,45-49,45,49,888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_50_54,all,50-54,50,54,854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_55_59,all,55-59,55,59,1025,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_60_64,all,60-64,60,64,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_65_69,all,65-69,65,69,505,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_70_74,all,70-74,70,74,343,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_75_79,all,75-79,75,79,232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17143,Ambuíla,T_80PLUS,all,80+,80,,174,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_TL,f,all,,,23485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_TL,m,all,,,24060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_TL,all,all,,,47545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_00_04,f,0-4,0,4,4393,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_05_09,f,5-9,5,9,3361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_10_14,f,10-14,10,14,2464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_15_19,f,15-19,15,19,1759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_20_24,f,20-24,20,24,1350,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_25_29,f,25-29,25,29,1188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_30_34,f,30-34,30,34,1261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_35_39,f,35-39,35,39,1214,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_40_44,f,40-44,40,44,1194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_45_49,f,45-49,45,49,1106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_50_54,f,50-54,50,54,1017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_55_59,f,55-59,55,59,1026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_60_64,f,60-64,60,64,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_65_69,f,65-69,65,69,573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_70_74,f,70-74,70,74,401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_75_79,f,75-79,75,79,293,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,F_80PLUS,f,80+,80,,182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_00_04,m,0-4,0,4,4589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_05_09,m,5-9,5,9,4047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_10_14,m,10-14,10,14,3445,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_15_19,m,15-19,15,19,2346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_20_24,m,20-24,20,24,1192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_25_29,m,25-29,25,29,839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_30_34,m,30-34,30,34,862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_35_39,m,35-39,35,39,854,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_40_44,m,40-44,40,44,909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_45_49,m,45-49,45,49,829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_50_54,m,50-54,50,54,836,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_55_59,m,55-59,55,59,1017,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_60_64,m,60-64,60,64,769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_65_69,m,65-69,65,69,690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_70_74,m,70-74,70,74,395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_75_79,m,75-79,75,79,289,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,M_80PLUS,m,80+,80,,152,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_00_04,all,0-4,0,4,8982,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_05_09,all,5-9,5,9,7408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_10_14,all,10-14,10,14,5909,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_15_19,all,15-19,15,19,4105,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_20_24,all,20-24,20,24,2542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_25_29,all,25-29,25,29,2027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_30_34,all,30-34,30,34,2123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_35_39,all,35-39,35,39,2068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_40_44,all,40-44,40,44,2103,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_45_49,all,45-49,45,49,1935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_50_54,all,50-54,50,54,1853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_55_59,all,55-59,55,59,2043,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_60_64,all,60-64,60,64,1472,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_65_69,all,65-69,65,69,1263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_70_74,all,70-74,70,74,796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_75_79,all,75-79,75,79,582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17144,Bembe,T_80PLUS,all,80+,80,,334,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_TL,f,all,,,41370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_TL,m,all,,,41226,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_TL,all,all,,,82596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_00_04,f,0-4,0,4,9372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_05_09,f,5-9,5,9,6723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_10_14,f,10-14,10,14,4117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_15_19,f,15-19,15,19,3406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_20_24,f,20-24,20,24,2830,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_25_29,f,25-29,25,29,2491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_30_34,f,30-34,30,34,2254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_35_39,f,35-39,35,39,1930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_40_44,f,40-44,40,44,1963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_45_49,f,45-49,45,49,1281,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_50_54,f,50-54,50,54,1146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_55_59,f,55-59,55,59,1153,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_60_64,f,60-64,60,64,976,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_65_69,f,65-69,65,69,694,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_70_74,f,70-74,70,74,508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_75_79,f,75-79,75,79,234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,F_80PLUS,f,80+,80,,292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_00_04,m,0-4,0,4,9946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_05_09,m,5-9,5,9,7689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_10_14,m,10-14,10,14,5479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_15_19,m,15-19,15,19,4584,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_20_24,m,20-24,20,24,3176,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_25_29,m,25-29,25,29,1763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_30_34,m,30-34,30,34,1458,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_35_39,m,35-39,35,39,1193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_40_44,m,40-44,40,44,1027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_45_49,m,45-49,45,49,846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_50_54,m,50-54,50,54,780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_55_59,m,55-59,55,59,818,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_60_64,m,60-64,60,64,750,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_65_69,m,65-69,65,69,693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_70_74,m,70-74,70,74,543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_75_79,m,75-79,75,79,235,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,M_80PLUS,m,80+,80,,246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_00_04,all,0-4,0,4,19318,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_05_09,all,5-9,5,9,14412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_10_14,all,10-14,10,14,9596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_15_19,all,15-19,15,19,7990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_20_24,all,20-24,20,24,6006,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_25_29,all,25-29,25,29,4254,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_30_34,all,30-34,30,34,3712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_35_39,all,35-39,35,39,3123,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_40_44,all,40-44,40,44,2990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_45_49,all,45-49,45,49,2127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_50_54,all,50-54,50,54,1926,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_55_59,all,55-59,55,59,1971,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_60_64,all,60-64,60,64,1726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_65_69,all,65-69,65,69,1387,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_70_74,all,70-74,70,74,1051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_75_79,all,75-79,75,79,469,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17145,Buengas,T_80PLUS,all,80+,80,,538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_TL,f,all,,,26995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_TL,m,all,,,26601,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_TL,all,all,,,53596,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_00_04,f,0-4,0,4,5862,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_05_09,f,5-9,5,9,4467,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_10_14,f,10-14,10,14,2804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_15_19,f,15-19,15,19,2215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_20_24,f,20-24,20,24,1817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_25_29,f,25-29,25,29,1311,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_30_34,f,30-34,30,34,1184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_35_39,f,35-39,35,39,1220,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_40_44,f,40-44,40,44,1242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_45_49,f,45-49,45,49,1002,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_50_54,f,50-54,50,54,761,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_55_59,f,55-59,55,59,809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_60_64,f,60-64,60,64,758,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_65_69,f,65-69,65,69,777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_70_74,f,70-74,70,74,428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_75_79,f,75-79,75,79,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,F_80PLUS,f,80+,80,,144,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_00_04,m,0-4,0,4,5796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_05_09,m,5-9,5,9,4765,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_10_14,m,10-14,10,14,3716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_15_19,m,15-19,15,19,2649,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_20_24,m,20-24,20,24,1853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_25_29,m,25-29,25,29,1184,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_30_34,m,30-34,30,34,989,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_35_39,m,35-39,35,39,943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_40_44,m,40-44,40,44,963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_45_49,m,45-49,45,49,812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_50_54,m,50-54,50,54,650,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_55_59,m,55-59,55,59,692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_60_64,m,60-64,60,64,538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_65_69,m,65-69,65,69,490,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_70_74,m,70-74,70,74,316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_75_79,m,75-79,75,79,159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,M_80PLUS,m,80+,80,,86,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_00_04,all,0-4,0,4,11658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_05_09,all,5-9,5,9,9232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_10_14,all,10-14,10,14,6520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_15_19,all,15-19,15,19,4864,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_20_24,all,20-24,20,24,3670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_25_29,all,25-29,25,29,2495,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_30_34,all,30-34,30,34,2173,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_35_39,all,35-39,35,39,2163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_40_44,all,40-44,40,44,2205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_45_49,all,45-49,45,49,1814,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_50_54,all,50-54,50,54,1411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_55_59,all,55-59,55,59,1501,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_60_64,all,60-64,60,64,1296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_65_69,all,65-69,65,69,1267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_70_74,all,70-74,70,74,744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_75_79,all,75-79,75,79,353,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17146,Bungo,T_80PLUS,all,80+,80,,230,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_TL,f,all,,,48053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_TL,m,all,,,47845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_TL,all,all,,,95898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_00_04,f,0-4,0,4,9200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_05_09,f,5-9,5,9,7279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_10_14,f,10-14,10,14,5021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_15_19,f,15-19,15,19,3494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_20_24,f,20-24,20,24,2756,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_25_29,f,25-29,25,29,2608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_30_34,f,30-34,30,34,2647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_35_39,f,35-39,35,39,2537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_40_44,f,40-44,40,44,2406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_45_49,f,45-49,45,49,2098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_50_54,f,50-54,50,54,1808,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_55_59,f,55-59,55,59,1956,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_60_64,f,60-64,60,64,1559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_65_69,f,65-69,65,69,1161,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_70_74,f,70-74,70,74,753,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_75_79,f,75-79,75,79,449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,F_80PLUS,f,80+,80,,321,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_00_04,m,0-4,0,4,9522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_05_09,m,5-9,5,9,7828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_10_14,m,10-14,10,14,6020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_15_19,m,15-19,15,19,4685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_20_24,m,20-24,20,24,2703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_25_29,m,25-29,25,29,2028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_30_34,m,30-34,30,34,1870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_35_39,m,35-39,35,39,1952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_40_44,m,40-44,40,44,1975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_45_49,m,45-49,45,49,1661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_50_54,m,50-54,50,54,1403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_55_59,m,55-59,55,59,1943,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_60_64,m,60-64,60,64,1381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_65_69,m,65-69,65,69,1374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_70_74,m,70-74,70,74,728,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_75_79,m,75-79,75,79,485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,M_80PLUS,m,80+,80,,287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_00_04,all,0-4,0,4,18722,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_05_09,all,5-9,5,9,15107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_10_14,all,10-14,10,14,11041,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_15_19,all,15-19,15,19,8179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_20_24,all,20-24,20,24,5459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_25_29,all,25-29,25,29,4636,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_30_34,all,30-34,30,34,4517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_35_39,all,35-39,35,39,4489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_40_44,all,40-44,40,44,4381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_45_49,all,45-49,45,49,3759,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_50_54,all,50-54,50,54,3211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_55_59,all,55-59,55,59,3899,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_60_64,all,60-64,60,64,2940,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_65_69,all,65-69,65,69,2535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_70_74,all,70-74,70,74,1481,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_75_79,all,75-79,75,79,934,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17147,Damba,T_80PLUS,all,80+,80,,608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_TL,f,all,,,90834,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_TL,m,all,,,92892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_TL,all,all,,,183726,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_00_04,f,0-4,0,4,17425,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_05_09,f,5-9,5,9,13721,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_10_14,f,10-14,10,14,10209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_15_19,f,15-19,15,19,7028,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_20_24,f,20-24,20,24,6097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_25_29,f,25-29,25,29,5823,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_30_34,f,30-34,30,34,5568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_35_39,f,35-39,35,39,4813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_40_44,f,40-44,40,44,4530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_45_49,f,45-49,45,49,3715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_50_54,f,50-54,50,54,3134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_55_59,f,55-59,55,59,2888,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_60_64,f,60-64,60,64,2346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_65_69,f,65-69,65,69,1540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_70_74,f,70-74,70,74,958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_75_79,f,75-79,75,79,632,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,F_80PLUS,f,80+,80,,407,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_00_04,m,0-4,0,4,17933,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_05_09,m,5-9,5,9,14386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_10_14,m,10-14,10,14,12405,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_15_19,m,15-19,15,19,8708,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_20_24,m,20-24,20,24,6022,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_25_29,m,25-29,25,29,4779,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_30_34,m,30-34,30,34,4695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_35_39,m,35-39,35,39,4569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_40_44,m,40-44,40,44,4432,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_45_49,m,45-49,45,49,3439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_50_54,m,50-54,50,54,3047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_55_59,m,55-59,55,59,2923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_60_64,m,60-64,60,64,2189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_65_69,m,65-69,65,69,1699,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_70_74,m,70-74,70,74,840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_75_79,m,75-79,75,79,527,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,M_80PLUS,m,80+,80,,299,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_00_04,all,0-4,0,4,35358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_05_09,all,5-9,5,9,28107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_10_14,all,10-14,10,14,22614,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_15_19,all,15-19,15,19,15736,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_20_24,all,20-24,20,24,12119,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_25_29,all,25-29,25,29,10602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_30_34,all,30-34,30,34,10263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_35_39,all,35-39,35,39,9382,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_40_44,all,40-44,40,44,8962,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_45_49,all,45-49,45,49,7154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_50_54,all,50-54,50,54,6181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_55_59,all,55-59,55,59,5811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_60_64,all,60-64,60,64,4535,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_65_69,all,65-69,65,69,3239,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_70_74,all,70-74,70,74,1798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_75_79,all,75-79,75,79,1159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17148,Maquela do Zombo,T_80PLUS,all,80+,80,,706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_TL,f,all,,,37177,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_TL,m,all,,,35811,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_TL,all,all,,,72988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_00_04,f,0-4,0,4,7812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_05_09,f,5-9,5,9,5840,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_10_14,f,10-14,10,14,4122,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_15_19,f,15-19,15,19,3414,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_20_24,f,20-24,20,24,2825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_25_29,f,25-29,25,29,2519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_30_34,f,30-34,30,34,2141,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_35_39,f,35-39,35,39,1542,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_40_44,f,40-44,40,44,1706,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_45_49,f,45-49,45,49,1076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_50_54,f,50-54,50,54,1246,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_55_59,f,55-59,55,59,896,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_60_64,f,60-64,60,64,716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_65_69,f,65-69,65,69,533,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_70_74,f,70-74,70,74,444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_75_79,f,75-79,75,79,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,F_80PLUS,f,80+,80,,164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_00_04,m,0-4,0,4,8126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_05_09,m,5-9,5,9,6292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_10_14,m,10-14,10,14,4727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_15_19,m,15-19,15,19,3743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_20_24,m,20-24,20,24,2679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_25_29,m,25-29,25,29,2047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_30_34,m,30-34,30,34,1530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_35_39,m,35-39,35,39,1086,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_40_44,m,40-44,40,44,1054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_45_49,m,45-49,45,49,879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_50_54,m,50-54,50,54,969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_55_59,m,55-59,55,59,789,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_60_64,m,60-64,60,64,656,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_65_69,m,65-69,65,69,488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_70_74,m,70-74,70,74,352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_75_79,m,75-79,75,79,189,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,M_80PLUS,m,80+,80,,205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_00_04,all,0-4,0,4,15938,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_05_09,all,5-9,5,9,12132,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_10_14,all,10-14,10,14,8849,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_15_19,all,15-19,15,19,7157,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_20_24,all,20-24,20,24,5504,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_25_29,all,25-29,25,29,4566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_30_34,all,30-34,30,34,3671,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_35_39,all,35-39,35,39,2628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_40_44,all,40-44,40,44,2760,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_45_49,all,45-49,45,49,1955,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_50_54,all,50-54,50,54,2215,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_55_59,all,55-59,55,59,1685,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_60_64,all,60-64,60,64,1372,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_65_69,all,65-69,65,69,1021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_70_74,all,70-74,70,74,796,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_75_79,all,75-79,75,79,370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17149,Milunga,T_80PLUS,all,80+,80,,369,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_TL,f,all,,,31489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_TL,m,all,,,31947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_TL,all,all,,,63436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_00_04,f,0-4,0,4,6689,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_05_09,f,5-9,5,9,5069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_10_14,f,10-14,10,14,3450,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_15_19,f,15-19,15,19,2690,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_20_24,f,20-24,20,24,2107,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_25_29,f,25-29,25,29,1697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_30_34,f,30-34,30,34,1420,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_35_39,f,35-39,35,39,1624,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_40_44,f,40-44,40,44,1619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_45_49,f,45-49,45,49,1102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_50_54,f,50-54,50,54,925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_55_59,f,55-59,55,59,1013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_60_64,f,60-64,60,64,733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_65_69,f,65-69,65,69,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_70_74,f,70-74,70,74,410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_75_79,f,75-79,75,79,212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,F_80PLUS,f,80+,80,,179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_00_04,m,0-4,0,4,7088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_05_09,m,5-9,5,9,5565,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_10_14,m,10-14,10,14,3999,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_15_19,m,15-19,15,19,3081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_20_24,m,20-24,20,24,2026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_25_29,m,25-29,25,29,1554,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_30_34,m,30-34,30,34,1259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_35_39,m,35-39,35,39,1380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_40_44,m,40-44,40,44,1434,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_45_49,m,45-49,45,49,1120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_50_54,m,50-54,50,54,752,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_55_59,m,55-59,55,59,879,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_60_64,m,60-64,60,64,697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_65_69,m,65-69,65,69,530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_70_74,m,70-74,70,74,313,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_75_79,m,75-79,75,79,158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,M_80PLUS,m,80+,80,,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_00_04,all,0-4,0,4,13777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_05_09,all,5-9,5,9,10634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_10_14,all,10-14,10,14,7449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_15_19,all,15-19,15,19,5771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_20_24,all,20-24,20,24,4133,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_25_29,all,25-29,25,29,3251,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_30_34,all,30-34,30,34,2679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_35_39,all,35-39,35,39,3004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_40_44,all,40-44,40,44,3053,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_45_49,all,45-49,45,49,2222,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_50_54,all,50-54,50,54,1677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_55_59,all,55-59,55,59,1892,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_60_64,all,60-64,60,64,1430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_65_69,all,65-69,65,69,1080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_70_74,all,70-74,70,74,723,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_75_79,all,75-79,75,79,370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17150,Mucaba,T_80PLUS,all,80+,80,,291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_TL,f,all,,,102783,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_TL,m,all,,,95673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_TL,all,all,,,198456,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_00_04,f,0-4,0,4,20538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_05_09,f,5-9,5,9,16691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_10_14,f,10-14,10,14,13009,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_15_19,f,15-19,15,19,10081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_20_24,f,20-24,20,24,7744,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_25_29,f,25-29,25,29,5781,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_30_34,f,30-34,30,34,4773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_35_39,f,35-39,35,39,4876,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_40_44,f,40-44,40,44,4187,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_45_49,f,45-49,45,49,3733,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_50_54,f,50-54,50,54,2780,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_55_59,f,55-59,55,59,2757,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_60_64,f,60-64,60,64,1845,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_65_69,f,65-69,65,69,1635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_70_74,f,70-74,70,74,1250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_75_79,f,75-79,75,79,743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,F_80PLUS,f,80+,80,,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_00_04,m,0-4,0,4,21259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_05_09,m,5-9,5,9,17102,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_10_14,m,10-14,10,14,13994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_15_19,m,15-19,15,19,10209,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_20_24,m,20-24,20,24,6918,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_25_29,m,25-29,25,29,4658,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_30_34,m,30-34,30,34,3569,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_35_39,m,35-39,35,39,3901,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_40_44,m,40-44,40,44,3244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_45_49,m,45-49,45,49,2775,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_50_54,m,50-54,50,54,2143,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_55_59,m,55-59,55,59,2082,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_60_64,m,60-64,60,64,1412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_65_69,m,65-69,65,69,1212,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_70_74,m,70-74,70,74,592,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_75_79,m,75-79,75,79,386,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,M_80PLUS,m,80+,80,,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_00_04,all,0-4,0,4,41797,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_05_09,all,5-9,5,9,33793,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_10_14,all,10-14,10,14,27003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_15_19,all,15-19,15,19,20290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_20_24,all,20-24,20,24,14662,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_25_29,all,25-29,25,29,10439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_30_34,all,30-34,30,34,8342,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_35_39,all,35-39,35,39,8777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_40_44,all,40-44,40,44,7431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_45_49,all,45-49,45,49,6508,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_50_54,all,50-54,50,54,4923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_55_59,all,55-59,55,59,4839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_60_64,all,60-64,60,64,3257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_65_69,all,65-69,65,69,2847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_70_74,all,70-74,70,74,1842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_75_79,all,75-79,75,79,1129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17151,Negage,T_80PLUS,all,80+,80,,577,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_TL,f,all,,,27679,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_TL,m,all,,,27018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_TL,all,all,,,54697,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_00_04,f,0-4,0,4,5895,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_05_09,f,5-9,5,9,4408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_10_14,f,10-14,10,14,2794,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_15_19,f,15-19,15,19,2424,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_20_24,f,20-24,20,24,1704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_25_29,f,25-29,25,29,1410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_30_34,f,30-34,30,34,1158,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_35_39,f,35-39,35,39,1348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_40_44,f,40-44,40,44,1440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_45_49,f,45-49,45,49,1120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_50_54,f,50-54,50,54,787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_55_59,f,55-59,55,59,936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_60_64,f,60-64,60,64,819,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_65_69,f,65-69,65,69,599,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_70_74,f,70-74,70,74,459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_75_79,f,75-79,75,79,198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,F_80PLUS,f,80+,80,,180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_00_04,m,0-4,0,4,5988,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_05_09,m,5-9,5,9,5077,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_10_14,m,10-14,10,14,3573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_15_19,m,15-19,15,19,2580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_20_24,m,20-24,20,24,1749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_25_29,m,25-29,25,29,1181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_30_34,m,30-34,30,34,922,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_35_39,m,35-39,35,39,1055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_40_44,m,40-44,40,44,1146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_45_49,m,45-49,45,49,776,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_50_54,m,50-54,50,54,615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_55_59,m,55-59,55,59,605,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_60_64,m,60-64,60,64,604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_65_69,m,65-69,65,69,509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_70_74,m,70-74,70,74,288,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_75_79,m,75-79,75,79,213,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,M_80PLUS,m,80+,80,,137,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_00_04,all,0-4,0,4,11883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_05_09,all,5-9,5,9,9485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_10_14,all,10-14,10,14,6367,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_15_19,all,15-19,15,19,5004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_20_24,all,20-24,20,24,3453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_25_29,all,25-29,25,29,2591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_30_34,all,30-34,30,34,2080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_35_39,all,35-39,35,39,2403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_40_44,all,40-44,40,44,2586,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_45_49,all,45-49,45,49,1896,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_50_54,all,50-54,50,54,1402,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_55_59,all,55-59,55,59,1541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_60_64,all,60-64,60,64,1423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_65_69,all,65-69,65,69,1108,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_70_74,all,70-74,70,74,747,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_75_79,all,75-79,75,79,411,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17152,Puri,T_80PLUS,all,80+,80,,317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_TL,f,all,,,98380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_TL,m,all,,,98544,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_TL,all,all,,,196924,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_00_04,f,0-4,0,4,20127,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_05_09,f,5-9,5,9,14833,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_10_14,f,10-14,10,14,10560,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_15_19,f,15-19,15,19,8787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_20_24,f,20-24,20,24,7475,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_25_29,f,25-29,25,29,6317,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_30_34,f,30-34,30,34,5778,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_35_39,f,35-39,35,39,4669,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_40_44,f,40-44,40,44,4986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_45_49,f,45-49,45,49,3027,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_50_54,f,50-54,50,54,3664,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_55_59,f,55-59,55,59,2485,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_60_64,f,60-64,60,64,2346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_65_69,f,65-69,65,69,1399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_70_74,f,70-74,70,74,1067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_75_79,f,75-79,75,79,459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,F_80PLUS,f,80+,80,,401,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_00_04,m,0-4,0,4,20695,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_05_09,m,5-9,5,9,16573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_10_14,m,10-14,10,14,13071,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_15_19,m,15-19,15,19,11791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_20_24,m,20-24,20,24,8016,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_25_29,m,25-29,25,29,5229,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_30_34,m,30-34,30,34,3952,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_35_39,m,35-39,35,39,3362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_40_44,m,40-44,40,44,3426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_45_49,m,45-49,45,49,2451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_50_54,m,50-54,50,54,2524,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_55_59,m,55-59,55,59,2034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_60_64,m,60-64,60,64,2001,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_65_69,m,65-69,65,69,1418,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_70_74,m,70-74,70,74,1087,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_75_79,m,75-79,75,79,499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,M_80PLUS,m,80+,80,,415,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_00_04,all,0-4,0,4,40822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_05_09,all,5-9,5,9,31406,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_10_14,all,10-14,10,14,23631,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_15_19,all,15-19,15,19,20578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_20_24,all,20-24,20,24,15491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_25_29,all,25-29,25,29,11546,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_30_34,all,30-34,30,34,9730,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_35_39,all,35-39,35,39,8031,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_40_44,all,40-44,40,44,8412,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_45_49,all,45-49,45,49,5478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_50_54,all,50-54,50,54,6188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_55_59,all,55-59,55,59,4519,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_60_64,all,60-64,60,64,4347,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_65_69,all,65-69,65,69,2817,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_70_74,all,70-74,70,74,2154,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_75_79,all,75-79,75,79,958,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17153,Quimbele,T_80PLUS,all,80+,80,,816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_TL,f,all,,,24846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_TL,m,all,,,24634,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_TL,all,all,,,49480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_00_04,f,0-4,0,4,5136,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_05_09,f,5-9,5,9,3872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_10_14,f,10-14,10,14,2896,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_15_19,f,15-19,15,19,2193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_20_24,f,20-24,20,24,1756,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_25_29,f,25-29,25,29,1360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_30_34,f,30-34,30,34,1279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_35_39,f,35-39,35,39,1171,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_40_44,f,40-44,40,44,1055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_45_49,f,45-49,45,49,809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_50_54,f,50-54,50,54,842,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_55_59,f,55-59,55,59,898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_60_64,f,60-64,60,64,603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_65_69,f,65-69,65,69,365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_70_74,f,70-74,70,74,309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_75_79,f,75-79,75,79,181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,F_80PLUS,f,80+,80,,121,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_00_04,m,0-4,0,4,5378,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_05_09,m,5-9,5,9,4279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_10_14,m,10-14,10,14,3305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_15_19,m,15-19,15,19,2499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_20_24,m,20-24,20,24,1766,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_25_29,m,25-29,25,29,1431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_30_34,m,30-34,30,34,1056,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_35_39,m,35-39,35,39,930,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_40_44,m,40-44,40,44,749,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_45_49,m,45-49,45,49,657,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_50_54,m,50-54,50,54,594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_55_59,m,55-59,55,59,727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_60_64,m,60-64,60,64,517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_65_69,m,65-69,65,69,360,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_70_74,m,70-74,70,74,180,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_75_79,m,75-79,75,79,110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,M_80PLUS,m,80+,80,,96,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_00_04,all,0-4,0,4,10514,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_05_09,all,5-9,5,9,8151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_10_14,all,10-14,10,14,6201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_15_19,all,15-19,15,19,4692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_20_24,all,20-24,20,24,3522,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_25_29,all,25-29,25,29,2791,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_30_34,all,30-34,30,34,2335,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_35_39,all,35-39,35,39,2101,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_40_44,all,40-44,40,44,1804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_45_49,all,45-49,45,49,1466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_50_54,all,50-54,50,54,1436,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_55_59,all,55-59,55,59,1625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_60_64,all,60-64,60,64,1120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_65_69,all,65-69,65,69,725,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_70_74,all,70-74,70,74,489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_75_79,all,75-79,75,79,291,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17154,Quitexe,T_80PLUS,all,80+,80,,217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_TL,f,all,,,50707,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_TL,m,all,,,47963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_TL,all,all,,,98670,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_00_04,f,0-4,0,4,10094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_05_09,f,5-9,5,9,8242,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_10_14,f,10-14,10,14,5507,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_15_19,f,15-19,15,19,4552,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_20_24,f,20-24,20,24,3720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_25_29,f,25-29,25,29,2813,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_30_34,f,30-34,30,34,2320,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_35_39,f,35-39,35,39,2271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_40_44,f,40-44,40,44,2199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_45_49,f,45-49,45,49,1746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_50_54,f,50-54,50,54,1745,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_55_59,f,55-59,55,59,1464,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_60_64,f,60-64,60,64,1439,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_65_69,f,65-69,65,69,1029,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_70_74,f,70-74,70,74,782,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_75_79,f,75-79,75,79,418,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,F_80PLUS,f,80+,80,,366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_00_04,m,0-4,0,4,10602,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_05_09,m,5-9,5,9,8530,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_10_14,m,10-14,10,14,6440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_15_19,m,15-19,15,19,4922,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_20_24,m,20-24,20,24,3594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_25_29,m,25-29,25,29,2509,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_30_34,m,30-34,30,34,1826,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_35_39,m,35-39,35,39,1492,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_40_44,m,40-44,40,44,1428,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_45_49,m,45-49,45,49,1128,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_50_54,m,50-54,50,54,1055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_55_59,m,55-59,55,59,1015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_60_64,m,60-64,60,64,1092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_65_69,m,65-69,65,69,935,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_70_74,m,70-74,70,74,692,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_75_79,m,75-79,75,79,338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,M_80PLUS,m,80+,80,,365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_00_04,all,0-4,0,4,20696,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_05_09,all,5-9,5,9,16772,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_10_14,all,10-14,10,14,11947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_15_19,all,15-19,15,19,9474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_20_24,all,20-24,20,24,7314,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_25_29,all,25-29,25,29,5322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_30_34,all,30-34,30,34,4146,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_35_39,all,35-39,35,39,3763,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_40_44,all,40-44,40,44,3627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_45_49,all,45-49,45,49,2874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_50_54,all,50-54,50,54,2800,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_55_59,all,55-59,55,59,2479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_60_64,all,60-64,60,64,2531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_65_69,all,65-69,65,69,1964,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_70_74,all,70-74,70,74,1474,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_75_79,all,75-79,75,79,756,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17155,Sanza Pombo,T_80PLUS,all,80+,80,,731,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_TL,f,all,,,44088,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_TL,m,all,,,44898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_TL,all,all,,,88986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_00_04,f,0-4,0,4,9026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_05_09,f,5-9,5,9,6799,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_10_14,f,10-14,10,14,5245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_15_19,f,15-19,15,19,4001,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_20_24,f,20-24,20,24,3036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_25_29,f,25-29,25,29,2444,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_30_34,f,30-34,30,34,2267,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_35_39,f,35-39,35,39,2169,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_40_44,f,40-44,40,44,1931,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_45_49,f,45-49,45,49,1493,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_50_54,f,50-54,50,54,1559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_55_59,f,55-59,55,59,1488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_60_64,f,60-64,60,64,986,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_65_69,f,65-69,65,69,712,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_70_74,f,70-74,70,74,457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_75_79,f,75-79,75,79,279,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,F_80PLUS,f,80+,80,,196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_00_04,m,0-4,0,4,9159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_05_09,m,5-9,5,9,7610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_10_14,m,10-14,10,14,6026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_15_19,m,15-19,15,19,4336,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_20_24,m,20-24,20,24,2737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_25_29,m,25-29,25,29,2090,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_30_34,m,30-34,30,34,1898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_35_39,m,35-39,35,39,2012,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_40_44,m,40-44,40,44,1919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_45_49,m,45-49,45,49,1345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_50_54,m,50-54,50,54,1431,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_55_59,m,55-59,55,59,1566,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_60_64,m,60-64,60,64,1120,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_65_69,m,65-69,65,69,787,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_70_74,m,70-74,70,74,447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_75_79,m,75-79,75,79,266,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,M_80PLUS,m,80+,80,,149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_00_04,all,0-4,0,4,18185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_05_09,all,5-9,5,9,14409,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_10_14,all,10-14,10,14,11271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_15_19,all,15-19,15,19,8337,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_20_24,all,20-24,20,24,5773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_25_29,all,25-29,25,29,4534,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_30_34,all,30-34,30,34,4165,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_35_39,all,35-39,35,39,4181,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_40_44,all,40-44,40,44,3850,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_45_49,all,45-49,45,49,2838,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_50_54,all,50-54,50,54,2990,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_55_59,all,55-59,55,59,3054,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_60_64,all,60-64,60,64,2106,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_65_69,all,65-69,65,69,1499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_70_74,all,70-74,70,74,904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_75_79,all,75-79,75,79,545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17156,Songo,T_80PLUS,all,80+,80,,345,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_TL,f,all,,,376792,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_TL,m,all,,,372243,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_TL,all,all,,,749035,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_00_04,f,0-4,0,4,69954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_05_09,f,5-9,5,9,62625,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_10_14,f,10-14,10,14,50621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_15_19,f,15-19,15,19,40975,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_20_24,f,20-24,20,24,32250,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_25_29,f,25-29,25,29,26459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_30_34,f,30-34,30,34,20165,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_35_39,f,35-39,35,39,16798,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_40_44,f,40-44,40,44,14117,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_45_49,f,45-49,45,49,11580,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_50_54,f,50-54,50,54,9261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_55_59,f,55-59,55,59,7843,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_60_64,f,60-64,60,64,5361,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_65_69,f,65-69,65,69,3881,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_70_74,f,70-74,70,74,2419,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_75_79,f,75-79,75,79,1470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,F_80PLUS,f,80+,80,,1013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_00_04,m,0-4,0,4,72426,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_05_09,m,5-9,5,9,63232,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_10_14,m,10-14,10,14,49737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_15_19,m,15-19,15,19,41847,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_20_24,m,20-24,20,24,33241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_25_29,m,25-29,25,29,26135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_30_34,m,30-34,30,34,18403,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_35_39,m,35-39,35,39,14979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_40_44,m,40-44,40,44,12531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_45_49,m,45-49,45,49,10886,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_50_54,m,50-54,50,54,8322,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_55_59,m,55-59,55,59,8047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_60_64,m,60-64,60,64,5635,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_65_69,m,65-69,65,69,3559,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_70_74,m,70-74,70,74,1672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_75_79,m,75-79,75,79,983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,M_80PLUS,m,80+,80,,608,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_00_04,all,0-4,0,4,142380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_05_09,all,5-9,5,9,125857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_10_14,all,10-14,10,14,100358,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_15_19,all,15-19,15,19,82822,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_20_24,all,20-24,20,24,65491,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_25_29,all,25-29,25,29,52594,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_30_34,all,30-34,30,34,38568,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_35_39,all,35-39,35,39,31777,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_40_44,all,40-44,40,44,26648,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_45_49,all,45-49,45,49,22466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_50_54,all,50-54,50,54,17583,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_55_59,all,55-59,55,59,15890,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_60_64,all,60-64,60,64,10996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_65_69,all,65-69,65,69,7440,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_70_74,all,70-74,70,74,4091,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_75_79,all,75-79,75,79,2453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO17,Uíge,AO17157,Uíge,T_80PLUS,all,80+,80,,1621,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_TL,f,all,,,49259,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_TL,m,all,,,50570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_TL,all,all,,,99829,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_00_04,f,0-4,0,4,8684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_05_09,f,5-9,5,9,7430,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_10_14,f,10-14,10,14,6036,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_15_19,f,15-19,15,19,4496,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_20_24,f,20-24,20,24,3459,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_25_29,f,25-29,25,29,3257,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_30_34,f,30-34,30,34,3080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_35_39,f,35-39,35,39,2672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_40_44,f,40-44,40,44,1889,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_45_49,f,45-49,45,49,1589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_50_54,f,50-54,50,54,1541,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_55_59,f,55-59,55,59,1453,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_60_64,f,60-64,60,64,1208,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_65_69,f,65-69,65,69,1046,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_70_74,f,70-74,70,74,588,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_75_79,f,75-79,75,79,466,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,F_80PLUS,f,80+,80,,365,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_00_04,m,0-4,0,4,8963,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_05_09,m,5-9,5,9,7704,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_10_14,m,10-14,10,14,7149,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_15_19,m,15-19,15,19,5362,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_20_24,m,20-24,20,24,3207,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_25_29,m,25-29,25,29,2376,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_30_34,m,30-34,30,34,2727,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_35_39,m,35-39,35,39,2846,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_40_44,m,40-44,40,44,2126,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_45_49,m,45-49,45,49,1652,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_50_54,m,50-54,50,54,1463,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_55_59,m,55-59,55,59,1483,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_60_64,m,60-64,60,64,1263,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_65_69,m,65-69,65,69,969,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_70_74,m,70-74,70,74,510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_75_79,m,75-79,75,79,488,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,M_80PLUS,m,80+,80,,282,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_00_04,all,0-4,0,4,17647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_05_09,all,5-9,5,9,15134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_10_14,all,10-14,10,14,13185,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_15_19,all,15-19,15,19,9858,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_20_24,all,20-24,20,24,6666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_25_29,all,25-29,25,29,5633,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_30_34,all,30-34,30,34,5807,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_35_39,all,35-39,35,39,5518,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_40_44,all,40-44,40,44,4015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_45_49,all,45-49,45,49,3241,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_50_54,all,50-54,50,54,3004,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_55_59,all,55-59,55,59,2936,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_60_64,all,60-64,60,64,2471,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_65_69,all,65-69,65,69,2015,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_70_74,all,70-74,70,74,1098,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_75_79,all,75-79,75,79,954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18158,Cuimba,T_80PLUS,all,80+,80,,647,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_TL,f,all,,,128746,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_TL,m,all,,,131413,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_TL,all,all,,,260159,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_00_04,f,0-4,0,4,22092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_05_09,f,5-9,5,9,18839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_10_14,f,10-14,10,14,17339,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_15_19,f,15-19,15,19,13582,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_20_24,f,20-24,20,24,11273,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_25_29,f,25-29,25,29,9574,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_30_34,f,30-34,30,34,8641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_35_39,f,35-39,35,39,7020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_40_44,f,40-44,40,44,4201,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_45_49,f,45-49,45,49,3477,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_50_54,f,50-54,50,54,3389,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_55_59,f,55-59,55,59,3074,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_60_64,f,60-64,60,64,2069,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_65_69,f,65-69,65,69,1610,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_70_74,f,70-74,70,74,1039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_75_79,f,75-79,75,79,900,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,F_80PLUS,f,80+,80,,627,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_00_04,m,0-4,0,4,22618,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_05_09,m,5-9,5,9,19156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_10_14,m,10-14,10,14,18359,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_15_19,m,15-19,15,19,14510,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_20_24,m,20-24,20,24,11925,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_25_29,m,25-29,25,29,9285,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_30_34,m,30-34,30,34,8034,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_35_39,m,35-39,35,39,7296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_40_44,m,40-44,40,44,4604,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_45_49,m,45-49,45,49,3809,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_50_54,m,50-54,50,54,3395,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_55_59,m,55-59,55,59,3076,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_60_64,m,60-64,60,64,2003,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_65_69,m,65-69,65,69,1503,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_70_74,m,70-74,70,74,771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_75_79,m,75-79,75,79,673,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,M_80PLUS,m,80+,80,,396,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_00_04,all,0-4,0,4,44710,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_05_09,all,5-9,5,9,37995,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_10_14,all,10-14,10,14,35698,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_15_19,all,15-19,15,19,28092,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_20_24,all,20-24,20,24,23198,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_25_29,all,25-29,25,29,18859,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_30_34,all,30-34,30,34,16675,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_35_39,all,35-39,35,39,14316,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_40_44,all,40-44,40,44,8805,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_45_49,all,45-49,45,49,7286,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_50_54,all,50-54,50,54,6784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_55_59,all,55-59,55,59,6150,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_60_64,all,60-64,60,64,4072,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_65_69,all,65-69,65,69,3113,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_70_74,all,70-74,70,74,1810,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_75_79,all,75-79,75,79,1573,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18159,Mbanza Congo,T_80PLUS,all,80+,80,,1023,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_TL,f,all,,,34221,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_TL,m,all,,,34773,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_TL,all,all,,,68994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_00_04,f,0-4,0,4,5684,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_05_09,f,5-9,5,9,4987,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_10_14,f,10-14,10,14,4626,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_15_19,f,15-19,15,19,3683,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_20_24,f,20-24,20,24,2870,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_25_29,f,25-29,25,29,2026,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_30_34,f,30-34,30,34,1828,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_35_39,f,35-39,35,39,1397,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_40_44,f,40-44,40,44,1366,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_45_49,f,45-49,45,49,1139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_50_54,f,50-54,50,54,1013,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_55_59,f,55-59,55,59,1021,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_60_64,f,60-64,60,64,693,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_65_69,f,65-69,65,69,701,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_70_74,f,70-74,70,74,540,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_75_79,f,75-79,75,79,309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,F_80PLUS,f,80+,80,,338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_00_04,m,0-4,0,4,6007,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_05_09,m,5-9,5,9,5244,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_10_14,m,10-14,10,14,5346,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_15_19,m,15-19,15,19,4219,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_20_24,m,20-24,20,24,2946,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_25_29,m,25-29,25,29,2156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_30_34,m,30-34,30,34,1570,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_35_39,m,35-39,35,39,1271,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_40_44,m,40-44,40,44,1151,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_45_49,m,45-49,45,49,1060,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_50_54,m,50-54,50,54,802,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_55_59,m,55-59,55,59,1018,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_60_64,m,60-64,60,64,677,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_65_69,m,65-69,65,69,516,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_70_74,m,70-74,70,74,354,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_75_79,m,75-79,75,79,236,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,M_80PLUS,m,80+,80,,200,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_00_04,all,0-4,0,4,11691,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_05_09,all,5-9,5,9,10231,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_10_14,all,10-14,10,14,9972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_15_19,all,15-19,15,19,7902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_20_24,all,20-24,20,24,5816,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_25_29,all,25-29,25,29,4182,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_30_34,all,30-34,30,34,3398,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_35_39,all,35-39,35,39,2668,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_40_44,all,40-44,40,44,2517,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_45_49,all,45-49,45,49,2199,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_50_54,all,50-54,50,54,1815,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_55_59,all,55-59,55,59,2039,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_60_64,all,60-64,60,64,1370,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_65_69,all,65-69,65,69,1217,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_70_74,all,70-74,70,74,894,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_75_79,all,75-79,75,79,545,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18160,N'Zeto,T_80PLUS,all,80+,80,,538,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_TL,f,all,,,16839,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_TL,m,all,,,17612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_TL,all,all,,,34451,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_00_04,f,0-4,0,4,2923,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_05_09,f,5-9,5,9,2380,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_10_14,f,10-14,10,14,2224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_15_19,f,15-19,15,19,1748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_20_24,f,20-24,20,24,1265,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_25_29,f,25-29,25,29,1110,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_30_34,f,30-34,30,34,1080,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_35_39,f,35-39,35,39,874,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_40_44,f,40-44,40,44,703,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_45_49,f,45-49,45,49,551,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_50_54,f,50-54,50,54,537,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_55_59,f,55-59,55,59,494,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_60_64,f,60-64,60,64,287,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_65_69,f,65-69,65,69,261,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_70_74,f,70-74,70,74,194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_75_79,f,75-79,75,79,112,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,F_80PLUS,f,80+,80,,96,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_00_04,m,0-4,0,4,2994,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_05_09,m,5-9,5,9,2603,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_10_14,m,10-14,10,14,2531,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_15_19,m,15-19,15,19,1898,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_20_24,m,20-24,20,24,1278,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_25_29,m,25-29,25,29,984,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_30_34,m,30-34,30,34,1167,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_35_39,m,35-39,35,39,1070,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_40_44,m,40-44,40,44,852,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_45_49,m,45-49,45,49,628,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_50_54,m,50-54,50,54,460,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_55_59,m,55-59,55,59,408,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_60_64,m,60-64,60,64,276,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_65_69,m,65-69,65,69,191,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_70_74,m,70-74,70,74,115,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_75_79,m,75-79,75,79,90,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,M_80PLUS,m,80+,80,,67,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_00_04,all,0-4,0,4,5917,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_05_09,all,5-9,5,9,4983,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_10_14,all,10-14,10,14,4755,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_15_19,all,15-19,15,19,3646,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_20_24,all,20-24,20,24,2543,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_25_29,all,25-29,25,29,2094,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_30_34,all,30-34,30,34,2247,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_35_39,all,35-39,35,39,1944,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_40_44,all,40-44,40,44,1555,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_45_49,all,45-49,45,49,1179,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_50_54,all,50-54,50,54,997,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_55_59,all,55-59,55,59,902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_60_64,all,60-64,60,64,563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_65_69,all,65-69,65,69,452,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_70_74,all,70-74,70,74,309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_75_79,all,75-79,75,79,202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18161,Nóqui,T_80PLUS,all,80+,80,,163,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_TL,f,all,,,161447,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_TL,m,all,,,166292,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_TL,all,all,,,327739,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_00_04,f,0-4,0,4,26116,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_05_09,f,5-9,5,9,21234,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_10_14,f,10-14,10,14,20637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_15_19,f,15-19,15,19,15716,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_20_24,f,20-24,20,24,15205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_25_29,f,25-29,25,29,15972,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_30_34,f,30-34,30,34,13979,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_35_39,f,35-39,35,39,9047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_40_44,f,40-44,40,44,6619,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_45_49,f,45-49,45,49,4720,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_50_54,f,50-54,50,54,3591,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_55_59,f,55-59,55,59,2872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_60_64,f,60-64,60,64,2142,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_65_69,f,65-69,65,69,1433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_70_74,f,70-74,70,74,853,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_75_79,f,75-79,75,79,672,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,F_80PLUS,f,80+,80,,639,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_00_04,m,0-4,0,4,27040,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_05_09,m,5-9,5,9,21821,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_10_14,m,10-14,10,14,19748,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_15_19,m,15-19,15,19,15068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_20_24,m,20-24,20,24,15044,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_25_29,m,25-29,25,29,16771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_30_34,m,30-34,30,34,15571,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_35_39,m,35-39,35,39,10914,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_40_44,m,40-44,40,44,7996,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_45_49,m,45-49,45,49,5557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_50_54,m,50-54,50,54,3611,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_55_59,m,55-59,55,59,2769,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_60_64,m,60-64,60,64,1812,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_65_69,m,65-69,65,69,1204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_70_74,m,70-74,70,74,557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_75_79,m,75-79,75,79,457,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,M_80PLUS,m,80+,80,,352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_00_04,all,0-4,0,4,53156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_05_09,all,5-9,5,9,43055,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_10_14,all,10-14,10,14,40385,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_15_19,all,15-19,15,19,30784,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_20_24,all,20-24,20,24,30249,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_25_29,all,25-29,25,29,32743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_30_34,all,30-34,30,34,29550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_35_39,all,35-39,35,39,19961,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_40_44,all,40-44,40,44,14615,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_45_49,all,45-49,45,49,10277,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_50_54,all,50-54,50,54,7202,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_55_59,all,55-59,55,59,5641,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_60_64,all,60-64,60,64,3954,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_65_69,all,65-69,65,69,2637,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_70_74,all,70-74,70,74,1410,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_75_79,all,75-79,75,79,1129,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18162,Soyo,T_80PLUS,all,80+,80,,991,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_TL,f,all,,,33738,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_TL,m,all,,,32661,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_TL,all,all,,,66399,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_00_04,f,0-4,0,4,6068,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_05_09,f,5-9,5,9,4804,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_10_14,f,10-14,10,14,4274,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_15_19,f,15-19,15,19,3381,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_20_24,f,20-24,20,24,2715,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_25_29,f,25-29,25,29,1911,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_30_34,f,30-34,30,34,2051,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_35_39,f,35-39,35,39,1563,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_40_44,f,40-44,40,44,1392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_45_49,f,45-49,45,49,1245,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_50_54,f,50-54,50,54,1045,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_55_59,f,55-59,55,59,927,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_60_64,f,60-64,60,64,674,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_65_69,f,65-69,65,69,589,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_70_74,f,70-74,70,74,423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_75_79,f,75-79,75,79,348,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,F_80PLUS,f,80+,80,,328,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_00_04,m,0-4,0,4,6284,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_05_09,m,5-9,5,9,5392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_10_14,m,10-14,10,14,4737,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_15_19,m,15-19,15,19,3666,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_20_24,m,20-24,20,24,2479,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_25_29,m,25-29,25,29,1705,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_30_34,m,30-34,30,34,1499,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_35_39,m,35-39,35,39,1305,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_40_44,m,40-44,40,44,1134,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_45_49,m,45-49,45,49,919,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_50_54,m,50-54,50,54,857,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_55_59,m,55-59,55,59,904,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_60_64,m,60-64,60,64,550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_65_69,m,65-69,65,69,478,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_70_74,m,70-74,70,74,296,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_75_79,m,75-79,75,79,264,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,M_80PLUS,m,80+,80,,192,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_00_04,all,0-4,0,4,12352,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_05_09,all,5-9,5,9,10196,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_10_14,all,10-14,10,14,9011,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_15_19,all,15-19,15,19,7047,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_20_24,all,20-24,20,24,5194,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_25_29,all,25-29,25,29,3616,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_30_34,all,30-34,30,34,3550,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_35_39,all,35-39,35,39,2868,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_40_44,all,40-44,40,44,2526,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_45_49,all,45-49,45,49,2164,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_50_54,all,50-54,50,54,1902,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_55_59,all,55-59,55,59,1831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_60_64,all,60-64,60,64,1224,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_65_69,all,65-69,65,69,1067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_70_74,all,70-74,70,74,719,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_75_79,all,75-79,75,79,612,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,AO18,Zaire,AO18163,Tomboco,T_80PLUS,all,80+,80,,520,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AZE,Azerbaijan,00,Baku,00300003,Khazar,T_TL,all,all,,,165200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00400003,Sabayel,T_TL,all,all,,,101500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00500003,Sabunchu,T_TL,all,all,,,243000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00600003 ,Surakhany,T_TL,all,all,,,217900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00700003 ,Narimanov,T_TL,all,all,,,177400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00800003,Nasimi,T_TL,all,all,,,220100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00900003,Nizami,T_TL,all,all,,,198500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,01000003 ,Khatai,T_TL,all,all,,,283700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,01100003,Yasamal,T_TL,all,all,,,246700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,01200003 ,Pirallahi,T_TL,all,all,,,20300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00100003,Binagadi,T_TL,all,all,,,264400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,00,Baku,00200003,Garadagh,T_TL,all,all,,,123900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,T_TL,all,all,,,115600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,M_TL,m,all,,,58200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,F_TL,f,all,,,57400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,M_00_14,m,0-14,0,14,12700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,M_15_59,m,15-59,15,59,39300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,M_60PLUS,m,60+,60,,6200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,F_00_14,f,0-14,0,14,13800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,F_15_62,f,15-62,15,62,40400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10200001,Sharur,F_63PLUS,f,63+,63,,3200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,T_TL,all,all,,,75000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,M_TL,m,all,,,37600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,F_TL,f,all,,,37400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,M_00_14,m,0-14,0,14,10400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,M_15_59,m,15-59,15,59,23800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,M_60PLUS,m,60+,60,,3400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,F_00_14,f,0-14,0,14,11400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,F_15_62,f,15-62,15,62,24200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10300001,Babek,F_63PLUS,f,63+,63,,1800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,T_TL,all,all,,,25100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,M_TL,m,all,,,12400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,F_TL,f,all,,,12700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,M_00_14,m,0-14,0,14,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,M_15_59,m,15-59,15,59,8100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,M_60PLUS,m,60+,60,,1500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,F_00_14,f,0-14,0,14,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,F_15_62,f,15-62,15,62,8500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10500001,Shahbuz,F_63PLUS,f,63+,63,,900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,T_TL,all,all,,,46400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,M_TL,m,all,,,23100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,F_TL,f,all,,,23300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,M_00_14,m,0-14,0,14,6100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,M_15_59,m,15-59,15,59,14900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,M_60PLUS,m,60+,60,,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,F_00_14,f,0-14,0,14,6500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,F_15_62,f,15-62,15,62,15600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10600001,Julfa,F_63PLUS,f,63+,63,,1200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,T_TL,all,all,,,49700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,M_TL,m,all,,,25000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,F_TL,f,all,,,24700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,M_00_14,m,0-14,0,14,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,M_15_59,m,15-59,15,59,16400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,M_60PLUS,m,60+,60,,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,F_00_14,f,0-14,0,14,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,F_15_62,f,15-62,15,62,17400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10700001,Ordubad,F_63PLUS,f,63+,63,,1600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,T_TL,all,all,,,32200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,M_TL,m,all,,,16300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,F_TL,f,all,,,15900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,M_00_14,m,0-14,0,14,3800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,M_15_59,m,15-59,15,59,10800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,M_60PLUS,m,60+,60,,1700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,F_00_14,f,0-14,0,14,4500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,F_15_62,f,15-62,15,62,10600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10800001,Kengerli,F_63PLUS,f,63+,63,,800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,T_TL,all,all,,,15900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,M_TL,m,all,,,7800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,F_TL,f,all,,,8100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,M_00_14,m,0-14,0,14,1900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,M_15_59,m,15-59,15,59,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,M_60PLUS,m,60+,60,,600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,F_00_14,f,0-14,0,14,2000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,F_15_62,f,15-62,15,62,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10100001 ,Sadarak,F_63PLUS,f,63+,63,,400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,T_TL,all,all,,,92900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,M_TL,m,all,,,46400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,F_TL,f,all,,,46500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,M_00_14,m,0-14,0,14,9500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,M_15_59,m,15-59,15,59,31200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,M_60PLUS,m,60+,60,,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,F_00_14,f,0-14,0,14,11100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,F_15_62,f,15-62,15,62,32100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,10,Nakhchivan,10400002 ,Nakhchivan,F_63PLUS,f,63+,63,,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,T_TL,all,all,,,16800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,M_TL,m,all,,,8500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,F_TL,f,all,,,8300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,M_00_14,m,0-14,0,14,1900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,M_15_59,m,15-59,15,59,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,M_60PLUS,m,60+,60,,900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,F_00_14,f,0-14,0,14,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,F_15_62,f,15-62,15,62,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30600001,Khizy,F_63PLUS,f,63+,63,,500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,T_TL,all,all,,,210000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,M_TL,m,all,,,104700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,F_TL,f,all,,,105300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,M_00_14,m,0-14,0,14,18400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,M_15_59,m,15-59,15,59,75300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,M_60PLUS,m,60+,60,,11000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,F_00_14,f,0-14,0,14,22000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,F_15_62,f,15-62,15,62,76300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30800001 ,Absheron,F_63PLUS,f,63+,63,,7000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,T_TL,all,all,,,341200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,M_TL,m,all,,,172900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,F_TL,f,all,,,168300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,M_00_14,m,0-14,0,14,35700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,M_15_59,m,15-59,15,59,117100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,M_60PLUS,m,60+,60,,20100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,F_00_14,f,0-14,0,14,40900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,F_15_62,f,15-62,15,62,115800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,01,Absheron,30900002,Sumgait,F_63PLUS,f,63+,63,,11600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,T_TL,all,all,,,119400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,M_TL,m,all,,,59600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,F_TL,f,all,,,59800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,M_00_14,m,0-14,0,14,13100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,M_15_59,m,15-59,15,59,39900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,M_60PLUS,m,60+,60,,6600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,F_00_14,f,0-14,0,14,15000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,F_15_62,f,15-62,15,62,41400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,40800001,Goychay,F_63PLUS,f,63+,63,,3400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,T_TL,all,all,,,97500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,M_TL,m,all,,,48100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,F_TL,f,all,,,49400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,M_00_14,m,0-14,0,14,11300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,M_15_59,m,15-59,15,59,31900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,M_60PLUS,m,60+,60,,4900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,F_00_14,f,0-14,0,14,13400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,F_15_62,f,15-62,15,62,33500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60700001 ,Beylagan,F_63PLUS,f,63+,63,,2500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,T_TL,all,all,,,134500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,M_TL,m,all,,,64600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,F_TL,f,all,,,69900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,M_00_14,m,0-14,0,14,15800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,M_15_59,m,15-59,15,59,42700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,M_60PLUS,m,60+,60,,6100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,F_00_14,f,0-14,0,14,18800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,F_15_62,f,15-62,15,62,47600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,60800001 ,Agdjabadi,F_63PLUS,f,63+,63,,3500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,T_TL,all,all,,,155400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,M_TL,m,all,,,76500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,F_TL,f,all,,,78900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,M_00_14,m,0-14,0,14,16600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,M_15_59,m,15-59,15,59,51500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,M_60PLUS,m,60+,60,,8400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,F_00_14,f,0-14,0,14,19500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,F_15_62,f,15-62,15,62,54900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,61000001,Barda,F_63PLUS,f,63+,63,,4500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,T_TL,all,all,,,87300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,M_TL,m,all,,,44000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,F_TL,f,all,,,43300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,M_00_14,m,0-14,0,14,9000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,M_15_59,m,15-59,15,59,29600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,M_60PLUS,m,60+,60,,5400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,F_00_14,f,0-14,0,14,10000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,F_15_62,f,15-62,15,62,30200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80700001,Neftchala,F_63PLUS,f,63+,63,,3100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,T_TL,all,all,,,102400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,M_TL,m,all,,,50800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,F_TL,f,all,,,51600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,M_00_14,m,0-14,0,14,12900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,M_15_59,m,15-59,15,59,33500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,M_60PLUS,m,60+,60,,4400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,F_00_14,f,0-14,0,14,14700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,F_15_62,f,15-62,15,62,34500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80800001 ,Bilasuvar,F_63PLUS,f,63+,63,,2400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,T_TL,all,all,,,137100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,M_TL,m,all,,,68600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,F_TL,f,all,,,68500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,M_00_14,m,0-14,0,14,15600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,M_15_59,m,15-59,15,59,45400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,M_60PLUS,m,60+,60,,7600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,F_00_14,f,0-14,0,14,17900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,F_15_62,f,15-62,15,62,46700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,80900001,Salyan,F_63PLUS,f,63+,63,,3900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,T_TL,all,all,,,127400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,M_TL,m,all,,,66600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,F_TL,f,all,,,60800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,M_00_14,m,0-14,0,14,15700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,M_15_59,m,15-59,15,59,43900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,M_60PLUS,m,60+,60,,7000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,F_00_14,f,0-14,0,14,15600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,F_15_62,f,15-62,15,62,41400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90101002,Yevlakh,F_63PLUS,f,63+,63,,3800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,T_TL,all,all,,,104500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,M_TL,m,all,,,54200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,F_TL,f,all,,,50300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,M_00_14,m,0-14,0,14,10300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,M_15_59,m,15-59,15,59,37900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,M_60PLUS,m,60+,60,,6000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,F_00_14,f,0-14,0,14,11200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,F_15_62,f,15-62,15,62,35500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90200002,Mingechevir,F_63PLUS,f,63+,63,,3600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,T_TL,all,all,,,108700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,M_TL,m,all,,,54500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,F_TL,f,all,,,54200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,M_00_14,m,0-14,0,14,12400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,M_15_59,m,15-59,15,59,36400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,M_60PLUS,m,60+,60,,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,F_00_14,f,0-14,0,14,13200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,F_15_62,f,15-62,15,62,38000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90300001 ,Agdash,F_63PLUS,f,63+,63,,3000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,T_TL,all,all,,,87700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,M_TL,m,all,,,43900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,F_TL,f,all,,,43800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,M_00_14,m,0-14,0,14,10200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,M_15_59,m,15-59,15,59,29300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,M_60PLUS,m,60+,60,,4400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,F_00_14,f,0-14,0,14,11400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,F_15_62,f,15-62,15,62,30100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90400001,Ujar,F_63PLUS,f,63+,63,,2300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,T_TL,all,all,,,58200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,M_TL,m,all,,,29000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,F_TL,f,all,,,29200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,M_00_14,m,0-14,0,14,6400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,M_15_59,m,15-59,15,59,19500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,M_60PLUS,m,60+,60,,3100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,F_00_14,f,0-14,0,14,7200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,F_15_62,f,15-62,15,62,20300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90500001 ,Zardab,F_63PLUS,f,63+,63,,1700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,T_TL,all,all,,,115600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,M_TL,m,all,,,57400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,F_TL,f,all,,,58200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,M_00_14,m,0-14,0,14,12900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,M_15_59,m,15-59,15,59,38700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,M_60PLUS,m,60+,60,,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,F_00_14,f,0-14,0,14,15100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,F_15_62,f,15-62,15,62,40300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90600001,Kurdamir,F_63PLUS,f,63+,63,,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,T_TL,all,all,,,128500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,M_TL,m,all,,,64000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,F_TL,f,all,,,64500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,M_00_14,m,0-14,0,14,14300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,M_15_59,m,15-59,15,59,43600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,M_60PLUS,m,60+,60,,6100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,F_00_14,f,0-14,0,14,16500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,F_15_62,f,15-62,15,62,44700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90700001 ,Imishly,F_63PLUS,f,63+,63,,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,T_TL,all,all,,,106500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,M_TL,m,all,,,52600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,F_TL,f,all,,,53900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,M_00_14,m,0-14,0,14,13100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,M_15_59,m,15-59,15,59,34700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,M_60PLUS,m,60+,60,,4800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,F_00_14,f,0-14,0,14,14500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,F_15_62,f,15-62,15,62,36900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90800001 ,Saatly,F_63PLUS,f,63+,63,,2500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,T_TL,all,all,,,174800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,M_TL,m,all,,,87000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,F_TL,f,all,,,87800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,M_00_14,m,0-14,0,14,21400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,M_15_59,m,15-59,15,59,57700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,M_60PLUS,m,60+,60,,7900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,F_00_14,f,0-14,0,14,24400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,F_15_62,f,15-62,15,62,59400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,90900001 ,Sabirabad,F_63PLUS,f,63+,63,,4000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,T_TL,all,all,,,74700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,M_TL,m,all,,,37800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,F_TL,f,all,,,36900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,M_00_14,m,0-14,0,14,8800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,M_15_59,m,15-59,15,59,25200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,M_60PLUS,m,60+,60,,3800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,F_00_14,f,0-14,0,14,10000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,F_15_62,f,15-62,15,62,24900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91000001,Hajigabul,F_63PLUS,f,63+,63,,2000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,T_TL,all,all,,,85800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,M_TL,m,all,,,43700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,F_TL,f,all,,,42100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,M_00_14,m,0-14,0,14,7800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,M_15_59,m,15-59,15,59,31200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,M_60PLUS,m,60+,60,,4700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,F_00_14,f,0-14,0,14,9000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,F_15_62,f,15-62,15,62,30200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,06,Aran ,91100002,Shirvan,F_63PLUS,f,63+,63,,2900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,T_TL,all,all,,,332600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,M_TL,m,all,,,170300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,F_TL,f,all,,,162300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,M_00_14,m,0-14,0,14,30800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,M_15_59,m,15-59,15,59,118200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,M_60PLUS,m,60+,60,,21300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,F_00_14,f,0-14,0,14,35900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,F_15_62,f,15-62,15,62,113800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,20000002 ,Ganja,F_63PLUS,f,63+,63,,12600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,T_TL,all,all,,,96700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,M_TL,m,all,,,49100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,F_TL,f,all,,,47600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,M_00_14,m,0-14,0,14,9800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,M_15_59,m,15-59,15,59,32500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,M_60PLUS,m,60+,60,,6800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,F_00_14,f,0-14,0,14,11200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,F_15_62,f,15-62,15,62,33000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50100001,Gazakh,F_63PLUS,f,63+,63,,3400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,T_TL,all,all,,,87200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,M_TL,m,all,,,44200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,F_TL,f,all,,,43000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,M_00_14,m,0-14,0,14,9200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,M_15_59,m,15-59,15,59,29700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,M_60PLUS,m,60+,60,,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,F_00_14,f,0-14,0,14,10300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,F_15_62,f,15-62,15,62,29900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50200001,Aghstafa,F_63PLUS,f,63+,63,,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,T_TL,all,all,,,174000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,M_TL,m,all,,,86000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,F_TL,f,all,,,88000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,M_00_14,m,0-14,0,14,19000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,M_15_59,m,15-59,15,59,56600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,M_60PLUS,m,60+,60,,10400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,F_00_14,f,0-14,0,14,22300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,F_15_62,f,15-62,15,62,60000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50300001,Tovuz,F_63PLUS,f,63+,63,,5700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,T_TL,all,all,,,215000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,M_TL,m,all,,,105900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,F_TL,f,all,,,109100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,M_00_14,m,0-14,0,14,24500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,M_15_59,m,15-59,15,59,69400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,M_60PLUS,m,60+,60,,12000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,F_00_14,f,0-14,0,14,29100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,F_15_62,f,15-62,15,62,73900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50400001 ,Shamkir,F_63PLUS,f,63+,63,,6100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,T_TL,all,all,,,99800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,M_TL,m,all,,,49400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,F_TL,f,all,,,50400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,M_00_14,m,0-14,0,14,9400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,M_15_59,m,15-59,15,59,32600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,M_60PLUS,m,60+,60,,7400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,F_00_14,f,0-14,0,14,11900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,F_15_62,f,15-62,15,62,34600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50500001,Gadabay,F_63PLUS,f,63+,63,,3900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,T_TL,all,all,,,35000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,M_TL,m,all,,,17100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,F_TL,f,all,,,17900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,M_00_14,m,0-14,0,14,3500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,M_15_59,m,15-59,15,59,11700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,M_60PLUS,m,60+,60,,1900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,F_00_14,f,0-14,0,14,4300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,F_15_62,f,15-62,15,62,12500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50600001 ,Dashkasan,F_63PLUS,f,63+,63,,1100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,T_TL,all,all,,,57700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,M_TL,m,all,,,28800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,F_TL,f,all,,,28900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,M_00_14,m,0-14,0,14,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,M_15_59,m,15-59,15,59,19700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,M_60PLUS,m,60+,60,,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,F_00_14,f,0-14,0,14,6700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,F_15_62,f,15-62,15,62,20300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50700001,Samukh,F_63PLUS,f,63+,63,,1900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,T_TL,all,all,,,63400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,M_TL,m,all,,,31300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,F_TL,f,all,,,32100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,M_00_14,m,0-14,0,14,6200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,M_15_59,m,15-59,15,59,21500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,M_60PLUS,m,60+,60,,3600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,F_00_14,f,0-14,0,14,7600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,F_15_62,f,15-62,15,62,22300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50800001,Goygol,F_63PLUS,f,63+,63,,2200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,T_TL,all,all,,,103300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,M_TL,m,all,,,51200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,F_TL,f,all,,,52100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,M_00_14,m,0-14,0,14,11100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,M_15_59,m,15-59,15,59,34000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,M_60PLUS,m,60+,60,,6100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,F_00_14,f,0-14,0,14,12900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,F_15_62,f,15-62,15,62,35900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,50900001,Goranboy,F_63PLUS,f,63+,63,,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,T_TL,all,all,,,10100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,M_TL,m,all,,,5200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,F_TL,f,all,,,4900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,M_00_14,m,0-14,0,14,1000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,M_15_59,m,15-59,15,59,3500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,M_60PLUS,m,60+,60,,700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,F_00_14,f,0-14,0,14,1100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,F_15_62,f,15-62,15,62,3400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,02,Ganja-Gazakh ,51000002 ,Naftalan,F_63PLUS,f,63+,63,,400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,T_TL,all,all,,,97200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,M_TL,m,all,,,48600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,F_TL,f,all,,,48600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,M_00_14,m,0-14,0,14,10800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,M_15_59,m,15-59,15,59,32000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,M_60PLUS,m,60+,60,,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,F_00_14,f,0-14,0,14,12300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,F_15_62,f,15-62,15,62,33200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30100001,Gusar,F_63PLUS,f,63+,63,,3100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,T_TL,all,all,,,176300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,M_TL,m,all,,,87900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,F_TL,f,all,,,88400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,M_00_14,m,0-14,0,14,20300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,M_15_59,m,15-59,15,59,58000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,M_60PLUS,m,60+,60,,9600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,F_00_14,f,0-14,0,14,23200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,F_15_62,f,15-62,15,62,60100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30200001 ,Khachmaz,F_63PLUS,f,63+,63,,5100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,T_TL,all,all,,,170000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,M_TL,m,all,,,83600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,F_TL,f,all,,,86400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,M_00_14,m,0-14,0,14,19400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,M_15_59,m,15-59,15,59,55100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,M_60PLUS,m,60+,60,,9100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,F_00_14,f,0-14,0,14,22500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,F_15_62,f,15-62,15,62,58900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Kalbajar-Lachin ,30300001 ,Guba,F_63PLUS,f,63+,63,,5000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,T_TL,all,all,,,58700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,M_TL,m,all,,,28800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,F_TL,f,all,,,29900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,M_00_14,m,0-14,0,14,7100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,M_15_59,m,15-59,15,59,18800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,M_60PLUS,m,60+,60,,2900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,F_00_14,f,0-14,0,14,8300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,F_15_62,f,15-62,15,62,20100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30400001,Shabran,F_63PLUS,f,63+,63,,1500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,T_TL,all,all,,,41900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,M_TL,m,all,,,21000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,F_TL,f,all,,,20900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,M_00_14,m,0-14,0,14,5100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,M_15_59,m,15-59,15,59,13700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,M_60PLUS,m,60+,60,,2200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,F_00_14,f,0-14,0,14,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,F_15_62,f,15-62,15,62,14000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,05,Quba-Khachmaz,30500001 ,Siyazan,F_63PLUS,f,63+,63,,1100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,T_TL,all,all,,,92100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,M_TL,m,all,,,46200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,F_TL,f,all,,,45900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,M_00_14,m,0-14,0,14,9100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,M_15_59,m,15-59,15,59,31600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,M_60PLUS,m,60+,60,,5500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,F_00_14,f,0-14,0,14,11400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,F_15_62,f,15-62,15,62,31000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60100001 ,Kalbajar,F_63PLUS,f,63+,63,,3500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,T_TL,all,all,,,76900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,M_TL,m,all,,,38000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,F_TL,f,all,,,38900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,M_00_14,m,0-14,0,14,7900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,M_15_59,m,15-59,15,59,26000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,M_60PLUS,m,60+,60,,4100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,F_00_14,f,0-14,0,14,10100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,F_15_62,f,15-62,15,62,26200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60200001,Lachin,F_63PLUS,f,63+,63,,2600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,T_TL,all,all,,,40700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,M_TL,m,all,,,20700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,F_TL,f,all,,,20000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,M_00_14,m,0-14,0,14,4300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,M_15_59,m,15-59,15,59,14300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,M_60PLUS,m,60+,60,,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,F_00_14,f,0-14,0,14,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,F_15_62,f,15-62,15,62,13600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60300001,Gubadly,F_63PLUS,f,63+,63,,1100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,T_TL,all,all,,,44400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,M_TL,m,all,,,22700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,F_TL,f,all,,,21700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,M_00_14,m,0-14,0,14,4500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,M_15_59,m,15-59,15,59,15900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,M_60PLUS,m,60+,60,,2300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,F_00_14,f,0-14,0,14,5100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,F_15_62,f,15-62,15,62,15200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,08,Kalbajar-Lachin ,60400001 ,Zangilan,F_63PLUS,f,63+,63,,1400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,T_TL,all,all,,,107600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,M_TL,m,all,,,53500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,F_TL,f,all,,,54100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,M_00_14,m,0-14,0,14,12800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,M_15_59,m,15-59,15,59,35300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,M_60PLUS,m,60+,60,,5400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,F_00_14,f,0-14,0,14,14500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,F_15_62,f,15-62,15,62,36500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80100001,Astara,F_63PLUS,f,63+,63,,3100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,T_TL,all,all,,,226900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,M_TL,m,all,,,113000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,F_TL,f,all,,,113900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,M_00_14,m,0-14,0,14,24500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,M_15_59,m,15-59,15,59,75900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,M_60PLUS,m,60+,60,,12600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,F_00_14,f,0-14,0,14,28300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,F_15_62,f,15-62,15,62,78700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80201002 ,Lankaran,F_63PLUS,f,63+,63,,6900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,T_TL,all,all,,,83800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,M_TL,m,all,,,41500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,F_TL,f,all,,,42300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,M_00_14,m,0-14,0,14,9900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,M_15_59,m,15-59,15,59,27900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,M_60PLUS,m,60+,60,,3700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,F_00_14,f,0-14,0,14,11800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,F_15_62,f,15-62,15,62,28400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80300001,Lerik,F_63PLUS,f,63+,63,,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,T_TL,all,all,,,66100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,M_TL,m,all,,,32300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,F_TL,f,all,,,33800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,M_00_14,m,0-14,0,14,8400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,M_15_59,m,15-59,15,59,21300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,M_60PLUS,m,60+,60,,2600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,F_00_14,f,0-14,0,14,9900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,F_15_62,f,15-62,15,62,22300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80400001,Yardimly,F_63PLUS,f,63+,63,,1600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,T_TL,all,all,,,223800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,M_TL,m,all,,,110300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,F_TL,f,all,,,113500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,M_00_14,m,0-14,0,14,25700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,M_15_59,m,15-59,15,59,73400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,M_60PLUS,m,60+,60,,11200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,F_00_14,f,0-14,0,14,30900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,F_15_62,f,15-62,15,62,77000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80500001,Masally,F_63PLUS,f,63+,63,,5600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,T_TL,all,all,,,219500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,M_TL,m,all,,,108800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,F_TL,f,all,,,110700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,M_00_14,m,0-14,0,14,25700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,M_15_59,m,15-59,15,59,73600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,M_60PLUS,m,60+,60,,9500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,F_00_14,f,0-14,0,14,30000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,F_15_62,f,15-62,15,62,75700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,04,Lankaran,80600001,Jalilabad,F_63PLUS,f,63+,63,,5000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,T_TL,all,all,,,46100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,M_TL,m,all,,,22900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,F_TL,f,all,,,23200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,M_00_14,m,0-14,0,14,5600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,M_15_59,m,15-59,15,59,15100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,M_60PLUS,m,60+,60,,2200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,F_00_14,f,0-14,0,14,6800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,F_15_62,f,15-62,15,62,15300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,30700001,Gobustan,F_63PLUS,f,63+,63,,1100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,T_TL,all,all,,,86100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,M_TL,m,all,,,42700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,F_TL,f,all,,,43400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,M_00_14,m,0-14,0,14,9200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,M_15_59,m,15-59,15,59,28200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,M_60PLUS,m,60+,60,,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,F_00_14,f,0-14,0,14,10600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,F_15_62,f,15-62,15,62,30100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40700001,Ismayilly,F_63PLUS,f,63+,63,,2700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,T_TL,all,all,,,79200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,M_TL,m,all,,,39400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,F_TL,f,all,,,39800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,M_00_14,m,0-14,0,14,8900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,M_15_59,m,15-59,15,59,26300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,M_60PLUS,m,60+,60,,4200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,F_00_14,f,0-14,0,14,10600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,F_15_62,f,15-62,15,62,27100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,40900001 ,Aghsu,F_63PLUS,f,63+,63,,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,T_TL,all,all,,,103900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,M_TL,m,all,,,51800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,F_TL,f,all,,,52100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,M_00_14,m,0-14,0,14,12300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,M_15_59,m,15-59,15,59,34200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,M_60PLUS,m,60+,60,,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,F_00_14,f,0-14,0,14,14900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,F_15_62,f,15-62,15,62,34000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,09,Mountainous Shirvan,41000001 ,Shamakhy,F_63PLUS,f,63+,63,,3200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,T_TL,all,all,,,97600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,M_TL,m,all,,,49200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,F_TL,f,all,,,48400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,M_00_14,m,0-14,0,14,9300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,M_15_59,m,15-59,15,59,34400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,M_60PLUS,m,60+,60,,5500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,F_00_14,f,0-14,0,14,10300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,F_15_62,f,15-62,15,62,35200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40100001 ,Balakan,F_63PLUS,f,63+,63,,2900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,T_TL,all,all,,,127800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,M_TL,m,all,,,64600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,F_TL,f,all,,,63200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,M_00_14,m,0-14,0,14,12300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,M_15_59,m,15-59,15,59,44600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,M_60PLUS,m,60+,60,,7700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,F_00_14,f,0-14,0,14,13500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,F_15_62,f,15-62,15,62,45700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40200001 ,Zagatala,F_63PLUS,f,63+,63,,4000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,T_TL,all,all,,,56500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,M_TL,m,all,,,28900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,F_TL,f,all,,,27600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,M_00_14,m,0-14,0,14,5500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,M_15_59,m,15-59,15,59,19500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,M_60PLUS,m,60+,60,,3900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,F_00_14,f,0-14,0,14,5800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,F_15_62,f,15-62,15,62,19700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40300001,Gakh,F_63PLUS,f,63+,63,,2100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,T_TL,all,all,,,185400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,M_TL,m,all,,,92700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,F_TL,f,all,,,92700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,M_00_14,m,0-14,0,14,19800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,M_15_59,m,15-59,15,59,61700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,M_60PLUS,m,60+,60,,11200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,F_00_14,f,0-14,0,14,21800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,F_15_62,f,15-62,15,62,65000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40401002,Shaki,F_63PLUS,f,63+,63,,5900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,T_TL,all,all,,,44000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,M_TL,m,all,,,21800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,F_TL,f,all,,,22200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,M_00_14,m,0-14,0,14,4800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,M_15_59,m,15-59,15,59,14700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,M_60PLUS,m,60+,60,,2300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,F_00_14,f,0-14,0,14,5200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,F_15_62,f,15-62,15,62,15600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40500001,Oghuz,F_63PLUS,f,63+,63,,1400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,T_TL,all,all,,,105500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,M_TL,m,all,,,51800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,F_TL,f,all,,,53700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,M_00_14,m,0-14,0,14,12400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,M_15_59,m,15-59,15,59,34300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,M_60PLUS,m,60+,60,,5100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,F_00_14,f,0-14,0,14,13700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,F_15_62,f,15-62,15,62,37200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,03,Shaki-Zagatala ,40600001,Gabala,F_63PLUS,f,63+,63,,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,T_TL,all,all,,,79900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,M_TL,m,all,,,40700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,F_TL,f,all,,,39200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,M_00_14,m,0-14,0,14,8100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,M_15_59,m,15-59,15,59,28400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,M_60PLUS,m,60+,60,,4200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,F_00_14,f,0-14,0,14,9600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,F_15_62,f,15-62,15,62,27100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60500001,Jabrayil,F_63PLUS,f,63+,63,,2500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,T_TL,all,all,,,130900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,M_TL,m,all,,,66700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,F_TL,f,all,,,64200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,M_00_14,m,0-14,0,14,13900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,M_15_59,m,15-59,15,59,45700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,M_60PLUS,m,60+,60,,7100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,F_00_14,f,0-14,0,14,16600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,F_15_62,f,15-62,15,62,43900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60600001 ,Fuzuli,F_63PLUS,f,63+,63,,3700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,T_TL,all,all,,,200000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,M_TL,m,all,,,102600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,F_TL,f,all,,,97400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,M_00_14,m,0-14,0,14,20700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,M_15_59,m,15-59,15,59,70700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,M_60PLUS,m,60+,60,,11200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,F_00_14,f,0-14,0,14,24600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,F_15_62,f,15-62,15,62,66600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,60900001,Aghdam,F_63PLUS,f,63+,63,,6200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,T_TL,all,all,,,103600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,M_TL,m,all,,,52300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,F_TL,f,all,,,51300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,M_00_14,m,0-14,0,14,10400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,M_15_59,m,15-59,15,59,32100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,M_60PLUS,m,60+,60,,9800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,F_00_14,f,0-14,0,14,11600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,F_15_62,f,15-62,15,62,34400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,61100001 ,Tartar,F_63PLUS,f,63+,63,,5300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,T_TL,all,all,,,28300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,M_TL,m,all,,,14500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,F_TL,f,all,,,13800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,M_00_14,m,0-14,0,14,2300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,M_15_59,m,15-59,15,59,9700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,M_60PLUS,m,60+,60,,2500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,F_00_14,f,0-14,0,14,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,F_15_62,f,15-62,15,62,9500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70100001 ,Khojaly,F_63PLUS,f,63+,63,,1500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,T_TL,all,all,,,33800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,M_TL,m,all,,,17400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,F_TL,f,all,,,16400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,M_00_14,m,0-14,0,14,3800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,M_15_59,m,15-59,15,59,10800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,M_60PLUS,m,60+,60,,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,F_00_14,f,0-14,0,14,4300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,F_15_62,f,15-62,15,62,10200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70200001,Shusha,F_63PLUS,f,63+,63,,1900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,T_TL,all,all,,,43600,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,M_TL,m,all,,,22400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,F_TL,f,all,,,21200,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,M_00_14,m,0-14,0,14,3000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,M_15_59,m,15-59,15,59,15500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,M_60PLUS,m,60+,60,,3900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,F_00_14,f,0-14,0,14,3500,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,F_15_62,f,15-62,15,62,15300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70300001 ,Khojavand,F_63PLUS,f,63+,63,,2400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,T_TL,all,all,,,55800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,M_TL,m,all,,,28800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,F_TL,f,all,,,27000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,M_00_14,m,0-14,0,14,2800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,M_15_59,m,15-59,15,59,20000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,M_60PLUS,m,60+,60,,6000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,F_00_14,f,0-14,0,14,3300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,F_15_62,f,15-62,15,62,19900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,07,Upper Garabagh,70400002,Khankendi,F_63PLUS,f,63+,63,,3800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_TL,f,all,,,472401,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_TL,m,all,,,425887,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_TL,all,all,,,898288,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_00_04,f,0-4,0,4,35243,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_05_09,f,5-9,5,9,36903,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_10_14,f,10-14,10,14,36318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_15_19,f,15-19,15,19,29058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_20_24,f,20-24,20,24,35736,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_25_29,f,25-29,25,29,40703,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_30_34,f,30-34,30,34,39913,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_35_39,f,35-39,35,39,36859,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_40_44,f,40-44,40,44,31880,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_45_49,f,45-49,45,49,33303,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_50_54,f,50-54,50,54,29875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_55_59,f,55-59,55,59,24799,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_60_64,f,60-64,60,64,19901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_65_69,f,65-69,65,69,15191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_70_74,f,70-74,70,74,11307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_75_79,f,75-79,75,79,7919,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,F_80PLUS,f,80+,80,,7493,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_00_04,m,0-4,0,4,36007,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_05_09,m,5-9,5,9,37269,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_10_14,m,10-14,10,14,39499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_15_19,m,15-19,15,19,31180,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_20_24,m,20-24,20,24,28301,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_25_29,m,25-29,25,29,30768,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_30_34,m,30-34,30,34,32452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_35_39,m,35-39,35,39,31577,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_40_44,m,40-44,40,44,27326,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_45_49,m,45-49,45,49,25949,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_50_54,m,50-54,50,54,23488,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_55_59,m,55-59,55,59,22360,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_60_64,m,60-64,60,64,18912,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_65_69,m,65-69,65,69,15378,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_70_74,m,70-74,70,74,11090,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_75_79,m,75-79,75,79,7704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,M_80PLUS,m,80+,80,,6627,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_00_04,all,0-4,0,4,71250,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_05_09,all,5-9,5,9,74172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_10_14,all,10-14,10,14,75817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_15_19,all,15-19,15,19,60238,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_20_24,all,20-24,20,24,64037,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_25_29,all,25-29,25,29,71471,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_30_34,all,30-34,30,34,72365,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_35_39,all,35-39,35,39,68436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_40_44,all,40-44,40,44,59206,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_45_49,all,45-49,45,49,59252,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_50_54,all,50-54,50,54,53363,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_55_59,all,55-59,55,59,47159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_60_64,all,60-64,60,64,38813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_65_69,all,65-69,65,69,30569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_70_74,all,70-74,70,74,22397,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_75_79,all,75-79,75,79,15623,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1004,Barguna,T_80PLUS,all,80+,80,,14120,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_TL,f,all,,,1150901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_TL,m,all,,,1042061,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_TL,all,all,,,2192962,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_00_04,f,0-4,0,4,86494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_05_09,f,5-9,5,9,93527,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_10_14,f,10-14,10,14,104748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_15_19,f,15-19,15,19,94742,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_20_24,f,20-24,20,24,86918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_25_29,f,25-29,25,29,86272,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_30_34,f,30-34,30,34,88311,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_35_39,f,35-39,35,39,84150,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_40_44,f,40-44,40,44,75809,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_45_49,f,45-49,45,49,76594,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_50_54,f,50-54,50,54,68343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_55_59,f,55-59,55,59,54741,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_60_64,f,60-64,60,64,48261,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_65_69,f,65-69,65,69,36207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_70_74,f,70-74,70,74,28464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_75_79,f,75-79,75,79,18448,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,F_80PLUS,f,80+,80,,18872,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_00_04,m,0-4,0,4,87872,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_05_09,m,5-9,5,9,96163,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_10_14,m,10-14,10,14,106311,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_15_19,m,15-19,15,19,94439,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_20_24,m,20-24,20,24,78946,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_25_29,m,25-29,25,29,69933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_30_34,m,30-34,30,34,67550,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_35_39,m,35-39,35,39,66842,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_40_44,m,40-44,40,44,64055,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_45_49,m,45-49,45,49,62127,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_50_54,m,50-54,50,54,56894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_55_59,m,55-59,55,59,49569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_60_64,m,60-64,60,64,46033,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_65_69,m,65-69,65,69,35940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_70_74,m,70-74,70,74,28031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_75_79,m,75-79,75,79,17039,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,M_80PLUS,m,80+,80,,14317,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_00_04,all,0-4,0,4,174366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_05_09,all,5-9,5,9,189690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_10_14,all,10-14,10,14,211059,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_15_19,all,15-19,15,19,189181,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_20_24,all,20-24,20,24,165864,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_25_29,all,25-29,25,29,156205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_30_34,all,30-34,30,34,155861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_35_39,all,35-39,35,39,150992,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_40_44,all,40-44,40,44,139864,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_45_49,all,45-49,45,49,138721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_50_54,all,50-54,50,54,125237,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_55_59,all,55-59,55,59,104310,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_60_64,all,60-64,60,64,94294,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_65_69,all,65-69,65,69,72147,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_70_74,all,70-74,70,74,56495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_75_79,all,75-79,75,79,35487,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1006,Barisal,T_80PLUS,all,80+,80,,33189,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_TL,f,all,,,911898,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_TL,m,all,,,860217,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_TL,all,all,,,1772115,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_00_04,f,0-4,0,4,88464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_05_09,f,5-9,5,9,92700,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_10_14,f,10-14,10,14,88771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_15_19,f,15-19,15,19,72461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_20_24,f,20-24,20,24,74857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_25_29,f,25-29,25,29,75048,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_30_34,f,30-34,30,34,68839,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_35_39,f,35-39,35,39,59103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_40_44,f,40-44,40,44,51228,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_45_49,f,45-49,45,49,50187,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_50_54,f,50-54,50,54,46670,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_55_59,f,55-59,55,59,42855,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_60_64,f,60-64,60,64,34176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_65_69,f,65-69,65,69,26867,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_70_74,f,70-74,70,74,17491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_75_79,f,75-79,75,79,11825,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,F_80PLUS,f,80+,80,,10356,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_00_04,m,0-4,0,4,91269,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_05_09,m,5-9,5,9,95022,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_10_14,m,10-14,10,14,93166,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_15_19,m,15-19,15,19,75213,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_20_24,m,20-24,20,24,61180,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_25_29,m,25-29,25,29,63119,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_30_34,m,30-34,30,34,61051,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_35_39,m,35-39,35,39,56430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_40_44,m,40-44,40,44,47275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_45_49,m,45-49,45,49,40729,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_50_54,m,50-54,50,54,37869,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_55_59,m,55-59,55,59,34057,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_60_64,m,60-64,60,64,34092,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_65_69,m,65-69,65,69,26991,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_70_74,m,70-74,70,74,20326,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_75_79,m,75-79,75,79,12237,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,M_80PLUS,m,80+,80,,10191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_00_04,all,0-4,0,4,179733,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_05_09,all,5-9,5,9,187722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_10_14,all,10-14,10,14,181937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_15_19,all,15-19,15,19,147674,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_20_24,all,20-24,20,24,136037,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_25_29,all,25-29,25,29,138167,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_30_34,all,30-34,30,34,129890,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_35_39,all,35-39,35,39,115533,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_40_44,all,40-44,40,44,98503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_45_49,all,45-49,45,49,90916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_50_54,all,50-54,50,54,84539,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_55_59,all,55-59,55,59,76912,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_60_64,all,60-64,60,64,68268,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_65_69,all,65-69,65,69,53858,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_70_74,all,70-74,70,74,37817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_75_79,all,75-79,75,79,24062,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1009,Bhola,T_80PLUS,all,80+,80,,20547,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_TL,f,all,,,341741,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_TL,m,all,,,297582,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_TL,all,all,,,639323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_00_04,f,0-4,0,4,23474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_05_09,f,5-9,5,9,26352,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_10_14,f,10-14,10,14,30296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_15_19,f,15-19,15,19,26609,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_20_24,f,20-24,20,24,23364,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_25_29,f,25-29,25,29,24296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_30_34,f,30-34,30,34,26804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_35_39,f,35-39,35,39,25600,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_40_44,f,40-44,40,44,24038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_45_49,f,45-49,45,49,23663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_50_54,f,50-54,50,54,20974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_55_59,f,55-59,55,59,17718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_60_64,f,60-64,60,64,15212,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_65_69,f,65-69,65,69,12279,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_70_74,f,70-74,70,74,9242,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_75_79,f,75-79,75,79,6174,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,F_80PLUS,f,80+,80,,5646,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_00_04,m,0-4,0,4,23827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_05_09,m,5-9,5,9,26869,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_10_14,m,10-14,10,14,30735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_15_19,m,15-19,15,19,26027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_20_24,m,20-24,20,24,20015,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_25_29,m,25-29,25,29,17614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_30_34,m,30-34,30,34,17685,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_35_39,m,35-39,35,39,18525,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_40_44,m,40-44,40,44,18993,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_45_49,m,45-49,45,49,19125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_50_54,m,50-54,50,54,16858,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_55_59,m,55-59,55,59,15778,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_60_64,m,60-64,60,64,13372,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_65_69,m,65-69,65,69,12186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_70_74,m,70-74,70,74,8860,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_75_79,m,75-79,75,79,6156,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,M_80PLUS,m,80+,80,,4957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_00_04,all,0-4,0,4,47301,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_05_09,all,5-9,5,9,53221,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_10_14,all,10-14,10,14,61031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_15_19,all,15-19,15,19,52636,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_20_24,all,20-24,20,24,43379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_25_29,all,25-29,25,29,41910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_30_34,all,30-34,30,34,44489,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_35_39,all,35-39,35,39,44125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_40_44,all,40-44,40,44,43031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_45_49,all,45-49,45,49,42788,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_50_54,all,50-54,50,54,37832,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_55_59,all,55-59,55,59,33496,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_60_64,all,60-64,60,64,28584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_65_69,all,65-69,65,69,24465,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_70_74,all,70-74,70,74,18102,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_75_79,all,75-79,75,79,12330,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1042,Jhalokati,T_80PLUS,all,80+,80,,10603,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_TL,f,all,,,811884,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_TL,m,all,,,736425,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_TL,all,all,,,1548309,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_00_04,f,0-4,0,4,65245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_05_09,f,5-9,5,9,69952,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_10_14,f,10-14,10,14,67898,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_15_19,f,15-19,15,19,55569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_20_24,f,20-24,20,24,61455,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_25_29,f,25-29,25,29,67193,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_30_34,f,30-34,30,34,65835,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_35_39,f,35-39,35,39,58630,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_40_44,f,40-44,40,44,52059,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_45_49,f,45-49,45,49,53398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_50_54,f,50-54,50,54,49934,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_55_59,f,55-59,55,59,40910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_60_64,f,60-64,60,64,34122,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_65_69,f,65-69,65,69,26091,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_70_74,f,70-74,70,74,19031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_75_79,f,75-79,75,79,12383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,F_80PLUS,f,80+,80,,12179,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_00_04,m,0-4,0,4,66584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_05_09,m,5-9,5,9,70897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_10_14,m,10-14,10,14,73233,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_15_19,m,15-19,15,19,58186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_20_24,m,20-24,20,24,50000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_25_29,m,25-29,25,29,51958,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_30_34,m,30-34,30,34,54056,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_35_39,m,35-39,35,39,52094,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_40_44,m,40-44,40,44,44936,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_45_49,m,45-49,45,49,41464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_50_54,m,50-54,50,54,38304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_55_59,m,55-59,55,59,35558,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_60_64,m,60-64,60,64,32431,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_65_69,m,65-69,65,69,25746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_70_74,m,70-74,70,74,18548,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_75_79,m,75-79,75,79,11867,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,M_80PLUS,m,80+,80,,10563,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_00_04,all,0-4,0,4,131829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_05_09,all,5-9,5,9,140849,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_10_14,all,10-14,10,14,141131,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_15_19,all,15-19,15,19,113755,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_20_24,all,20-24,20,24,111455,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_25_29,all,25-29,25,29,119151,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_30_34,all,30-34,30,34,119891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_35_39,all,35-39,35,39,110724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_40_44,all,40-44,40,44,96995,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_45_49,all,45-49,45,49,94862,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_50_54,all,50-54,50,54,88238,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_55_59,all,55-59,55,59,76468,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_60_64,all,60-64,60,64,66553,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_65_69,all,65-69,65,69,51837,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_70_74,all,70-74,70,74,37579,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_75_79,all,75-79,75,79,24250,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1078,Patuakhali,T_80PLUS,all,80+,80,,22742,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_TL,f,all,,,554514,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_TL,m,all,,,505212,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_TL,all,all,,,1059726,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_00_04,f,0-4,0,4,40506,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_05_09,f,5-9,5,9,42604,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_10_14,f,10-14,10,14,46025,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_15_19,f,15-19,15,19,41996,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_20_24,f,20-24,20,24,40402,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_25_29,f,25-29,25,29,41801,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_30_34,f,30-34,30,34,43300,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_35_39,f,35-39,35,39,41431,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_40_44,f,40-44,40,44,37307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_45_49,f,45-49,45,49,38336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_50_54,f,50-54,50,54,33081,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_55_59,f,55-59,55,59,29341,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_60_64,f,60-64,60,64,23276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_65_69,f,65-69,65,69,20658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_70_74,f,70-74,70,74,14335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_75_79,f,75-79,75,79,10948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,F_80PLUS,f,80+,80,,9167,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_00_04,m,0-4,0,4,41102,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_05_09,m,5-9,5,9,43378,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_10_14,m,10-14,10,14,47765,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_15_19,m,15-19,15,19,42490,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_20_24,m,20-24,20,24,37245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_25_29,m,25-29,25,29,33448,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_30_34,m,30-34,30,34,33415,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_35_39,m,35-39,35,39,32976,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_40_44,m,40-44,40,44,32207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_45_49,m,45-49,45,49,32310,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_50_54,m,50-54,50,54,27553,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_55_59,m,55-59,55,59,27265,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_60_64,m,60-64,60,64,21856,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_65_69,m,65-69,65,69,20175,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_70_74,m,70-74,70,74,13708,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_75_79,m,75-79,75,79,10621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,M_80PLUS,m,80+,80,,7698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_00_04,all,0-4,0,4,81608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_05_09,all,5-9,5,9,85982,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_10_14,all,10-14,10,14,93790,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_15_19,all,15-19,15,19,84486,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_20_24,all,20-24,20,24,77647,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_25_29,all,25-29,25,29,75249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_30_34,all,30-34,30,34,76715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_35_39,all,35-39,35,39,74407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_40_44,all,40-44,40,44,69514,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_45_49,all,45-49,45,49,70646,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_50_54,all,50-54,50,54,60634,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_55_59,all,55-59,55,59,56606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_60_64,all,60-64,60,64,45132,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_65_69,all,65-69,65,69,40833,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_70_74,all,70-74,70,74,28043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_75_79,all,75-79,75,79,21569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD10,Barisal,BD1079,Pirojpur,T_80PLUS,all,80+,80,,16865,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_TL,f,all,,,240454,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_TL,m,all,,,256943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_TL,all,all,,,497397,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_00_04,f,0-4,0,4,27472,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_05_09,f,5-9,5,9,25369,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_10_14,f,10-14,10,14,21838,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_15_19,f,15-19,15,19,20721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_20_24,f,20-24,20,24,21277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_25_29,f,25-29,25,29,20712,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_30_34,f,30-34,30,34,18125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_35_39,f,35-39,35,39,16315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_40_44,f,40-44,40,44,14365,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_45_49,f,45-49,45,49,14043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_50_54,f,50-54,50,54,11771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_55_59,f,55-59,55,59,9479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_60_64,f,60-64,60,64,6552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_65_69,f,65-69,65,69,4585,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_70_74,f,70-74,70,74,3620,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_75_79,f,75-79,75,79,2398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,F_80PLUS,f,80+,80,,1812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_00_04,m,0-4,0,4,28411,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_05_09,m,5-9,5,9,27088,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_10_14,m,10-14,10,14,23528,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_15_19,m,15-19,15,19,21760,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_20_24,m,20-24,20,24,22658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_25_29,m,25-29,25,29,21918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_30_34,m,30-34,30,34,20107,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_35_39,m,35-39,35,39,18735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_40_44,m,40-44,40,44,14837,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_45_49,m,45-49,45,49,13726,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_50_54,m,50-54,50,54,12318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_55_59,m,55-59,55,59,10509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_60_64,m,60-64,60,64,8178,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_65_69,m,65-69,65,69,5296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_70_74,m,70-74,70,74,3738,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_75_79,m,75-79,75,79,2446,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,M_80PLUS,m,80+,80,,1690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_00_04,all,0-4,0,4,55883,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_05_09,all,5-9,5,9,52457,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_10_14,all,10-14,10,14,45366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_15_19,all,15-19,15,19,42481,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_20_24,all,20-24,20,24,43935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_25_29,all,25-29,25,29,42630,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_30_34,all,30-34,30,34,38232,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_35_39,all,35-39,35,39,35050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_40_44,all,40-44,40,44,29202,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_45_49,all,45-49,45,49,27769,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_50_54,all,50-54,50,54,24089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_55_59,all,55-59,55,59,19988,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_60_64,all,60-64,60,64,14730,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_65_69,all,65-69,65,69,9881,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_70_74,all,70-74,70,74,7358,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_75_79,all,75-79,75,79,4844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2003,Bandarban,T_80PLUS,all,80+,80,,3502,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_TL,f,all,,,1735028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_TL,m,all,,,1526303,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_TL,all,all,,,3261331,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_00_04,f,0-4,0,4,186840,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_05_09,f,5-9,5,9,179239,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_10_14,f,10-14,10,14,162394,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_15_19,f,15-19,15,19,143718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_20_24,f,20-24,20,24,138187,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_25_29,f,25-29,25,29,132074,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_30_34,f,30-34,30,34,124110,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_35_39,f,35-39,35,39,111394,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_40_44,f,40-44,40,44,106898,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_45_49,f,45-49,45,49,95803,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_50_54,f,50-54,50,54,90340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_55_59,f,55-59,55,59,65949,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_60_64,f,60-64,60,64,63357,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_65_69,f,65-69,65,69,44879,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_70_74,f,70-74,70,74,39960,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_75_79,f,75-79,75,79,23704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,F_80PLUS,f,80+,80,,26182,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_00_04,m,0-4,0,4,191540,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_05_09,m,5-9,5,9,186160,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_10_14,m,10-14,10,14,159748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_15_19,m,15-19,15,19,140940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_20_24,m,20-24,20,24,116688,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_25_29,m,25-29,25,29,95820,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_30_34,m,30-34,30,34,87085,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_35_39,m,35-39,35,39,83572,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_40_44,m,40-44,40,44,80073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_45_49,m,45-49,45,49,74712,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_50_54,m,50-54,50,54,73191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_55_59,m,55-59,55,59,60153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_60_64,m,60-64,60,64,56258,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_65_69,m,65-69,65,69,42881,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_70_74,m,70-74,70,74,35714,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_75_79,m,75-79,75,79,21771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,M_80PLUS,m,80+,80,,19997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_00_04,all,0-4,0,4,378380,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_05_09,all,5-9,5,9,365399,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_10_14,all,10-14,10,14,322142,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_15_19,all,15-19,15,19,284658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_20_24,all,20-24,20,24,254875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_25_29,all,25-29,25,29,227894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_30_34,all,30-34,30,34,211195,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_35_39,all,35-39,35,39,194966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_40_44,all,40-44,40,44,186971,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_45_49,all,45-49,45,49,170515,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_50_54,all,50-54,50,54,163531,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_55_59,all,55-59,55,59,126102,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_60_64,all,60-64,60,64,119615,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_65_69,all,65-69,65,69,87760,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_70_74,all,70-74,70,74,75674,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_75_79,all,75-79,75,79,45475,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2012,Brahamanbaria,T_80PLUS,all,80+,80,,46179,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_TL,f,all,,,1334480,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_TL,m,all,,,1133999,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_TL,all,all,,,2468479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_00_04,f,0-4,0,4,109002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_05_09,f,5-9,5,9,110391,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_10_14,f,10-14,10,14,121949,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_15_19,f,15-19,15,19,123539,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_20_24,f,20-24,20,24,108904,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_25_29,f,25-29,25,29,101946,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_30_34,f,30-34,30,34,95718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_35_39,f,35-39,35,39,92558,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_40_44,f,40-44,40,44,84369,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_45_49,f,45-49,45,49,82975,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_50_54,f,50-54,50,54,72695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_55_59,f,55-59,55,59,58168,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_60_64,f,60-64,60,64,52793,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_65_69,f,65-69,65,69,41551,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_70_74,f,70-74,70,74,33483,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_75_79,f,75-79,75,79,21631,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,F_80PLUS,f,80+,80,,22808,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_00_04,m,0-4,0,4,111264,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_05_09,m,5-9,5,9,112479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_10_14,m,10-14,10,14,118343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_15_19,m,15-19,15,19,111915,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_20_24,m,20-24,20,24,90924,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_25_29,m,25-29,25,29,74343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_30_34,m,30-34,30,34,66012,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_35_39,m,35-39,35,39,65066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_40_44,m,40-44,40,44,61043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_45_49,m,45-49,45,49,60802,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_50_54,m,50-54,50,54,56473,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_55_59,m,55-59,55,59,50946,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_60_64,m,60-64,60,64,46546,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_65_69,m,65-69,65,69,38503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_70_74,m,70-74,70,74,30590,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_75_79,m,75-79,75,79,20748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,M_80PLUS,m,80+,80,,18002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_00_04,all,0-4,0,4,220266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_05_09,all,5-9,5,9,222870,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_10_14,all,10-14,10,14,240292,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_15_19,all,15-19,15,19,235454,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_20_24,all,20-24,20,24,199828,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_25_29,all,25-29,25,29,176289,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_30_34,all,30-34,30,34,161730,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_35_39,all,35-39,35,39,157624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_40_44,all,40-44,40,44,145412,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_45_49,all,45-49,45,49,143777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_50_54,all,50-54,50,54,129168,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_55_59,all,55-59,55,59,109114,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_60_64,all,60-64,60,64,99339,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_65_69,all,65-69,65,69,80054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_70_74,all,70-74,70,74,64073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_75_79,all,75-79,75,79,42379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2013,Chandpur,T_80PLUS,all,80+,80,,40810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_TL,f,all,,,4324526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_TL,m,all,,,4282066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_TL,all,all,,,8606592,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_00_04,f,0-4,0,4,348145,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_05_09,f,5-9,5,9,343412,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_10_14,f,10-14,10,14,382282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_15_19,f,15-19,15,19,467568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_20_24,f,20-24,20,24,432764,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_25_29,f,25-29,25,29,386484,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_30_34,f,30-34,30,34,345475,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_35_39,f,35-39,35,39,316924,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_40_44,f,40-44,40,44,267485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_45_49,f,45-49,45,49,252495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_50_54,f,50-54,50,54,208209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_55_59,f,55-59,55,59,167997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_60_64,f,60-64,60,64,132497,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_65_69,f,65-69,65,69,97003,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_70_74,f,70-74,70,74,77690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_75_79,f,75-79,75,79,49549,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,F_80PLUS,f,80+,80,,48547,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_00_04,m,0-4,0,4,362050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_05_09,m,5-9,5,9,355249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_10_14,m,10-14,10,14,396354,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_15_19,m,15-19,15,19,449586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_20_24,m,20-24,20,24,479603,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_25_29,m,25-29,25,29,384579,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_30_34,m,30-34,30,34,330110,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_35_39,m,35-39,35,39,298304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_40_44,m,40-44,40,44,254207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_45_49,m,45-49,45,49,228625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_50_54,m,50-54,50,54,198382,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_55_59,m,55-59,55,59,173536,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_60_64,m,60-64,60,64,133876,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_65_69,m,65-69,65,69,96810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_70_74,m,70-74,70,74,67495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_75_79,m,75-79,75,79,41554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,M_80PLUS,m,80+,80,,31746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_00_04,all,0-4,0,4,710195,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_05_09,all,5-9,5,9,698661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_10_14,all,10-14,10,14,778636,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_15_19,all,15-19,15,19,917154,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_20_24,all,20-24,20,24,912367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_25_29,all,25-29,25,29,771063,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_30_34,all,30-34,30,34,675585,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_35_39,all,35-39,35,39,615228,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_40_44,all,40-44,40,44,521692,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_45_49,all,45-49,45,49,481120,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_50_54,all,50-54,50,54,406591,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_55_59,all,55-59,55,59,341533,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_60_64,all,60-64,60,64,266373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_65_69,all,65-69,65,69,193813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_70_74,all,70-74,70,74,145185,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_75_79,all,75-79,75,79,91103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2015,Chittagong,T_80PLUS,all,80+,80,,80293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_TL,f,all,,,3345743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_TL,m,all,,,2917000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_TL,all,all,,,6262743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_00_04,f,0-4,0,4,292793,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_05_09,f,5-9,5,9,299078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_10_14,f,10-14,10,14,307957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_15_19,f,15-19,15,19,306927,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_20_24,f,20-24,20,24,288944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_25_29,f,25-29,25,29,268654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_30_34,f,30-34,30,34,238221,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_35_39,f,35-39,35,39,225177,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_40_44,f,40-44,40,44,208975,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_45_49,f,45-49,45,49,199208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_50_54,f,50-54,50,54,173826,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_55_59,f,55-59,55,59,137982,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_60_64,f,60-64,60,64,121894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_65_69,f,65-69,65,69,95146,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_70_74,f,70-74,70,74,76044,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_75_79,f,75-79,75,79,51910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,F_80PLUS,f,80+,80,,53007,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_00_04,m,0-4,0,4,300804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_05_09,m,5-9,5,9,305737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_10_14,m,10-14,10,14,307597,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_15_19,m,15-19,15,19,294249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_20_24,m,20-24,20,24,245283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_25_29,m,25-29,25,29,205205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_30_34,m,30-34,30,34,177840,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_35_39,m,35-39,35,39,167071,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_40_44,m,40-44,40,44,154443,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_45_49,m,45-49,45,49,148398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_50_54,m,50-54,50,54,138060,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_55_59,m,55-59,55,59,121764,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_60_64,m,60-64,60,64,108815,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_65_69,m,65-69,65,69,88124,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_70_74,m,70-74,70,74,67893,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_75_79,m,75-79,75,79,45564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,M_80PLUS,m,80+,80,,40153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_00_04,all,0-4,0,4,593597,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_05_09,all,5-9,5,9,604815,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_10_14,all,10-14,10,14,615554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_15_19,all,15-19,15,19,601176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_20_24,all,20-24,20,24,534227,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_25_29,all,25-29,25,29,473859,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_30_34,all,30-34,30,34,416061,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_35_39,all,35-39,35,39,392248,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_40_44,all,40-44,40,44,363418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_45_49,all,45-49,45,49,347606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_50_54,all,50-54,50,54,311886,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_55_59,all,55-59,55,59,259746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_60_64,all,60-64,60,64,230709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_65_69,all,65-69,65,69,183270,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_70_74,all,70-74,70,74,143937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_75_79,all,75-79,75,79,97474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2019,Comilla,T_80PLUS,all,80+,80,,93160,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_TL,f,all,,,1431768,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_TL,m,all,,,1458504,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_TL,all,all,,,2890272,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_00_04,f,0-4,0,4,162683,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_05_09,f,5-9,5,9,160825,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_10_14,f,10-14,10,14,157660,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_15_19,f,15-19,15,19,144169,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_20_24,f,20-24,20,24,131261,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_25_29,f,25-29,25,29,121518,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_30_34,f,30-34,30,34,100991,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_35_39,f,35-39,35,39,88107,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_40_44,f,40-44,40,44,74028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_45_49,f,45-49,45,49,70724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_50_54,f,50-54,50,54,63426,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_55_59,f,55-59,55,59,47482,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_60_64,f,60-64,60,64,37954,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_65_69,f,65-69,65,69,26287,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_70_74,f,70-74,70,74,20580,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_75_79,f,75-79,75,79,12331,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,F_80PLUS,f,80+,80,,11742,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_00_04,m,0-4,0,4,170218,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_05_09,m,5-9,5,9,166868,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_10_14,m,10-14,10,14,159367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_15_19,m,15-19,15,19,154456,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_20_24,m,20-24,20,24,142684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_25_29,m,25-29,25,29,118294,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_30_34,m,30-34,30,34,102107,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_35_39,m,35-39,35,39,89541,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_40_44,m,40-44,40,44,70260,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_45_49,m,45-49,45,49,62773,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_50_54,m,50-54,50,54,56418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_55_59,m,55-59,55,59,47209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_60_64,m,60-64,60,64,40495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_65_69,m,65-69,65,69,29739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_70_74,m,70-74,70,74,23346,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_75_79,m,75-79,75,79,13731,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,M_80PLUS,m,80+,80,,10998,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_00_04,all,0-4,0,4,332901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_05_09,all,5-9,5,9,327693,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_10_14,all,10-14,10,14,317027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_15_19,all,15-19,15,19,298625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_20_24,all,20-24,20,24,273945,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_25_29,all,25-29,25,29,239812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_30_34,all,30-34,30,34,203098,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_35_39,all,35-39,35,39,177648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_40_44,all,40-44,40,44,144288,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_45_49,all,45-49,45,49,133497,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_50_54,all,50-54,50,54,119844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_55_59,all,55-59,55,59,94691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_60_64,all,60-64,60,64,78449,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_65_69,all,65-69,65,69,56026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_70_74,all,70-74,70,74,43926,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_75_79,all,75-79,75,79,26062,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2022,Cox's Bazar,T_80PLUS,all,80+,80,,22740,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_TL,f,all,,,856967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_TL,m,all,,,757999,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_TL,all,all,,,1614966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_00_04,f,0-4,0,4,68531,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_05_09,f,5-9,5,9,67264,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_10_14,f,10-14,10,14,75425,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_15_19,f,15-19,15,19,88141,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_20_24,f,20-24,20,24,74429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_25_29,f,25-29,25,29,68388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_30_34,f,30-34,30,34,61752,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_35_39,f,35-39,35,39,57718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_40_44,f,40-44,40,44,52509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_45_49,f,45-49,45,49,52106,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_50_54,f,50-54,50,54,47075,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_55_59,f,55-59,55,59,36479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_60_64,f,60-64,60,64,33307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_65_69,f,65-69,65,69,24253,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_70_74,f,70-74,70,74,20850,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_75_79,f,75-79,75,79,13302,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,F_80PLUS,f,80+,80,,15438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_00_04,m,0-4,0,4,71436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_05_09,m,5-9,5,9,69213,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_10_14,m,10-14,10,14,78080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_15_19,m,15-19,15,19,84275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_20_24,m,20-24,20,24,72602,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_25_29,m,25-29,25,29,56509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_30_34,m,30-34,30,34,47641,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_35_39,m,35-39,35,39,43327,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_40_44,m,40-44,40,44,38950,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_45_49,m,45-49,45,49,36872,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_50_54,m,50-54,50,54,34499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_55_59,m,55-59,55,59,31588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_60_64,m,60-64,60,64,29507,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_65_69,m,65-69,65,69,24130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_70_74,m,70-74,70,74,17739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_75_79,m,75-79,75,79,11501,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,M_80PLUS,m,80+,80,,10130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_00_04,all,0-4,0,4,139967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_05_09,all,5-9,5,9,136477,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_10_14,all,10-14,10,14,153505,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_15_19,all,15-19,15,19,172416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_20_24,all,20-24,20,24,147031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_25_29,all,25-29,25,29,124897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_30_34,all,30-34,30,34,109393,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_35_39,all,35-39,35,39,101045,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_40_44,all,40-44,40,44,91459,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_45_49,all,45-49,45,49,88978,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_50_54,all,50-54,50,54,81574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_55_59,all,55-59,55,59,68067,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_60_64,all,60-64,60,64,62814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_65_69,all,65-69,65,69,48383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_70_74,all,70-74,70,74,38589,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_75_79,all,75-79,75,79,24803,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2030,Feni,T_80PLUS,all,80+,80,,25568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_TL,f,all,,,348974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_TL,m,all,,,348683,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_TL,all,all,,,697657,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_00_04,f,0-4,0,4,32557,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_05_09,f,5-9,5,9,33318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_10_14,f,10-14,10,14,32768,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_15_19,f,15-19,15,19,28722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_20_24,f,20-24,20,24,27393,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_25_29,f,25-29,25,29,28814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_30_34,f,30-34,30,34,27000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_35_39,f,35-39,35,39,25656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_40_44,f,40-44,40,44,21852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_45_49,f,45-49,45,49,22366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_50_54,f,50-54,50,54,16554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_55_59,f,55-59,55,59,15469,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_60_64,f,60-64,60,64,10587,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_65_69,f,65-69,65,69,10232,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_70_74,f,70-74,70,74,6616,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_75_79,f,75-79,75,79,5076,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,F_80PLUS,f,80+,80,,3994,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_00_04,m,0-4,0,4,33792,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_05_09,m,5-9,5,9,34417,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_10_14,m,10-14,10,14,33954,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_15_19,m,15-19,15,19,30629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_20_24,m,20-24,20,24,27980,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_25_29,m,25-29,25,29,28419,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_30_34,m,30-34,30,34,26087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_35_39,m,35-39,35,39,26249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_40_44,m,40-44,40,44,20810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_45_49,m,45-49,45,49,20272,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_50_54,m,50-54,50,54,16303,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_55_59,m,55-59,55,59,14749,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_60_64,m,60-64,60,64,10864,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_65_69,m,65-69,65,69,9342,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_70_74,m,70-74,70,74,6537,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_75_79,m,75-79,75,79,4645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,M_80PLUS,m,80+,80,,3634,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_00_04,all,0-4,0,4,66349,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_05_09,all,5-9,5,9,67735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_10_14,all,10-14,10,14,66722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_15_19,all,15-19,15,19,59351,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_20_24,all,20-24,20,24,55373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_25_29,all,25-29,25,29,57233,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_30_34,all,30-34,30,34,53087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_35_39,all,35-39,35,39,51905,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_40_44,all,40-44,40,44,42662,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_45_49,all,45-49,45,49,42638,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_50_54,all,50-54,50,54,32857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_55_59,all,55-59,55,59,30218,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_60_64,all,60-64,60,64,21451,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_65_69,all,65-69,65,69,19574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_70_74,all,70-74,70,74,13153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_75_79,all,75-79,75,79,9721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2046,Khagrachhari,T_80PLUS,all,80+,80,,7628,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_TL,f,all,,,1040601,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_TL,m,all,,,905991,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_TL,all,all,,,1946592,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_00_04,f,0-4,0,4,95438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_05_09,f,5-9,5,9,97715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_10_14,f,10-14,10,14,95695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_15_19,f,15-19,15,19,95710,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_20_24,f,20-24,20,24,86359,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_25_29,f,25-29,25,29,81796,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_30_34,f,30-34,30,34,74873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_35_39,f,35-39,35,39,71430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_40_44,f,40-44,40,44,63429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_45_49,f,45-49,45,49,60972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_50_54,f,50-54,50,54,54858,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_55_59,f,55-59,55,59,42781,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_60_64,f,60-64,60,64,37988,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_65_69,f,65-69,65,69,29000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_70_74,f,70-74,70,74,23191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_75_79,f,75-79,75,79,14370,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,F_80PLUS,f,80+,80,,14996,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_00_04,m,0-4,0,4,98821,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_05_09,m,5-9,5,9,101320,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_10_14,m,10-14,10,14,97155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_15_19,m,15-19,15,19,87884,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_20_24,m,20-24,20,24,69680,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_25_29,m,25-29,25,29,62951,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_30_34,m,30-34,30,34,55035,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_35_39,m,35-39,35,39,52619,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_40_44,m,40-44,40,44,47603,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_45_49,m,45-49,45,49,44063,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_50_54,m,50-54,50,54,41364,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_55_59,m,55-59,55,59,35847,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_60_64,m,60-64,60,64,34920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_65_69,m,65-69,65,69,27577,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_70_74,m,70-74,70,74,22091,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_75_79,m,75-79,75,79,14318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,M_80PLUS,m,80+,80,,12743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_00_04,all,0-4,0,4,194259,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_05_09,all,5-9,5,9,199035,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_10_14,all,10-14,10,14,192850,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_15_19,all,15-19,15,19,183594,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_20_24,all,20-24,20,24,156039,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_25_29,all,25-29,25,29,144747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_30_34,all,30-34,30,34,129908,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_35_39,all,35-39,35,39,124049,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_40_44,all,40-44,40,44,111032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_45_49,all,45-49,45,49,105035,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_50_54,all,50-54,50,54,96222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_55_59,all,55-59,55,59,78628,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_60_64,all,60-64,60,64,72908,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_65_69,all,65-69,65,69,56577,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_70_74,all,70-74,70,74,45282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_75_79,all,75-79,75,79,28688,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2051,Lakshmipur,T_80PLUS,all,80+,80,,27739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_TL,f,all,,,1962015,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_TL,m,all,,,1702993,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_TL,all,all,,,3665008,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_00_04,f,0-4,0,4,188185,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_05_09,f,5-9,5,9,190601,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_10_14,f,10-14,10,14,188717,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_15_19,f,15-19,15,19,189097,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_20_24,f,20-24,20,24,163415,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_25_29,f,25-29,25,29,152981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_30_34,f,30-34,30,34,139878,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_35_39,f,35-39,35,39,128526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_40_44,f,40-44,40,44,114162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_45_49,f,45-49,45,49,108980,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_50_54,f,50-54,50,54,96430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_55_59,f,55-59,55,59,78772,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_60_64,f,60-64,60,64,69943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_65_69,f,65-69,65,69,52081,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_70_74,f,70-74,70,74,42871,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_75_79,f,75-79,75,79,28029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,F_80PLUS,f,80+,80,,29347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_00_04,m,0-4,0,4,194925,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_05_09,m,5-9,5,9,196734,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_10_14,m,10-14,10,14,189908,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_15_19,m,15-19,15,19,172438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_20_24,m,20-24,20,24,138941,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_25_29,m,25-29,25,29,117497,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_30_34,m,30-34,30,34,101227,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_35_39,m,35-39,35,39,96817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_40_44,m,40-44,40,44,86046,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_45_49,m,45-49,45,49,77697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_50_54,m,50-54,50,54,72194,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_55_59,m,55-59,55,59,63387,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_60_64,m,60-64,60,64,61184,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_65_69,m,65-69,65,69,49729,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_70_74,m,70-74,70,74,38309,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_75_79,m,75-79,75,79,24043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,M_80PLUS,m,80+,80,,21917,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_00_04,all,0-4,0,4,383110,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_05_09,all,5-9,5,9,387335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_10_14,all,10-14,10,14,378625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_15_19,all,15-19,15,19,361535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_20_24,all,20-24,20,24,302356,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_25_29,all,25-29,25,29,270478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_30_34,all,30-34,30,34,241105,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_35_39,all,35-39,35,39,225343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_40_44,all,40-44,40,44,200208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_45_49,all,45-49,45,49,186677,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_50_54,all,50-54,50,54,168624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_55_59,all,55-59,55,59,142159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_60_64,all,60-64,60,64,131127,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_65_69,all,65-69,65,69,101810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_70_74,all,70-74,70,74,81180,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_75_79,all,75-79,75,79,52072,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2075,Noakhali,T_80PLUS,all,80+,80,,51264,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_TL,f,all,,,330841,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_TL,m,all,,,351407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_TL,all,all,,,682248,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_00_04,f,0-4,0,4,28910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_05_09,f,5-9,5,9,30322,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_10_14,f,10-14,10,14,29441,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_15_19,f,15-19,15,19,26820,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_20_24,f,20-24,20,24,28008,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_25_29,f,25-29,25,29,28771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_30_34,f,30-34,30,34,27299,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_35_39,f,35-39,35,39,24321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_40_44,f,40-44,40,44,20987,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_45_49,f,45-49,45,49,21849,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_50_54,f,50-54,50,54,16246,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_55_59,f,55-59,55,59,15551,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_60_64,f,60-64,60,64,9981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_65_69,f,65-69,65,69,9452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_70_74,f,70-74,70,74,5541,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_75_79,f,75-79,75,79,4365,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,F_80PLUS,f,80+,80,,2977,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_00_04,m,0-4,0,4,30294,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_05_09,m,5-9,5,9,32262,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_10_14,m,10-14,10,14,31800,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_15_19,m,15-19,15,19,30836,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_20_24,m,20-24,20,24,32114,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_25_29,m,25-29,25,29,31569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_30_34,m,30-34,30,34,28696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_35_39,m,35-39,35,39,27047,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_40_44,m,40-44,40,44,20904,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_45_49,m,45-49,45,49,20715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_50_54,m,50-54,50,54,16845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_55_59,m,55-59,55,59,16119,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_60_64,m,60-64,60,64,10475,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_65_69,m,65-69,65,69,9257,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_70_74,m,70-74,70,74,5707,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_75_79,m,75-79,75,79,4140,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,M_80PLUS,m,80+,80,,2627,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_00_04,all,0-4,0,4,59204,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_05_09,all,5-9,5,9,62584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_10_14,all,10-14,10,14,61241,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_15_19,all,15-19,15,19,57656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_20_24,all,20-24,20,24,60122,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_25_29,all,25-29,25,29,60340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_30_34,all,30-34,30,34,55995,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_35_39,all,35-39,35,39,51368,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_40_44,all,40-44,40,44,41891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_45_49,all,45-49,45,49,42564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_50_54,all,50-54,50,54,33091,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_55_59,all,55-59,55,59,31670,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_60_64,all,60-64,60,64,20456,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_65_69,all,65-69,65,69,18709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_70_74,all,70-74,70,74,11248,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_75_79,all,75-79,75,79,8505,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD20,Chittagong,BD2084,Rangamati,T_80PLUS,all,80+,80,,5604,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_TL,f,all,,,8318506,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_TL,m,all,,,9794777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_TL,all,all,,,18113283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_00_04,f,0-4,0,4,612045,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_05_09,f,5-9,5,9,563754,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_10_14,f,10-14,10,14,637347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_15_19,f,15-19,15,19,871474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_20_24,f,20-24,20,24,1017615,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_25_29,f,25-29,25,29,922129,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_30_34,f,30-34,30,34,768956,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_35_39,f,35-39,35,39,653483,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_40_44,f,40-44,40,44,544892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_45_49,f,45-49,45,49,482641,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_50_54,f,50-54,50,54,378470,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_55_59,f,55-59,55,59,284022,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_60_64,f,60-64,60,64,203857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_65_69,f,65-69,65,69,147780,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_70_74,f,70-74,70,74,102012,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_75_79,f,75-79,75,79,68797,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,F_80PLUS,f,80+,80,,59232,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_00_04,m,0-4,0,4,637899,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_05_09,m,5-9,5,9,584725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_10_14,m,10-14,10,14,655127,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_15_19,m,15-19,15,19,918175,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_20_24,m,20-24,20,24,1327273,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_25_29,m,25-29,25,29,1221069,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_30_34,m,30-34,30,34,1011920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_35_39,m,35-39,35,39,834720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_40_44,m,40-44,40,44,657028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_45_49,m,45-49,45,49,540014,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_50_54,m,50-54,50,54,436228,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_55_59,m,55-59,55,59,347038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_60_64,m,60-64,60,64,248806,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_65_69,m,65-69,65,69,165268,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_70_74,m,70-74,70,74,105672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_75_79,m,75-79,75,79,60697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,M_80PLUS,m,80+,80,,43118,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_00_04,all,0-4,0,4,1249944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_05_09,all,5-9,5,9,1148479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_10_14,all,10-14,10,14,1292474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_15_19,all,15-19,15,19,1789649,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_20_24,all,20-24,20,24,2344888,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_25_29,all,25-29,25,29,2143198,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_30_34,all,30-34,30,34,1780876,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_35_39,all,35-39,35,39,1488203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_40_44,all,40-44,40,44,1201920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_45_49,all,45-49,45,49,1022655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_50_54,all,50-54,50,54,814698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_55_59,all,55-59,55,59,631060,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_60_64,all,60-64,60,64,452663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_65_69,all,65-69,65,69,313048,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_70_74,all,70-74,70,74,207684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_75_79,all,75-79,75,79,129494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3026,Dhaka,T_80PLUS,all,80+,80,,102350,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_TL,f,all,,,1052429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_TL,m,all,,,965729,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_TL,all,all,,,2018158,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_00_04,f,0-4,0,4,84282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_05_09,f,5-9,5,9,87366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_10_14,f,10-14,10,14,91351,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_15_19,f,15-19,15,19,81130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_20_24,f,20-24,20,24,83703,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_25_29,f,25-29,25,29,82836,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_30_34,f,30-34,30,34,81170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_35_39,f,35-39,35,39,76350,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_40_44,f,40-44,40,44,72052,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_45_49,f,45-49,45,49,69911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_50_54,f,50-54,50,54,60151,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_55_59,f,55-59,55,59,50050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_60_64,f,60-64,60,64,40292,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_65_69,f,65-69,65,69,36088,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_70_74,f,70-74,70,74,22176,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_75_79,f,75-79,75,79,18907,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,F_80PLUS,f,80+,80,,14614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_00_04,m,0-4,0,4,86286,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_05_09,m,5-9,5,9,89967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_10_14,m,10-14,10,14,92737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_15_19,m,15-19,15,19,85013,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_20_24,m,20-24,20,24,76508,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_25_29,m,25-29,25,29,70482,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_30_34,m,30-34,30,34,64750,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_35_39,m,35-39,35,39,62884,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_40_44,m,40-44,40,44,59959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_45_49,m,45-49,45,49,58722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_50_54,m,50-54,50,54,52002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_55_59,m,55-59,55,59,46720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_60_64,m,60-64,60,64,39153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_65_69,m,65-69,65,69,34689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_70_74,m,70-74,70,74,19903,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_75_79,m,75-79,75,79,15771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,M_80PLUS,m,80+,80,,10183,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_00_04,all,0-4,0,4,170568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_05_09,all,5-9,5,9,177333,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_10_14,all,10-14,10,14,184088,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_15_19,all,15-19,15,19,166143,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_20_24,all,20-24,20,24,160211,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_25_29,all,25-29,25,29,153318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_30_34,all,30-34,30,34,145920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_35_39,all,35-39,35,39,139234,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_40_44,all,40-44,40,44,132011,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_45_49,all,45-49,45,49,128633,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_50_54,all,50-54,50,54,112153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_55_59,all,55-59,55,59,96770,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_60_64,all,60-64,60,64,79445,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_65_69,all,65-69,65,69,70777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_70_74,all,70-74,70,74,42079,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_75_79,all,75-79,75,79,34678,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3029,Faridpur,T_80PLUS,all,80+,80,,24797,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_TL,f,all,,,2934036,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_TL,m,all,,,3220775,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_TL,all,all,,,6154811,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_00_04,f,0-4,0,4,217058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_05_09,f,5-9,5,9,205543,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_10_14,f,10-14,10,14,203546,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_15_19,f,15-19,15,19,304838,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_20_24,f,20-24,20,24,397802,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_25_29,f,25-29,25,29,330121,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_30_34,f,30-34,30,34,257684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_35_39,f,35-39,35,39,224286,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_40_44,f,40-44,40,44,186254,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_45_49,f,45-49,45,49,162715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_50_54,f,50-54,50,54,128496,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_55_59,f,55-59,55,59,94105,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_60_64,f,60-64,60,64,75170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_65_69,f,65-69,65,69,54146,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_70_74,f,70-74,70,74,40884,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_75_79,f,75-79,75,79,25907,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,F_80PLUS,f,80+,80,,25481,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_00_04,m,0-4,0,4,225657,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_05_09,m,5-9,5,9,212934,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_10_14,m,10-14,10,14,212398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_15_19,m,15-19,15,19,272111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_20_24,m,20-24,20,24,444889,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_25_29,m,25-29,25,29,434082,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_30_34,m,30-34,30,34,325814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_35_39,m,35-39,35,39,253921,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_40_44,m,40-44,40,44,201901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_45_49,m,45-49,45,49,167989,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_50_54,m,50-54,50,54,139813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_55_59,m,55-59,55,59,103875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_60_64,m,60-64,60,64,81197,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_65_69,m,65-69,65,69,56428,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_70_74,m,70-74,70,74,41006,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_75_79,m,75-79,75,79,24783,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,M_80PLUS,m,80+,80,,21977,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_00_04,all,0-4,0,4,442715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_05_09,all,5-9,5,9,418477,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_10_14,all,10-14,10,14,415944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_15_19,all,15-19,15,19,576949,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_20_24,all,20-24,20,24,842691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_25_29,all,25-29,25,29,764203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_30_34,all,30-34,30,34,583498,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_35_39,all,35-39,35,39,478207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_40_44,all,40-44,40,44,388155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_45_49,all,45-49,45,49,330704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_50_54,all,50-54,50,54,268309,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_55_59,all,55-59,55,59,197980,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_60_64,all,60-64,60,64,156367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_65_69,all,65-69,65,69,110574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_70_74,all,70-74,70,74,81890,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_75_79,all,75-79,75,79,50690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3033,Gazipur,T_80PLUS,all,80+,80,,47458,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_TL,f,all,,,586733,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_TL,m,all,,,536720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_TL,all,all,,,1123453,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_00_04,f,0-4,0,4,48174,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_05_09,f,5-9,5,9,51143,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_10_14,f,10-14,10,14,52753,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_15_19,f,15-19,15,19,44643,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_20_24,f,20-24,20,24,44693,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_25_29,f,25-29,25,29,45144,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_30_34,f,30-34,30,34,44620,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_35_39,f,35-39,35,39,41567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_40_44,f,40-44,40,44,37826,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_45_49,f,45-49,45,49,37748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_50_54,f,50-54,50,54,31824,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_55_59,f,55-59,55,59,28805,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_60_64,f,60-64,60,64,22911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_65_69,f,65-69,65,69,22189,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_70_74,f,70-74,70,74,12538,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_75_79,f,75-79,75,79,11839,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,F_80PLUS,f,80+,80,,8316,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_00_04,m,0-4,0,4,50122,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_05_09,m,5-9,5,9,52943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_10_14,m,10-14,10,14,54629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_15_19,m,15-19,15,19,48672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_20_24,m,20-24,20,24,41911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_25_29,m,25-29,25,29,37261,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_30_34,m,30-34,30,34,34992,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_35_39,m,35-39,35,39,33845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_40_44,m,40-44,40,44,31062,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_45_49,m,45-49,45,49,30811,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_50_54,m,50-54,50,54,26597,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_55_59,m,55-59,55,59,26038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_60_64,m,60-64,60,64,21057,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_65_69,m,65-69,65,69,20290,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_70_74,m,70-74,70,74,10964,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_75_79,m,75-79,75,79,9875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,M_80PLUS,m,80+,80,,5651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_00_04,all,0-4,0,4,98296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_05_09,all,5-9,5,9,104086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_10_14,all,10-14,10,14,107382,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_15_19,all,15-19,15,19,93315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_20_24,all,20-24,20,24,86604,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_25_29,all,25-29,25,29,82405,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_30_34,all,30-34,30,34,79612,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_35_39,all,35-39,35,39,75412,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_40_44,all,40-44,40,44,68888,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_45_49,all,45-49,45,49,68559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_50_54,all,50-54,50,54,58421,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_55_59,all,55-59,55,59,54843,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_60_64,all,60-64,60,64,43968,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_65_69,all,65-69,65,69,42479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_70_74,all,70-74,70,74,23502,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_75_79,all,75-79,75,79,21714,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3035,Gopalganj,T_80PLUS,all,80+,80,,13967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_TL,f,all,,,1648845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_TL,m,all,,,1502026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_TL,all,all,,,3150871,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_00_04,f,0-4,0,4,164827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_05_09,f,5-9,5,9,164618,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_10_14,f,10-14,10,14,145222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_15_19,f,15-19,15,19,119115,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_20_24,f,20-24,20,24,123097,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_25_29,f,25-29,25,29,126915,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_30_34,f,30-34,30,34,120997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_35_39,f,35-39,35,39,111475,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_40_44,f,40-44,40,44,105487,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_45_49,f,45-49,45,49,99419,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_50_54,f,50-54,50,54,89888,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_55_59,f,55-59,55,59,70253,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_60_64,f,60-64,60,64,63844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_65_69,f,65-69,65,69,50589,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_70_74,f,70-74,70,74,40838,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_75_79,f,75-79,75,79,25812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,F_80PLUS,f,80+,80,,26449,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_00_04,m,0-4,0,4,169781,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_05_09,m,5-9,5,9,171588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_10_14,m,10-14,10,14,149058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_15_19,m,15-19,15,19,124691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_20_24,m,20-24,20,24,110371,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_25_29,m,25-29,25,29,101996,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_30_34,m,30-34,30,34,95291,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_35_39,m,35-39,35,39,94077,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_40_44,m,40-44,40,44,87135,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_45_49,m,45-49,45,49,82240,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_50_54,m,50-54,50,54,76606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_55_59,m,55-59,55,59,65332,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_60_64,m,60-64,60,64,55354,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_65_69,m,65-69,65,69,44086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_70_74,m,70-74,70,74,34312,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_75_79,m,75-79,75,79,21597,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,M_80PLUS,m,80+,80,,18511,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_00_04,all,0-4,0,4,334608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_05_09,all,5-9,5,9,336206,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_10_14,all,10-14,10,14,294280,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_15_19,all,15-19,15,19,243806,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_20_24,all,20-24,20,24,233468,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_25_29,all,25-29,25,29,228911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_30_34,all,30-34,30,34,216288,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_35_39,all,35-39,35,39,205552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_40_44,all,40-44,40,44,192622,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_45_49,all,45-49,45,49,181659,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_50_54,all,50-54,50,54,166494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_55_59,all,55-59,55,59,135585,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_60_64,all,60-64,60,64,119198,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_65_69,all,65-69,65,69,94675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_70_74,all,70-74,70,74,75150,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_75_79,all,75-79,75,79,47409,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3048,Kishoreganj,T_80PLUS,all,80+,80,,44960,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_TL,f,all,,,587900,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_TL,m,all,,,540008,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_TL,all,all,,,1127908,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_00_04,f,0-4,0,4,47168,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_05_09,f,5-9,5,9,52519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_10_14,f,10-14,10,14,54360,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_15_19,f,15-19,15,19,46643,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_20_24,f,20-24,20,24,43507,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_25_29,f,25-29,25,29,44510,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_30_34,f,30-34,30,34,44886,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_35_39,f,35-39,35,39,41855,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_40_44,f,40-44,40,44,40016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_45_49,f,45-49,45,49,37751,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_50_54,f,50-54,50,54,36150,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_55_59,f,55-59,55,59,26456,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_60_64,f,60-64,60,64,24418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_65_69,f,65-69,65,69,17201,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_70_74,f,70-74,70,74,13979,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_75_79,f,75-79,75,79,8213,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,F_80PLUS,f,80+,80,,8268,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_00_04,m,0-4,0,4,48845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_05_09,m,5-9,5,9,54025,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_10_14,m,10-14,10,14,55001,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_15_19,m,15-19,15,19,47761,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_20_24,m,20-24,20,24,40760,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_25_29,m,25-29,25,29,35323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_30_34,m,30-34,30,34,33923,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_35_39,m,35-39,35,39,33793,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_40_44,m,40-44,40,44,32472,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_45_49,m,45-49,45,49,30407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_50_54,m,50-54,50,54,30130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_55_59,m,55-59,55,59,24710,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_60_64,m,60-64,60,64,24702,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_65_69,m,65-69,65,69,18074,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_70_74,m,70-74,70,74,14389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_75_79,m,75-79,75,79,8661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,M_80PLUS,m,80+,80,,7032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_00_04,all,0-4,0,4,96013,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_05_09,all,5-9,5,9,106544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_10_14,all,10-14,10,14,109361,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_15_19,all,15-19,15,19,94404,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_20_24,all,20-24,20,24,84267,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_25_29,all,25-29,25,29,79833,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_30_34,all,30-34,30,34,78809,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_35_39,all,35-39,35,39,75648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_40_44,all,40-44,40,44,72488,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_45_49,all,45-49,45,49,68158,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_50_54,all,50-54,50,54,66280,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_55_59,all,55-59,55,59,51166,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_60_64,all,60-64,60,64,49120,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_65_69,all,65-69,65,69,35275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_70_74,all,70-74,70,74,28368,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_75_79,all,75-79,75,79,16874,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3054,Madaripur,T_80PLUS,all,80+,80,,15300,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_TL,f,all,,,776478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_TL,m,all,,,687335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_TL,all,all,,,1463813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_00_04,f,0-4,0,4,54633,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_05_09,f,5-9,5,9,56400,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_10_14,f,10-14,10,14,56354,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_15_19,f,15-19,15,19,51379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_20_24,f,20-24,20,24,59890,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_25_29,f,25-29,25,29,62613,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_30_34,f,30-34,30,34,63746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_35_39,f,35-39,35,39,61556,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_40_44,f,40-44,40,44,57500,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_45_49,f,45-49,45,49,54249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_50_54,f,50-54,50,54,49297,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_55_59,f,55-59,55,59,38522,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_60_64,f,60-64,60,64,34150,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_65_69,f,65-69,65,69,26812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_70_74,f,70-74,70,74,20961,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_75_79,f,75-79,75,79,13832,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,F_80PLUS,f,80+,80,,14584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_00_04,m,0-4,0,4,56277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_05_09,m,5-9,5,9,57255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_10_14,m,10-14,10,14,58362,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_15_19,m,15-19,15,19,52591,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_20_24,m,20-24,20,24,51629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_25_29,m,25-29,25,29,48335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_30_34,m,30-34,30,34,48103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_35_39,m,35-39,35,39,49372,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_40_44,m,40-44,40,44,45874,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_45_49,m,45-49,45,49,44532,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_50_54,m,50-54,50,54,42562,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_55_59,m,55-59,55,59,36369,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_60_64,m,60-64,60,64,31575,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_65_69,m,65-69,65,69,24149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_70_74,m,70-74,70,74,18446,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_75_79,m,75-79,75,79,11813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,M_80PLUS,m,80+,80,,10091,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_00_04,all,0-4,0,4,110910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_05_09,all,5-9,5,9,113655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_10_14,all,10-14,10,14,114716,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_15_19,all,15-19,15,19,103970,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_20_24,all,20-24,20,24,111519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_25_29,all,25-29,25,29,110948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_30_34,all,30-34,30,34,111849,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_35_39,all,35-39,35,39,110928,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_40_44,all,40-44,40,44,103374,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_45_49,all,45-49,45,49,98781,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_50_54,all,50-54,50,54,91859,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_55_59,all,55-59,55,59,74891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_60_64,all,60-64,60,64,65725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_65_69,all,65-69,65,69,50961,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_70_74,all,70-74,70,74,39407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_75_79,all,75-79,75,79,25645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3056,Manikganj,T_80PLUS,all,80+,80,,24675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_TL,f,all,,,800679,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_TL,m,all,,,760304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_TL,all,all,,,1560983,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_00_04,f,0-4,0,4,61148,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_05_09,f,5-9,5,9,60254,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_10_14,f,10-14,10,14,65777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_15_19,f,15-19,15,19,71272,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_20_24,f,20-24,20,24,69207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_25_29,f,25-29,25,29,68401,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_30_34,f,30-34,30,34,64800,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_35_39,f,35-39,35,39,58894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_40_44,f,40-44,40,44,54527,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_45_49,f,45-49,45,49,49097,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_50_54,f,50-54,50,54,44276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_55_59,f,55-59,55,59,33707,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_60_64,f,60-64,60,64,30928,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_65_69,f,65-69,65,69,23360,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_70_74,f,70-74,70,74,19319,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_75_79,f,75-79,75,79,12490,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,F_80PLUS,f,80+,80,,13222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_00_04,m,0-4,0,4,63875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_05_09,m,5-9,5,9,62857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_10_14,m,10-14,10,14,67854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_15_19,m,15-19,15,19,69266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_20_24,m,20-24,20,24,67354,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_25_29,m,25-29,25,29,60154,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_30_34,m,30-34,30,34,56220,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_35_39,m,35-39,35,39,53343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_40_44,m,40-44,40,44,48718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_45_49,m,45-49,45,49,44155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_50_54,m,50-54,50,54,39969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_55_59,m,55-59,55,59,33312,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_60_64,m,60-64,60,64,30112,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_65_69,m,65-69,65,69,22842,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_70_74,m,70-74,70,74,18704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_75_79,m,75-79,75,79,11629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,M_80PLUS,m,80+,80,,9940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_00_04,all,0-4,0,4,125023,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_05_09,all,5-9,5,9,123111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_10_14,all,10-14,10,14,133631,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_15_19,all,15-19,15,19,140538,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_20_24,all,20-24,20,24,136561,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_25_29,all,25-29,25,29,128555,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_30_34,all,30-34,30,34,121020,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_35_39,all,35-39,35,39,112237,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_40_44,all,40-44,40,44,103245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_45_49,all,45-49,45,49,93252,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_50_54,all,50-54,50,54,84245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_55_59,all,55-59,55,59,67019,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_60_64,all,60-64,60,64,61040,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_65_69,all,65-69,65,69,46202,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_70_74,all,70-74,70,74,38023,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_75_79,all,75-79,75,79,24119,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3059,Munshiganj,T_80PLUS,all,80+,80,,23162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_TL,f,all,,,1938857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_TL,m,all,,,2029697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_TL,all,all,,,3968554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_00_04,f,0-4,0,4,157220,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_05_09,f,5-9,5,9,151510,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_10_14,f,10-14,10,14,157330,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_15_19,f,15-19,15,19,197452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_20_24,f,20-24,20,24,210308,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_25_29,f,25-29,25,29,193307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_30_34,f,30-34,30,34,164602,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_35_39,f,35-39,35,39,148348,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_40_44,f,40-44,40,44,126962,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_45_49,f,45-49,45,49,113266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_50_54,f,50-54,50,54,92000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_55_59,f,55-59,55,59,68187,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_60_64,f,60-64,60,64,55832,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_65_69,f,65-69,65,69,38695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_70_74,f,70-74,70,74,29305,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_75_79,f,75-79,75,79,17746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,F_80PLUS,f,80+,80,,16787,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_00_04,m,0-4,0,4,163523,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_05_09,m,5-9,5,9,156351,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_10_14,m,10-14,10,14,161450,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_15_19,m,15-19,15,19,189534,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_20_24,m,20-24,20,24,225367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_25_29,m,25-29,25,29,212033,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_30_34,m,30-34,30,34,181580,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_35_39,m,35-39,35,39,159418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_40_44,m,40-44,40,44,133680,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_45_49,m,45-49,45,49,112670,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_50_54,m,50-54,50,54,96029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_55_59,m,55-59,55,59,75462,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_60_64,m,60-64,60,64,61467,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_65_69,m,65-69,65,69,42037,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_70_74,m,70-74,70,74,29834,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_75_79,m,75-79,75,79,16588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,M_80PLUS,m,80+,80,,12674,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_00_04,all,0-4,0,4,320743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_05_09,all,5-9,5,9,307861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_10_14,all,10-14,10,14,318780,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_15_19,all,15-19,15,19,386986,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_20_24,all,20-24,20,24,435675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_25_29,all,25-29,25,29,405340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_30_34,all,30-34,30,34,346182,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_35_39,all,35-39,35,39,307766,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_40_44,all,40-44,40,44,260642,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_45_49,all,45-49,45,49,225936,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_50_54,all,50-54,50,54,188029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_55_59,all,55-59,55,59,143649,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_60_64,all,60-64,60,64,117299,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_65_69,all,65-69,65,69,80732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_70_74,all,70-74,70,74,59139,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_75_79,all,75-79,75,79,34334,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3067,Narayanganj,T_80PLUS,all,80+,80,,29461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_TL,f,all,,,1304990,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_TL,m,all,,,1220097,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_TL,all,all,,,2525087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_00_04,f,0-4,0,4,115932,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_05_09,f,5-9,5,9,119960,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_10_14,f,10-14,10,14,114613,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_15_19,f,15-19,15,19,107444,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_20_24,f,20-24,20,24,109433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_25_29,f,25-29,25,29,105340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_30_34,f,30-34,30,34,100336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_35_39,f,35-39,35,39,93681,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_40_44,f,40-44,40,44,86735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_45_49,f,45-49,45,49,80358,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_50_54,f,50-54,50,54,72226,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_55_59,f,55-59,55,59,55027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_60_64,f,60-64,60,64,48043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_65_69,f,65-69,65,69,35240,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_70_74,f,70-74,70,74,27856,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_75_79,f,75-79,75,79,16742,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,F_80PLUS,f,80+,80,,16024,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_00_04,m,0-4,0,4,119991,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_05_09,m,5-9,5,9,124737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_10_14,m,10-14,10,14,119251,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_15_19,m,15-19,15,19,113291,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_20_24,m,20-24,20,24,106111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_25_29,m,25-29,25,29,91316,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_30_34,m,30-34,30,34,82692,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_35_39,m,35-39,35,39,77732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_40_44,m,40-44,40,44,71799,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_45_49,m,45-49,45,49,68208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_50_54,m,50-54,50,54,62668,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_55_59,m,55-59,55,59,52894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_60_64,m,60-64,60,64,44349,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_65_69,m,65-69,65,69,33485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_70_74,m,70-74,70,74,24712,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_75_79,m,75-79,75,79,14703,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,M_80PLUS,m,80+,80,,12158,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_00_04,all,0-4,0,4,235923,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_05_09,all,5-9,5,9,244697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_10_14,all,10-14,10,14,233864,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_15_19,all,15-19,15,19,220735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_20_24,all,20-24,20,24,215544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_25_29,all,25-29,25,29,196656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_30_34,all,30-34,30,34,183028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_35_39,all,35-39,35,39,171413,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_40_44,all,40-44,40,44,158534,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_45_49,all,45-49,45,49,148566,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_50_54,all,50-54,50,54,134894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_55_59,all,55-59,55,59,107921,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_60_64,all,60-64,60,64,92392,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_65_69,all,65-69,65,69,68725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_70_74,all,70-74,70,74,52568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_75_79,all,75-79,75,79,31445,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3068,Narsingdi,T_80PLUS,all,80+,80,,28182,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_TL,f,all,,,578250,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_TL,m,all,,,535208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_TL,all,all,,,1113458,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_00_04,f,0-4,0,4,44154,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_05_09,f,5-9,5,9,44625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_10_14,f,10-14,10,14,46420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_15_19,f,15-19,15,19,43350,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_20_24,f,20-24,20,24,47135,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_25_29,f,25-29,25,29,47096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_30_34,f,30-34,30,34,46099,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_35_39,f,35-39,35,39,43274,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_40_44,f,40-44,40,44,39767,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_45_49,f,45-49,45,49,38073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_50_54,f,50-54,50,54,31800,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_55_59,f,55-59,55,59,27854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_60_64,f,60-64,60,64,22101,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_65_69,f,65-69,65,69,20096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_70_74,f,70-74,70,74,14514,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_75_79,f,75-79,75,79,11389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,F_80PLUS,f,80+,80,,10503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_00_04,m,0-4,0,4,45744,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_05_09,m,5-9,5,9,45874,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_10_14,m,10-14,10,14,47962,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_15_19,m,15-19,15,19,45325,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_20_24,m,20-24,20,24,41602,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_25_29,m,25-29,25,29,41381,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_30_34,m,30-34,30,34,38380,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_35_39,m,35-39,35,39,36655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_40_44,m,40-44,40,44,35125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_45_49,m,45-49,45,49,33641,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_50_54,m,50-54,50,54,29739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_55_59,m,55-59,55,59,26566,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_60_64,m,60-64,60,64,20925,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_65_69,m,65-69,65,69,18168,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_70_74,m,70-74,70,74,12252,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_75_79,m,75-79,75,79,8928,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,M_80PLUS,m,80+,80,,6941,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_00_04,all,0-4,0,4,89898,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_05_09,all,5-9,5,9,90499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_10_14,all,10-14,10,14,94382,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_15_19,all,15-19,15,19,88675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_20_24,all,20-24,20,24,88737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_25_29,all,25-29,25,29,88477,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_30_34,all,30-34,30,34,84479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_35_39,all,35-39,35,39,79929,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_40_44,all,40-44,40,44,74892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_45_49,all,45-49,45,49,71714,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_50_54,all,50-54,50,54,61539,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_55_59,all,55-59,55,59,54420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_60_64,all,60-64,60,64,43026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_65_69,all,65-69,65,69,38264,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_70_74,all,70-74,70,74,26766,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_75_79,all,75-79,75,79,20317,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3082,Rajbari,T_80PLUS,all,80+,80,,17444,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_TL,f,all,,,631027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_TL,m,all,,,557145,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_TL,all,all,,,1188172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_00_04,f,0-4,0,4,54648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_05_09,f,5-9,5,9,57456,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_10_14,f,10-14,10,14,61418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_15_19,f,15-19,15,19,52816,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_20_24,f,20-24,20,24,45771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_25_29,f,25-29,25,29,45636,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_30_34,f,30-34,30,34,45397,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_35_39,f,35-39,35,39,42828,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_40_44,f,40-44,40,44,40205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_45_49,f,45-49,45,49,37938,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_50_54,f,50-54,50,54,36209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_55_59,f,55-59,55,59,27757,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_60_64,f,60-64,60,64,25722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_65_69,f,65-69,65,69,18860,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_70_74,f,70-74,70,74,16588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_75_79,f,75-79,75,79,10520,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,F_80PLUS,f,80+,80,,11258,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_00_04,m,0-4,0,4,56191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_05_09,m,5-9,5,9,59371,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_10_14,m,10-14,10,14,58634,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_15_19,m,15-19,15,19,48081,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_20_24,m,20-24,20,24,39940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_25_29,m,25-29,25,29,35873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_30_34,m,30-34,30,34,33975,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_35_39,m,35-39,35,39,34247,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_40_44,m,40-44,40,44,32109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_45_49,m,45-49,45,49,29402,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_50_54,m,50-54,50,54,28596,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_55_59,m,55-59,55,59,24376,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_60_64,m,60-64,60,64,23650,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_65_69,m,65-69,65,69,18822,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_70_74,m,70-74,70,74,15542,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_75_79,m,75-79,75,79,9597,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,M_80PLUS,m,80+,80,,8739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_00_04,all,0-4,0,4,110839,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_05_09,all,5-9,5,9,116827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_10_14,all,10-14,10,14,120052,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_15_19,all,15-19,15,19,100897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_20_24,all,20-24,20,24,85711,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_25_29,all,25-29,25,29,81509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_30_34,all,30-34,30,34,79372,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_35_39,all,35-39,35,39,77075,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_40_44,all,40-44,40,44,72314,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_45_49,all,45-49,45,49,67340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_50_54,all,50-54,50,54,64805,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_55_59,all,55-59,55,59,52133,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_60_64,all,60-64,60,64,49372,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_65_69,all,65-69,65,69,37682,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_70_74,all,70-74,70,74,32130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_75_79,all,75-79,75,79,20117,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3086,Shariatpur,T_80PLUS,all,80+,80,,19997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_TL,f,all,,,2012080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_TL,m,all,,,1792283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_TL,all,all,,,3804363,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_00_04,f,0-4,0,4,145668,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_05_09,f,5-9,5,9,149676,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_10_14,f,10-14,10,14,144724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_15_19,f,15-19,15,19,132189,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_20_24,f,20-24,20,24,163794,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_25_29,f,25-29,25,29,167335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_30_34,f,30-34,30,34,166209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_35_39,f,35-39,35,39,162151,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_40_44,f,40-44,40,44,150711,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_45_49,f,45-49,45,49,139373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_50_54,f,50-54,50,54,116764,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_55_59,f,55-59,55,59,98276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_60_64,f,60-64,60,64,80066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_65_69,f,65-69,65,69,68918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_70_74,f,70-74,70,74,52216,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_75_79,f,75-79,75,79,38153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,F_80PLUS,f,80+,80,,35857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_00_04,m,0-4,0,4,148836,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_05_09,m,5-9,5,9,154453,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_10_14,m,10-14,10,14,157468,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_15_19,m,15-19,15,19,141746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_20_24,m,20-24,20,24,137850,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_25_29,m,25-29,25,29,131321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_30_34,m,30-34,30,34,126270,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_35_39,m,35-39,35,39,126844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_40_44,m,40-44,40,44,120699,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_45_49,m,45-49,45,49,118522,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_50_54,m,50-54,50,54,105525,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_55_59,m,55-59,55,59,92626,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_60_64,m,60-64,60,64,72705,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_65_69,m,65-69,65,69,58549,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_70_74,m,70-74,70,74,43546,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_75_79,m,75-79,75,79,29556,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,M_80PLUS,m,80+,80,,25767,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_00_04,all,0-4,0,4,294504,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_05_09,all,5-9,5,9,304129,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_10_14,all,10-14,10,14,302192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_15_19,all,15-19,15,19,273935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_20_24,all,20-24,20,24,301644,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_25_29,all,25-29,25,29,298656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_30_34,all,30-34,30,34,292479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_35_39,all,35-39,35,39,288995,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_40_44,all,40-44,40,44,271410,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_45_49,all,45-49,45,49,257895,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_50_54,all,50-54,50,54,222289,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_55_59,all,55-59,55,59,190902,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_60_64,all,60-64,60,64,152771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_65_69,all,65-69,65,69,127467,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_70_74,all,70-74,70,74,95762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_75_79,all,75-79,75,79,67709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD30,Dhaka,BD3093,Tangail,T_80PLUS,all,80+,80,,61624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_TL,f,all,,,686632,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_TL,m,all,,,651464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_TL,all,all,,,1338096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_00_04,f,0-4,0,4,47296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_05_09,f,5-9,5,9,50172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_10_14,f,10-14,10,14,56306,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_15_19,f,15-19,15,19,50270,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_20_24,f,20-24,20,24,50777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_25_29,f,25-29,25,29,53561,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_30_34,f,30-34,30,34,56096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_35_39,f,35-39,35,39,53829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_40_44,f,40-44,40,44,48606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_45_49,f,45-49,45,49,47898,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_50_54,f,50-54,50,54,39605,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_55_59,f,55-59,55,59,35708,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_60_64,f,60-64,60,64,28278,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_65_69,f,65-69,65,69,25434,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_70_74,f,70-74,70,74,17689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_75_79,f,75-79,75,79,13943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,F_80PLUS,f,80+,80,,11164,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_00_04,m,0-4,0,4,48878,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_05_09,m,5-9,5,9,51635,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_10_14,m,10-14,10,14,58188,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_15_19,m,15-19,15,19,51866,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_20_24,m,20-24,20,24,48086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_25_29,m,25-29,25,29,46611,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_30_34,m,30-34,30,34,47742,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_35_39,m,35-39,35,39,47243,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_40_44,m,40-44,40,44,45689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_45_49,m,45-49,45,49,44695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_50_54,m,50-54,50,54,36005,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_55_59,m,55-59,55,59,34448,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_60_64,m,60-64,60,64,27015,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_65_69,m,65-69,65,69,24902,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_70_74,m,70-74,70,74,16694,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_75_79,m,75-79,75,79,12950,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,M_80PLUS,m,80+,80,,8817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_00_04,all,0-4,0,4,96174,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_05_09,all,5-9,5,9,101807,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_10_14,all,10-14,10,14,114494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_15_19,all,15-19,15,19,102136,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_20_24,all,20-24,20,24,98863,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_25_29,all,25-29,25,29,100172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_30_34,all,30-34,30,34,103838,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_35_39,all,35-39,35,39,101072,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_40_44,all,40-44,40,44,94295,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_45_49,all,45-49,45,49,92593,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_50_54,all,50-54,50,54,75610,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_55_59,all,55-59,55,59,70156,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_60_64,all,60-64,60,64,55293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_65_69,all,65-69,65,69,50336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_70_74,all,70-74,70,74,34383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_75_79,all,75-79,75,79,26893,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4001,Bagerhat,T_80PLUS,all,80+,80,,19981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_TL,f,all,,,625762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_TL,m,all,,,590617,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_TL,all,all,,,1216379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_00_04,f,0-4,0,4,42495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_05_09,f,5-9,5,9,43117,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_10_14,f,10-14,10,14,47748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_15_19,f,15-19,15,19,45625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_20_24,f,20-24,20,24,51569,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_25_29,f,25-29,25,29,55607,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_30_34,f,30-34,30,34,56424,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_35_39,f,35-39,35,39,53138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_40_44,f,40-44,40,44,46722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_45_49,f,45-49,45,49,42461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_50_54,f,50-54,50,54,34021,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_55_59,f,55-59,55,59,29078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_60_64,f,60-64,60,64,23016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_65_69,f,65-69,65,69,20436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_70_74,f,70-74,70,74,14718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_75_79,f,75-79,75,79,10600,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,F_80PLUS,f,80+,80,,8987,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_00_04,m,0-4,0,4,44311,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_05_09,m,5-9,5,9,43544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_10_14,m,10-14,10,14,50963,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_15_19,m,15-19,15,19,49911,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_20_24,m,20-24,20,24,47714,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_25_29,m,25-29,25,29,50244,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_30_34,m,30-34,30,34,49568,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_35_39,m,35-39,35,39,47057,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_40_44,m,40-44,40,44,44103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_45_49,m,45-49,45,49,39984,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_50_54,m,50-54,50,54,33804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_55_59,m,55-59,55,59,27318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_60_64,m,60-64,60,64,20404,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_65_69,m,65-69,65,69,15845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_70_74,m,70-74,70,74,12437,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_75_79,m,75-79,75,79,7713,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,M_80PLUS,m,80+,80,,5697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_00_04,all,0-4,0,4,86806,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_05_09,all,5-9,5,9,86661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_10_14,all,10-14,10,14,98711,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_15_19,all,15-19,15,19,95536,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_20_24,all,20-24,20,24,99283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_25_29,all,25-29,25,29,105851,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_30_34,all,30-34,30,34,105992,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_35_39,all,35-39,35,39,100195,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_40_44,all,40-44,40,44,90825,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_45_49,all,45-49,45,49,82445,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_50_54,all,50-54,50,54,67825,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_55_59,all,55-59,55,59,56396,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_60_64,all,60-64,60,64,43420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_65_69,all,65-69,65,69,36281,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_70_74,all,70-74,70,74,27155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_75_79,all,75-79,75,79,18313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4018,Chuadanga,T_80PLUS,all,80+,80,,14684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_TL,f,all,,,1521561,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_TL,m,all,,,1450656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_TL,all,all,,,2972217,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_00_04,f,0-4,0,4,103933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_05_09,f,5-9,5,9,103955,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_10_14,f,10-14,10,14,116992,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_15_19,f,15-19,15,19,119491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_20_24,f,20-24,20,24,130204,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_25_29,f,25-29,25,29,130992,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_30_34,f,30-34,30,34,130159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_35_39,f,35-39,35,39,126586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_40_44,f,40-44,40,44,109276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_45_49,f,45-49,45,49,106877,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_50_54,f,50-54,50,54,81986,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_55_59,f,55-59,55,59,73792,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_60_64,f,60-64,60,64,54016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_65_69,f,65-69,65,69,50514,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_70_74,f,70-74,70,74,34352,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_75_79,f,75-79,75,79,26474,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,F_80PLUS,f,80+,80,,21962,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_00_04,m,0-4,0,4,107852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_05_09,m,5-9,5,9,106830,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_10_14,m,10-14,10,14,122346,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_15_19,m,15-19,15,19,125130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_20_24,m,20-24,20,24,124275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_25_29,m,25-29,25,29,119669,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_30_34,m,30-34,30,34,112208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_35_39,m,35-39,35,39,111392,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_40_44,m,40-44,40,44,102492,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_45_49,m,45-49,45,49,100739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_50_54,m,50-54,50,54,81572,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_55_59,m,55-59,55,59,70999,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_60_64,m,60-64,60,64,52065,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_65_69,m,65-69,65,69,44560,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_70_74,m,70-74,70,74,30784,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_75_79,m,75-79,75,79,21762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,M_80PLUS,m,80+,80,,15981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_00_04,all,0-4,0,4,211785,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_05_09,all,5-9,5,9,210785,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_10_14,all,10-14,10,14,239338,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_15_19,all,15-19,15,19,244621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_20_24,all,20-24,20,24,254479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_25_29,all,25-29,25,29,250661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_30_34,all,30-34,30,34,242367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_35_39,all,35-39,35,39,237978,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_40_44,all,40-44,40,44,211768,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_45_49,all,45-49,45,49,207616,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_50_54,all,50-54,50,54,163558,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_55_59,all,55-59,55,59,144791,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_60_64,all,60-64,60,64,106081,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_65_69,all,65-69,65,69,95074,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_70_74,all,70-74,70,74,65136,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_75_79,all,75-79,75,79,48236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4041,Jessore,T_80PLUS,all,80+,80,,37943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_TL,f,all,,,981736,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_TL,m,all,,,928616,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_TL,all,all,,,1910352,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_00_04,f,0-4,0,4,68090,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_05_09,f,5-9,5,9,69896,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_10_14,f,10-14,10,14,76054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_15_19,f,15-19,15,19,70799,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_20_24,f,20-24,20,24,80673,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_25_29,f,25-29,25,29,85056,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_30_34,f,30-34,30,34,85524,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_35_39,f,35-39,35,39,80272,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_40_44,f,40-44,40,44,71113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_45_49,f,45-49,45,49,66645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_50_54,f,50-54,50,54,54708,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_55_59,f,55-59,55,59,46931,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_60_64,f,60-64,60,64,36843,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_65_69,f,65-69,65,69,33008,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_70_74,f,70-74,70,74,23312,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_75_79,f,75-79,75,79,17106,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,F_80PLUS,f,80+,80,,15706,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_00_04,m,0-4,0,4,69651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_05_09,m,5-9,5,9,70851,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_10_14,m,10-14,10,14,79327,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_15_19,m,15-19,15,19,78416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_20_24,m,20-24,20,24,76652,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_25_29,m,25-29,25,29,77111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_30_34,m,30-34,30,34,74673,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_35_39,m,35-39,35,39,69648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_40_44,m,40-44,40,44,66089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_45_49,m,45-49,45,49,61963,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_50_54,m,50-54,50,54,52874,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_55_59,m,55-59,55,59,43670,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_60_64,m,60-64,60,64,34862,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_65_69,m,65-69,65,69,28595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_70_74,m,70-74,70,74,20266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_75_79,m,75-79,75,79,13507,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,M_80PLUS,m,80+,80,,10461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_00_04,all,0-4,0,4,137741,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_05_09,all,5-9,5,9,140747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_10_14,all,10-14,10,14,155381,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_15_19,all,15-19,15,19,149215,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_20_24,all,20-24,20,24,157325,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_25_29,all,25-29,25,29,162167,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_30_34,all,30-34,30,34,160197,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_35_39,all,35-39,35,39,149920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_40_44,all,40-44,40,44,137202,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_45_49,all,45-49,45,49,128608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_50_54,all,50-54,50,54,107582,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_55_59,all,55-59,55,59,90601,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_60_64,all,60-64,60,64,71705,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_65_69,all,65-69,65,69,61603,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_70_74,all,70-74,70,74,43578,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_75_79,all,75-79,75,79,30613,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4044,Jhenaidah,T_80PLUS,all,80+,80,,26167,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_TL,f,all,,,1107861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_TL,m,all,,,1073909,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_TL,all,all,,,2181770,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_00_04,f,0-4,0,4,72599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_05_09,f,5-9,5,9,74374,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_10_14,f,10-14,10,14,84114,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_15_19,f,15-19,15,19,87522,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_20_24,f,20-24,20,24,96111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_25_29,f,25-29,25,29,93685,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_30_34,f,30-34,30,34,94462,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_35_39,f,35-39,35,39,88614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_40_44,f,40-44,40,44,80109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_45_49,f,45-49,45,49,78925,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_50_54,f,50-54,50,54,60650,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_55_59,f,55-59,55,59,55941,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_60_64,f,60-64,60,64,39492,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_65_69,f,65-69,65,69,39184,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_70_74,f,70-74,70,74,25137,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_75_79,f,75-79,75,79,21677,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,F_80PLUS,f,80+,80,,15265,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_00_04,m,0-4,0,4,75550,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_05_09,m,5-9,5,9,76724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_10_14,m,10-14,10,14,89588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_15_19,m,15-19,15,19,92552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_20_24,m,20-24,20,24,97680,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_25_29,m,25-29,25,29,87423,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_30_34,m,30-34,30,34,85345,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_35_39,m,35-39,35,39,80595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_40_44,m,40-44,40,44,74559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_45_49,m,45-49,45,49,73966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_50_54,m,50-54,50,54,58004,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_55_59,m,55-59,55,59,56102,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_60_64,m,60-64,60,64,38816,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_65_69,m,65-69,65,69,35519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_70_74,m,70-74,70,74,22242,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_75_79,m,75-79,75,79,17703,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,M_80PLUS,m,80+,80,,11541,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_00_04,all,0-4,0,4,148149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_05_09,all,5-9,5,9,151098,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_10_14,all,10-14,10,14,173702,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_15_19,all,15-19,15,19,180074,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_20_24,all,20-24,20,24,193791,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_25_29,all,25-29,25,29,181108,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_30_34,all,30-34,30,34,179807,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_35_39,all,35-39,35,39,169209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_40_44,all,40-44,40,44,154668,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_45_49,all,45-49,45,49,152891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_50_54,all,50-54,50,54,118654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_55_59,all,55-59,55,59,112043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_60_64,all,60-64,60,64,78308,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_65_69,all,65-69,65,69,74703,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_70_74,all,70-74,70,74,47379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_75_79,all,75-79,75,79,39380,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4047,Khulna,T_80PLUS,all,80+,80,,26806,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_TL,f,all,,,1080815,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_TL,m,all,,,1018476,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_TL,all,all,,,2099291,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_00_04,f,0-4,0,4,75339,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_05_09,f,5-9,5,9,77087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_10_14,f,10-14,10,14,80948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_15_19,f,15-19,15,19,76340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_20_24,f,20-24,20,24,89009,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_25_29,f,25-29,25,29,94058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_30_34,f,30-34,30,34,94009,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_35_39,f,35-39,35,39,86750,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_40_44,f,40-44,40,44,80732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_45_49,f,45-49,45,49,75113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_50_54,f,50-54,50,54,62988,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_55_59,f,55-59,55,59,51951,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_60_64,f,60-64,60,64,42129,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_65_69,f,65-69,65,69,34430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_70_74,f,70-74,70,74,26140,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_75_79,f,75-79,75,79,17960,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,F_80PLUS,f,80+,80,,15832,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_00_04,m,0-4,0,4,77873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_05_09,m,5-9,5,9,78420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_10_14,m,10-14,10,14,85315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_15_19,m,15-19,15,19,85803,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_20_24,m,20-24,20,24,84636,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_25_29,m,25-29,25,29,84808,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_30_34,m,30-34,30,34,83706,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_35_39,m,35-39,35,39,76103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_40_44,m,40-44,40,44,72882,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_45_49,m,45-49,45,49,65565,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_50_54,m,50-54,50,54,59870,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_55_59,m,55-59,55,59,48866,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_60_64,m,60-64,60,64,40026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_65_69,m,65-69,65,69,28808,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_70_74,m,70-74,70,74,21892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_75_79,m,75-79,75,79,13145,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,M_80PLUS,m,80+,80,,10758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_00_04,all,0-4,0,4,153212,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_05_09,all,5-9,5,9,155507,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_10_14,all,10-14,10,14,166263,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_15_19,all,15-19,15,19,162143,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_20_24,all,20-24,20,24,173645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_25_29,all,25-29,25,29,178866,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_30_34,all,30-34,30,34,177715,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_35_39,all,35-39,35,39,162853,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_40_44,all,40-44,40,44,153614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_45_49,all,45-49,45,49,140678,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_50_54,all,50-54,50,54,122858,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_55_59,all,55-59,55,59,100817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_60_64,all,60-64,60,64,82155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_65_69,all,65-69,65,69,63238,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_70_74,all,70-74,70,74,48032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_75_79,all,75-79,75,79,31105,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4050,Kushtia,T_80PLUS,all,80+,80,,26590,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_TL,f,all,,,512689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_TL,m,all,,,470740,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_TL,all,all,,,983429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_00_04,f,0-4,0,4,38205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_05_09,f,5-9,5,9,39822,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_10_14,f,10-14,10,14,41677,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_15_19,f,15-19,15,19,36231,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_20_24,f,20-24,20,24,39260,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_25_29,f,25-29,25,29,41580,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_30_34,f,30-34,30,34,41966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_35_39,f,35-39,35,39,39151,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_40_44,f,40-44,40,44,36464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_45_49,f,45-49,45,49,34969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_50_54,f,50-54,50,54,29367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_55_59,f,55-59,55,59,25214,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_60_64,f,60-64,60,64,19149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_65_69,f,65-69,65,69,18149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_70_74,f,70-74,70,74,12373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_75_79,f,75-79,75,79,10523,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,F_80PLUS,f,80+,80,,8589,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_00_04,m,0-4,0,4,39814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_05_09,m,5-9,5,9,41513,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_10_14,m,10-14,10,14,44410,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_15_19,m,15-19,15,19,39255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_20_24,m,20-24,20,24,34896,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_25_29,m,25-29,25,29,34873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_30_34,m,30-34,30,34,34430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_35_39,m,35-39,35,39,32949,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_40_44,m,40-44,40,44,31673,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_45_49,m,45-49,45,49,30803,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_50_54,m,50-54,50,54,26208,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_55_59,m,55-59,55,59,23534,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_60_64,m,60-64,60,64,18080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_65_69,m,65-69,65,69,15688,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_70_74,m,70-74,70,74,9758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_75_79,m,75-79,75,79,7664,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,M_80PLUS,m,80+,80,,5192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_00_04,all,0-4,0,4,78019,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_05_09,all,5-9,5,9,81335,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_10_14,all,10-14,10,14,86087,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_15_19,all,15-19,15,19,75486,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_20_24,all,20-24,20,24,74156,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_25_29,all,25-29,25,29,76453,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_30_34,all,30-34,30,34,76396,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_35_39,all,35-39,35,39,72100,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_40_44,all,40-44,40,44,68137,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_45_49,all,45-49,45,49,65772,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_50_54,all,50-54,50,54,55575,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_55_59,all,55-59,55,59,48748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_60_64,all,60-64,60,64,37229,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_65_69,all,65-69,65,69,33837,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_70_74,all,70-74,70,74,22131,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_75_79,all,75-79,75,79,18187,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4055,Magura,T_80PLUS,all,80+,80,,13781,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_TL,f,all,,,362691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_TL,m,all,,,334277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_TL,all,all,,,696968,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_00_04,f,0-4,0,4,23365,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_05_09,f,5-9,5,9,23237,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_10_14,f,10-14,10,14,25956,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_15_19,f,15-19,15,19,25600,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_20_24,f,20-24,20,24,29018,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_25_29,f,25-29,25,29,31388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_30_34,f,30-34,30,34,33201,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_35_39,f,35-39,35,39,32111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_40_44,f,40-44,40,44,28817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_45_49,f,45-49,45,49,26069,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_50_54,f,50-54,50,54,20077,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_55_59,f,55-59,55,59,17963,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_60_64,f,60-64,60,64,13155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_65_69,f,65-69,65,69,12255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_70_74,f,70-74,70,74,8761,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_75_79,f,75-79,75,79,6522,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,F_80PLUS,f,80+,80,,5196,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_00_04,m,0-4,0,4,24095,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_05_09,m,5-9,5,9,23432,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_10_14,m,10-14,10,14,27929,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_15_19,m,15-19,15,19,27086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_20_24,m,20-24,20,24,26563,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_25_29,m,25-29,25,29,27004,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_30_34,m,30-34,30,34,27018,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_35_39,m,35-39,35,39,26601,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_40_44,m,40-44,40,44,25647,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_45_49,m,45-49,45,49,24449,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_50_54,m,50-54,50,54,20196,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_55_59,m,55-59,55,59,16672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_60_64,m,60-64,60,64,12231,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_65_69,m,65-69,65,69,9534,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_70_74,m,70-74,70,74,7317,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_75_79,m,75-79,75,79,4845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,M_80PLUS,m,80+,80,,3658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_00_04,all,0-4,0,4,47460,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_05_09,all,5-9,5,9,46669,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_10_14,all,10-14,10,14,53885,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_15_19,all,15-19,15,19,52686,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_20_24,all,20-24,20,24,55581,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_25_29,all,25-29,25,29,58392,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_30_34,all,30-34,30,34,60219,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_35_39,all,35-39,35,39,58712,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_40_44,all,40-44,40,44,54464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_45_49,all,45-49,45,49,50518,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_50_54,all,50-54,50,54,40273,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_55_59,all,55-59,55,59,34635,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_60_64,all,60-64,60,64,25386,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_65_69,all,65-69,65,69,21789,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_70_74,all,70-74,70,74,16078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_75_79,all,75-79,75,79,11367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4057,Meherpur,T_80PLUS,all,80+,80,,8854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_TL,f,all,,,374398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_TL,m,all,,,335747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_TL,all,all,,,710145,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_00_04,f,0-4,0,4,28988,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_05_09,f,5-9,5,9,30026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_10_14,f,10-14,10,14,30605,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_15_19,f,15-19,15,19,26564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_20_24,f,20-24,20,24,28453,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_25_29,f,25-29,25,29,28937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_30_34,f,30-34,30,34,29513,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_35_39,f,35-39,35,39,27599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_40_44,f,40-44,40,44,25323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_45_49,f,45-49,45,49,25339,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_50_54,f,50-54,50,54,21481,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_55_59,f,55-59,55,59,18970,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_60_64,f,60-64,60,64,15089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_65_69,f,65-69,65,69,13869,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_70_74,f,70-74,70,74,9407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_75_79,f,75-79,75,79,7780,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,F_80PLUS,f,80+,80,,6455,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_00_04,m,0-4,0,4,30050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_05_09,m,5-9,5,9,31233,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_10_14,m,10-14,10,14,31873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_15_19,m,15-19,15,19,28023,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_20_24,m,20-24,20,24,24362,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_25_29,m,25-29,25,29,23722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_30_34,m,30-34,30,34,23191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_35_39,m,35-39,35,39,21892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_40_44,m,40-44,40,44,21526,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_45_49,m,45-49,45,49,21293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_50_54,m,50-54,50,54,18128,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_55_59,m,55-59,55,59,17388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_60_64,m,60-64,60,64,13573,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_65_69,m,65-69,65,69,12105,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_70_74,m,70-74,70,74,7510,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_75_79,m,75-79,75,79,5845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,M_80PLUS,m,80+,80,,4033,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_00_04,all,0-4,0,4,59038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_05_09,all,5-9,5,9,61259,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_10_14,all,10-14,10,14,62478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_15_19,all,15-19,15,19,54587,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_20_24,all,20-24,20,24,52815,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_25_29,all,25-29,25,29,52659,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_30_34,all,30-34,30,34,52704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_35_39,all,35-39,35,39,49491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_40_44,all,40-44,40,44,46849,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_45_49,all,45-49,45,49,46632,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_50_54,all,50-54,50,54,39609,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_55_59,all,55-59,55,59,36358,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_60_64,all,60-64,60,64,28662,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_65_69,all,65-69,65,69,25974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_70_74,all,70-74,70,74,16917,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_75_79,all,75-79,75,79,13625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4065,Narail,T_80PLUS,all,80+,80,,10488,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_TL,f,all,,,1051511,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_TL,m,all,,,972334,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_TL,all,all,,,2023845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_00_04,f,0-4,0,4,68104,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_05_09,f,5-9,5,9,71751,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_10_14,f,10-14,10,14,79465,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_15_19,f,15-19,15,19,85486,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_20_24,f,20-24,20,24,90608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_25_29,f,25-29,25,29,86089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_30_34,f,30-34,30,34,88553,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_35_39,f,35-39,35,39,85583,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_40_44,f,40-44,40,44,74317,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_45_49,f,45-49,45,49,73236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_50_54,f,50-54,50,54,57746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_55_59,f,55-59,55,59,53436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_60_64,f,60-64,60,64,38359,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_65_69,f,65-69,65,69,38615,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_70_74,f,70-74,70,74,25283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_75_79,f,75-79,75,79,20801,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,F_80PLUS,f,80+,80,,14079,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_00_04,m,0-4,0,4,70577,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_05_09,m,5-9,5,9,73943,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_10_14,m,10-14,10,14,82375,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_15_19,m,15-19,15,19,84273,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_20_24,m,20-24,20,24,81959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_25_29,m,25-29,25,29,77446,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_30_34,m,30-34,30,34,73989,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_35_39,m,35-39,35,39,70740,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_40_44,m,40-44,40,44,67450,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_45_49,m,45-49,45,49,66575,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_50_54,m,50-54,50,54,53236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_55_59,m,55-59,55,59,50211,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_60_64,m,60-64,60,64,35591,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_65_69,m,65-69,65,69,34416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_70_74,m,70-74,70,74,21771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_75_79,m,75-79,75,79,16795,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,M_80PLUS,m,80+,80,,10987,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_00_04,all,0-4,0,4,138681,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_05_09,all,5-9,5,9,145694,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_10_14,all,10-14,10,14,161840,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_15_19,all,15-19,15,19,169759,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_20_24,all,20-24,20,24,172567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_25_29,all,25-29,25,29,163535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_30_34,all,30-34,30,34,162542,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_35_39,all,35-39,35,39,156323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_40_44,all,40-44,40,44,141767,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_45_49,all,45-49,45,49,139811,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_50_54,all,50-54,50,54,110982,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_55_59,all,55-59,55,59,103647,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_60_64,all,60-64,60,64,73950,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_65_69,all,65-69,65,69,73031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_70_74,all,70-74,70,74,47054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_75_79,all,75-79,75,79,37596,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD40,Khulna,BD4087,Satkhira,T_80PLUS,all,80+,80,,25066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_TL,f,all,,,1256882,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_TL,m,all,,,1139024,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_TL,all,all,,,2395906,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_00_04,f,0-4,0,4,106485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_05_09,f,5-9,5,9,110820,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_10_14,f,10-14,10,14,96637,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_15_19,f,15-19,15,19,77293,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_20_24,f,20-24,20,24,94503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_25_29,f,25-29,25,29,102190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_30_34,f,30-34,30,34,103049,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_35_39,f,35-39,35,39,98244,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_40_44,f,40-44,40,44,90531,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_45_49,f,45-49,45,49,83927,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_50_54,f,50-54,50,54,74878,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_55_59,f,55-59,55,59,60825,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_60_64,f,60-64,60,64,50831,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_65_69,f,65-69,65,69,40270,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_70_74,f,70-74,70,74,30740,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_75_79,f,75-79,75,79,19674,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,F_80PLUS,f,80+,80,,15985,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_00_04,m,0-4,0,4,110007,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_05_09,m,5-9,5,9,114831,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_10_14,m,10-14,10,14,106007,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_15_19,m,15-19,15,19,85910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_20_24,m,20-24,20,24,74275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_25_29,m,25-29,25,29,82452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_30_34,m,30-34,30,34,82239,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_35_39,m,35-39,35,39,82389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_40_44,m,40-44,40,44,75652,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_45_49,m,45-49,45,49,71773,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_50_54,m,50-54,50,54,66362,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_55_59,m,55-59,55,59,54072,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_60_64,m,60-64,60,64,45244,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_65_69,m,65-69,65,69,33146,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_70_74,m,70-74,70,74,26483,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_75_79,m,75-79,75,79,15900,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,M_80PLUS,m,80+,80,,12282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_00_04,all,0-4,0,4,216492,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_05_09,all,5-9,5,9,225651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_10_14,all,10-14,10,14,202644,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_15_19,all,15-19,15,19,163203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_20_24,all,20-24,20,24,168778,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_25_29,all,25-29,25,29,184642,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_30_34,all,30-34,30,34,185288,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_35_39,all,35-39,35,39,180633,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_40_44,all,40-44,40,44,166183,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_45_49,all,45-49,45,49,155700,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_50_54,all,50-54,50,54,141240,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_55_59,all,55-59,55,59,114897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_60_64,all,60-64,60,64,96075,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_65_69,all,65-69,65,69,73416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_70_74,all,70-74,70,74,57223,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_75_79,all,75-79,75,79,35574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4539,Jamalpur,T_80PLUS,all,80+,80,,28267,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_TL,f,all,,,2913595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_TL,m,all,,,2715383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_TL,all,all,,,5628978,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_00_04,f,0-4,0,4,271363,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_05_09,f,5-9,5,9,274933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_10_14,f,10-14,10,14,243373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_15_19,f,15-19,15,19,206085,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_20_24,f,20-24,20,24,229347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_25_29,f,25-29,25,29,225686,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_30_34,f,30-34,30,34,219137,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_35_39,f,35-39,35,39,205605,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_40_44,f,40-44,40,44,195373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_45_49,f,45-49,45,49,180842,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_50_54,f,50-54,50,54,162640,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_55_59,f,55-59,55,59,126271,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_60_64,f,60-64,60,64,112323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_65_69,f,65-69,65,69,90183,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_70_74,f,70-74,70,74,74576,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_75_79,f,75-79,75,79,46427,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,F_80PLUS,f,80+,80,,49431,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_00_04,m,0-4,0,4,278868,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_05_09,m,5-9,5,9,284923,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_10_14,m,10-14,10,14,254682,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_15_19,m,15-19,15,19,220755,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_20_24,m,20-24,20,24,210429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_25_29,m,25-29,25,29,198060,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_30_34,m,30-34,30,34,184200,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_35_39,m,35-39,35,39,175404,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_40_44,m,40-44,40,44,166167,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_45_49,m,45-49,45,49,152677,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_50_54,m,50-54,50,54,145085,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_55_59,m,55-59,55,59,117378,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_60_64,m,60-64,60,64,104236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_65_69,m,65-69,65,69,80095,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_70_74,m,70-74,70,74,66194,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_75_79,m,75-79,75,79,39166,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,M_80PLUS,m,80+,80,,37064,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_00_04,all,0-4,0,4,550231,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_05_09,all,5-9,5,9,559856,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_10_14,all,10-14,10,14,498055,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_15_19,all,15-19,15,19,426840,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_20_24,all,20-24,20,24,439776,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_25_29,all,25-29,25,29,423746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_30_34,all,30-34,30,34,403337,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_35_39,all,35-39,35,39,381009,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_40_44,all,40-44,40,44,361540,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_45_49,all,45-49,45,49,333519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_50_54,all,50-54,50,54,307725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_55_59,all,55-59,55,59,243649,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_60_64,all,60-64,60,64,216559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_65_69,all,65-69,65,69,170278,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_70_74,all,70-74,70,74,140770,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_75_79,all,75-79,75,79,85593,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4561,Mymensingh,T_80PLUS,all,80+,80,,86495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_TL,f,all,,,1242648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_TL,m,all,,,1162804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_TL,all,all,,,2405452,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_00_04,f,0-4,0,4,125080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_05_09,f,5-9,5,9,125400,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_10_14,f,10-14,10,14,106406,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_15_19,f,15-19,15,19,82835,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_20_24,f,20-24,20,24,88718,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_25_29,f,25-29,25,29,94432,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_30_34,f,30-34,30,34,94685,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_35_39,f,35-39,35,39,83239,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_40_44,f,40-44,40,44,82698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_45_49,f,45-49,45,49,71438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_50_54,f,50-54,50,54,71129,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_55_59,f,55-59,55,59,49942,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_60_64,f,60-64,60,64,50824,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_65_69,f,65-69,65,69,37230,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_70_74,f,70-74,70,74,33893,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_75_79,f,75-79,75,79,19689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,F_80PLUS,f,80+,80,,25010,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_00_04,m,0-4,0,4,128448,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_05_09,m,5-9,5,9,129936,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_10_14,m,10-14,10,14,113777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_15_19,m,15-19,15,19,93405,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_20_24,m,20-24,20,24,83111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_25_29,m,25-29,25,29,77429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_30_34,m,30-34,30,34,76008,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_35_39,m,35-39,35,39,72730,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_40_44,m,40-44,40,44,73573,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_45_49,m,45-49,45,49,62584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_50_54,m,50-54,50,54,62041,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_55_59,m,55-59,55,59,48595,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_60_64,m,60-64,60,64,45704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_65_69,m,65-69,65,69,34846,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_70_74,m,70-74,70,74,28549,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_75_79,m,75-79,75,79,16246,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,M_80PLUS,m,80+,80,,15822,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_00_04,all,0-4,0,4,253528,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_05_09,all,5-9,5,9,255336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_10_14,all,10-14,10,14,220183,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_15_19,all,15-19,15,19,176240,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_20_24,all,20-24,20,24,171829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_25_29,all,25-29,25,29,171861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_30_34,all,30-34,30,34,170693,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_35_39,all,35-39,35,39,155969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_40_44,all,40-44,40,44,156271,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_45_49,all,45-49,45,49,134022,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_50_54,all,50-54,50,54,133170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_55_59,all,55-59,55,59,98537,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_60_64,all,60-64,60,64,96528,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_65_69,all,65-69,65,69,72076,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_70_74,all,70-74,70,74,62442,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_75_79,all,75-79,75,79,35935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4572,Netrakona,T_80PLUS,all,80+,80,,40832,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_TL,f,all,,,713660,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_TL,m,all,,,665766,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_TL,all,all,,,1379426,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_00_04,f,0-4,0,4,63621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_05_09,f,5-9,5,9,65528,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_10_14,f,10-14,10,14,57652,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_15_19,f,15-19,15,19,45464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_20_24,f,20-24,20,24,56608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_25_29,f,25-29,25,29,57910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_30_34,f,30-34,30,34,55664,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_35_39,f,35-39,35,39,53278,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_40_44,f,40-44,40,44,49645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_45_49,f,45-49,45,49,44877,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_50_54,f,50-54,50,54,42694,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_55_59,f,55-59,55,59,31364,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_60_64,f,60-64,60,64,28392,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_65_69,f,65-69,65,69,21320,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_70_74,f,70-74,70,74,17959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_75_79,f,75-79,75,79,10630,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,F_80PLUS,f,80+,80,,11054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_00_04,m,0-4,0,4,65390,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_05_09,m,5-9,5,9,68099,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_10_14,m,10-14,10,14,63655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_15_19,m,15-19,15,19,50667,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_20_24,m,20-24,20,24,46082,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_25_29,m,25-29,25,29,50031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_30_34,m,30-34,30,34,48101,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_35_39,m,35-39,35,39,46243,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_40_44,m,40-44,40,44,43185,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_45_49,m,45-49,45,49,38192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_50_54,m,50-54,50,54,37881,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_55_59,m,55-59,55,59,29094,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_60_64,m,60-64,60,64,26835,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_65_69,m,65-69,65,69,18472,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_70_74,m,70-74,70,74,16263,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_75_79,m,75-79,75,79,9016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,M_80PLUS,m,80+,80,,8560,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_00_04,all,0-4,0,4,129011,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_05_09,all,5-9,5,9,133627,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_10_14,all,10-14,10,14,121307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_15_19,all,15-19,15,19,96131,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_20_24,all,20-24,20,24,102690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_25_29,all,25-29,25,29,107941,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_30_34,all,30-34,30,34,103765,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_35_39,all,35-39,35,39,99521,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_40_44,all,40-44,40,44,92830,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_45_49,all,45-49,45,49,83069,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_50_54,all,50-54,50,54,80575,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_55_59,all,55-59,55,59,60458,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_60_64,all,60-64,60,64,55227,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_65_69,all,65-69,65,69,39792,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_70_74,all,70-74,70,74,34222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_75_79,all,75-79,75,79,19646,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD45,Mymensingh,BD4589,Sherpur,T_80PLUS,all,80+,80,,19614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_TL,f,all,,,1895517,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_TL,m,all,,,1806870,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_TL,all,all,,,3702387,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_00_04,f,0-4,0,4,135051,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_05_09,f,5-9,5,9,133182,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_10_14,f,10-14,10,14,133109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_15_19,f,15-19,15,19,134186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_20_24,f,20-24,20,24,162407,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_25_29,f,25-29,25,29,170460,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_30_34,f,30-34,30,34,162142,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_35_39,f,35-39,35,39,158402,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_40_44,f,40-44,40,44,137697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_45_49,f,45-49,45,49,138113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_50_54,f,50-54,50,54,105109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_55_59,f,55-59,55,59,98488,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_60_64,f,60-64,60,64,69352,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_65_69,f,65-69,65,69,64550,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_70_74,f,70-74,70,74,39672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_75_79,f,75-79,75,79,30969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,F_80PLUS,f,80+,80,,22628,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_00_04,m,0-4,0,4,141367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_05_09,m,5-9,5,9,140333,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_10_14,m,10-14,10,14,146242,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_15_19,m,15-19,15,19,150318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_20_24,m,20-24,20,24,155747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_25_29,m,25-29,25,29,156467,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_30_34,m,30-34,30,34,140918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_35_39,m,35-39,35,39,140828,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_40_44,m,40-44,40,44,123212,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_45_49,m,45-49,45,49,122396,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_50_54,m,50-54,50,54,98649,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_55_59,m,55-59,55,59,93566,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_60_64,m,60-64,60,64,64126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_65_69,m,65-69,65,69,53719,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_70_74,m,70-74,70,74,35203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_75_79,m,75-79,75,79,25618,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,M_80PLUS,m,80+,80,,18161,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_00_04,all,0-4,0,4,276418,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_05_09,all,5-9,5,9,273515,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_10_14,all,10-14,10,14,279351,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_15_19,all,15-19,15,19,284504,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_20_24,all,20-24,20,24,318154,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_25_29,all,25-29,25,29,326927,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_30_34,all,30-34,30,34,303060,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_35_39,all,35-39,35,39,299230,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_40_44,all,40-44,40,44,260909,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_45_49,all,45-49,45,49,260509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_50_54,all,50-54,50,54,203758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_55_59,all,55-59,55,59,192054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_60_64,all,60-64,60,64,133478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_65_69,all,65-69,65,69,118269,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_70_74,all,70-74,70,74,74875,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_75_79,all,75-79,75,79,56587,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5010,Bogra,T_80PLUS,all,80+,80,,40789,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_TL,f,all,,,485423,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_TL,m,all,,,461608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_TL,all,all,,,947031,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_00_04,f,0-4,0,4,31218,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_05_09,f,5-9,5,9,31170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_10_14,f,10-14,10,14,32724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_15_19,f,15-19,15,19,32438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_20_24,f,20-24,20,24,39067,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_25_29,f,25-29,25,29,43127,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_30_34,f,30-34,30,34,44019,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_35_39,f,35-39,35,39,42757,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_40_44,f,40-44,40,44,37710,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_45_49,f,45-49,45,49,36698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_50_54,f,50-54,50,54,28897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_55_59,f,55-59,55,59,26271,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_60_64,f,60-64,60,64,19436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_65_69,f,65-69,65,69,16545,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_70_74,f,70-74,70,74,10653,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_75_79,f,75-79,75,79,7419,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,F_80PLUS,f,80+,80,,5274,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_00_04,m,0-4,0,4,32103,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_05_09,m,5-9,5,9,32394,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_10_14,m,10-14,10,14,35277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_15_19,m,15-19,15,19,36396,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_20_24,m,20-24,20,24,36350,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_25_29,m,25-29,25,29,39353,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_30_34,m,30-34,30,34,38411,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_35_39,m,35-39,35,39,37854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_40_44,m,40-44,40,44,34719,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_45_49,m,45-49,45,49,32659,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_50_54,m,50-54,50,54,26586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_55_59,m,55-59,55,59,24610,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_60_64,m,60-64,60,64,17819,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_65_69,m,65-69,65,69,14912,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_70_74,m,70-74,70,74,10470,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_75_79,m,75-79,75,79,6957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,M_80PLUS,m,80+,80,,4738,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_00_04,all,0-4,0,4,63321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_05_09,all,5-9,5,9,63564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_10_14,all,10-14,10,14,68001,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_15_19,all,15-19,15,19,68834,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_20_24,all,20-24,20,24,75417,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_25_29,all,25-29,25,29,82480,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_30_34,all,30-34,30,34,82430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_35_39,all,35-39,35,39,80611,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_40_44,all,40-44,40,44,72429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_45_49,all,45-49,45,49,69357,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_50_54,all,50-54,50,54,55483,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_55_59,all,55-59,55,59,50881,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_60_64,all,60-64,60,64,37255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_65_69,all,65-69,65,69,31457,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_70_74,all,70-74,70,74,21123,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_75_79,all,75-79,75,79,14376,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5038,Joypurhat,T_80PLUS,all,80+,80,,10012,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_TL,f,all,,,1396389,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_TL,m,all,,,1314640,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_TL,all,all,,,2711029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_00_04,f,0-4,0,4,92054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_05_09,f,5-9,5,9,93285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_10_14,f,10-14,10,14,94771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_15_19,f,15-19,15,19,96163,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_20_24,f,20-24,20,24,121590,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_25_29,f,25-29,25,29,123771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_30_34,f,30-34,30,34,123285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_35_39,f,35-39,35,39,118554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_40_44,f,40-44,40,44,107374,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_45_49,f,45-49,45,49,100111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_50_54,f,50-54,50,54,79797,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_55_59,f,55-59,55,59,70752,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_60_64,f,60-64,60,64,54089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_65_69,f,65-69,65,69,48233,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_70_74,f,70-74,70,74,31845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_75_79,f,75-79,75,79,23626,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,F_80PLUS,f,80+,80,,17089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_00_04,m,0-4,0,4,95583,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_05_09,m,5-9,5,9,96282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_10_14,m,10-14,10,14,102728,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_15_19,m,15-19,15,19,109485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_20_24,m,20-24,20,24,110896,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_25_29,m,25-29,25,29,114341,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_30_34,m,30-34,30,34,107783,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_35_39,m,35-39,35,39,102761,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_40_44,m,40-44,40,44,96997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_45_49,m,45-49,45,49,91650,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_50_54,m,50-54,50,54,74281,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_55_59,m,55-59,55,59,65901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_60_64,m,60-64,60,64,47344,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_65_69,m,65-69,65,69,40002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_70_74,m,70-74,70,74,26645,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_75_79,m,75-79,75,79,18981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,M_80PLUS,m,80+,80,,12980,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_00_04,all,0-4,0,4,187637,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_05_09,all,5-9,5,9,189567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_10_14,all,10-14,10,14,197499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_15_19,all,15-19,15,19,205648,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_20_24,all,20-24,20,24,232486,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_25_29,all,25-29,25,29,238112,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_30_34,all,30-34,30,34,231068,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_35_39,all,35-39,35,39,221315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_40_44,all,40-44,40,44,204371,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_45_49,all,45-49,45,49,191761,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_50_54,all,50-54,50,54,154078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_55_59,all,55-59,55,59,136653,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_60_64,all,60-64,60,64,101433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_65_69,all,65-69,65,69,88235,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_70_74,all,70-74,70,74,58490,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_75_79,all,75-79,75,79,42607,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5064,Naogaon,T_80PLUS,all,80+,80,,30069,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_TL,f,all,,,946157,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_TL,m,all,,,894165,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_TL,all,all,,,1840322,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_00_04,f,0-4,0,4,66295,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_05_09,f,5-9,5,9,66584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_10_14,f,10-14,10,14,67012,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_15_19,f,15-19,15,19,67296,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_20_24,f,20-24,20,24,80567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_25_29,f,25-29,25,29,84773,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_30_34,f,30-34,30,34,82250,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_35_39,f,35-39,35,39,79408,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_40_44,f,40-44,40,44,70758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_45_49,f,45-49,45,49,66814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_50_54,f,50-54,50,54,52696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_55_59,f,55-59,55,59,44544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_60_64,f,60-64,60,64,34096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_65_69,f,65-69,65,69,30173,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_70_74,f,70-74,70,74,21438,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_75_79,f,75-79,75,79,16492,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,F_80PLUS,f,80+,80,,14961,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_00_04,m,0-4,0,4,68599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_05_09,m,5-9,5,9,68585,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_10_14,m,10-14,10,14,72159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_15_19,m,15-19,15,19,74788,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_20_24,m,20-24,20,24,74184,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_25_29,m,25-29,25,29,77304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_30_34,m,30-34,30,34,73184,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_35_39,m,35-39,35,39,70154,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_40_44,m,40-44,40,44,63850,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_45_49,m,45-49,45,49,60221,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_50_54,m,50-54,50,54,49368,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_55_59,m,55-59,55,59,43055,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_60_64,m,60-64,60,64,31578,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_65_69,m,65-69,65,69,26138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_70_74,m,70-74,70,74,18015,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_75_79,m,75-79,75,79,12411,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,M_80PLUS,m,80+,80,,10572,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_00_04,all,0-4,0,4,134894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_05_09,all,5-9,5,9,135169,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_10_14,all,10-14,10,14,139171,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_15_19,all,15-19,15,19,142084,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_20_24,all,20-24,20,24,154751,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_25_29,all,25-29,25,29,162077,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_30_34,all,30-34,30,34,155434,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_35_39,all,35-39,35,39,149562,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_40_44,all,40-44,40,44,134608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_45_49,all,45-49,45,49,127035,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_50_54,all,50-54,50,54,102064,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_55_59,all,55-59,55,59,87599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_60_64,all,60-64,60,64,65674,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_65_69,all,65-69,65,69,56311,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_70_74,all,70-74,70,74,39453,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_75_79,all,75-79,75,79,28903,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5069,Natore,T_80PLUS,all,80+,80,,25533,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_TL,f,all,,,956454,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_TL,m,all,,,880519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_TL,all,all,,,1836973,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_00_04,f,0-4,0,4,78786,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_05_09,f,5-9,5,9,77650,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_10_14,f,10-14,10,14,82771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_15_19,f,15-19,15,19,82916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_20_24,f,20-24,20,24,83226,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_25_29,f,25-29,25,29,76588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_30_34,f,30-34,30,34,79578,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_35_39,f,35-39,35,39,73965,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_40_44,f,40-44,40,44,70220,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_45_49,f,45-49,45,49,58582,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_50_54,f,50-54,50,54,50133,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_55_59,f,55-59,55,59,41865,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_60_64,f,60-64,60,64,32330,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_65_69,f,65-69,65,69,27725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_70_74,f,70-74,70,74,18925,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_75_79,f,75-79,75,79,12140,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,F_80PLUS,f,80+,80,,9054,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_00_04,m,0-4,0,4,80303,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_05_09,m,5-9,5,9,79841,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_10_14,m,10-14,10,14,83596,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_15_19,m,15-19,15,19,81205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_20_24,m,20-24,20,24,77771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_25_29,m,25-29,25,29,66725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_30_34,m,30-34,30,34,63932,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_35_39,m,35-39,35,39,59772,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_40_44,m,40-44,40,44,59599,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_45_49,m,45-49,45,49,52701,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_50_54,m,50-54,50,54,46848,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_55_59,m,55-59,55,59,38716,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_60_64,m,60-64,60,64,30037,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_65_69,m,65-69,65,69,24885,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_70_74,m,70-74,70,74,17351,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_75_79,m,75-79,75,79,10378,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,M_80PLUS,m,80+,80,,6859,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_00_04,all,0-4,0,4,159089,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_05_09,all,5-9,5,9,157491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_10_14,all,10-14,10,14,166367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_15_19,all,15-19,15,19,164121,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_20_24,all,20-24,20,24,160997,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_25_29,all,25-29,25,29,143313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_30_34,all,30-34,30,34,143510,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_35_39,all,35-39,35,39,133737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_40_44,all,40-44,40,44,129819,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_45_49,all,45-49,45,49,111283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_50_54,all,50-54,50,54,96981,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_55_59,all,55-59,55,59,80581,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_60_64,all,60-64,60,64,62367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_65_69,all,65-69,65,69,52610,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_70_74,all,70-74,70,74,36276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_75_79,all,75-79,75,79,22518,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5070,Nawabganj,T_80PLUS,all,80+,80,,15913,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_TL,f,all,,,1452545,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_TL,m,all,,,1380142,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_TL,all,all,,,2832687,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_00_04,f,0-4,0,4,118574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_05_09,f,5-9,5,9,115388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_10_14,f,10-14,10,14,112494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_15_19,f,15-19,15,19,106689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_20_24,f,20-24,20,24,127586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_25_29,f,25-29,25,29,127684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_30_34,f,30-34,30,34,121094,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_35_39,f,35-39,35,39,111361,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_40_44,f,40-44,40,44,101069,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_45_49,f,45-49,45,49,91524,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_50_54,f,50-54,50,54,80698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_55_59,f,55-59,55,59,64582,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_60_64,f,60-64,60,64,53366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_65_69,f,65-69,65,69,42958,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_70_74,f,70-74,70,74,32936,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_75_79,f,75-79,75,79,22347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,F_80PLUS,f,80+,80,,22195,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_00_04,m,0-4,0,4,122017,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_05_09,m,5-9,5,9,119242,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_10_14,m,10-14,10,14,119820,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_15_19,m,15-19,15,19,116501,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_20_24,m,20-24,20,24,116249,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_25_29,m,25-29,25,29,115862,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_30_34,m,30-34,30,34,107974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_35_39,m,35-39,35,39,99499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_40_44,m,40-44,40,44,92834,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_45_49,m,45-49,45,49,81629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_50_54,m,50-54,50,54,74214,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_55_59,m,55-59,55,59,60729,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_60_64,m,60-64,60,64,51621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_65_69,m,65-69,65,69,37748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_70_74,m,70-74,70,74,29814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_75_79,m,75-79,75,79,17973,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,M_80PLUS,m,80+,80,,16416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_00_04,all,0-4,0,4,240591,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_05_09,all,5-9,5,9,234630,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_10_14,all,10-14,10,14,232314,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_15_19,all,15-19,15,19,223190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_20_24,all,20-24,20,24,243835,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_25_29,all,25-29,25,29,243546,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_30_34,all,30-34,30,34,229068,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_35_39,all,35-39,35,39,210860,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_40_44,all,40-44,40,44,193903,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_45_49,all,45-49,45,49,173153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_50_54,all,50-54,50,54,154912,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_55_59,all,55-59,55,59,125311,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_60_64,all,60-64,60,64,104987,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_65_69,all,65-69,65,69,80706,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_70_74,all,70-74,70,74,62750,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_75_79,all,75-79,75,79,40320,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5076,Pabna,T_80PLUS,all,80+,80,,38611,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_TL,f,all,,,1445651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_TL,m,all,,,1392086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_TL,all,all,,,2837737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_00_04,f,0-4,0,4,94325,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_05_09,f,5-9,5,9,95459,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_10_14,f,10-14,10,14,108414,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_15_19,f,15-19,15,19,112337,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_20_24,f,20-24,20,24,127678,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_25_29,f,25-29,25,29,129236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_30_34,f,30-34,30,34,129857,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_35_39,f,35-39,35,39,124704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_40_44,f,40-44,40,44,109508,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_45_49,f,45-49,45,49,99897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_50_54,f,50-54,50,54,76920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_55_59,f,55-59,55,59,67849,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_60_64,f,60-64,60,64,50694,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_65_69,f,65-69,65,69,46254,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_70_74,f,70-74,70,74,31535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_75_79,f,75-79,75,79,22294,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,F_80PLUS,f,80+,80,,18690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_00_04,m,0-4,0,4,97336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_05_09,m,5-9,5,9,99873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_10_14,m,10-14,10,14,115354,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_15_19,m,15-19,15,19,132933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_20_24,m,20-24,20,24,137033,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_25_29,m,25-29,25,29,122686,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_30_34,m,30-34,30,34,114982,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_35_39,m,35-39,35,39,108580,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_40_44,m,40-44,40,44,100528,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_45_49,m,45-49,45,49,92894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_50_54,m,50-54,50,54,73436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_55_59,m,55-59,55,59,62653,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_60_64,m,60-64,60,64,44800,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_65_69,m,65-69,65,69,36095,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_70_74,m,70-74,70,74,24038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_75_79,m,75-79,75,79,16078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,M_80PLUS,m,80+,80,,12787,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_00_04,all,0-4,0,4,191661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_05_09,all,5-9,5,9,195332,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_10_14,all,10-14,10,14,223768,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_15_19,all,15-19,15,19,245270,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_20_24,all,20-24,20,24,264711,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_25_29,all,25-29,25,29,251922,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_30_34,all,30-34,30,34,244839,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_35_39,all,35-39,35,39,233284,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_40_44,all,40-44,40,44,210036,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_45_49,all,45-49,45,49,192791,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_50_54,all,50-54,50,54,150356,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_55_59,all,55-59,55,59,130502,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_60_64,all,60-64,60,64,95494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_65_69,all,65-69,65,69,82349,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_70_74,all,70-74,70,74,55573,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_75_79,all,75-79,75,79,38372,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5081,Rajshahi,T_80PLUS,all,80+,80,,31477,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_TL,f,all,,,1763515,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_TL,m,all,,,1679148,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_TL,all,all,,,3442663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_00_04,f,0-4,0,4,153675,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_05_09,f,5-9,5,9,157108,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_10_14,f,10-14,10,14,139165,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_15_19,f,15-19,15,19,127366,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_20_24,f,20-24,20,24,155240,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_25_29,f,25-29,25,29,148173,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_30_34,f,30-34,30,34,141416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_35_39,f,35-39,35,39,132695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_40_44,f,40-44,40,44,120691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_45_49,f,45-49,45,49,109646,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_50_54,f,50-54,50,54,98425,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_55_59,f,55-59,55,59,78695,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_60_64,f,60-64,60,64,64892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_65_69,f,65-69,65,69,51704,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_70_74,f,70-74,70,74,37342,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_75_79,f,75-79,75,79,24236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,F_80PLUS,f,80+,80,,23046,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_00_04,m,0-4,0,4,158689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_05_09,m,5-9,5,9,162869,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_10_14,m,10-14,10,14,149923,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_15_19,m,15-19,15,19,138952,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_20_24,m,20-24,20,24,141852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_25_29,m,25-29,25,29,138294,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_30_34,m,30-34,30,34,124331,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_35_39,m,35-39,35,39,118301,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_40_44,m,40-44,40,44,108088,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_45_49,m,45-49,45,49,96158,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_50_54,m,50-54,50,54,88426,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_55_59,m,55-59,55,59,73764,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_60_64,m,60-64,60,64,61315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_65_69,m,65-69,65,69,46449,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_70_74,m,70-74,70,74,34050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_75_79,m,75-79,75,79,20347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,M_80PLUS,m,80+,80,,17340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_00_04,all,0-4,0,4,312364,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_05_09,all,5-9,5,9,319977,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_10_14,all,10-14,10,14,289088,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_15_19,all,15-19,15,19,266318,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_20_24,all,20-24,20,24,297092,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_25_29,all,25-29,25,29,286467,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_30_34,all,30-34,30,34,265747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_35_39,all,35-39,35,39,250996,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_40_44,all,40-44,40,44,228779,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_45_49,all,45-49,45,49,205804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_50_54,all,50-54,50,54,186851,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_55_59,all,55-59,55,59,152459,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_60_64,all,60-64,60,64,126207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_65_69,all,65-69,65,69,98153,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_70_74,all,70-74,70,74,71392,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_75_79,all,75-79,75,79,44583,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD50,Rajshahi,BD5088,Sirajganj,T_80PLUS,all,80+,80,,40386,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_TL,f,all,,,1658216,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_TL,m,all,,,1597325,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_TL,all,all,,,3255541,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_00_04,f,0-4,0,4,127762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_05_09,f,5-9,5,9,125948,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_10_14,f,10-14,10,14,125813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_15_19,f,15-19,15,19,122038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_20_24,f,20-24,20,24,135900,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_25_29,f,25-29,25,29,144019,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_30_34,f,30-34,30,34,136979,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_35_39,f,35-39,35,39,132329,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_40_44,f,40-44,40,44,118810,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_45_49,f,45-49,45,49,116779,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_50_54,f,50-54,50,54,92170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_55_59,f,55-59,55,59,85672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_60_64,f,60-64,60,64,58279,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_65_69,f,65-69,65,69,54429,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_70_74,f,70-74,70,74,34570,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_75_79,f,75-79,75,79,26047,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,F_80PLUS,f,80+,80,,20672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_00_04,m,0-4,0,4,132834,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_05_09,m,5-9,5,9,130229,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_10_14,m,10-14,10,14,134203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_15_19,m,15-19,15,19,139001,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_20_24,m,20-24,20,24,128944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_25_29,m,25-29,25,29,129844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_30_34,m,30-34,30,34,124961,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_35_39,m,35-39,35,39,118633,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_40_44,m,40-44,40,44,109912,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_45_49,m,45-49,45,49,104625,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_50_54,m,50-54,50,54,85789,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_55_59,m,55-59,55,59,81748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_60_64,m,60-64,60,64,56215,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_65_69,m,65-69,65,69,49571,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_70_74,m,70-74,70,74,31743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_75_79,m,75-79,75,79,22871,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,M_80PLUS,m,80+,80,,16202,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_00_04,all,0-4,0,4,260596,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_05_09,all,5-9,5,9,256177,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_10_14,all,10-14,10,14,260016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_15_19,all,15-19,15,19,261039,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_20_24,all,20-24,20,24,264844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_25_29,all,25-29,25,29,273863,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_30_34,all,30-34,30,34,261940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_35_39,all,35-39,35,39,250962,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_40_44,all,40-44,40,44,228722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_45_49,all,45-49,45,49,221404,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_50_54,all,50-54,50,54,177959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_55_59,all,55-59,55,59,167420,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_60_64,all,60-64,60,64,114494,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_65_69,all,65-69,65,69,104000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_70_74,all,70-74,70,74,66313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_75_79,all,75-79,75,79,48918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5527,Dinajpur,T_80PLUS,all,80+,80,,36874,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_TL,f,all,,,1336663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_TL,m,all,,,1209006,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_TL,all,all,,,2545669,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_00_04,f,0-4,0,4,112050,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_05_09,f,5-9,5,9,113149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_10_14,f,10-14,10,14,99496,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_15_19,f,15-19,15,19,83883,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_20_24,f,20-24,20,24,109935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_25_29,f,25-29,25,29,116080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_30_34,f,30-34,30,34,108940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_35_39,f,35-39,35,39,102459,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_40_44,f,40-44,40,44,91829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_45_49,f,45-49,45,49,88723,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_50_54,f,50-54,50,54,77743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_55_59,f,55-59,55,59,67663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_60_64,f,60-64,60,64,51957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_65_69,f,65-69,65,69,42937,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_70_74,f,70-74,70,74,30368,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_75_79,f,75-79,75,79,21696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,F_80PLUS,f,80+,80,,17755,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_00_04,m,0-4,0,4,116748,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_05_09,m,5-9,5,9,118322,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_10_14,m,10-14,10,14,108302,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_15_19,m,15-19,15,19,90398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_20_24,m,20-24,20,24,85621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_25_29,m,25-29,25,29,96574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_30_34,m,30-34,30,34,92970,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_35_39,m,35-39,35,39,88916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_40_44,m,40-44,40,44,78867,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_45_49,m,45-49,45,49,72973,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_50_54,m,50-54,50,54,66180,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_55_59,m,55-59,55,59,59277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_60_64,m,60-64,60,64,46161,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_65_69,m,65-69,65,69,34808,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_70_74,m,70-74,70,74,24743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_75_79,m,75-79,75,79,15611,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,M_80PLUS,m,80+,80,,12535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_00_04,all,0-4,0,4,228798,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_05_09,all,5-9,5,9,231471,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_10_14,all,10-14,10,14,207798,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_15_19,all,15-19,15,19,174281,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_20_24,all,20-24,20,24,195556,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_25_29,all,25-29,25,29,212654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_30_34,all,30-34,30,34,201910,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_35_39,all,35-39,35,39,191375,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_40_44,all,40-44,40,44,170696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_45_49,all,45-49,45,49,161696,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_50_54,all,50-54,50,54,143923,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_55_59,all,55-59,55,59,126940,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_60_64,all,60-64,60,64,98118,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_65_69,all,65-69,65,69,77745,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_70_74,all,70-74,70,74,55111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_75_79,all,75-79,75,79,37307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5532,Gaibandha,T_80PLUS,all,80+,80,,30290,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_TL,f,all,,,1217362,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_TL,m,all,,,1092299,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_TL,all,all,,,2309661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_00_04,f,0-4,0,4,103273,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_05_09,f,5-9,5,9,103027,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_10_14,f,10-14,10,14,94540,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_15_19,f,15-19,15,19,79128,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_20_24,f,20-24,20,24,100901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_25_29,f,25-29,25,29,105442,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_30_34,f,30-34,30,34,99712,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_35_39,f,35-39,35,39,91276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_40_44,f,40-44,40,44,84853,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_45_49,f,45-49,45,49,78805,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_50_54,f,50-54,50,54,69762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_55_59,f,55-59,55,59,57029,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_60_64,f,60-64,60,64,44316,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_65_69,f,65-69,65,69,36302,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_70_74,f,70-74,70,74,28388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_75_79,f,75-79,75,79,21304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,F_80PLUS,f,80+,80,,19304,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_00_04,m,0-4,0,4,107732,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_05_09,m,5-9,5,9,105749,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_10_14,m,10-14,10,14,101929,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_15_19,m,15-19,15,19,85724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_20_24,m,20-24,20,24,77783,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_25_29,m,25-29,25,29,83162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_30_34,m,30-34,30,34,80894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_35_39,m,35-39,35,39,75565,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_40_44,m,40-44,40,44,70424,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_45_49,m,45-49,45,49,65381,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_50_54,m,50-54,50,54,59276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_55_59,m,55-59,55,59,53552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_60_64,m,60-64,60,64,40557,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_65_69,m,65-69,65,69,31336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_70_74,m,70-74,70,74,23236,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_75_79,m,75-79,75,79,15996,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,M_80PLUS,m,80+,80,,14003,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_00_04,all,0-4,0,4,211005,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_05_09,all,5-9,5,9,208776,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_10_14,all,10-14,10,14,196469,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_15_19,all,15-19,15,19,164852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_20_24,all,20-24,20,24,178684,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_25_29,all,25-29,25,29,188604,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_30_34,all,30-34,30,34,180606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_35_39,all,35-39,35,39,166841,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_40_44,all,40-44,40,44,155277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_45_49,all,45-49,45,49,144186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_50_54,all,50-54,50,54,129038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_55_59,all,55-59,55,59,110581,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_60_64,all,60-64,60,64,84873,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_65_69,all,65-69,65,69,67638,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_70_74,all,70-74,70,74,51624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_75_79,all,75-79,75,79,37300,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5549,Kurigram,T_80PLUS,all,80+,80,,33307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_TL,f,all,,,702472,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_TL,m,all,,,666080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_TL,all,all,,,1368552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_00_04,f,0-4,0,4,60223,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_05_09,f,5-9,5,9,62844,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_10_14,f,10-14,10,14,58124,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_15_19,f,15-19,15,19,50134,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_20_24,f,20-24,20,24,57275,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_25_29,f,25-29,25,29,60211,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_30_34,f,30-34,30,34,55049,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_35_39,f,35-39,35,39,52880,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_40_44,f,40-44,40,44,46430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_45_49,f,45-49,45,49,46621,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_50_54,f,50-54,50,54,38778,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_55_59,f,55-59,55,59,34114,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_60_64,f,60-64,60,64,24017,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_65_69,f,65-69,65,69,20994,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_70_74,f,70-74,70,74,13916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_75_79,f,75-79,75,79,11155,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,F_80PLUS,f,80+,80,,9707,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_00_04,m,0-4,0,4,62257,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_05_09,m,5-9,5,9,65933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_10_14,m,10-14,10,14,61457,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_15_19,m,15-19,15,19,56503,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_20_24,m,20-24,20,24,49891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_25_29,m,25-29,25,29,51746,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_30_34,m,30-34,30,34,49860,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_35_39,m,35-39,35,39,47245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_40_44,m,40-44,40,44,41957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_45_49,m,45-49,45,49,40559,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_50_54,m,50-54,50,54,34711,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_55_59,m,55-59,55,59,32574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_60_64,m,60-64,60,64,23305,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_65_69,m,65-69,65,69,19263,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_70_74,m,70-74,70,74,12321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_75_79,m,75-79,75,79,8817,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,M_80PLUS,m,80+,80,,7681,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_00_04,all,0-4,0,4,122480,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_05_09,all,5-9,5,9,128777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_10_14,all,10-14,10,14,119581,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_15_19,all,15-19,15,19,106637,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_20_24,all,20-24,20,24,107166,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_25_29,all,25-29,25,29,111957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_30_34,all,30-34,30,34,104909,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_35_39,all,35-39,35,39,100125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_40_44,all,40-44,40,44,88387,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_45_49,all,45-49,45,49,87180,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_50_54,all,50-54,50,54,73489,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_55_59,all,55-59,55,59,66688,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_60_64,all,60-64,60,64,47322,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_65_69,all,65-69,65,69,40257,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_70_74,all,70-74,70,74,26237,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_75_79,all,75-79,75,79,19972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5552,Lalmonirhat,T_80PLUS,all,80+,80,,17388,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_TL,f,all,,,1057235,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_TL,m,all,,,1018823,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_TL,all,all,,,2076058,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_00_04,f,0-4,0,4,95113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_05_09,f,5-9,5,9,96323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_10_14,f,10-14,10,14,89110,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_15_19,f,15-19,15,19,79906,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_20_24,f,20-24,20,24,88006,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_25_29,f,25-29,25,29,89925,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_30_34,f,30-34,30,34,85852,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_35_39,f,35-39,35,39,80044,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_40_44,f,40-44,40,44,70999,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_45_49,f,45-49,45,49,68837,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_50_54,f,50-54,50,54,57824,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_55_59,f,55-59,55,59,49192,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_60_64,f,60-64,60,64,36038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_65_69,f,65-69,65,69,28183,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_70_74,f,70-74,70,74,18747,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_75_79,f,75-79,75,79,12966,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,F_80PLUS,f,80+,80,,10170,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_00_04,m,0-4,0,4,99285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_05_09,m,5-9,5,9,101261,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_10_14,m,10-14,10,14,93544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_15_19,m,15-19,15,19,91165,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_20_24,m,20-24,20,24,78036,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_25_29,m,25-29,25,29,78282,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_30_34,m,30-34,30,34,75608,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_35_39,m,35-39,35,39,74001,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_40_44,m,40-44,40,44,65344,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_45_49,m,45-49,45,49,60166,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_50_54,m,50-54,50,54,51890,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_55_59,m,55-59,55,59,46624,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_60_64,m,60-64,60,64,36277,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_65_69,m,65-69,65,69,27431,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_70_74,m,70-74,70,74,18905,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_75_79,m,75-79,75,79,11758,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,M_80PLUS,m,80+,80,,9246,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_00_04,all,0-4,0,4,194398,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_05_09,all,5-9,5,9,197584,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_10_14,all,10-14,10,14,182654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_15_19,all,15-19,15,19,171071,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_20_24,all,20-24,20,24,166042,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_25_29,all,25-29,25,29,168207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_30_34,all,30-34,30,34,161460,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_35_39,all,35-39,35,39,154045,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_40_44,all,40-44,40,44,136343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_45_49,all,45-49,45,49,129003,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_50_54,all,50-54,50,54,109714,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_55_59,all,55-59,55,59,95816,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_60_64,all,60-64,60,64,72315,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_65_69,all,65-69,65,69,55614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_70_74,all,70-74,70,74,37652,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_75_79,all,75-79,75,79,24724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5573,Nilphamari,T_80PLUS,all,80+,80,,19416,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_TL,f,all,,,574806,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_TL,m,all,,,553161,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_TL,all,all,,,1127967,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_00_04,f,0-4,0,4,49972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_05_09,f,5-9,5,9,49439,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_10_14,f,10-14,10,14,47297,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_15_19,f,15-19,15,19,45485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_20_24,f,20-24,20,24,48161,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_25_29,f,25-29,25,29,49918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_30_34,f,30-34,30,34,46379,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_35_39,f,35-39,35,39,45362,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_40_44,f,40-44,40,44,38716,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_45_49,f,45-49,45,49,37866,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_50_54,f,50-54,50,54,30491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_55_59,f,55-59,55,59,27212,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_60_64,f,60-64,60,64,18630,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_65_69,f,65-69,65,69,15665,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_70_74,f,70-74,70,74,10190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_75_79,f,75-79,75,79,7586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,F_80PLUS,f,80+,80,,6437,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_00_04,m,0-4,0,4,52163,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_05_09,m,5-9,5,9,51135,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_10_14,m,10-14,10,14,48329,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_15_19,m,15-19,15,19,51581,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_20_24,m,20-24,20,24,45935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_25_29,m,25-29,25,29,45491,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_30_34,m,30-34,30,34,42730,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_35_39,m,35-39,35,39,40590,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_40_44,m,40-44,40,44,36406,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_45_49,m,45-49,45,49,33762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_50_54,m,50-54,50,54,27792,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_55_59,m,55-59,55,59,25141,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_60_64,m,60-64,60,64,17567,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_65_69,m,65-69,65,69,13935,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_70_74,m,70-74,70,74,9078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_75_79,m,75-79,75,79,6228,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,M_80PLUS,m,80+,80,,5298,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_00_04,all,0-4,0,4,102135,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_05_09,all,5-9,5,9,100574,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_10_14,all,10-14,10,14,95626,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_15_19,all,15-19,15,19,97066,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_20_24,all,20-24,20,24,94096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_25_29,all,25-29,25,29,95409,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_30_34,all,30-34,30,34,89109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_35_39,all,35-39,35,39,85952,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_40_44,all,40-44,40,44,75122,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_45_49,all,45-49,45,49,71628,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_50_54,all,50-54,50,54,58283,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_55_59,all,55-59,55,59,52353,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_60_64,all,60-64,60,64,36197,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_65_69,all,65-69,65,69,29600,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_70_74,all,70-74,70,74,19268,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_75_79,all,75-79,75,79,13814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5577,Panchagarh,T_80PLUS,all,80+,80,,11735,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_TL,f,all,,,1614582,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_TL,m,all,,,1532785,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_TL,all,all,,,3147367,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_00_04,f,0-4,0,4,124313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_05_09,f,5-9,5,9,128512,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_10_14,f,10-14,10,14,125036,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_15_19,f,15-19,15,19,114547,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_20_24,f,20-24,20,24,134654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_25_29,f,25-29,25,29,138149,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_30_34,f,30-34,30,34,131532,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_35_39,f,35-39,35,39,126138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_40_44,f,40-44,40,44,114084,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_45_49,f,45-49,45,49,113014,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_50_54,f,50-54,50,54,92000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_55_59,f,55-59,55,59,81922,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_60_64,f,60-64,60,64,58341,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_65_69,f,65-69,65,69,50464,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_70_74,f,70-74,70,74,33721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_75_79,f,75-79,75,79,26181,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,F_80PLUS,f,80+,80,,21974,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_00_04,m,0-4,0,4,129400,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_05_09,m,5-9,5,9,134135,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_10_14,m,10-14,10,14,131793,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_15_19,m,15-19,15,19,127694,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_20_24,m,20-24,20,24,124989,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_25_29,m,25-29,25,29,123509,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_30_34,m,30-34,30,34,117252,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_35_39,m,35-39,35,39,113500,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_40_44,m,40-44,40,44,102572,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_45_49,m,45-49,45,49,98203,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_50_54,m,50-54,50,54,83655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_55_59,m,55-59,55,59,78461,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_60_64,m,60-64,60,64,55691,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_65_69,m,65-69,65,69,44026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_70_74,m,70-74,70,74,29999,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_75_79,m,75-79,75,79,20845,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,M_80PLUS,m,80+,80,,17061,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_00_04,all,0-4,0,4,253713,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_05_09,all,5-9,5,9,262647,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_10_14,all,10-14,10,14,256829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_15_19,all,15-19,15,19,242241,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_20_24,all,20-24,20,24,259643,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_25_29,all,25-29,25,29,261658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_30_34,all,30-34,30,34,248784,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_35_39,all,35-39,35,39,239638,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_40_44,all,40-44,40,44,216656,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_45_49,all,45-49,45,49,211217,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_50_54,all,50-54,50,54,175655,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_55_59,all,55-59,55,59,160383,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_60_64,all,60-64,60,64,114032,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_65_69,all,65-69,65,69,94490,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_70_74,all,70-74,70,74,63720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_75_79,all,75-79,75,79,47026,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5585,Rangpur,T_80PLUS,all,80+,80,,39035,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_TL,f,all,,,779190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_TL,m,all,,,753507,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_TL,all,all,,,1532697,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_00_04,f,0-4,0,4,65336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_05_09,f,5-9,5,9,65333,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_10_14,f,10-14,10,14,65036,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_15_19,f,15-19,15,19,60113,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_20_24,f,20-24,20,24,62671,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_25_29,f,25-29,25,29,67796,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_30_34,f,30-34,30,34,65812,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_35_39,f,35-39,35,39,62467,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_40_44,f,40-44,40,44,53680,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_45_49,f,45-49,45,49,50292,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_50_54,f,50-54,50,54,40837,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_55_59,f,55-59,55,59,37644,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_60_64,f,60-64,60,64,26191,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_65_69,f,65-69,65,69,23141,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_70_74,f,70-74,70,74,14613,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_75_79,f,75-79,75,79,9968,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,F_80PLUS,f,80+,80,,8260,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_00_04,m,0-4,0,4,67972,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_05_09,m,5-9,5,9,69022,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_10_14,m,10-14,10,14,67250,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_15_19,m,15-19,15,19,67096,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_20_24,m,20-24,20,24,60230,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_25_29,m,25-29,25,29,61255,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_30_34,m,30-34,30,34,59108,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_35_39,m,35-39,35,39,56659,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_40_44,m,40-44,40,44,50676,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_45_49,m,45-49,45,49,46334,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_50_54,m,50-54,50,54,37596,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_55_59,m,55-59,55,59,34651,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_60_64,m,60-64,60,64,24373,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_65_69,m,65-69,65,69,21337,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_70_74,m,70-74,70,74,13725,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_75_79,m,75-79,75,79,9207,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,M_80PLUS,m,80+,80,,7016,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_00_04,all,0-4,0,4,133308,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_05_09,all,5-9,5,9,134355,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_10_14,all,10-14,10,14,132286,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_15_19,all,15-19,15,19,127209,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_20_24,all,20-24,20,24,122901,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_25_29,all,25-29,25,29,129051,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_30_34,all,30-34,30,34,124920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_35_39,all,35-39,35,39,119126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_40_44,all,40-44,40,44,104356,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_45_49,all,45-49,45,49,96626,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_50_54,all,50-54,50,54,78433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_55_59,all,55-59,55,59,72295,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_60_64,all,60-64,60,64,50564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_65_69,all,65-69,65,69,44478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_70_74,all,70-74,70,74,28338,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_75_79,all,75-79,75,79,19175,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD55,Rangpur,BD5594,Thakurgaon,T_80PLUS,all,80+,80,,15276,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_TL,f,all,,,1256881,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_TL,m,all,,,1147162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_TL,all,all,,,2404043,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_00_04,f,0-4,0,4,132924,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_05_09,f,5-9,5,9,126530,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_10_14,f,10-14,10,14,108663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_15_19,f,15-19,15,19,106762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_20_24,f,20-24,20,24,96679,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_25_29,f,25-29,25,29,95138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_30_34,f,30-34,30,34,92564,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_35_39,f,35-39,35,39,85519,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_40_44,f,40-44,40,44,79654,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_45_49,f,45-49,45,49,71588,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_50_54,f,50-54,50,54,67659,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_55_59,f,55-59,55,59,46863,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_60_64,f,60-64,60,64,47100,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_65_69,f,65-69,65,69,32333,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_70_74,f,70-74,70,74,29649,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_75_79,f,75-79,75,79,17495,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,F_80PLUS,f,80+,80,,19761,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_00_04,m,0-4,0,4,136485,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_05_09,m,5-9,5,9,130969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_10_14,m,10-14,10,14,110222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_15_19,m,15-19,15,19,106130,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_20_24,m,20-24,20,24,95459,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_25_29,m,25-29,25,29,80057,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_30_34,m,30-34,30,34,71121,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_35_39,m,35-39,35,39,70779,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_40_44,m,40-44,40,44,63780,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_45_49,m,45-49,45,49,57140,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_50_54,m,50-54,50,54,56080,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_55_59,m,55-59,55,59,43667,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_60_64,m,60-64,60,64,41629,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_65_69,m,65-69,65,69,29012,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_70_74,m,70-74,70,74,25556,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_75_79,m,75-79,75,79,15028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,M_80PLUS,m,80+,80,,14048,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_00_04,all,0-4,0,4,269409,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_05_09,all,5-9,5,9,257499,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_10_14,all,10-14,10,14,218885,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_15_19,all,15-19,15,19,212892,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_20_24,all,20-24,20,24,192138,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_25_29,all,25-29,25,29,175195,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_30_34,all,30-34,30,34,163685,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_35_39,all,35-39,35,39,156298,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_40_44,all,40-44,40,44,143434,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_45_49,all,45-49,45,49,128728,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_50_54,all,50-54,50,54,123739,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_55_59,all,55-59,55,59,90530,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_60_64,all,60-64,60,64,88729,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_65_69,all,65-69,65,69,61345,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_70_74,all,70-74,70,74,55205,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_75_79,all,75-79,75,79,32523,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6036,Habiganj,T_80PLUS,all,80+,80,,33809,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_TL,f,all,,,1153594,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_TL,m,all,,,1064390,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_TL,all,all,,,2217984,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_00_04,f,0-4,0,4,103544,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_05_09,f,5-9,5,9,104323,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_10_14,f,10-14,10,14,103430,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_15_19,f,15-19,15,19,109307,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_20_24,f,20-24,20,24,90172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_25_29,f,25-29,25,29,91266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_30_34,f,30-34,30,34,89222,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_35_39,f,35-39,35,39,84891,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_40_44,f,40-44,40,44,76722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_45_49,f,45-49,45,49,70506,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_50_54,f,50-54,50,54,58829,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_55_59,f,55-59,55,59,46809,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_60_64,f,60-64,60,64,39465,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_65_69,f,65-69,65,69,29724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_70_74,f,70-74,70,74,23762,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_75_79,f,75-79,75,79,15613,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,F_80PLUS,f,80+,80,,16009,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_00_04,m,0-4,0,4,106228,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_05_09,m,5-9,5,9,106635,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_10_14,m,10-14,10,14,104514,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_15_19,m,15-19,15,19,108172,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_20_24,m,20-24,20,24,93721,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_25_29,m,25-29,25,29,76286,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_30_34,m,30-34,30,34,67505,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_35_39,m,35-39,35,39,68053,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_40_44,m,40-44,40,44,63002,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_45_49,m,45-49,45,49,58897,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_50_54,m,50-54,50,54,52078,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_55_59,m,55-59,55,59,45316,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_60_64,m,60-64,60,64,37535,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_65_69,m,65-69,65,69,28720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_70_74,m,70-74,70,74,21692,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_75_79,m,75-79,75,79,13973,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,M_80PLUS,m,80+,80,,12063,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_00_04,all,0-4,0,4,209772,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_05_09,all,5-9,5,9,210958,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_10_14,all,10-14,10,14,207944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_15_19,all,15-19,15,19,217479,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_20_24,all,20-24,20,24,183893,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_25_29,all,25-29,25,29,167552,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_30_34,all,30-34,30,34,156727,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_35_39,all,35-39,35,39,152944,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_40_44,all,40-44,40,44,139724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_45_49,all,45-49,45,49,129403,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_50_54,all,50-54,50,54,110907,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_55_59,all,55-59,55,59,92125,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_60_64,all,60-64,60,64,77000,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_65_69,all,65-69,65,69,58444,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_70_74,all,70-74,70,74,45454,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_75_79,all,75-79,75,79,29586,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6058,Maulvibazar,T_80PLUS,all,80+,80,,28072,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_TL,f,all,,,1507469,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_TL,m,all,,,1437614,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_TL,all,all,,,2945083,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_00_04,f,0-4,0,4,177436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_05_09,f,5-9,5,9,162267,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_10_14,f,10-14,10,14,138214,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_15_19,f,15-19,15,19,117868,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_20_24,f,20-24,20,24,109924,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_25_29,f,25-29,25,29,112215,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_30_34,f,30-34,30,34,109938,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_35_39,f,35-39,35,39,98661,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_40_44,f,40-44,40,44,93434,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_45_49,f,45-49,45,49,81048,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_50_54,f,50-54,50,54,78423,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_55_59,f,55-59,55,59,53390,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_60_64,f,60-64,60,64,57147,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_65_69,f,65-69,65,69,36804,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_70_74,f,70-74,70,74,36371,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_75_79,f,75-79,75,79,19894,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,F_80PLUS,f,80+,80,,24435,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_00_04,m,0-4,0,4,181969,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_05_09,m,5-9,5,9,166771,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_10_14,m,10-14,10,14,144375,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_15_19,m,15-19,15,19,128456,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_20_24,m,20-24,20,24,119554,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_25_29,m,25-29,25,29,100178,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_30_34,m,30-34,30,34,90600,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_35_39,m,35-39,35,39,88410,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_40_44,m,40-44,40,44,79978,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_45_49,m,45-49,45,49,68111,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_50_54,m,50-54,50,54,66436,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_55_59,m,55-59,55,59,50426,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_60_64,m,60-64,60,64,50814,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_65_69,m,65-69,65,69,34920,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_70_74,m,70-74,70,74,31557,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_75_79,m,75-79,75,79,17796,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,M_80PLUS,m,80+,80,,17263,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_00_04,all,0-4,0,4,359405,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_05_09,all,5-9,5,9,329038,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_10_14,all,10-14,10,14,282589,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_15_19,all,15-19,15,19,246324,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_20_24,all,20-24,20,24,229478,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_25_29,all,25-29,25,29,212393,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_30_34,all,30-34,30,34,200538,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_35_39,all,35-39,35,39,187071,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_40_44,all,40-44,40,44,173412,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_45_49,all,45-49,45,49,149159,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_50_54,all,50-54,50,54,144859,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_55_59,all,55-59,55,59,103816,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_60_64,all,60-64,60,64,107961,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_65_69,all,65-69,65,69,71724,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_70_74,all,70-74,70,74,67928,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_75_79,all,75-79,75,79,37690,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6090,Sunamganj,T_80PLUS,all,80+,80,,41698,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_TL,f,all,,,2331126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_TL,m,all,,,2278722,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_TL,all,all,,,4609848,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_00_04,f,0-4,0,4,232137,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_05_09,f,5-9,5,9,225970,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_10_14,f,10-14,10,14,220763,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_15_19,f,15-19,15,19,237285,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_20_24,f,20-24,20,24,192641,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_25_29,f,25-29,25,29,182666,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_30_34,f,30-34,30,34,174908,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_35_39,f,35-39,35,39,158926,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_40_44,f,40-44,40,44,146794,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_45_49,f,45-49,45,49,129336,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_50_54,f,50-54,50,54,115321,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_55_59,f,55-59,55,59,82284,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_60_64,f,60-64,60,64,75976,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_65_69,f,65-69,65,69,50286,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_70_74,f,70-74,70,74,45950,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_75_79,f,75-79,75,79,27068,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,F_80PLUS,f,80+,80,,32815,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_00_04,m,0-4,0,4,239781,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_05_09,m,5-9,5,9,230959,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_10_14,m,10-14,10,14,226848,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_15_19,m,15-19,15,19,248313,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_20_24,m,20-24,20,24,235186,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_25_29,m,25-29,25,29,180161,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_30_34,m,30-34,30,34,150709,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_35_39,m,35-39,35,39,140516,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_40_44,m,40-44,40,44,126067,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_45_49,m,45-49,45,49,107737,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_50_54,m,50-54,50,54,101232,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_55_59,m,55-59,55,59,80813,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_60_64,m,60-64,60,64,72878,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_65_69,m,65-69,65,69,49777,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_70_74,m,70-74,70,74,41073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_75_79,m,75-79,75,79,23325,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,M_80PLUS,m,80+,80,,23347,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_00_04,all,0-4,0,4,471918,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_05_09,all,5-9,5,9,456929,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_10_14,all,10-14,10,14,447611,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_15_19,all,15-19,15,19,485598,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_20_24,all,20-24,20,24,427827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_25_29,all,25-29,25,29,362827,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_30_34,all,30-34,30,34,325617,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_35_39,all,35-39,35,39,299442,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_40_44,all,40-44,40,44,272861,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_45_49,all,45-49,45,49,237073,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_50_54,all,50-54,50,54,216553,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_55_59,all,55-59,55,59,163097,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_60_64,all,60-64,60,64,148854,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_65_69,all,65-69,65,69,100063,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_70_74,all,70-74,70,74,87023,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_75_79,all,75-79,75,79,50393,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,BD60,Sylhet,BD6091,Sylhet,T_80PLUS,all,80+,80,,56162,2022,UNFPA and US Census Bureau (USCB),UNFPA +BLZ,Belize,BZ01,Belize,BZ0101,Belize City,T_TL,all,all,,,57169,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0101,Belize City,F_TL,f,all,,,29514,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0101,Belize City,M_TL,m,all,,,27655,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0102,San Pedro Town,T_TL,all,all,,,11765,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0102,San Pedro Town,F_TL,f,all,,,5714,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0102,San Pedro Town,M_TL,m,all,,,6051,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0103,Bermudian Landing,T_TL,all,all,,,183,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0103,Bermudian Landing,F_TL,f,all,,,96,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0103,Bermudian Landing,M_TL,m,all,,,87,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0104,Biscayne,T_TL,all,all,,,517,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0104,Biscayne,F_TL,f,all,,,243,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0104,Biscayne,M_TL,m,all,,,274,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0105,Boston,T_TL,all,all,,,127,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0105,Boston,F_TL,f,all,,,61,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0105,Boston,M_TL,m,all,,,66,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0106,Burrell Boom,T_TL,all,all,,,2218,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0106,Burrell Boom,F_TL,f,all,,,1090,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0106,Burrell Boom,M_TL,m,all,,,1128,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0107,Caye Caulker,T_TL,all,all,,,1763,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0107,Caye Caulker,F_TL,f,all,,,888,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0107,Caye Caulker,M_TL,m,all,,,875,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0108,Crooked Tree,T_TL,all,all,,,805,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0108,Crooked Tree,F_TL,f,all,,,387,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0108,Crooked Tree,M_TL,m,all,,,418,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0109,Double Head Cabbage,T_TL,all,all,,,406,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0109,Double Head Cabbage,F_TL,f,all,,,200,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0109,Double Head Cabbage,M_TL,m,all,,,206,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0110,Flowers Bank,T_TL,all,all,,,121,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0110,Flowers Bank,F_TL,f,all,,,54,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0110,Flowers Bank,M_TL,m,all,,,67,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0111,Gales Point,T_TL,all,all,,,296,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0111,Gales Point,F_TL,f,all,,,144,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0111,Gales Point,M_TL,m,all,,,152,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0112,Gardenia,T_TL,all,all,,,303,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0112,Gardenia,F_TL,f,all,,,141,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0112,Gardenia,M_TL,m,all,,,162,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0113,Gracie Rock,T_TL,all,all,,,255,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0113,Gracie Rock,F_TL,f,all,,,113,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0113,Gracie Rock,M_TL,m,all,,,142,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0114,Hattieville,T_TL,all,all,,,2344,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0114,Hattieville,F_TL,f,all,,,1240,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0114,Hattieville,M_TL,m,all,,,1104,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0115,Isabella Bank,T_TL,all,all,,,143,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0115,Isabella Bank,F_TL,f,all,,,61,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0115,Isabella Bank,M_TL,m,all,,,82,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0116,La Democracia,T_TL,all,all,,,353,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0116,La Democracia,F_TL,f,all,,,162,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0116,La Democracia,M_TL,m,all,,,191,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0117,Ladyville,T_TL,all,all,,,5458,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0117,Ladyville,F_TL,f,all,,,2786,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0117,Ladyville,M_TL,m,all,,,2672,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0118,Lemonal,T_TL,all,all,,,169,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0118,Lemonal,F_TL,f,all,,,87,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0118,Lemonal,M_TL,m,all,,,82,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0119,Lord's Bank,T_TL,all,all,,,3140,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0119,Lord's Bank,F_TL,f,all,,,1623,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0119,Lord's Bank,M_TL,m,all,,,1517,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0120,Lucky Strike,T_TL,all,all,,,244,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0120,Lucky Strike,F_TL,f,all,,,118,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0120,Lucky Strike,M_TL,m,all,,,126,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0121,Mahogany Heights,T_TL,all,all,,,1063,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0121,Mahogany Heights,F_TL,f,all,,,561,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0121,Mahogany Heights,M_TL,m,all,,,502,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0122,Maskall,T_TL,all,all,,,803,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0122,Maskall,F_TL,f,all,,,385,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0122,Maskall,M_TL,m,all,,,418,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0123,Rancho Dolores,T_TL,all,all,,,217,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0123,Rancho Dolores,F_TL,f,all,,,108,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0123,Rancho Dolores,M_TL,m,all,,,109,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0124,Rock Stone Pond,T_TL,all,all,,,154,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0124,Rock Stone Pond,F_TL,f,all,,,69,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0124,Rock Stone Pond,M_TL,m,all,,,85,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0125,Sand Hill,T_TL,all,all,,,1843,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0125,Sand Hill,F_TL,f,all,,,931,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0125,Sand Hill,M_TL,m,all,,,912,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0126,Santana,T_TL,all,all,,,104,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0126,Santana,F_TL,f,all,,,48,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0126,Santana,M_TL,m,all,,,56,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0127,Scotland Halfmoon,T_TL,all,all,,,259,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0127,Scotland Halfmoon,F_TL,f,all,,,131,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0127,Scotland Halfmoon,M_TL,m,all,,,128,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0128,St. Georges Caye,T_TL,all,all,,,656,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0128,St. Georges Caye,F_TL,f,all,,,337,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0128,St. Georges Caye,M_TL,m,all,,,319,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0129,St. Paul's Bank,T_TL,all,all,,,153,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0129,St. Paul's Bank,F_TL,f,all,,,74,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0129,St. Paul's Bank,M_TL,m,all,,,79,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0130,Western Paradise/West Lake/8 Miles,T_TL,all,all,,,1258,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0130,Western Paradise/West Lake/8 Miles,F_TL,f,all,,,659,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0130,Western Paradise/West Lake/8 Miles,M_TL,m,all,,,599,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0131,Willows Bank,T_TL,all,all,,,185,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0131,Willows Bank,F_TL,f,all,,,88,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0131,Willows Bank,M_TL,m,all,,,97,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0132,Other - Belize,T_TL,all,all,,,818,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0132,Other - Belize,F_TL,f,all,,,307,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ01,Belize,BZ0132,Other - Belize,M_TL,m,all,,,511,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0201,Belmopan,T_TL,all,all,,,13931,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0201,Belmopan,F_TL,f,all,,,7156,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0201,Belmopan,M_TL,m,all,,,6775,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0202,Benque Viejo,T_TL,all,all,,,6148,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0202,Benque Viejo,F_TL,f,all,,,3091,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0202,Benque Viejo,M_TL,m,all,,,3057,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0203,San Ignacio,T_TL,all,all,,,10489,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0203,San Ignacio,F_TL,f,all,,,5360,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0203,San Ignacio,M_TL,m,all,,,5129,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0204,Santa Elena,T_TL,all,all,,,7389,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0204,Santa Elena,F_TL,f,all,,,3767,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0204,Santa Elena,M_TL,m,all,,,3622,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0205,Arenal,T_TL,all,all,,,612,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0205,Arenal,F_TL,f,all,,,292,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0205,Arenal,M_TL,m,all,,,320,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0206,Armenia,T_TL,all,all,,,1395,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0206,Armenia,F_TL,f,all,,,672,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0206,Armenia,M_TL,m,all,,,723,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0207,Billy White,T_TL,all,all,,,586,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0207,Billy White,F_TL,f,all,,,300,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0207,Billy White,M_TL,m,all,,,286,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0208,Blackman Eddy,T_TL,all,all,,,534,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0208,Blackman Eddy,F_TL,f,all,,,247,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0208,Blackman Eddy,M_TL,m,all,,,287,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0209,Buena Vista,T_TL,all,all,,,599,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0209,Buena Vista,F_TL,f,all,,,283,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0209,Buena Vista,M_TL,m,all,,,316,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0210,Bullet Tree Falls,T_TL,all,all,,,2124,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0210,Bullet Tree Falls,F_TL,f,all,,,1066,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0210,Bullet Tree Falls,M_TL,m,all,,,1058,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0211,Calla Creek,T_TL,all,all,,,286,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0211,Calla Creek,F_TL,f,all,,,141,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0211,Calla Creek,M_TL,m,all,,,145,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0212,Camalote,T_TL,all,all,,,2562,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0212,Camalote,F_TL,f,all,,,1286,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0212,Camalote,M_TL,m,all,,,1276,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0213,Central Farm,T_TL,all,all,,,205,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0213,Central Farm,F_TL,f,all,,,106,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0213,Central Farm,M_TL,m,all,,,99,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0214,Cotton Tree,T_TL,all,all,,,1572,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0214,Cotton Tree,F_TL,f,all,,,780,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0214,Cotton Tree,M_TL,m,all,,,792,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0215,Cristo Rey,T_TL,all,all,,,873,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0215,Cristo Rey,F_TL,f,all,,,432,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0215,Cristo Rey,M_TL,m,all,,,441,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0216,Duck Run 1,T_TL,all,all,,,663,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0216,Duck Run 1,F_TL,f,all,,,330,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0216,Duck Run 1,M_TL,m,all,,,333,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0217,Duck Run 2,T_TL,all,all,,,371,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0217,Duck Run 2,F_TL,f,all,,,191,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0217,Duck Run 2,M_TL,m,all,,,180,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0218,Duck Run 3,T_TL,all,all,,,400,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0218,Duck Run 3,F_TL,f,all,,,210,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0218,Duck Run 3,M_TL,m,all,,,190,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0219,Esperanza,T_TL,all,all,,,1262,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0219,Esperanza,F_TL,f,all,,,621,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0219,Esperanza,M_TL,m,all,,,641,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0220,Frank's Eddy,T_TL,all,all,,,378,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0220,Frank's Eddy,F_TL,f,all,,,179,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0220,Frank's Eddy,M_TL,m,all,,,199,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0221,Georgeville,T_TL,all,all,,,921,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0221,Georgeville,F_TL,f,all,,,457,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0221,Georgeville,M_TL,m,all,,,464,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0222,La Gracia,T_TL,all,all,,,271,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0222,La Gracia,F_TL,f,all,,,125,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0222,La Gracia,M_TL,m,all,,,146,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0223,Los Tambos,T_TL,all,all,,,357,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0223,Los Tambos,F_TL,f,all,,,166,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0223,Los Tambos,M_TL,m,all,,,191,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0224,Lower Barton Creek ,T_TL,all,all,,,193,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0224,Lower Barton Creek ,F_TL,f,all,,,83,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0224,Lower Barton Creek ,M_TL,m,all,,,110,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0225,More Tomorrow,T_TL,all,all,,,154,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0225,More Tomorrow,F_TL,f,all,,,58,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0225,More Tomorrow,M_TL,m,all,,,96,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0226,Ontario,T_TL,all,all,,,775,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0226,Ontario,F_TL,f,all,,,381,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0226,Ontario,M_TL,m,all,,,394,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0227,Paslow Falls,T_TL,all,all,,,193,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0227,Paslow Falls,F_TL,f,all,,,83,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0227,Paslow Falls,M_TL,m,all,,,110,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0228,Ringtail ,T_TL,all,all,,,186,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0228,Ringtail ,F_TL,f,all,,,90,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0228,Ringtail ,M_TL,m,all,,,96,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0229,Roaring Creek,T_TL,all,all,,,1974,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0229,Roaring Creek,F_TL,f,all,,,1009,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0229,Roaring Creek,M_TL,m,all,,,965,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0230,San Antonio,T_TL,all,all,,,1847,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0230,San Antonio,F_TL,f,all,,,914,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0230,San Antonio,M_TL,m,all,,,933,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0231,San José Succotz,T_TL,all,all,,,2322,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0231,San José Succotz,F_TL,f,all,,,1180,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0231,San José Succotz,M_TL,m,all,,,1142,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0232,Santa Familia,T_TL,all,all,,,1598,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0232,Santa Familia,F_TL,f,all,,,774,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0232,Santa Familia,M_TL,m,all,,,824,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0233,Santa Marta,T_TL,all,all,,,1136,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0233,Santa Marta,F_TL,f,all,,,522,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0233,Santa Marta,M_TL,m,all,,,614,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0234,Selena,T_TL,all,all,,,201,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0234,Selena,F_TL,f,all,,,92,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0234,Selena,M_TL,m,all,,,109,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0235,Seven Miles,T_TL,all,all,,,483,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0235,Seven Miles,F_TL,f,all,,,231,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0235,Seven Miles,M_TL,m,all,,,252,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0236,Spanish Lookout,T_TL,all,all,,,2253,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0236,Spanish Lookout,F_TL,f,all,,,1102,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0236,Spanish Lookout,M_TL,m,all,,,1151,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0237,Springfield,T_TL,all,all,,,270,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0237,Springfield,F_TL,f,all,,,137,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0237,Springfield,M_TL,m,all,,,133,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0238,St. Matthews,T_TL,all,all,,,1153,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0238,St. Matthews,F_TL,f,all,,,589,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0238,St. Matthews,M_TL,m,all,,,564,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0239,Teakettle,T_TL,all,all,,,1747,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0239,Teakettle,F_TL,f,all,,,860,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0239,Teakettle,M_TL,m,all,,,887,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0240,Unitedville,T_TL,all,all,,,971,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0240,Unitedville,F_TL,f,all,,,495,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0240,Unitedville,M_TL,m,all,,,476,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0241,Upper Barton Creek ,T_TL,all,all,,,380,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0241,Upper Barton Creek ,F_TL,f,all,,,179,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0241,Upper Barton Creek ,M_TL,m,all,,,201,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0242,Valley of Peace,T_TL,all,all,,,2112,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0242,Valley of Peace,F_TL,f,all,,,1021,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0242,Valley of Peace,M_TL,m,all,,,1091,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0243,Other - Cayo,T_TL,all,all,,,1170,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0243,Other - Cayo,F_TL,f,all,,,543,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ02,Cayo,BZ0243,Other - Cayo,M_TL,m,all,,,627,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0301,Corozal Town,T_TL,all,all,,,10287,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0301,Corozal Town,F_TL,f,all,,,5355,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0301,Corozal Town,M_TL,m,all,,,4932,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0302,Altamira,T_TL,all,all,,,210,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0302,Altamira,F_TL,f,all,,,105,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0302,Altamira,M_TL,m,all,,,105,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0303,Buena Vista,T_TL,all,all,,,495,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0303,Buena Vista,F_TL,f,all,,,241,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0303,Buena Vista,M_TL,m,all,,,254,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0304,Calcutta,T_TL,all,all,,,846,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0304,Calcutta,F_TL,f,all,,,421,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0304,Calcutta,M_TL,m,all,,,425,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0305,Caledonia,T_TL,all,all,,,1400,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0305,Caledonia,F_TL,f,all,,,671,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0305,Caledonia,M_TL,m,all,,,729,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0306,Carolina,T_TL,all,all,,,206,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0306,Carolina,F_TL,f,all,,,95,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0306,Carolina,M_TL,m,all,,,111,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0307,Chan Chen,T_TL,all,all,,,715,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0307,Chan Chen,F_TL,f,all,,,345,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0307,Chan Chen,M_TL,m,all,,,370,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0308,Chunox,T_TL,all,all,,,1375,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0308,Chunox,F_TL,f,all,,,670,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0308,Chunox,M_TL,m,all,,,705,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0309,Concepción,T_TL,all,all,,,1257,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0309,Concepción,F_TL,f,all,,,644,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0309,Concepción,M_TL,m,all,,,613,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0310,Consejo,T_TL,all,all,,,350,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0310,Consejo,F_TL,f,all,,,172,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0310,Consejo,M_TL,m,all,,,178,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0311,Copper Bank,T_TL,all,all,,,470,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0311,Copper Bank,F_TL,f,all,,,233,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0311,Copper Bank,M_TL,m,all,,,237,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0312,Cristo Rey,T_TL,all,all,,,869,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0312,Cristo Rey,F_TL,f,all,,,436,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0312,Cristo Rey,M_TL,m,all,,,433,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0313,Libertad,T_TL,all,all,,,1606,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0313,Libertad,F_TL,f,all,,,794,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0313,Libertad,M_TL,m,all,,,812,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0314,Little Belize,T_TL,all,all,,,2650,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0314,Little Belize,F_TL,f,all,,,1304,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0314,Little Belize,M_TL,m,all,,,1346,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0315,Louisville,T_TL,all,all,,,880,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0315,Louisville,F_TL,f,all,,,426,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0315,Louisville,M_TL,m,all,,,454,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0316,Paraiso,T_TL,all,all,,,1007,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0316,Paraiso,F_TL,f,all,,,484,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0316,Paraiso,M_TL,m,all,,,523,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0317,Patchakán,T_TL,all,all,,,1374,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0317,Patchakán,F_TL,f,all,,,681,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0317,Patchakán,M_TL,m,all,,,693,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0318,Progreso,T_TL,all,all,,,1357,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0318,Progreso,F_TL,f,all,,,649,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0318,Progreso,M_TL,m,all,,,708,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0319,Ranchito,T_TL,all,all,,,1340,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0319,Ranchito,F_TL,f,all,,,661,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0319,Ranchito,M_TL,m,all,,,679,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0320,San Andrés,T_TL,all,all,,,1049,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0320,San Andrés,F_TL,f,all,,,528,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0320,San Andrés,M_TL,m,all,,,521,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0321,San Antonio,T_TL,all,all,,,517,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0321,San Antonio,F_TL,f,all,,,263,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0321,San Antonio,M_TL,m,all,,,254,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0322,San Joaquín,T_TL,all,all,,,1470,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0322,San Joaquín,F_TL,f,all,,,755,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0322,San Joaquín,M_TL,m,all,,,715,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0323,San Narciso,T_TL,all,all,,,2422,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0323,San Narciso,F_TL,f,all,,,1224,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0323,San Narciso,M_TL,m,all,,,1198,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0324,San Pedro,T_TL,all,all,,,519,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0324,San Pedro,F_TL,f,all,,,259,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0324,San Pedro,M_TL,m,all,,,260,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0325,San Román,T_TL,all,all,,,884,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0325,San Román,F_TL,f,all,,,461,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0325,San Román,M_TL,m,all,,,423,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0326,San Victor,T_TL,all,all,,,962,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0326,San Victor,F_TL,f,all,,,465,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0326,San Victor,M_TL,m,all,,,497,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0327,Santa Clara,T_TL,all,all,,,862,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0327,Santa Clara,F_TL,f,all,,,407,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0327,Santa Clara,M_TL,m,all,,,455,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0328,Sarteneja,T_TL,all,all,,,1824,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0328,Sarteneja,F_TL,f,all,,,905,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0328,Sarteneja,M_TL,m,all,,,919,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0329,Xaibe,T_TL,all,all,,,1575,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0329,Xaibe,F_TL,f,all,,,755,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0329,Xaibe,M_TL,m,all,,,820,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0330,Other - Corozal,T_TL,all,all,,,283,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0330,Other - Corozal,F_TL,f,all,,,131,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ03,Corozal,BZ0330,Other - Corozal,M_TL,m,all,,,152,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0401,Orange Walk Town,T_TL,all,all,,,13709,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0401,Orange Walk Town,F_TL,f,all,,,6979,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0401,Orange Walk Town,M_TL,m,all,,,6730,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0402,August Pine Ridge,T_TL,all,all,,,1794,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0402,August Pine Ridge,F_TL,f,all,,,880,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0402,August Pine Ridge,M_TL,m,all,,,914,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0403,Blue Creek,T_TL,all,all,,,407,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0403,Blue Creek,F_TL,f,all,,,190,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0403,Blue Creek,M_TL,m,all,,,217,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0404,Carmelita,T_TL,all,all,,,1474,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0404,Carmelita,F_TL,f,all,,,747,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0404,Carmelita,M_TL,m,all,,,727,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0405,Chan Pine Ridge,T_TL,all,all,,,446,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0405,Chan Pine Ridge,F_TL,f,all,,,211,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0405,Chan Pine Ridge,M_TL,m,all,,,235,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0406,Cuatro Leguas,T_TL,all,all,,,154,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0406,Cuatro Leguas,F_TL,f,all,,,75,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0406,Cuatro Leguas,M_TL,m,all,,,79,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0407,Douglas,T_TL,all,all,,,521,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0407,Douglas,F_TL,f,all,,,251,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0407,Douglas,M_TL,m,all,,,270,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0408,Guinea Grass,T_TL,all,all,,,3218,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0408,Guinea Grass,F_TL,f,all,,,1612,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0408,Guinea Grass,M_TL,m,all,,,1606,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0409,Indian Church,T_TL,all,all,,,267,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0409,Indian Church,F_TL,f,all,,,138,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0409,Indian Church,M_TL,m,all,,,129,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0410,Indian Creek,T_TL,all,all,,,904,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0410,Indian Creek,F_TL,f,all,,,436,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0410,Indian Creek,M_TL,m,all,,,468,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0411,San Antonio,T_TL,all,all,,,402,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0411,San Antonio,F_TL,f,all,,,190,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0411,San Antonio,M_TL,m,all,,,212,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0412,San Carlos,T_TL,all,all,,,138,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0412,San Carlos,F_TL,f,all,,,64,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0412,San Carlos,M_TL,m,all,,,74,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0413,San Estevan,T_TL,all,all,,,1661,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0413,San Estevan,F_TL,f,all,,,822,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0413,San Estevan,M_TL,m,all,,,839,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0414,San Felipe,T_TL,all,all,,,1499,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0414,San Felipe,F_TL,f,all,,,729,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0414,San Felipe,M_TL,m,all,,,770,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0415,San José,T_TL,all,all,,,2862,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0415,San José,F_TL,f,all,,,1376,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0415,San José,M_TL,m,all,,,1486,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0416,San José Palmar,T_TL,all,all,,,1355,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0416,San José Palmar,F_TL,f,all,,,656,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0416,San José Palmar,M_TL,m,all,,,699,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0417,San Juan,T_TL,all,all,,,320,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0417,San Juan,F_TL,f,all,,,157,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0417,San Juan,M_TL,m,all,,,163,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0418,San Lázaro,T_TL,all,all,,,1051,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0418,San Lázaro,F_TL,f,all,,,518,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0418,San Lázaro,M_TL,m,all,,,533,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0419,San Lorenzo,T_TL,all,all,,,404,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0419,San Lorenzo,F_TL,f,all,,,216,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0419,San Lorenzo,M_TL,m,all,,,188,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0420,San Luis,T_TL,all,all,,,257,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0420,San Luis,F_TL,f,all,,,125,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0420,San Luis,M_TL,m,all,,,132,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0421,San Pablo,T_TL,all,all,,,1129,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0421,San Pablo,F_TL,f,all,,,547,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0421,San Pablo,M_TL,m,all,,,582,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0422,San Román,T_TL,all,all,,,438,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0422,San Román,F_TL,f,all,,,206,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0422,San Román,M_TL,m,all,,,232,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0423,Santa Cruz,T_TL,all,all,,,259,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0423,Santa Cruz,F_TL,f,all,,,126,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0423,Santa Cruz,M_TL,m,all,,,133,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0424,Santa Marta,T_TL,all,all,,,601,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0424,Santa Marta,F_TL,f,all,,,265,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0424,Santa Marta,M_TL,m,all,,,336,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0425,Shipyard,T_TL,all,all,,,3345,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0425,Shipyard,F_TL,f,all,,,1639,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0425,Shipyard,M_TL,m,all,,,1706,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0426,Tower Hill,T_TL,all,all,,,315,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0426,Tower Hill,F_TL,f,all,,,147,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0426,Tower Hill,M_TL,m,all,,,168,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0427,Tres Leguas,T_TL,all,all,,,158,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0427,Tres Leguas,F_TL,f,all,,,71,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0427,Tres Leguas,M_TL,m,all,,,87,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0428,Trial Farm,T_TL,all,all,,,4264,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0428,Trial Farm,F_TL,f,all,,,2111,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0428,Trial Farm,M_TL,m,all,,,2153,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0429,Trinidad,T_TL,all,all,,,570,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0429,Trinidad,F_TL,f,all,,,284,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0429,Trinidad,M_TL,m,all,,,286,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0430,Yo Creek,T_TL,all,all,,,1413,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0430,Yo Creek,F_TL,f,all,,,684,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0430,Yo Creek,M_TL,m,all,,,729,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0431,Other - Orange Walk,T_TL,all,all,,,611,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0431,Other - Orange Walk,F_TL,f,all,,,280,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ04,Orange Walk,BZ0431,Other - Orange Walk,M_TL,m,all,,,331,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0501,Dangriga,T_TL,all,all,,,9591,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0501,Dangriga,F_TL,f,all,,,4976,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0501,Dangriga,M_TL,m,all,,,4615,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0502,Alta Vista,T_TL,all,all,,,369,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0502,Alta Vista,F_TL,f,all,,,153,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0502,Alta Vista,M_TL,m,all,,,216,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0503,Cow Pen,T_TL,all,all,,,1042,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0503,Cow Pen,F_TL,f,all,,,477,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0503,Cow Pen,M_TL,m,all,,,565,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0504,Georgetown,T_TL,all,all,,,473,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0504,Georgetown,F_TL,f,all,,,232,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0504,Georgetown,M_TL,m,all,,,241,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0505,Hope Creek,T_TL,all,all,,,1128,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0505,Hope Creek,F_TL,f,all,,,547,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0505,Hope Creek,M_TL,m,all,,,581,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0506,Hopkins,T_TL,all,all,,,1610,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0506,Hopkins,F_TL,f,all,,,833,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0506,Hopkins,M_TL,m,all,,,777,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0507,Hummingbird Community,T_TL,all,all,,,466,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0507,Hummingbird Community,F_TL,f,all,,,221,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0507,Hummingbird Community,M_TL,m,all,,,245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0508,Independence,T_TL,all,all,,,4014,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0508,Independence,F_TL,f,all,,,2003,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0508,Independence,M_TL,m,all,,,2011,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0509,Kendall,T_TL,all,all,,,118,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0509,Kendall,F_TL,f,all,,,46,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0509,Kendall,M_TL,m,all,,,72,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0510,Long Bank,T_TL,all,all,,,164,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0510,Long Bank,F_TL,f,all,,,59,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0510,Long Bank,M_TL,m,all,,,105,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0511,Maya Beach,T_TL,all,all,,,229,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0511,Maya Beach,F_TL,f,all,,,97,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0511,Maya Beach,M_TL,m,all,,,132,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0512,Maya Centre,T_TL,all,all,,,386,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0512,Maya Centre,F_TL,f,all,,,188,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0512,Maya Centre,M_TL,m,all,,,198,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0513,Maya Mopan,T_TL,all,all,,,632,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0513,Maya Mopan,F_TL,f,all,,,316,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0513,Maya Mopan,M_TL,m,all,,,316,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0514,Middlesex,T_TL,all,all,,,221,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0514,Middlesex,F_TL,f,all,,,103,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0514,Middlesex,M_TL,m,all,,,118,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0515,Mullins River,T_TL,all,all,,,235,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0515,Mullins River,F_TL,f,all,,,80,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0515,Mullins River,M_TL,m,all,,,155,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0516,Placencia,T_TL,all,all,,,1753,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0516,Placencia,F_TL,f,all,,,813,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0516,Placencia,M_TL,m,all,,,940,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0517,Pomona,T_TL,all,all,,,1730,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0517,Pomona,F_TL,f,all,,,801,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0517,Pomona,M_TL,m,all,,,929,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0518,Red Bank,T_TL,all,all,,,1201,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0518,Red Bank,F_TL,f,all,,,580,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0518,Red Bank,M_TL,m,all,,,621,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0519,Riversdale,T_TL,all,all,,,567,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0519,Riversdale,F_TL,f,all,,,209,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0519,Riversdale,M_TL,m,all,,,358,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0520,San Juan,T_TL,all,all,,,437,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0520,San Juan,F_TL,f,all,,,187,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0520,San Juan,M_TL,m,all,,,250,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0521,San Román,T_TL,all,all,,,894,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0521,San Román,F_TL,f,all,,,448,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0521,San Román,M_TL,m,all,,,446,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0522,Santa Cruz,T_TL,all,all,,,774,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0522,Santa Cruz,F_TL,f,all,,,375,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0522,Santa Cruz,M_TL,m,all,,,399,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0523,Santa Rosa,T_TL,all,all,,,542,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0523,Santa Rosa,F_TL,f,all,,,258,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0523,Santa Rosa,M_TL,m,all,,,284,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0524,Sarawee,T_TL,all,all,,,525,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0524,Sarawee,F_TL,f,all,,,235,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0524,Sarawee,M_TL,m,all,,,290,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0525,Seine Bight,T_TL,all,all,,,1310,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0525,Seine Bight,F_TL,f,all,,,641,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0525,Seine Bight,M_TL,m,all,,,669,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0526,Silk Grass,T_TL,all,all,,,1092,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0526,Silk Grass,F_TL,f,all,,,524,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0526,Silk Grass,M_TL,m,all,,,568,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0527,Sittee River,T_TL,all,all,,,439,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0527,Sittee River,F_TL,f,all,,,194,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0527,Sittee River,M_TL,m,all,,,245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0528,South Stann Creek,T_TL,all,all,,,686,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0528,South Stann Creek,F_TL,f,all,,,214,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0528,South Stann Creek,M_TL,m,all,,,472,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0529,Steadfast,T_TL,all,all,,,481,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0529,Steadfast,F_TL,f,all,,,236,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0529,Steadfast,M_TL,m,all,,,245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0530,Valley Community,T_TL,all,all,,,627,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0530,Valley Community,F_TL,f,all,,,287,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0530,Valley Community,M_TL,m,all,,,340,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0531,Other - Stann Creek,T_TL,all,all,,,588,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0531,Other - Stann Creek,F_TL,f,all,,,231,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ05,Stann Creek,BZ0531,Other - Stann Creek,M_TL,m,all,,,357,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0601,Punta Gorda Town,T_TL,all,all,,,5351,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0601,Punta Gorda Town,F_TL,f,all,,,2832,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0601,Punta Gorda Town,M_TL,m,all,,,2519,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0602,Aguacate,T_TL,all,all,,,369,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0602,Aguacate,F_TL,f,all,,,191,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0602,Aguacate,M_TL,m,all,,,178,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0603,Barranco,T_TL,all,all,,,157,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0603,Barranco,F_TL,f,all,,,77,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0603,Barranco,M_TL,m,all,,,80,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0604,Bella Vista,T_TL,all,all,,,3508,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0604,Bella Vista,F_TL,f,all,,,1706,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0604,Bella Vista,M_TL,m,all,,,1802,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0605,Big Falls,T_TL,all,all,,,845,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0605,Big Falls,F_TL,f,all,,,433,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0605,Big Falls,M_TL,m,all,,,412,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0606,Bladden,T_TL,all,all,,,466,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0606,Bladden,F_TL,f,all,,,219,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0606,Bladden,M_TL,m,all,,,247,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0607,Blue Creek,T_TL,all,all,,,366,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0607,Blue Creek,F_TL,f,all,,,194,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0607,Blue Creek,M_TL,m,all,,,172,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0608,Cattle Landing,T_TL,all,all,,,226,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0608,Cattle Landing,F_TL,f,all,,,105,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0608,Cattle Landing,M_TL,m,all,,,121,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0609,Conejo,T_TL,all,all,,,210,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0609,Conejo,F_TL,f,all,,,99,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0609,Conejo,M_TL,m,all,,,111,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0610,Corazón,T_TL,all,all,,,188,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0610,Corazón,F_TL,f,all,,,92,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0610,Corazón,M_TL,m,all,,,96,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0611,Crique Jute,T_TL,all,all,,,223,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0611,Crique Jute,F_TL,f,all,,,122,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0611,Crique Jute,M_TL,m,all,,,101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0612,Crique Sarco,T_TL,all,all,,,328,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0612,Crique Sarco,F_TL,f,all,,,160,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0612,Crique Sarco,M_TL,m,all,,,168,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0613,Dolores,T_TL,all,all,,,460,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0613,Dolores,F_TL,f,all,,,236,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0613,Dolores,M_TL,m,all,,,224,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0614,Dump,T_TL,all,all,,,198,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0614,Dump,F_TL,f,all,,,106,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0614,Dump,M_TL,m,all,,,92,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0615,Elridge,T_TL,all,all,,,514,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0615,Elridge,F_TL,f,all,,,242,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0615,Elridge,M_TL,m,all,,,272,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0616,Forest Home,T_TL,all,all,,,479,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0616,Forest Home,F_TL,f,all,,,234,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0616,Forest Home,M_TL,m,all,,,245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0617,Golden Stream,T_TL,all,all,,,349,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0617,Golden Stream,F_TL,f,all,,,173,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0617,Golden Stream,M_TL,m,all,,,176,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0618,Hicattee (Southern Highway),T_TL,all,all,,,363,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0618,Hicattee (Southern Highway),F_TL,f,all,,,190,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0618,Hicattee (Southern Highway),M_TL,m,all,,,173,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0619,Indian Creek,T_TL,all,all,,,721,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0619,Indian Creek,F_TL,f,all,,,344,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0619,Indian Creek,M_TL,m,all,,,377,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0620,Jacinto/Westmoreland,T_TL,all,all,,,337,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0620,Jacinto/Westmoreland,F_TL,f,all,,,170,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0620,Jacinto/Westmoreland,M_TL,m,all,,,167,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0621,Jalacté,T_TL,all,all,,,769,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0621,Jalacté,F_TL,f,all,,,392,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0621,Jalacté,M_TL,m,all,,,377,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0622,Laguna,T_TL,all,all,,,257,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0622,Laguna,F_TL,f,all,,,143,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0622,Laguna,M_TL,m,all,,,114,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0623,Mabilha,T_TL,all,all,,,205,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0623,Mabilha,F_TL,f,all,,,101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0623,Mabilha,M_TL,m,all,,,104,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0624,Mafredi,T_TL,all,all,,,149,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0624,Mafredi,F_TL,f,all,,,71,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0624,Mafredi,M_TL,m,all,,,78,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0625,Mango Walk,T_TL,all,all,,,244,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0625,Mango Walk,F_TL,f,all,,,100,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0625,Mango Walk,M_TL,m,all,,,144,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0626,Medina Bank,T_TL,all,all,,,237,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0626,Medina Bank,F_TL,f,all,,,128,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0626,Medina Bank,M_TL,m,all,,,109,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0627,Midway,T_TL,all,all,,,240,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0627,Midway,F_TL,f,all,,,125,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0627,Midway,M_TL,m,all,,,115,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0628,Monkey River,T_TL,all,all,,,196,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0628,Monkey River,F_TL,f,all,,,98,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0628,Monkey River,M_TL,m,all,,,98,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0629,Otoxha,T_TL,all,all,,,262,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0629,Otoxha,F_TL,f,all,,,135,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0629,Otoxha,M_TL,m,all,,,127,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0630,Pine Hill,T_TL,all,all,,,205,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0630,Pine Hill,F_TL,f,all,,,101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0630,Pine Hill,M_TL,m,all,,,104,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0631,Pueblo Viejo,T_TL,all,all,,,433,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0631,Pueblo Viejo,F_TL,f,all,,,229,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0631,Pueblo Viejo,M_TL,m,all,,,204,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0632,San Antonio,T_TL,all,all,,,1204,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0632,San Antonio,F_TL,f,all,,,629,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0632,San Antonio,M_TL,m,all,,,575,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0633,San Benito Poite,T_TL,all,all,,,543,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0633,San Benito Poite,F_TL,f,all,,,249,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0633,San Benito Poite,M_TL,m,all,,,294,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0634,San Felipe,T_TL,all,all,,,353,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0634,San Felipe,F_TL,f,all,,,181,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0634,San Felipe,M_TL,m,all,,,172,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0635,San Isidro,T_TL,all,all,,,375,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0635,San Isidro,F_TL,f,all,,,173,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0635,San Isidro,M_TL,m,all,,,202,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0636,San José,T_TL,all,all,,,849,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0636,San José,F_TL,f,all,,,446,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0636,San José,M_TL,m,all,,,403,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0637,San Marcos,T_TL,all,all,,,623,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0637,San Marcos,F_TL,f,all,,,303,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0637,San Marcos,M_TL,m,all,,,320,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0638,San Miguel,T_TL,all,all,,,537,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0638,San Miguel,F_TL,f,all,,,270,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0638,San Miguel,M_TL,m,all,,,267,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0639,San Pablo,T_TL,all,all,,,250,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0639,San Pablo,F_TL,f,all,,,123,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0639,San Pablo,M_TL,m,all,,,127,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0640,San Pedro Columbia,T_TL,all,all,,,1703,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0640,San Pedro Columbia,F_TL,f,all,,,828,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0640,San Pedro Columbia,M_TL,m,all,,,875,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0641,San Vicente,T_TL,all,all,,,441,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0641,San Vicente,F_TL,f,all,,,208,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0641,San Vicente,M_TL,m,all,,,233,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0642,Santa Ana,T_TL,all,all,,,290,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0642,Santa Ana,F_TL,f,all,,,135,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0642,Santa Ana,M_TL,m,all,,,155,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0643,Santa Cruz,T_TL,all,all,,,386,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0643,Santa Cruz,F_TL,f,all,,,195,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0643,Santa Cruz,M_TL,m,all,,,191,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0644,Santa Elena,T_TL,all,all,,,200,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0644,Santa Elena,F_TL,f,all,,,99,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0644,Santa Elena,M_TL,m,all,,,101,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0645,Santa Teresa,T_TL,all,all,,,370,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0645,Santa Teresa,F_TL,f,all,,,185,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0645,Santa Teresa,M_TL,m,all,,,185,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0646,Silver Creek,T_TL,all,all,,,476,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0646,Silver Creek,F_TL,f,all,,,231,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0646,Silver Creek,M_TL,m,all,,,245,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0647,Sunday Wood,T_TL,all,all,,,285,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0647,Sunday Wood,F_TL,f,all,,,145,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0647,Sunday Wood,M_TL,m,all,,,140,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0648,Swasey,T_TL,all,all,,,257,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0648,Swasey,F_TL,f,all,,,111,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0648,Swasey,M_TL,m,all,,,146,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0649,Trio,T_TL,all,all,,,899,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0649,Trio,F_TL,f,all,,,418,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0649,Trio,M_TL,m,all,,,481,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0650,Yemery Grove,T_TL,all,all,,,265,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0650,Yemery Grove,F_TL,f,all,,,134,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0650,Yemery Grove,M_TL,m,all,,,131,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0651,Other - Toledo,T_TL,all,all,,,1624,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0651,Other - Toledo,F_TL,f,all,,,759,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,BZ06,Toledo,BZ0651,Other - Toledo,M_TL,m,all,,,865,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_TL,f,all,,,184847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_TL,m,all,,,185519,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_TL,all,all,,,370366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_00_04,f,0-4,0,4,36406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_05_09,f,5-9,5,9,32707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_10_14,f,10-14,10,14,22821,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_15_19,f,15-19,15,19,20786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_20_24,f,20-24,20,24,17542,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_25_29,f,25-29,25,29,14125,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_30_34,f,30-34,30,34,10563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_35_39,f,35-39,35,39,7952,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_40_44,f,40-44,40,44,6034,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_45_49,f,45-49,45,49,4284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_50_54,f,50-54,50,54,3765,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_55_59,f,55-59,55,59,2245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_60_64,f,60-64,60,64,2005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_65_69,f,65-69,65,69,1253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_70_74,f,70-74,70,74,1117,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_75_79,f,75-79,75,79,640,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,F_80PLUS,f,80+,80,,602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_00_04,m,0-4,0,4,36881,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_05_09,m,5-9,5,9,31885,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_10_14,m,10-14,10,14,24025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_15_19,m,15-19,15,19,19310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_20_24,m,20-24,20,24,16762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_25_29,m,25-29,25,29,14314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_30_34,m,30-34,30,34,10505,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_35_39,m,35-39,35,39,8002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_40_44,m,40-44,40,44,6090,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_45_49,m,45-49,45,49,5069,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_50_54,m,50-54,50,54,3791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_55_59,m,55-59,55,59,2444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_60_64,m,60-64,60,64,2259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_65_69,m,65-69,65,69,1465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_70_74,m,70-74,70,74,1385,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_75_79,m,75-79,75,79,729,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,M_80PLUS,m,80+,80,,603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_00_04,all,0-4,0,4,73287,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_05_09,all,5-9,5,9,64592,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_10_14,all,10-14,10,14,46846,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_15_19,all,15-19,15,19,40096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_20_24,all,20-24,20,24,34304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_25_29,all,25-29,25,29,28439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_30_34,all,30-34,30,34,21068,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_35_39,all,35-39,35,39,15954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_40_44,all,40-44,40,44,12124,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_45_49,all,45-49,45,49,9353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_50_54,all,50-54,50,54,7556,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_55_59,all,55-59,55,59,4689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_60_64,all,60-64,60,64,4264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_65_69,all,65-69,65,69,2718,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_70_74,all,70-74,70,74,2502,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_75_79,all,75-79,75,79,1369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0101,Banikoara,T_80PLUS,all,80+,80,,1205,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_TL,f,all,,,81174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_TL,m,all,,,80418,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_TL,all,all,,,161592,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_00_04,f,0-4,0,4,16899,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_05_09,f,5-9,5,9,13943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_10_14,f,10-14,10,14,10067,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_15_19,f,15-19,15,19,9222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_20_24,f,20-24,20,24,7318,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_25_29,f,25-29,25,29,5960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_30_34,f,30-34,30,34,4752,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_35_39,f,35-39,35,39,3464,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_40_44,f,40-44,40,44,2782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_45_49,f,45-49,45,49,1903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_50_54,f,50-54,50,54,1667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_55_59,f,55-59,55,59,915,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_60_64,f,60-64,60,64,861,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_65_69,f,65-69,65,69,521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_70_74,f,70-74,70,74,518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_75_79,f,75-79,75,79,189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,F_80PLUS,f,80+,80,,193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_00_04,m,0-4,0,4,17057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_05_09,m,5-9,5,9,14042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_10_14,m,10-14,10,14,10189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_15_19,m,15-19,15,19,8082,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_20_24,m,20-24,20,24,6905,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_25_29,m,25-29,25,29,5923,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_30_34,m,30-34,30,34,4573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_35_39,m,35-39,35,39,3328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_40_44,m,40-44,40,44,2817,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_45_49,m,45-49,45,49,2175,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_50_54,m,50-54,50,54,1785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_55_59,m,55-59,55,59,928,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_60_64,m,60-64,60,64,996,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_65_69,m,65-69,65,69,663,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_70_74,m,70-74,70,74,571,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_75_79,m,75-79,75,79,208,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,M_80PLUS,m,80+,80,,176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_00_04,all,0-4,0,4,33956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_05_09,all,5-9,5,9,27985,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_10_14,all,10-14,10,14,20256,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_15_19,all,15-19,15,19,17304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_20_24,all,20-24,20,24,14223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_25_29,all,25-29,25,29,11883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_30_34,all,30-34,30,34,9325,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_35_39,all,35-39,35,39,6792,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_40_44,all,40-44,40,44,5599,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_45_49,all,45-49,45,49,4078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_50_54,all,50-54,50,54,3452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_55_59,all,55-59,55,59,1843,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_60_64,all,60-64,60,64,1857,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_65_69,all,65-69,65,69,1184,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_70_74,all,70-74,70,74,1089,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_75_79,all,75-79,75,79,397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0102,Gogounou,T_80PLUS,all,80+,80,,369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_TL,f,all,,,153511,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_TL,m,all,,,154003,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_TL,all,all,,,307514,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_00_04,f,0-4,0,4,31161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_05_09,f,5-9,5,9,26609,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_10_14,f,10-14,10,14,18994,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_15_19,f,15-19,15,19,16546,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_20_24,f,20-24,20,24,14710,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_25_29,f,25-29,25,29,11803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_30_34,f,30-34,30,34,9145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_35_39,f,35-39,35,39,6476,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_40_44,f,40-44,40,44,5289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_45_49,f,45-49,45,49,3897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_50_54,f,50-54,50,54,3005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_55_59,f,55-59,55,59,1832,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_60_64,f,60-64,60,64,1543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_65_69,f,65-69,65,69,1015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_70_74,f,70-74,70,74,892,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_75_79,f,75-79,75,79,292,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,F_80PLUS,f,80+,80,,302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_00_04,m,0-4,0,4,31421,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_05_09,m,5-9,5,9,26840,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_10_14,m,10-14,10,14,18909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_15_19,m,15-19,15,19,15359,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_20_24,m,20-24,20,24,13648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_25_29,m,25-29,25,29,11701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_30_34,m,30-34,30,34,9179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_35_39,m,35-39,35,39,6724,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_40_44,m,40-44,40,44,5350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_45_49,m,45-49,45,49,4655,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_50_54,m,50-54,50,54,3548,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_55_59,m,55-59,55,59,2044,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_60_64,m,60-64,60,64,1714,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_65_69,m,65-69,65,69,1232,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_70_74,m,70-74,70,74,917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_75_79,m,75-79,75,79,465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,M_80PLUS,m,80+,80,,297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_00_04,all,0-4,0,4,62582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_05_09,all,5-9,5,9,53449,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_10_14,all,10-14,10,14,37903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_15_19,all,15-19,15,19,31905,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_20_24,all,20-24,20,24,28358,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_25_29,all,25-29,25,29,23504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_30_34,all,30-34,30,34,18324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_35_39,all,35-39,35,39,13200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_40_44,all,40-44,40,44,10639,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_45_49,all,45-49,45,49,8552,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_50_54,all,50-54,50,54,6553,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_55_59,all,55-59,55,59,3876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_60_64,all,60-64,60,64,3257,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_65_69,all,65-69,65,69,2247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_70_74,all,70-74,70,74,1809,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_75_79,all,75-79,75,79,757,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0103,Kandi,T_80PLUS,all,80+,80,,599,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_TL,f,all,,,50891,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_TL,m,all,,,51775,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_TL,all,all,,,102666,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_00_04,f,0-4,0,4,10559,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_05_09,f,5-9,5,9,8862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_10_14,f,10-14,10,14,6054,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_15_19,f,15-19,15,19,4945,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_20_24,f,20-24,20,24,4716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_25_29,f,25-29,25,29,3837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_30_34,f,30-34,30,34,3172,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_35_39,f,35-39,35,39,2340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_40_44,f,40-44,40,44,2025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_45_49,f,45-49,45,49,1367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_50_54,f,50-54,50,54,1198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_55_59,f,55-59,55,59,541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_60_64,f,60-64,60,64,520,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_65_69,f,65-69,65,69,338,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_70_74,f,70-74,70,74,238,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_75_79,f,75-79,75,79,127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,F_80PLUS,f,80+,80,,52,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_00_04,m,0-4,0,4,10599,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_05_09,m,5-9,5,9,8566,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_10_14,m,10-14,10,14,6167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_15_19,m,15-19,15,19,4927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_20_24,m,20-24,20,24,4754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_25_29,m,25-29,25,29,3543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_30_34,m,30-34,30,34,2918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_35_39,m,35-39,35,39,2158,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_40_44,m,40-44,40,44,2121,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_45_49,m,45-49,45,49,1618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_50_54,m,50-54,50,54,1399,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_55_59,m,55-59,55,59,863,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_60_64,m,60-64,60,64,833,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_65_69,m,65-69,65,69,559,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_70_74,m,70-74,70,74,453,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_75_79,m,75-79,75,79,250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,M_80PLUS,m,80+,80,,47,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_00_04,all,0-4,0,4,21158,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_05_09,all,5-9,5,9,17428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_10_14,all,10-14,10,14,12221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_15_19,all,15-19,15,19,9872,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_20_24,all,20-24,20,24,9470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_25_29,all,25-29,25,29,7380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_30_34,all,30-34,30,34,6090,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_35_39,all,35-39,35,39,4498,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_40_44,all,40-44,40,44,4146,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_45_49,all,45-49,45,49,2985,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_50_54,all,50-54,50,54,2597,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_55_59,all,55-59,55,59,1404,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_60_64,all,60-64,60,64,1353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_65_69,all,65-69,65,69,897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_70_74,all,70-74,70,74,691,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_75_79,all,75-79,75,79,377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0104,Karimama,T_80PLUS,all,80+,80,,99,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_TL,f,all,,,129063,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_TL,m,all,,,129461,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_TL,all,all,,,258524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_00_04,f,0-4,0,4,25878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_05_09,f,5-9,5,9,21797,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_10_14,f,10-14,10,14,15724,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_15_19,f,15-19,15,19,14160,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_20_24,f,20-24,20,24,12465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_25_29,f,25-29,25,29,9968,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_30_34,f,30-34,30,34,7908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_35_39,f,35-39,35,39,5692,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_40_44,f,40-44,40,44,4962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_45_49,f,45-49,45,49,3321,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_50_54,f,50-54,50,54,2758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_55_59,f,55-59,55,59,1427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_60_64,f,60-64,60,64,1172,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_65_69,f,65-69,65,69,654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_70_74,f,70-74,70,74,618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_75_79,f,75-79,75,79,259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,F_80PLUS,f,80+,80,,300,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_00_04,m,0-4,0,4,25928,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_05_09,m,5-9,5,9,21285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_10_14,m,10-14,10,14,15649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_15_19,m,15-19,15,19,12676,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_20_24,m,20-24,20,24,11671,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_25_29,m,25-29,25,29,9488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_30_34,m,30-34,30,34,7480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_35_39,m,35-39,35,39,5663,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_40_44,m,40-44,40,44,5250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_45_49,m,45-49,45,49,4203,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_50_54,m,50-54,50,54,3532,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_55_59,m,55-59,55,59,1819,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_60_64,m,60-64,60,64,2019,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_65_69,m,65-69,65,69,1229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_70_74,m,70-74,70,74,906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_75_79,m,75-79,75,79,375,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,M_80PLUS,m,80+,80,,288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_00_04,all,0-4,0,4,51806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_05_09,all,5-9,5,9,43082,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_10_14,all,10-14,10,14,31373,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_15_19,all,15-19,15,19,26836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_20_24,all,20-24,20,24,24136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_25_29,all,25-29,25,29,19456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_30_34,all,30-34,30,34,15388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_35_39,all,35-39,35,39,11355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_40_44,all,40-44,40,44,10212,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_45_49,all,45-49,45,49,7524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_50_54,all,50-54,50,54,6290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_55_59,all,55-59,55,59,3246,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_60_64,all,60-64,60,64,3191,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_65_69,all,65-69,65,69,1883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_70_74,all,70-74,70,74,1524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_75_79,all,75-79,75,79,634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0105,Malanville,T_80PLUS,all,80+,80,,588,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_TL,f,all,,,68078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_TL,m,all,,,70908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_TL,all,all,,,138986,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_00_04,f,0-4,0,4,14783,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_05_09,f,5-9,5,9,11974,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_10_14,f,10-14,10,14,8427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_15_19,f,15-19,15,19,7723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_20_24,f,20-24,20,24,6329,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_25_29,f,25-29,25,29,4975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_30_34,f,30-34,30,34,3914,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_35_39,f,35-39,35,39,2699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_40_44,f,40-44,40,44,2231,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_45_49,f,45-49,45,49,1431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_50_54,f,50-54,50,54,1289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_55_59,f,55-59,55,59,619,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_60_64,f,60-64,60,64,680,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_65_69,f,65-69,65,69,384,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_70_74,f,70-74,70,74,333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_75_79,f,75-79,75,79,147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,F_80PLUS,f,80+,80,,140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_00_04,m,0-4,0,4,15290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_05_09,m,5-9,5,9,12213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_10_14,m,10-14,10,14,8847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_15_19,m,15-19,15,19,7146,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_20_24,m,20-24,20,24,6059,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_25_29,m,25-29,25,29,5124,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_30_34,m,30-34,30,34,4259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_35_39,m,35-39,35,39,3000,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_40_44,m,40-44,40,44,2437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_45_49,m,45-49,45,49,1877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_50_54,m,50-54,50,54,1673,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_55_59,m,55-59,55,59,944,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_60_64,m,60-64,60,64,794,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_65_69,m,65-69,65,69,430,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_70_74,m,70-74,70,74,489,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_75_79,m,75-79,75,79,195,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,M_80PLUS,m,80+,80,,131,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_00_04,all,0-4,0,4,30073,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_05_09,all,5-9,5,9,24187,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_10_14,all,10-14,10,14,17274,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_15_19,all,15-19,15,19,14869,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_20_24,all,20-24,20,24,12388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_25_29,all,25-29,25,29,10099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_30_34,all,30-34,30,34,8173,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_35_39,all,35-39,35,39,5699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_40_44,all,40-44,40,44,4668,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_45_49,all,45-49,45,49,3308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_50_54,all,50-54,50,54,2962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_55_59,all,55-59,55,59,1563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_60_64,all,60-64,60,64,1474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_65_69,all,65-69,65,69,814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_70_74,all,70-74,70,74,822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_75_79,all,75-79,75,79,342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ01,Alibori,BJ0106,Segbana,T_80PLUS,all,80+,80,,271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_TL,f,all,,,53884,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_TL,m,all,,,52035,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_TL,all,all,,,105919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_00_04,f,0-4,0,4,9873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_05_09,f,5-9,5,9,8195,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_10_14,f,10-14,10,14,5867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_15_19,f,15-19,15,19,4867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_20_24,f,20-24,20,24,4144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_25_29,f,25-29,25,29,3413,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_30_34,f,30-34,30,34,3410,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_35_39,f,35-39,35,39,2661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_40_44,f,40-44,40,44,2726,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_45_49,f,45-49,45,49,2622,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_50_54,f,50-54,50,54,1898,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_55_59,f,55-59,55,59,1185,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_60_64,f,60-64,60,64,1088,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_65_69,f,65-69,65,69,963,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_70_74,f,70-74,70,74,554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_75_79,f,75-79,75,79,270,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,F_80PLUS,f,80+,80,,148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_00_04,m,0-4,0,4,10377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_05_09,m,5-9,5,9,8806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_10_14,m,10-14,10,14,7006,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_15_19,m,15-19,15,19,5080,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_20_24,m,20-24,20,24,4096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_25_29,m,25-29,25,29,3013,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_30_34,m,30-34,30,34,2427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_35_39,m,35-39,35,39,1877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_40_44,m,40-44,40,44,2005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_45_49,m,45-49,45,49,1771,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_50_54,m,50-54,50,54,1646,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_55_59,m,55-59,55,59,1091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_60_64,m,60-64,60,64,869,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_65_69,m,65-69,65,69,892,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_70_74,m,70-74,70,74,508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_75_79,m,75-79,75,79,377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,M_80PLUS,m,80+,80,,194,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_00_04,all,0-4,0,4,20250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_05_09,all,5-9,5,9,17001,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_10_14,all,10-14,10,14,12873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_15_19,all,15-19,15,19,9947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_20_24,all,20-24,20,24,8240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_25_29,all,25-29,25,29,6426,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_30_34,all,30-34,30,34,5837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_35_39,all,35-39,35,39,4538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_40_44,all,40-44,40,44,4731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_45_49,all,45-49,45,49,4393,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_50_54,all,50-54,50,54,3544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_55_59,all,55-59,55,59,2276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_60_64,all,60-64,60,64,1957,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_65_69,all,65-69,65,69,1855,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_70_74,all,70-74,70,74,1062,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_75_79,all,75-79,75,79,647,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0201,Boukombe,T_80PLUS,all,80+,80,,342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_TL,f,all,,,73853,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_TL,m,all,,,74829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_TL,all,all,,,148682,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_00_04,f,0-4,0,4,16174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_05_09,f,5-9,5,9,12847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_10_14,f,10-14,10,14,8593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_15_19,f,15-19,15,19,7477,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_20_24,f,20-24,20,24,6802,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_25_29,f,25-29,25,29,5532,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_30_34,f,30-34,30,34,4335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_35_39,f,35-39,35,39,3066,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_40_44,f,40-44,40,44,2496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_45_49,f,45-49,45,49,1706,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_50_54,f,50-54,50,54,1539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_55_59,f,55-59,55,59,778,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_60_64,f,60-64,60,64,946,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_65_69,f,65-69,65,69,486,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_70_74,f,70-74,70,74,570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_75_79,f,75-79,75,79,189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,F_80PLUS,f,80+,80,,317,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_00_04,m,0-4,0,4,16280,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_05_09,m,5-9,5,9,12862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_10_14,m,10-14,10,14,8955,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_15_19,m,15-19,15,19,7096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_20_24,m,20-24,20,24,6501,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_25_29,m,25-29,25,29,5606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_30_34,m,30-34,30,34,4581,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_35_39,m,35-39,35,39,3348,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_40_44,m,40-44,40,44,2528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_45_49,m,45-49,45,49,1866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_50_54,m,50-54,50,54,1649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_55_59,m,55-59,55,59,915,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_60_64,m,60-64,60,64,1033,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_65_69,m,65-69,65,69,607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_70_74,m,70-74,70,74,561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_75_79,m,75-79,75,79,177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,M_80PLUS,m,80+,80,,264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_00_04,all,0-4,0,4,32454,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_05_09,all,5-9,5,9,25709,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_10_14,all,10-14,10,14,17548,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_15_19,all,15-19,15,19,14573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_20_24,all,20-24,20,24,13303,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_25_29,all,25-29,25,29,11138,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_30_34,all,30-34,30,34,8916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_35_39,all,35-39,35,39,6414,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_40_44,all,40-44,40,44,5024,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_45_49,all,45-49,45,49,3572,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_50_54,all,50-54,50,54,3188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_55_59,all,55-59,55,59,1693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_60_64,all,60-64,60,64,1979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_65_69,all,65-69,65,69,1093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_70_74,all,70-74,70,74,1131,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_75_79,all,75-79,75,79,366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0202,Kerou,T_80PLUS,all,80+,80,,581,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_TL,f,all,,,47123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_TL,m,all,,,44701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_TL,all,all,,,91824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_00_04,f,0-4,0,4,9224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_05_09,f,5-9,5,9,8141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_10_14,f,10-14,10,14,5425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_15_19,f,15-19,15,19,4005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_20_24,f,20-24,20,24,4303,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_25_29,f,25-29,25,29,3123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_30_34,f,30-34,30,34,2875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_35_39,f,35-39,35,39,1939,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_40_44,f,40-44,40,44,2139,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_45_49,f,45-49,45,49,1604,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_50_54,f,50-54,50,54,1487,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_55_59,f,55-59,55,59,699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_60_64,f,60-64,60,64,830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_65_69,f,65-69,65,69,522,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_70_74,f,70-74,70,74,434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_75_79,f,75-79,75,79,176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,F_80PLUS,f,80+,80,,197,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_00_04,m,0-4,0,4,9766,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_05_09,m,5-9,5,9,8575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_10_14,m,10-14,10,14,6207,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_15_19,m,15-19,15,19,4226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_20_24,m,20-24,20,24,3576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_25_29,m,25-29,25,29,2571,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_30_34,m,30-34,30,34,2152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_35_39,m,35-39,35,39,1581,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_40_44,m,40-44,40,44,1459,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_45_49,m,45-49,45,49,1123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_50_54,m,50-54,50,54,1059,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_55_59,m,55-59,55,59,594,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_60_64,m,60-64,60,64,640,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_65_69,m,65-69,65,69,425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_70_74,m,70-74,70,74,420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_75_79,m,75-79,75,79,164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,M_80PLUS,m,80+,80,,163,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_00_04,all,0-4,0,4,18990,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_05_09,all,5-9,5,9,16716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_10_14,all,10-14,10,14,11632,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_15_19,all,15-19,15,19,8231,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_20_24,all,20-24,20,24,7879,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_25_29,all,25-29,25,29,5694,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_30_34,all,30-34,30,34,5027,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_35_39,all,35-39,35,39,3520,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_40_44,all,40-44,40,44,3598,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_45_49,all,45-49,45,49,2727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_50_54,all,50-54,50,54,2546,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_55_59,all,55-59,55,59,1293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_60_64,all,60-64,60,64,1470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_65_69,all,65-69,65,69,947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_70_74,all,70-74,70,74,854,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_75_79,all,75-79,75,79,340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0203,Kobli,T_80PLUS,all,80+,80,,360,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_TL,f,all,,,72840,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_TL,m,all,,,73122,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_TL,all,all,,,145962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_00_04,f,0-4,0,4,14495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_05_09,f,5-9,5,9,11837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_10_14,f,10-14,10,14,8424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_15_19,f,15-19,15,19,7400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_20_24,f,20-24,20,24,6684,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_25_29,f,25-29,25,29,5051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_30_34,f,30-34,30,34,4426,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_35_39,f,35-39,35,39,3245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_40_44,f,40-44,40,44,2845,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_45_49,f,45-49,45,49,2315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_50_54,f,50-54,50,54,1874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_55_59,f,55-59,55,59,1235,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_60_64,f,60-64,60,64,1030,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_65_69,f,65-69,65,69,873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_70_74,f,70-74,70,74,542,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_75_79,f,75-79,75,79,336,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,F_80PLUS,f,80+,80,,228,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_00_04,m,0-4,0,4,14723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_05_09,m,5-9,5,9,12587,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_10_14,m,10-14,10,14,9524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_15_19,m,15-19,15,19,7267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_20_24,m,20-24,20,24,6292,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_25_29,m,25-29,25,29,5076,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_30_34,m,30-34,30,34,4108,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_35_39,m,35-39,35,39,3019,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_40_44,m,40-44,40,44,2508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_45_49,m,45-49,45,49,2155,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_50_54,m,50-54,50,54,1688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_55_59,m,55-59,55,59,1168,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_60_64,m,60-64,60,64,1031,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_65_69,m,65-69,65,69,835,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_70_74,m,70-74,70,74,561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_75_79,m,75-79,75,79,380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,M_80PLUS,m,80+,80,,200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_00_04,all,0-4,0,4,29218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_05_09,all,5-9,5,9,24424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_10_14,all,10-14,10,14,17948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_15_19,all,15-19,15,19,14667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_20_24,all,20-24,20,24,12976,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_25_29,all,25-29,25,29,10127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_30_34,all,30-34,30,34,8534,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_35_39,all,35-39,35,39,6264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_40_44,all,40-44,40,44,5353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_45_49,all,45-49,45,49,4470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_50_54,all,50-54,50,54,3562,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_55_59,all,55-59,55,59,2403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_60_64,all,60-64,60,64,2061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_65_69,all,65-69,65,69,1708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_70_74,all,70-74,70,74,1103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_75_79,all,75-79,75,79,716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0204,Kouande,T_80PLUS,all,80+,80,,428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_TL,f,all,,,74569,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_TL,m,all,,,71811,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_TL,all,all,,,146380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_00_04,f,0-4,0,4,13862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_05_09,f,5-9,5,9,12873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_10_14,f,10-14,10,14,10156,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_15_19,f,15-19,15,19,8099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_20_24,f,20-24,20,24,6109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_25_29,f,25-29,25,29,4207,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_30_34,f,30-34,30,34,3845,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_35_39,f,35-39,35,39,2856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_40_44,f,40-44,40,44,3327,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_45_49,f,45-49,45,49,2263,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_50_54,f,50-54,50,54,2370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_55_59,f,55-59,55,59,1040,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_60_64,f,60-64,60,64,1295,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_65_69,f,65-69,65,69,752,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_70_74,f,70-74,70,74,872,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_75_79,f,75-79,75,79,365,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,F_80PLUS,f,80+,80,,278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_00_04,m,0-4,0,4,14202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_05_09,m,5-9,5,9,13336,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_10_14,m,10-14,10,14,10916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_15_19,m,15-19,15,19,8353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_20_24,m,20-24,20,24,6367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_25_29,m,25-29,25,29,3890,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_30_34,m,30-34,30,34,3042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_35_39,m,35-39,35,39,2031,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_40_44,m,40-44,40,44,2251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_45_49,m,45-49,45,49,1677,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_50_54,m,50-54,50,54,1828,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_55_59,m,55-59,55,59,834,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_60_64,m,60-64,60,64,1042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_65_69,m,65-69,65,69,755,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_70_74,m,70-74,70,74,731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_75_79,m,75-79,75,79,356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,M_80PLUS,m,80+,80,,200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_00_04,all,0-4,0,4,28064,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_05_09,all,5-9,5,9,26209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_10_14,all,10-14,10,14,21072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_15_19,all,15-19,15,19,16452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_20_24,all,20-24,20,24,12476,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_25_29,all,25-29,25,29,8097,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_30_34,all,30-34,30,34,6887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_35_39,all,35-39,35,39,4887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_40_44,all,40-44,40,44,5578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_45_49,all,45-49,45,49,3940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_50_54,all,50-54,50,54,4198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_55_59,all,55-59,55,59,1874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_60_64,all,60-64,60,64,2337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_65_69,all,65-69,65,69,1507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_70_74,all,70-74,70,74,1603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_75_79,all,75-79,75,79,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0205,Materi,T_80PLUS,all,80+,80,,478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_TL,f,all,,,67909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_TL,m,all,,,66536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_TL,all,all,,,134445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_00_04,f,0-4,0,4,11086,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_05_09,f,5-9,5,9,9654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_10_14,f,10-14,10,14,8565,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_15_19,f,15-19,15,19,7539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_20_24,f,20-24,20,24,6483,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_25_29,f,25-29,25,29,5154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_30_34,f,30-34,30,34,4445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_35_39,f,35-39,35,39,3422,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_40_44,f,40-44,40,44,2866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_45_49,f,45-49,45,49,2623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_50_54,f,50-54,50,54,1921,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_55_59,f,55-59,55,59,1331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_60_64,f,60-64,60,64,1017,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_65_69,f,65-69,65,69,865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_70_74,f,70-74,70,74,515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_75_79,f,75-79,75,79,259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,F_80PLUS,f,80+,80,,164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_00_04,m,0-4,0,4,11596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_05_09,m,5-9,5,9,9816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_10_14,m,10-14,10,14,8149,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_15_19,m,15-19,15,19,7000,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_20_24,m,20-24,20,24,6757,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_25_29,m,25-29,25,29,5190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_30_34,m,30-34,30,34,4134,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_35_39,m,35-39,35,39,3093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_40_44,m,40-44,40,44,2561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_45_49,m,45-49,45,49,2362,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_50_54,m,50-54,50,54,1880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_55_59,m,55-59,55,59,1368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_60_64,m,60-64,60,64,870,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_65_69,m,65-69,65,69,895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_70_74,m,70-74,70,74,495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_75_79,m,75-79,75,79,232,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,M_80PLUS,m,80+,80,,138,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_00_04,all,0-4,0,4,22682,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_05_09,all,5-9,5,9,19470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_10_14,all,10-14,10,14,16714,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_15_19,all,15-19,15,19,14539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_20_24,all,20-24,20,24,13240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_25_29,all,25-29,25,29,10344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_30_34,all,30-34,30,34,8579,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_35_39,all,35-39,35,39,6515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_40_44,all,40-44,40,44,5427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_45_49,all,45-49,45,49,4985,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_50_54,all,50-54,50,54,3801,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_55_59,all,55-59,55,59,2699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_60_64,all,60-64,60,64,1887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_65_69,all,65-69,65,69,1760,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_70_74,all,70-74,70,74,1010,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_75_79,all,75-79,75,79,491,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0206,Natitingou,T_80PLUS,all,80+,80,,302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_TL,f,all,,,51699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_TL,m,all,,,52648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_TL,all,all,,,104347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_00_04,f,0-4,0,4,10825,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_05_09,f,5-9,5,9,8740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_10_14,f,10-14,10,14,6118,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_15_19,f,15-19,15,19,5041,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_20_24,f,20-24,20,24,4696,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_25_29,f,25-29,25,29,3838,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_30_34,f,30-34,30,34,3193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_35_39,f,35-39,35,39,2330,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_40_44,f,40-44,40,44,1832,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_45_49,f,45-49,45,49,1343,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_50_54,f,50-54,50,54,1198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_55_59,f,55-59,55,59,696,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_60_64,f,60-64,60,64,618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_65_69,f,65-69,65,69,445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_70_74,f,70-74,70,74,378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_75_79,f,75-79,75,79,254,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,F_80PLUS,f,80+,80,,154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_00_04,m,0-4,0,4,11202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_05_09,m,5-9,5,9,9320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_10_14,m,10-14,10,14,6350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_15_19,m,15-19,15,19,5030,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_20_24,m,20-24,20,24,4365,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_25_29,m,25-29,25,29,3715,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_30_34,m,30-34,30,34,3023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_35_39,m,35-39,35,39,2258,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_40_44,m,40-44,40,44,1786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_45_49,m,45-49,45,49,1564,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_50_54,m,50-54,50,54,1347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_55_59,m,55-59,55,59,753,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_60_64,m,60-64,60,64,673,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_65_69,m,65-69,65,69,472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_70_74,m,70-74,70,74,413,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_75_79,m,75-79,75,79,260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,M_80PLUS,m,80+,80,,117,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_00_04,all,0-4,0,4,22027,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_05_09,all,5-9,5,9,18060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_10_14,all,10-14,10,14,12468,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_15_19,all,15-19,15,19,10071,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_20_24,all,20-24,20,24,9061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_25_29,all,25-29,25,29,7553,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_30_34,all,30-34,30,34,6216,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_35_39,all,35-39,35,39,4588,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_40_44,all,40-44,40,44,3618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_45_49,all,45-49,45,49,2907,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_50_54,all,50-54,50,54,2545,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_55_59,all,55-59,55,59,1449,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_60_64,all,60-64,60,64,1291,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_65_69,all,65-69,65,69,917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_70_74,all,70-74,70,74,791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_75_79,all,75-79,75,79,514,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0207,Pehunco,T_80PLUS,all,80+,80,,271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_TL,f,all,,,49024,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_TL,m,all,,,47121,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_TL,all,all,,,96145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_00_04,f,0-4,0,4,9002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_05_09,f,5-9,5,9,8029,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_10_14,f,10-14,10,14,6071,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_15_19,f,15-19,15,19,4590,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_20_24,f,20-24,20,24,4113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_25_29,f,25-29,25,29,3335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_30_34,f,30-34,30,34,3309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_35_39,f,35-39,35,39,2204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_40_44,f,40-44,40,44,2183,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_45_49,f,45-49,45,49,1785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_50_54,f,50-54,50,54,1408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_55_59,f,55-59,55,59,783,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_60_64,f,60-64,60,64,908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_65_69,f,65-69,65,69,576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_70_74,f,70-74,70,74,400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_75_79,f,75-79,75,79,213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,F_80PLUS,f,80+,80,,115,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_00_04,m,0-4,0,4,9260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_05_09,m,5-9,5,9,8340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_10_14,m,10-14,10,14,6603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_15_19,m,15-19,15,19,4779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_20_24,m,20-24,20,24,3917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_25_29,m,25-29,25,29,2685,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_30_34,m,30-34,30,34,2574,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_35_39,m,35-39,35,39,1742,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_40_44,m,40-44,40,44,1830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_45_49,m,45-49,45,49,1433,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_50_54,m,50-54,50,54,1332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_55_59,m,55-59,55,59,683,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_60_64,m,60-64,60,64,622,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_65_69,m,65-69,65,69,550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_70_74,m,70-74,70,74,408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_75_79,m,75-79,75,79,259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,M_80PLUS,m,80+,80,,104,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_00_04,all,0-4,0,4,18262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_05_09,all,5-9,5,9,16369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_10_14,all,10-14,10,14,12674,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_15_19,all,15-19,15,19,9369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_20_24,all,20-24,20,24,8030,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_25_29,all,25-29,25,29,6020,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_30_34,all,30-34,30,34,5883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_35_39,all,35-39,35,39,3946,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_40_44,all,40-44,40,44,4013,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_45_49,all,45-49,45,49,3218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_50_54,all,50-54,50,54,2740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_55_59,all,55-59,55,59,1466,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_60_64,all,60-64,60,64,1530,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_65_69,all,65-69,65,69,1126,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_70_74,all,70-74,70,74,808,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_75_79,all,75-79,75,79,472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0208,Tanguieta,T_80PLUS,all,80+,80,,219,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_TL,f,all,,,25319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_TL,m,all,,,24368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_TL,all,all,,,49687,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_00_04,f,0-4,0,4,4478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_05_09,f,5-9,5,9,4274,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_10_14,f,10-14,10,14,3197,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_15_19,f,15-19,15,19,2338,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_20_24,f,20-24,20,24,1977,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_25_29,f,25-29,25,29,1688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_30_34,f,30-34,30,34,1640,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_35_39,f,35-39,35,39,1224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_40_44,f,40-44,40,44,1068,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_45_49,f,45-49,45,49,857,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_50_54,f,50-54,50,54,743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_55_59,f,55-59,55,59,474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_60_64,f,60-64,60,64,462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_65_69,f,65-69,65,69,449,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_70_74,f,70-74,70,74,250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_75_79,f,75-79,75,79,127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,F_80PLUS,f,80+,80,,73,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_00_04,m,0-4,0,4,4710,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_05_09,m,5-9,5,9,4688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_10_14,m,10-14,10,14,3364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_15_19,m,15-19,15,19,2255,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_20_24,m,20-24,20,24,1790,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_25_29,m,25-29,25,29,1435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_30_34,m,30-34,30,34,1211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_35_39,m,35-39,35,39,1012,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_40_44,m,40-44,40,44,909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_45_49,m,45-49,45,49,863,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_50_54,m,50-54,50,54,576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_55_59,m,55-59,55,59,471,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_60_64,m,60-64,60,64,330,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_65_69,m,65-69,65,69,356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_70_74,m,70-74,70,74,209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_75_79,m,75-79,75,79,116,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,M_80PLUS,m,80+,80,,73,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_00_04,all,0-4,0,4,9188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_05_09,all,5-9,5,9,8962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_10_14,all,10-14,10,14,6561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_15_19,all,15-19,15,19,4593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_20_24,all,20-24,20,24,3767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_25_29,all,25-29,25,29,3123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_30_34,all,30-34,30,34,2851,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_35_39,all,35-39,35,39,2236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_40_44,all,40-44,40,44,1977,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_45_49,all,45-49,45,49,1720,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_50_54,all,50-54,50,54,1319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_55_59,all,55-59,55,59,945,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_60_64,all,60-64,60,64,792,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_65_69,all,65-69,65,69,805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_70_74,all,70-74,70,74,459,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_75_79,all,75-79,75,79,243,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ02,Atacora,BJ0209,Toucountouna,T_80PLUS,all,80+,80,,146,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_TL,f,all,,,625721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_TL,m,all,,,623865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_TL,all,all,,,1249586,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_00_04,f,0-4,0,4,101614,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_05_09,f,5-9,5,9,77539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_10_14,f,10-14,10,14,72904,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_15_19,f,15-19,15,19,62694,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_20_24,f,20-24,20,24,65867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_25_29,f,25-29,25,29,58225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_30_34,f,30-34,30,34,47244,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_35_39,f,35-39,35,39,38335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_40_44,f,40-44,40,44,28667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_45_49,f,45-49,45,49,27299,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_50_54,f,50-54,50,54,16210,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_55_59,f,55-59,55,59,11602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_60_64,f,60-64,60,64,6563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_65_69,f,65-69,65,69,4851,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_70_74,f,70-74,70,74,2411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_75_79,f,75-79,75,79,1961,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,F_80PLUS,f,80+,80,,1735,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_00_04,m,0-4,0,4,107213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_05_09,m,5-9,5,9,77229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_10_14,m,10-14,10,14,65360,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_15_19,m,15-19,15,19,59141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_20_24,m,20-24,20,24,74943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_25_29,m,25-29,25,29,60186,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_30_34,m,30-34,30,34,45351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_35_39,m,35-39,35,39,36485,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_40_44,m,40-44,40,44,27623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_45_49,m,45-49,45,49,26995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_50_54,m,50-54,50,54,16463,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_55_59,m,55-59,55,59,11845,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_60_64,m,60-64,60,64,6539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_65_69,m,65-69,65,69,4213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_70_74,m,70-74,70,74,1736,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_75_79,m,75-79,75,79,1065,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,M_80PLUS,m,80+,80,,1478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_00_04,all,0-4,0,4,208827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_05_09,all,5-9,5,9,154768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_10_14,all,10-14,10,14,138264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_15_19,all,15-19,15,19,121835,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_20_24,all,20-24,20,24,140810,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_25_29,all,25-29,25,29,118411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_30_34,all,30-34,30,34,92595,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_35_39,all,35-39,35,39,74820,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_40_44,all,40-44,40,44,56290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_45_49,all,45-49,45,49,54294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_50_54,all,50-54,50,54,32673,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_55_59,all,55-59,55,59,23447,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_60_64,all,60-64,60,64,13102,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_65_69,all,65-69,65,69,9064,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_70_74,all,70-74,70,74,4147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_75_79,all,75-79,75,79,3026,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0301,Abomey-Calavi,T_80PLUS,all,80+,80,,3213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_TL,f,all,,,84932,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_TL,m,all,,,81891,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_TL,all,all,,,166823,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_00_04,f,0-4,0,4,14194,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_05_09,f,5-9,5,9,11471,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_10_14,f,10-14,10,14,9881,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_15_19,f,15-19,15,19,7893,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_20_24,f,20-24,20,24,7715,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_25_29,f,25-29,25,29,6408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_30_34,f,30-34,30,34,5390,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_35_39,f,35-39,35,39,4836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_40_44,f,40-44,40,44,3990,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_45_49,f,45-49,45,49,3887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_50_54,f,50-54,50,54,2819,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_55_59,f,55-59,55,59,1614,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_60_64,f,60-64,60,64,1642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_65_69,f,65-69,65,69,1208,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_70_74,f,70-74,70,74,900,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_75_79,f,75-79,75,79,649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,F_80PLUS,f,80+,80,,435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_00_04,m,0-4,0,4,14593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_05_09,m,5-9,5,9,11893,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_10_14,m,10-14,10,14,10288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_15_19,m,15-19,15,19,8815,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_20_24,m,20-24,20,24,7461,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_25_29,m,25-29,25,29,5917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_30_34,m,30-34,30,34,4981,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_35_39,m,35-39,35,39,4260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_40_44,m,40-44,40,44,3283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_45_49,m,45-49,45,49,3226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_50_54,m,50-54,50,54,2267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_55_59,m,55-59,55,59,1349,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_60_64,m,60-64,60,64,1298,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_65_69,m,65-69,65,69,987,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_70_74,m,70-74,70,74,634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_75_79,m,75-79,75,79,370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,M_80PLUS,m,80+,80,,269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_00_04,all,0-4,0,4,28787,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_05_09,all,5-9,5,9,23364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_10_14,all,10-14,10,14,20169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_15_19,all,15-19,15,19,16708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_20_24,all,20-24,20,24,15176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_25_29,all,25-29,25,29,12325,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_30_34,all,30-34,30,34,10371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_35_39,all,35-39,35,39,9096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_40_44,all,40-44,40,44,7273,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_45_49,all,45-49,45,49,7113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_50_54,all,50-54,50,54,5086,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_55_59,all,55-59,55,59,2963,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_60_64,all,60-64,60,64,2940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_65_69,all,65-69,65,69,2195,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_70_74,all,70-74,70,74,1534,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_75_79,all,75-79,75,79,1019,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0302,Allada,T_80PLUS,all,80+,80,,704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_TL,f,all,,,38659,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_TL,m,all,,,37976,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_TL,all,all,,,76635,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_00_04,f,0-4,0,4,6054,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_05_09,f,5-9,5,9,5276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_10_14,f,10-14,10,14,4608,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_15_19,f,15-19,15,19,3643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_20_24,f,20-24,20,24,3005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_25_29,f,25-29,25,29,2610,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_30_34,f,30-34,30,34,2324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_35_39,f,35-39,35,39,2296,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_40_44,f,40-44,40,44,2023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_45_49,f,45-49,45,49,1790,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_50_54,f,50-54,50,54,1386,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_55_59,f,55-59,55,59,960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_60_64,f,60-64,60,64,836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_65_69,f,65-69,65,69,701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_70_74,f,70-74,70,74,554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_75_79,f,75-79,75,79,321,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,F_80PLUS,f,80+,80,,272,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_00_04,m,0-4,0,4,6328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_05_09,m,5-9,5,9,5764,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_10_14,m,10-14,10,14,5192,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_15_19,m,15-19,15,19,4367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_20_24,m,20-24,20,24,3254,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_25_29,m,25-29,25,29,2462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_30_34,m,30-34,30,34,1853,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_35_39,m,35-39,35,39,1748,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_40_44,m,40-44,40,44,1562,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_45_49,m,45-49,45,49,1488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_50_54,m,50-54,50,54,1189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_55_59,m,55-59,55,59,705,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_60_64,m,60-64,60,64,722,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_65_69,m,65-69,65,69,536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_70_74,m,70-74,70,74,411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_75_79,m,75-79,75,79,242,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,M_80PLUS,m,80+,80,,153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_00_04,all,0-4,0,4,12382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_05_09,all,5-9,5,9,11040,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_10_14,all,10-14,10,14,9800,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_15_19,all,15-19,15,19,8010,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_20_24,all,20-24,20,24,6259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_25_29,all,25-29,25,29,5072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_30_34,all,30-34,30,34,4177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_35_39,all,35-39,35,39,4044,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_40_44,all,40-44,40,44,3585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_45_49,all,45-49,45,49,3278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_50_54,all,50-54,50,54,2575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_55_59,all,55-59,55,59,1665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_60_64,all,60-64,60,64,1558,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_65_69,all,65-69,65,69,1237,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_70_74,all,70-74,70,74,965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_75_79,all,75-79,75,79,563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0303,Kpomasse,T_80PLUS,all,80+,80,,425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_TL,f,all,,,157256,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_TL,m,all,,,150965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_TL,all,all,,,308221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_00_04,f,0-4,0,4,26252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_05_09,f,5-9,5,9,20662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_10_14,f,10-14,10,14,18047,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_15_19,f,15-19,15,19,14364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_20_24,f,20-24,20,24,13963,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_25_29,f,25-29,25,29,12995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_30_34,f,30-34,30,34,11392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_35_39,f,35-39,35,39,10161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_40_44,f,40-44,40,44,7605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_45_49,f,45-49,45,49,6948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_50_54,f,50-54,50,54,4638,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_55_59,f,55-59,55,59,3049,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_60_64,f,60-64,60,64,2385,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_65_69,f,65-69,65,69,1977,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_70_74,f,70-74,70,74,1163,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_75_79,f,75-79,75,79,950,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,F_80PLUS,f,80+,80,,705,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_00_04,m,0-4,0,4,27786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_05_09,m,5-9,5,9,21304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_10_14,m,10-14,10,14,17971,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_15_19,m,15-19,15,19,13933,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_20_24,m,20-24,20,24,12966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_25_29,m,25-29,25,29,11157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_30_34,m,30-34,30,34,10058,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_35_39,m,35-39,35,39,8704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_40_44,m,40-44,40,44,7269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_45_49,m,45-49,45,49,7309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_50_54,m,50-54,50,54,4407,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_55_59,m,55-59,55,59,2788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_60_64,m,60-64,60,64,1950,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_65_69,m,65-69,65,69,1621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_70_74,m,70-74,70,74,894,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_75_79,m,75-79,75,79,551,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,M_80PLUS,m,80+,80,,297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_00_04,all,0-4,0,4,54038,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_05_09,all,5-9,5,9,41966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_10_14,all,10-14,10,14,36018,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_15_19,all,15-19,15,19,28297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_20_24,all,20-24,20,24,26929,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_25_29,all,25-29,25,29,24152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_30_34,all,30-34,30,34,21450,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_35_39,all,35-39,35,39,18865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_40_44,all,40-44,40,44,14874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_45_49,all,45-49,45,49,14257,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_50_54,all,50-54,50,54,9045,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_55_59,all,55-59,55,59,5837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_60_64,all,60-64,60,64,4335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_65_69,all,65-69,65,69,3598,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_70_74,all,70-74,70,74,2057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_75_79,all,75-79,75,79,1501,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0304,Ouidah,T_80PLUS,all,80+,80,,1002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_TL,f,all,,,84004,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_TL,m,all,,,87351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_TL,all,all,,,171355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_00_04,f,0-4,0,4,16442,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_05_09,f,5-9,5,9,13826,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_10_14,f,10-14,10,14,11169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_15_19,f,15-19,15,19,8961,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_20_24,f,20-24,20,24,8260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_25_29,f,25-29,25,29,6234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_30_34,f,30-34,30,34,4412,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_35_39,f,35-39,35,39,3966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_40_44,f,40-44,40,44,2999,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_45_49,f,45-49,45,49,2520,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_50_54,f,50-54,50,54,1847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_55_59,f,55-59,55,59,977,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_60_64,f,60-64,60,64,1074,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_65_69,f,65-69,65,69,514,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_70_74,f,70-74,70,74,362,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_75_79,f,75-79,75,79,195,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,F_80PLUS,f,80+,80,,246,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_00_04,m,0-4,0,4,17212,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_05_09,m,5-9,5,9,14906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_10_14,m,10-14,10,14,12100,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_15_19,m,15-19,15,19,9874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_20_24,m,20-24,20,24,7348,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_25_29,m,25-29,25,29,6384,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_30_34,m,30-34,30,34,4322,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_35_39,m,35-39,35,39,3572,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_40_44,m,40-44,40,44,2780,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_45_49,m,45-49,45,49,2501,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_50_54,m,50-54,50,54,2157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_55_59,m,55-59,55,59,1179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_60_64,m,60-64,60,64,1348,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_65_69,m,65-69,65,69,739,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_70_74,m,70-74,70,74,504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_75_79,m,75-79,75,79,225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,M_80PLUS,m,80+,80,,200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_00_04,all,0-4,0,4,33654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_05_09,all,5-9,5,9,28732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_10_14,all,10-14,10,14,23269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_15_19,all,15-19,15,19,18835,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_20_24,all,20-24,20,24,15608,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_25_29,all,25-29,25,29,12618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_30_34,all,30-34,30,34,8734,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_35_39,all,35-39,35,39,7538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_40_44,all,40-44,40,44,5779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_45_49,all,45-49,45,49,5021,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_50_54,all,50-54,50,54,4004,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_55_59,all,55-59,55,59,2156,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_60_64,all,60-64,60,64,2422,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_65_69,all,65-69,65,69,1253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_70_74,all,70-74,70,74,866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_75_79,all,75-79,75,79,420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0305,So-Ava,T_80PLUS,all,80+,80,,446,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_TL,f,all,,,66979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_TL,m,all,,,63377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_TL,all,all,,,130356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_00_04,f,0-4,0,4,11107,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_05_09,f,5-9,5,9,9379,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_10_14,f,10-14,10,14,8411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_15_19,f,15-19,15,19,7080,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_20_24,f,20-24,20,24,6228,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_25_29,f,25-29,25,29,4966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_30_34,f,30-34,30,34,4136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_35_39,f,35-39,35,39,3649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_40_44,f,40-44,40,44,2992,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_45_49,f,45-49,45,49,2770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_50_54,f,50-54,50,54,1962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_55_59,f,55-59,55,59,1083,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_60_64,f,60-64,60,64,1151,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_65_69,f,65-69,65,69,841,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_70_74,f,70-74,70,74,595,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_75_79,f,75-79,75,79,372,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,F_80PLUS,f,80+,80,,257,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_00_04,m,0-4,0,4,11118,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_05_09,m,5-9,5,9,9468,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_10_14,m,10-14,10,14,8607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_15_19,m,15-19,15,19,7335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_20_24,m,20-24,20,24,5758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_25_29,m,25-29,25,29,4826,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_30_34,m,30-34,30,34,3716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_35_39,m,35-39,35,39,3081,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_40_44,m,40-44,40,44,2315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_45_49,m,45-49,45,49,2106,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_50_54,m,50-54,50,54,1615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_55_59,m,55-59,55,59,903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_60_64,m,60-64,60,64,918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_65_69,m,65-69,65,69,685,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_70_74,m,70-74,70,74,496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_75_79,m,75-79,75,79,264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,M_80PLUS,m,80+,80,,166,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_00_04,all,0-4,0,4,22225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_05_09,all,5-9,5,9,18847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_10_14,all,10-14,10,14,17018,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_15_19,all,15-19,15,19,14415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_20_24,all,20-24,20,24,11986,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_25_29,all,25-29,25,29,9792,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_30_34,all,30-34,30,34,7852,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_35_39,all,35-39,35,39,6730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_40_44,all,40-44,40,44,5307,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_45_49,all,45-49,45,49,4876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_50_54,all,50-54,50,54,3577,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_55_59,all,55-59,55,59,1986,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_60_64,all,60-64,60,64,2069,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_65_69,all,65-69,65,69,1526,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_70_74,all,70-74,70,74,1091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_75_79,all,75-79,75,79,636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0306,Toffo,T_80PLUS,all,80+,80,,423,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_TL,f,all,,,35791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_TL,m,all,,,34918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_TL,all,all,,,70709,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_00_04,f,0-4,0,4,6179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_05_09,f,5-9,5,9,4968,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_10_14,f,10-14,10,14,4311,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_15_19,f,15-19,15,19,3220,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_20_24,f,20-24,20,24,2869,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_25_29,f,25-29,25,29,2668,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_30_34,f,30-34,30,34,2375,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_35_39,f,35-39,35,39,2141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_40_44,f,40-44,40,44,1575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_45_49,f,45-49,45,49,1615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_50_54,f,50-54,50,54,1188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_55_59,f,55-59,55,59,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_60_64,f,60-64,60,64,696,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_65_69,f,65-69,65,69,499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_70_74,f,70-74,70,74,355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_75_79,f,75-79,75,79,250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,F_80PLUS,f,80+,80,,161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_00_04,m,0-4,0,4,6325,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_05_09,m,5-9,5,9,5320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_10_14,m,10-14,10,14,4645,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_15_19,m,15-19,15,19,3645,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_20_24,m,20-24,20,24,2792,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_25_29,m,25-29,25,29,2572,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_30_34,m,30-34,30,34,2015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_35_39,m,35-39,35,39,1785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_40_44,m,40-44,40,44,1365,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_45_49,m,45-49,45,49,1309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_50_54,m,50-54,50,54,968,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_55_59,m,55-59,55,59,623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_60_64,m,60-64,60,64,551,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_65_69,m,65-69,65,69,432,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_70_74,m,70-74,70,74,297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_75_79,m,75-79,75,79,182,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,M_80PLUS,m,80+,80,,92,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_00_04,all,0-4,0,4,12504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_05_09,all,5-9,5,9,10288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_10_14,all,10-14,10,14,8956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_15_19,all,15-19,15,19,6865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_20_24,all,20-24,20,24,5661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_25_29,all,25-29,25,29,5240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_30_34,all,30-34,30,34,4390,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_35_39,all,35-39,35,39,3926,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_40_44,all,40-44,40,44,2940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_45_49,all,45-49,45,49,2924,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_50_54,all,50-54,50,54,2156,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_55_59,all,55-59,55,59,1344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_60_64,all,60-64,60,64,1247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_65_69,all,65-69,65,69,931,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_70_74,all,70-74,70,74,652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_75_79,all,75-79,75,79,432,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0307,Tori-Bossito,T_80PLUS,all,80+,80,,253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_TL,f,all,,,75317,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_TL,m,all,,,71642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_TL,all,all,,,146959,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_00_04,f,0-4,0,4,13475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_05_09,f,5-9,5,9,11238,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_10_14,f,10-14,10,14,9435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_15_19,f,15-19,15,19,7476,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_20_24,f,20-24,20,24,6889,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_25_29,f,25-29,25,29,5624,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_30_34,f,30-34,30,34,4497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_35_39,f,35-39,35,39,4288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_40_44,f,40-44,40,44,3119,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_45_49,f,45-49,45,49,2712,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_50_54,f,50-54,50,54,2025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_55_59,f,55-59,55,59,1141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_60_64,f,60-64,60,64,1293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_65_69,f,65-69,65,69,803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_70_74,f,70-74,70,74,650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_75_79,f,75-79,75,79,381,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,F_80PLUS,f,80+,80,,271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_00_04,m,0-4,0,4,13777,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_05_09,m,5-9,5,9,11231,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_10_14,m,10-14,10,14,9499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_15_19,m,15-19,15,19,7883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_20_24,m,20-24,20,24,6666,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_25_29,m,25-29,25,29,4925,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_30_34,m,30-34,30,34,3794,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_35_39,m,35-39,35,39,3314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_40_44,m,40-44,40,44,2570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_45_49,m,45-49,45,49,2382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_50_54,m,50-54,50,54,1860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_55_59,m,55-59,55,59,916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_60_64,m,60-64,60,64,1041,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_65_69,m,65-69,65,69,703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_70_74,m,70-74,70,74,582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_75_79,m,75-79,75,79,340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,M_80PLUS,m,80+,80,,159,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_00_04,all,0-4,0,4,27252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_05_09,all,5-9,5,9,22469,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_10_14,all,10-14,10,14,18934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_15_19,all,15-19,15,19,15359,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_20_24,all,20-24,20,24,13555,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_25_29,all,25-29,25,29,10549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_30_34,all,30-34,30,34,8291,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_35_39,all,35-39,35,39,7602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_40_44,all,40-44,40,44,5689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_45_49,all,45-49,45,49,5094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_50_54,all,50-54,50,54,3885,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_55_59,all,55-59,55,59,2057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_60_64,all,60-64,60,64,2334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_65_69,all,65-69,65,69,1506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_70_74,all,70-74,70,74,1232,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_75_79,all,75-79,75,79,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ03,Atlantique,BJ0308,Ze,T_80PLUS,all,80+,80,,430,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_TL,f,all,,,84178,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_TL,m,all,,,87366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_TL,all,all,,,171544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_00_04,f,0-4,0,4,16394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_05_09,f,5-9,5,9,14016,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_10_14,f,10-14,10,14,10561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_15_19,f,15-19,15,19,9634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_20_24,f,20-24,20,24,8293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_25_29,f,25-29,25,29,5894,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_30_34,f,30-34,30,34,4910,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_35_39,f,35-39,35,39,3427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_40_44,f,40-44,40,44,3028,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_45_49,f,45-49,45,49,2434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_50_54,f,50-54,50,54,1794,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_55_59,f,55-59,55,59,1005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_60_64,f,60-64,60,64,882,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_65_69,f,65-69,65,69,758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_70_74,f,70-74,70,74,556,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_75_79,f,75-79,75,79,353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,F_80PLUS,f,80+,80,,239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_00_04,m,0-4,0,4,16648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_05_09,m,5-9,5,9,14040,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_10_14,m,10-14,10,14,11021,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_15_19,m,15-19,15,19,9882,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_20_24,m,20-24,20,24,9098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_25_29,m,25-29,25,29,6395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_30_34,m,30-34,30,34,5135,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_35_39,m,35-39,35,39,3587,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_40_44,m,40-44,40,44,2903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_45_49,m,45-49,45,49,2570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_50_54,m,50-54,50,54,2029,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_55_59,m,55-59,55,59,1152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_60_64,m,60-64,60,64,1082,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_65_69,m,65-69,65,69,746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_70_74,m,70-74,70,74,596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_75_79,m,75-79,75,79,276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,M_80PLUS,m,80+,80,,206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_00_04,all,0-4,0,4,33042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_05_09,all,5-9,5,9,28056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_10_14,all,10-14,10,14,21582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_15_19,all,15-19,15,19,19516,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_20_24,all,20-24,20,24,17391,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_25_29,all,25-29,25,29,12289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_30_34,all,30-34,30,34,10045,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_35_39,all,35-39,35,39,7014,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_40_44,all,40-44,40,44,5931,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_45_49,all,45-49,45,49,5004,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_50_54,all,50-54,50,54,3823,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_55_59,all,55-59,55,59,2157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_60_64,all,60-64,60,64,1964,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_65_69,all,65-69,65,69,1504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_70_74,all,70-74,70,74,1152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_75_79,all,75-79,75,79,629,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0401,Bembereke,T_80PLUS,all,80+,80,,445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_TL,f,all,,,131036,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_TL,m,all,,,131878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_TL,all,all,,,262914,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_00_04,f,0-4,0,4,30252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_05_09,f,5-9,5,9,24757,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_10_14,f,10-14,10,14,16151,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_15_19,f,15-19,15,19,13482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_20_24,f,20-24,20,24,11536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_25_29,f,25-29,25,29,9165,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_30_34,f,30-34,30,34,7323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_35_39,f,35-39,35,39,4653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_40_44,f,40-44,40,44,4088,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_45_49,f,45-49,45,49,2865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_50_54,f,50-54,50,54,2418,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_55_59,f,55-59,55,59,1212,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_60_64,f,60-64,60,64,1204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_65_69,f,65-69,65,69,606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_70_74,f,70-74,70,74,703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_75_79,f,75-79,75,79,255,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,F_80PLUS,f,80+,80,,366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_00_04,m,0-4,0,4,30730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_05_09,m,5-9,5,9,24268,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_10_14,m,10-14,10,14,17157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_15_19,m,15-19,15,19,12831,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_20_24,m,20-24,20,24,11122,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_25_29,m,25-29,25,29,8578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_30_34,m,30-34,30,34,7144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_35_39,m,35-39,35,39,4374,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_40_44,m,40-44,40,44,4264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_45_49,m,45-49,45,49,3099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_50_54,m,50-54,50,54,2680,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_55_59,m,55-59,55,59,1448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_60_64,m,60-64,60,64,1593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_65_69,m,65-69,65,69,939,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_70_74,m,70-74,70,74,852,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_75_79,m,75-79,75,79,395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,M_80PLUS,m,80+,80,,404,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_00_04,all,0-4,0,4,60982,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_05_09,all,5-9,5,9,49025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_10_14,all,10-14,10,14,33308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_15_19,all,15-19,15,19,26313,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_20_24,all,20-24,20,24,22658,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_25_29,all,25-29,25,29,17743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_30_34,all,30-34,30,34,14467,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_35_39,all,35-39,35,39,9027,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_40_44,all,40-44,40,44,8352,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_45_49,all,45-49,45,49,5964,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_50_54,all,50-54,50,54,5098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_55_59,all,55-59,55,59,2660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_60_64,all,60-64,60,64,2797,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_65_69,all,65-69,65,69,1545,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_70_74,all,70-74,70,74,1555,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_75_79,all,75-79,75,79,650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0402,Kalale,T_80PLUS,all,80+,80,,770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_TL,f,all,,,86258,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_TL,m,all,,,90394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_TL,all,all,,,176652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_00_04,f,0-4,0,4,17851,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_05_09,f,5-9,5,9,13835,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_10_14,f,10-14,10,14,10448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_15_19,f,15-19,15,19,9665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_20_24,f,20-24,20,24,8094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_25_29,f,25-29,25,29,6339,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_30_34,f,30-34,30,34,5269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_35_39,f,35-39,35,39,3818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_40_44,f,40-44,40,44,3031,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_45_49,f,45-49,45,49,2487,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_50_54,f,50-54,50,54,1736,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_55_59,f,55-59,55,59,1057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_60_64,f,60-64,60,64,992,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_65_69,f,65-69,65,69,589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_70_74,f,70-74,70,74,496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_75_79,f,75-79,75,79,302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,F_80PLUS,f,80+,80,,249,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_00_04,m,0-4,0,4,18421,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_05_09,m,5-9,5,9,14283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_10_14,m,10-14,10,14,11109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_15_19,m,15-19,15,19,9539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_20_24,m,20-24,20,24,8434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_25_29,m,25-29,25,29,6656,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_30_34,m,30-34,30,34,5240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_35_39,m,35-39,35,39,3928,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_40_44,m,40-44,40,44,3403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_45_49,m,45-49,45,49,2667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_50_54,m,50-54,50,54,2198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_55_59,m,55-59,55,59,1377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_60_64,m,60-64,60,64,1187,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_65_69,m,65-69,65,69,701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_70_74,m,70-74,70,74,693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_75_79,m,75-79,75,79,347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,M_80PLUS,m,80+,80,,211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_00_04,all,0-4,0,4,36272,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_05_09,all,5-9,5,9,28118,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_10_14,all,10-14,10,14,21557,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_15_19,all,15-19,15,19,19204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_20_24,all,20-24,20,24,16528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_25_29,all,25-29,25,29,12995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_30_34,all,30-34,30,34,10509,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_35_39,all,35-39,35,39,7746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_40_44,all,40-44,40,44,6434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_45_49,all,45-49,45,49,5154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_50_54,all,50-54,50,54,3934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_55_59,all,55-59,55,59,2434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_60_64,all,60-64,60,64,2179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_65_69,all,65-69,65,69,1290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_70_74,all,70-74,70,74,1189,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_75_79,all,75-79,75,79,649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0403,N'dali,T_80PLUS,all,80+,80,,460,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_TL,f,all,,,106951,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_TL,m,all,,,107922,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_TL,all,all,,,214873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_00_04,f,0-4,0,4,23462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_05_09,f,5-9,5,9,18698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_10_14,f,10-14,10,14,12604,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_15_19,f,15-19,15,19,11649,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_20_24,f,20-24,20,24,9846,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_25_29,f,25-29,25,29,7662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_30_34,f,30-34,30,34,6382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_35_39,f,35-39,35,39,4036,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_40_44,f,40-44,40,44,3689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_45_49,f,45-49,45,49,2469,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_50_54,f,50-54,50,54,2092,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_55_59,f,55-59,55,59,1114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_60_64,f,60-64,60,64,1273,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_65_69,f,65-69,65,69,698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_70_74,f,70-74,70,74,620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_75_79,f,75-79,75,79,374,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,F_80PLUS,f,80+,80,,283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_00_04,m,0-4,0,4,23277,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_05_09,m,5-9,5,9,18524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_10_14,m,10-14,10,14,13491,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_15_19,m,15-19,15,19,11125,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_20_24,m,20-24,20,24,9563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_25_29,m,25-29,25,29,7722,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_30_34,m,30-34,30,34,6230,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_35_39,m,35-39,35,39,4154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_40_44,m,40-44,40,44,3555,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_45_49,m,45-49,45,49,2675,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_50_54,m,50-54,50,54,2495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_55_59,m,55-59,55,59,1323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_60_64,m,60-64,60,64,1388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_65_69,m,65-69,65,69,875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_70_74,m,70-74,70,74,830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_75_79,m,75-79,75,79,419,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,M_80PLUS,m,80+,80,,276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_00_04,all,0-4,0,4,46739,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_05_09,all,5-9,5,9,37222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_10_14,all,10-14,10,14,26095,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_15_19,all,15-19,15,19,22774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_20_24,all,20-24,20,24,19409,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_25_29,all,25-29,25,29,15384,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_30_34,all,30-34,30,34,12612,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_35_39,all,35-39,35,39,8190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_40_44,all,40-44,40,44,7244,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_45_49,all,45-49,45,49,5144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_50_54,all,50-54,50,54,4587,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_55_59,all,55-59,55,59,2437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_60_64,all,60-64,60,64,2661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_65_69,all,65-69,65,69,1573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_70_74,all,70-74,70,74,1450,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_75_79,all,75-79,75,79,793,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0404,Nikki,T_80PLUS,all,80+,80,,559,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_TL,f,all,,,198514,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_TL,m,all,,,202685,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_TL,all,all,,,401199,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_00_04,f,0-4,0,4,30372,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_05_09,f,5-9,5,9,25224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_10_14,f,10-14,10,14,25042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_15_19,f,15-19,15,19,24475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_20_24,f,20-24,20,24,23113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_25_29,f,25-29,25,29,16275,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_30_34,f,30-34,30,34,12465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_35_39,f,35-39,35,39,10511,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_40_44,f,40-44,40,44,8068,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_45_49,f,45-49,45,49,8099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_50_54,f,50-54,50,54,4979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_55_59,f,55-59,55,59,3772,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_60_64,f,60-64,60,64,2149,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_65_69,f,65-69,65,69,1865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_70_74,f,70-74,70,74,998,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_75_79,f,75-79,75,79,725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,F_80PLUS,f,80+,80,,382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_00_04,m,0-4,0,4,31754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_05_09,m,5-9,5,9,24198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_10_14,m,10-14,10,14,21788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_15_19,m,15-19,15,19,23431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_20_24,m,20-24,20,24,28080,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_25_29,m,25-29,25,29,19006,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_30_34,m,30-34,30,34,12979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_35_39,m,35-39,35,39,9912,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_40_44,m,40-44,40,44,7573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_45_49,m,45-49,45,49,8179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_50_54,m,50-54,50,54,5053,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_55_59,m,55-59,55,59,4193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_60_64,m,60-64,60,64,2381,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_65_69,m,65-69,65,69,2177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_70_74,m,70-74,70,74,993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_75_79,m,75-79,75,79,727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,M_80PLUS,m,80+,80,,261,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_00_04,all,0-4,0,4,62126,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_05_09,all,5-9,5,9,49422,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_10_14,all,10-14,10,14,46830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_15_19,all,15-19,15,19,47906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_20_24,all,20-24,20,24,51193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_25_29,all,25-29,25,29,35281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_30_34,all,30-34,30,34,25444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_35_39,all,35-39,35,39,20423,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_40_44,all,40-44,40,44,15641,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_45_49,all,45-49,45,49,16278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_50_54,all,50-54,50,54,10032,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_55_59,all,55-59,55,59,7965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_60_64,all,60-64,60,64,4530,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_65_69,all,65-69,65,69,4042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_70_74,all,70-74,70,74,1991,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_75_79,all,75-79,75,79,1452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0405,Parakou,T_80PLUS,all,80+,80,,643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_TL,f,all,,,66497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_TL,m,all,,,66380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_TL,all,all,,,132877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_00_04,f,0-4,0,4,15621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_05_09,f,5-9,5,9,11638,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_10_14,f,10-14,10,14,6979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_15_19,f,15-19,15,19,6501,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_20_24,f,20-24,20,24,6498,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_25_29,f,25-29,25,29,5201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_30_34,f,30-34,30,34,4130,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_35_39,f,35-39,35,39,2534,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_40_44,f,40-44,40,44,2065,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_45_49,f,45-49,45,49,1497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_50_54,f,50-54,50,54,1426,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_55_59,f,55-59,55,59,617,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_60_64,f,60-64,60,64,653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_65_69,f,65-69,65,69,457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_70_74,f,70-74,70,74,356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_75_79,f,75-79,75,79,130,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,F_80PLUS,f,80+,80,,194,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_00_04,m,0-4,0,4,15707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_05_09,m,5-9,5,9,11536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_10_14,m,10-14,10,14,7768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_15_19,m,15-19,15,19,6222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_20_24,m,20-24,20,24,5462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_25_29,m,25-29,25,29,4814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_30_34,m,30-34,30,34,3933,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_35_39,m,35-39,35,39,2798,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_40_44,m,40-44,40,44,2150,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_45_49,m,45-49,45,49,1517,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_50_54,m,50-54,50,54,1420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_55_59,m,55-59,55,59,725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_60_64,m,60-64,60,64,876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_65_69,m,65-69,65,69,518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_70_74,m,70-74,70,74,543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_75_79,m,75-79,75,79,198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,M_80PLUS,m,80+,80,,193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_00_04,all,0-4,0,4,31328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_05_09,all,5-9,5,9,23174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_10_14,all,10-14,10,14,14747,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_15_19,all,15-19,15,19,12723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_20_24,all,20-24,20,24,11960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_25_29,all,25-29,25,29,10015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_30_34,all,30-34,30,34,8063,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_35_39,all,35-39,35,39,5332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_40_44,all,40-44,40,44,4215,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_45_49,all,45-49,45,49,3014,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_50_54,all,50-54,50,54,2846,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_55_59,all,55-59,55,59,1342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_60_64,all,60-64,60,64,1529,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_65_69,all,65-69,65,69,975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_70_74,all,70-74,70,74,899,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_75_79,all,75-79,75,79,328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0406,Perere,T_80PLUS,all,80+,80,,387,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_TL,f,all,,,61947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_TL,m,all,,,62393,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_TL,all,all,,,124340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_00_04,f,0-4,0,4,12954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_05_09,f,5-9,5,9,10428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_10_14,f,10-14,10,14,7693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_15_19,f,15-19,15,19,6856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_20_24,f,20-24,20,24,5776,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_25_29,f,25-29,25,29,4403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_30_34,f,30-34,30,34,3767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_35_39,f,35-39,35,39,2561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_40_44,f,40-44,40,44,2021,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_45_49,f,45-49,45,49,1548,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_50_54,f,50-54,50,54,1196,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_55_59,f,55-59,55,59,691,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_60_64,f,60-64,60,64,774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_65_69,f,65-69,65,69,448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_70_74,f,70-74,70,74,452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_75_79,f,75-79,75,79,234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,F_80PLUS,f,80+,80,,145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_00_04,m,0-4,0,4,13151,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_05_09,m,5-9,5,9,10638,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_10_14,m,10-14,10,14,7878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_15_19,m,15-19,15,19,6439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_20_24,m,20-24,20,24,5431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_25_29,m,25-29,25,29,4639,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_30_34,m,30-34,30,34,3516,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_35_39,m,35-39,35,39,2659,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_40_44,m,40-44,40,44,2156,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_45_49,m,45-49,45,49,1752,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_50_54,m,50-54,50,54,1331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_55_59,m,55-59,55,59,724,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_60_64,m,60-64,60,64,764,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_65_69,m,65-69,65,69,462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_70_74,m,70-74,70,74,489,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_75_79,m,75-79,75,79,224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,M_80PLUS,m,80+,80,,140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_00_04,all,0-4,0,4,26105,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_05_09,all,5-9,5,9,21066,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_10_14,all,10-14,10,14,15571,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_15_19,all,15-19,15,19,13295,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_20_24,all,20-24,20,24,11207,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_25_29,all,25-29,25,29,9042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_30_34,all,30-34,30,34,7283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_35_39,all,35-39,35,39,5220,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_40_44,all,40-44,40,44,4177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_45_49,all,45-49,45,49,3300,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_50_54,all,50-54,50,54,2527,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_55_59,all,55-59,55,59,1415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_60_64,all,60-64,60,64,1538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_65_69,all,65-69,65,69,910,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_70_74,all,70-74,70,74,941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_75_79,all,75-79,75,79,458,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0407,Sinende,T_80PLUS,all,80+,80,,285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_TL,f,all,,,207900,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_TL,m,all,,,211276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_TL,all,all,,,419176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_00_04,f,0-4,0,4,42685,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_05_09,f,5-9,5,9,34917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_10_14,f,10-14,10,14,24564,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_15_19,f,15-19,15,19,21766,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_20_24,f,20-24,20,24,19533,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_25_29,f,25-29,25,29,15740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_30_34,f,30-34,30,34,13085,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_35_39,f,35-39,35,39,8970,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_40_44,f,40-44,40,44,8047,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_45_49,f,45-49,45,49,5614,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_50_54,f,50-54,50,54,4518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_55_59,f,55-59,55,59,2204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_60_64,f,60-64,60,64,2363,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_65_69,f,65-69,65,69,1377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_70_74,f,70-74,70,74,1203,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_75_79,f,75-79,75,79,748,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,F_80PLUS,f,80+,80,,566,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_00_04,m,0-4,0,4,43625,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_05_09,m,5-9,5,9,35397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_10_14,m,10-14,10,14,27114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_15_19,m,15-19,15,19,20901,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_20_24,m,20-24,20,24,18266,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_25_29,m,25-29,25,29,15005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_30_34,m,30-34,30,34,12296,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_35_39,m,35-39,35,39,9051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_40_44,m,40-44,40,44,7742,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_45_49,m,45-49,45,49,6090,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_50_54,m,50-54,50,54,5278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_55_59,m,55-59,55,59,3051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_60_64,m,60-64,60,64,2823,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_65_69,m,65-69,65,69,1693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_70_74,m,70-74,70,74,1624,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_75_79,m,75-79,75,79,796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,M_80PLUS,m,80+,80,,524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_00_04,all,0-4,0,4,86310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_05_09,all,5-9,5,9,70314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_10_14,all,10-14,10,14,51678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_15_19,all,15-19,15,19,42667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_20_24,all,20-24,20,24,37799,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_25_29,all,25-29,25,29,30745,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_30_34,all,30-34,30,34,25381,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_35_39,all,35-39,35,39,18021,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_40_44,all,40-44,40,44,15789,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_45_49,all,45-49,45,49,11704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_50_54,all,50-54,50,54,9796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_55_59,all,55-59,55,59,5255,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_60_64,all,60-64,60,64,5186,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_65_69,all,65-69,65,69,3070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_70_74,all,70-74,70,74,2827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_75_79,all,75-79,75,79,1544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ04,Borgou,BJ0408,Tchaourou,T_80PLUS,all,80+,80,,1090,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_TL,f,all,,,67187,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_TL,m,all,,,65398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_TL,all,all,,,132585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_00_04,f,0-4,0,4,11056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_05_09,f,5-9,5,9,9657,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_10_14,f,10-14,10,14,9083,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_15_19,f,15-19,15,19,7378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_20_24,f,20-24,20,24,6113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_25_29,f,25-29,25,29,4895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_30_34,f,30-34,30,34,4312,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_35_39,f,35-39,35,39,3487,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_40_44,f,40-44,40,44,2942,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_45_49,f,45-49,45,49,2335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_50_54,f,50-54,50,54,1754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_55_59,f,55-59,55,59,994,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_60_64,f,60-64,60,64,1125,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_65_69,f,65-69,65,69,871,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_70_74,f,70-74,70,74,580,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_75_79,f,75-79,75,79,392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,F_80PLUS,f,80+,80,,213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_00_04,m,0-4,0,4,11433,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_05_09,m,5-9,5,9,9886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_10_14,m,10-14,10,14,9510,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_15_19,m,15-19,15,19,8245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_20_24,m,20-24,20,24,6280,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_25_29,m,25-29,25,29,4815,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_30_34,m,30-34,30,34,3539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_35_39,m,35-39,35,39,2721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_40_44,m,40-44,40,44,2324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_45_49,m,45-49,45,49,1911,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_50_54,m,50-54,50,54,1481,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_55_59,m,55-59,55,59,856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_60_64,m,60-64,60,64,864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_65_69,m,65-69,65,69,682,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_70_74,m,70-74,70,74,420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_75_79,m,75-79,75,79,256,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,M_80PLUS,m,80+,80,,175,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_00_04,all,0-4,0,4,22489,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_05_09,all,5-9,5,9,19543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_10_14,all,10-14,10,14,18593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_15_19,all,15-19,15,19,15623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_20_24,all,20-24,20,24,12393,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_25_29,all,25-29,25,29,9710,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_30_34,all,30-34,30,34,7851,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_35_39,all,35-39,35,39,6208,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_40_44,all,40-44,40,44,5266,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_45_49,all,45-49,45,49,4246,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_50_54,all,50-54,50,54,3235,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_55_59,all,55-59,55,59,1850,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_60_64,all,60-64,60,64,1989,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_65_69,all,65-69,65,69,1553,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_70_74,all,70-74,70,74,1000,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_75_79,all,75-79,75,79,648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0501,Bante,T_80PLUS,all,80+,80,,388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_TL,f,all,,,65589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_TL,m,all,,,62398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_TL,all,all,,,127987,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_00_04,f,0-4,0,4,10840,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_05_09,f,5-9,5,9,9394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_10_14,f,10-14,10,14,8481,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_15_19,f,15-19,15,19,6754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_20_24,f,20-24,20,24,5629,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_25_29,f,25-29,25,29,4460,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_30_34,f,30-34,30,34,3958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_35_39,f,35-39,35,39,3687,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_40_44,f,40-44,40,44,2959,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_45_49,f,45-49,45,49,2610,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_50_54,f,50-54,50,54,1979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_55_59,f,55-59,55,59,1275,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_60_64,f,60-64,60,64,1207,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_65_69,f,65-69,65,69,962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_70_74,f,70-74,70,74,602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_75_79,f,75-79,75,79,447,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,F_80PLUS,f,80+,80,,345,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_00_04,m,0-4,0,4,11043,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_05_09,m,5-9,5,9,9507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_10_14,m,10-14,10,14,8643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_15_19,m,15-19,15,19,7299,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_20_24,m,20-24,20,24,5641,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_25_29,m,25-29,25,29,3980,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_30_34,m,30-34,30,34,3396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_35_39,m,35-39,35,39,2816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_40_44,m,40-44,40,44,2385,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_45_49,m,45-49,45,49,2178,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_50_54,m,50-54,50,54,1671,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_55_59,m,55-59,55,59,1010,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_60_64,m,60-64,60,64,1054,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_65_69,m,65-69,65,69,728,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_70_74,m,70-74,70,74,471,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_75_79,m,75-79,75,79,338,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,M_80PLUS,m,80+,80,,238,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_00_04,all,0-4,0,4,21883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_05_09,all,5-9,5,9,18901,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_10_14,all,10-14,10,14,17124,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_15_19,all,15-19,15,19,14053,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_20_24,all,20-24,20,24,11270,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_25_29,all,25-29,25,29,8440,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_30_34,all,30-34,30,34,7354,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_35_39,all,35-39,35,39,6503,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_40_44,all,40-44,40,44,5344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_45_49,all,45-49,45,49,4788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_50_54,all,50-54,50,54,3650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_55_59,all,55-59,55,59,2285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_60_64,all,60-64,60,64,2261,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_65_69,all,65-69,65,69,1690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_70_74,all,70-74,70,74,1073,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_75_79,all,75-79,75,79,785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0502,Dassa-Zoume,T_80PLUS,all,80+,80,,583,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_TL,f,all,,,81717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_TL,m,all,,,79600,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_TL,all,all,,,161317,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_00_04,f,0-4,0,4,12347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_05_09,f,5-9,5,9,11669,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_10_14,f,10-14,10,14,11369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_15_19,f,15-19,15,19,9673,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_20_24,f,20-24,20,24,7353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_25_29,f,25-29,25,29,5602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_30_34,f,30-34,30,34,4907,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_35_39,f,35-39,35,39,4111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_40_44,f,40-44,40,44,3582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_45_49,f,45-49,45,49,3253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_50_54,f,50-54,50,54,2309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_55_59,f,55-59,55,59,1517,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_60_64,f,60-64,60,64,1377,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_65_69,f,65-69,65,69,1217,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_70_74,f,70-74,70,74,690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_75_79,f,75-79,75,79,441,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,F_80PLUS,f,80+,80,,300,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_00_04,m,0-4,0,4,13289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_05_09,m,5-9,5,9,11927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_10_14,m,10-14,10,14,11839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_15_19,m,15-19,15,19,10477,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_20_24,m,20-24,20,24,7903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_25_29,m,25-29,25,29,5369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_30_34,m,30-34,30,34,4015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_35_39,m,35-39,35,39,3427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_40_44,m,40-44,40,44,2816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_45_49,m,45-49,45,49,2557,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_50_54,m,50-54,50,54,1790,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_55_59,m,55-59,55,59,1152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_60_64,m,60-64,60,64,1039,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_65_69,m,65-69,65,69,907,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_70_74,m,70-74,70,74,524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_75_79,m,75-79,75,79,346,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,M_80PLUS,m,80+,80,,223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_00_04,all,0-4,0,4,25636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_05_09,all,5-9,5,9,23596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_10_14,all,10-14,10,14,23208,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_15_19,all,15-19,15,19,20150,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_20_24,all,20-24,20,24,15256,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_25_29,all,25-29,25,29,10971,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_30_34,all,30-34,30,34,8922,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_35_39,all,35-39,35,39,7538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_40_44,all,40-44,40,44,6398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_45_49,all,45-49,45,49,5810,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_50_54,all,50-54,50,54,4099,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_55_59,all,55-59,55,59,2669,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_60_64,all,60-64,60,64,2416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_65_69,all,65-69,65,69,2124,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_70_74,all,70-74,70,74,1214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_75_79,all,75-79,75,79,787,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0503,Glazoue,T_80PLUS,all,80+,80,,523,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_TL,f,all,,,95956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_TL,m,all,,,99026,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_TL,all,all,,,194982,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_00_04,f,0-4,0,4,15171,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_05_09,f,5-9,5,9,14073,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_10_14,f,10-14,10,14,12920,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_15_19,f,15-19,15,19,11157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_20_24,f,20-24,20,24,9580,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_25_29,f,25-29,25,29,7356,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_30_34,f,30-34,30,34,6056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_35_39,f,35-39,35,39,4882,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_40_44,f,40-44,40,44,3973,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_45_49,f,45-49,45,49,3366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_50_54,f,50-54,50,54,2280,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_55_59,f,55-59,55,59,1362,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_60_64,f,60-64,60,64,1170,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_65_69,f,65-69,65,69,1087,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_70_74,f,70-74,70,74,747,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_75_79,f,75-79,75,79,508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,F_80PLUS,f,80+,80,,268,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_00_04,m,0-4,0,4,16637,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_05_09,m,5-9,5,9,14976,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_10_14,m,10-14,10,14,13818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_15_19,m,15-19,15,19,12589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_20_24,m,20-24,20,24,10370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_25_29,m,25-29,25,29,7302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_30_34,m,30-34,30,34,5304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_35_39,m,35-39,35,39,4041,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_40_44,m,40-44,40,44,3727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_45_49,m,45-49,45,49,3109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_50_54,m,50-54,50,54,2264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_55_59,m,55-59,55,59,1344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_60_64,m,60-64,60,64,1232,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_65_69,m,65-69,65,69,908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_70_74,m,70-74,70,74,722,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_75_79,m,75-79,75,79,446,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,M_80PLUS,m,80+,80,,237,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_00_04,all,0-4,0,4,31808,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_05_09,all,5-9,5,9,29049,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_10_14,all,10-14,10,14,26738,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_15_19,all,15-19,15,19,23746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_20_24,all,20-24,20,24,19950,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_25_29,all,25-29,25,29,14658,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_30_34,all,30-34,30,34,11360,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_35_39,all,35-39,35,39,8923,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_40_44,all,40-44,40,44,7700,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_45_49,all,45-49,45,49,6475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_50_54,all,50-54,50,54,4544,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_55_59,all,55-59,55,59,2706,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_60_64,all,60-64,60,64,2402,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_65_69,all,65-69,65,69,1995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_70_74,all,70-74,70,74,1469,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_75_79,all,75-79,75,79,954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0504,Ouesse,T_80PLUS,all,80+,80,,505,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_TL,f,all,,,95958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_TL,m,all,,,92005,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_TL,all,all,,,187963,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_00_04,f,0-4,0,4,16690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_05_09,f,5-9,5,9,14401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_10_14,f,10-14,10,14,12153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_15_19,f,15-19,15,19,9762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_20_24,f,20-24,20,24,8281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_25_29,f,25-29,25,29,7108,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_30_34,f,30-34,30,34,6218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_35_39,f,35-39,35,39,5111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_40_44,f,40-44,40,44,3929,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_45_49,f,45-49,45,49,3257,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_50_54,f,50-54,50,54,2587,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_55_59,f,55-59,55,59,1693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_60_64,f,60-64,60,64,1560,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_65_69,f,65-69,65,69,1333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_70_74,f,70-74,70,74,860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_75_79,f,75-79,75,79,684,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,F_80PLUS,f,80+,80,,331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_00_04,m,0-4,0,4,17185,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_05_09,m,5-9,5,9,14678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_10_14,m,10-14,10,14,12954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_15_19,m,15-19,15,19,11039,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_20_24,m,20-24,20,24,7803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_25_29,m,25-29,25,29,6410,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_30_34,m,30-34,30,34,4910,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_35_39,m,35-39,35,39,4243,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_40_44,m,40-44,40,44,3342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_45_49,m,45-49,45,49,2762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_50_54,m,50-54,50,54,2008,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_55_59,m,55-59,55,59,1190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_60_64,m,60-64,60,64,1096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_65_69,m,65-69,65,69,1144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_70_74,m,70-74,70,74,556,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_75_79,m,75-79,75,79,466,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,M_80PLUS,m,80+,80,,219,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_00_04,all,0-4,0,4,33875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_05_09,all,5-9,5,9,29079,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_10_14,all,10-14,10,14,25107,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_15_19,all,15-19,15,19,20801,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_20_24,all,20-24,20,24,16084,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_25_29,all,25-29,25,29,13518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_30_34,all,30-34,30,34,11128,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_35_39,all,35-39,35,39,9354,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_40_44,all,40-44,40,44,7271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_45_49,all,45-49,45,49,6019,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_50_54,all,50-54,50,54,4595,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_55_59,all,55-59,55,59,2883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_60_64,all,60-64,60,64,2656,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_65_69,all,65-69,65,69,2477,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_70_74,all,70-74,70,74,1416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_75_79,all,75-79,75,79,1150,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0505,Savalou,T_80PLUS,all,80+,80,,550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_TL,f,all,,,52622,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_TL,m,all,,,53858,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_TL,all,all,,,106480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_00_04,f,0-4,0,4,8267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_05_09,f,5-9,5,9,7183,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_10_14,f,10-14,10,14,6492,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_15_19,f,15-19,15,19,5717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_20_24,f,20-24,20,24,4939,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_25_29,f,25-29,25,29,4123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_30_34,f,30-34,30,34,3267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_35_39,f,35-39,35,39,2958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_40_44,f,40-44,40,44,2439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_45_49,f,45-49,45,49,2132,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_50_54,f,50-54,50,54,1610,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_55_59,f,55-59,55,59,1032,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_60_64,f,60-64,60,64,763,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_65_69,f,65-69,65,69,774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_70_74,f,70-74,70,74,464,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_75_79,f,75-79,75,79,284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,F_80PLUS,f,80+,80,,178,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_00_04,m,0-4,0,4,8708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_05_09,m,5-9,5,9,7484,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_10_14,m,10-14,10,14,6939,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_15_19,m,15-19,15,19,6332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_20_24,m,20-24,20,24,5459,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_25_29,m,25-29,25,29,3941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_30_34,m,30-34,30,34,3236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_35_39,m,35-39,35,39,2516,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_40_44,m,40-44,40,44,2274,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_45_49,m,45-49,45,49,2091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_50_54,m,50-54,50,54,1509,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_55_59,m,55-59,55,59,980,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_60_64,m,60-64,60,64,824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_65_69,m,65-69,65,69,775,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_70_74,m,70-74,70,74,424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_75_79,m,75-79,75,79,234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,M_80PLUS,m,80+,80,,132,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_00_04,all,0-4,0,4,16975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_05_09,all,5-9,5,9,14667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_10_14,all,10-14,10,14,13431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_15_19,all,15-19,15,19,12049,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_20_24,all,20-24,20,24,10398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_25_29,all,25-29,25,29,8064,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_30_34,all,30-34,30,34,6503,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_35_39,all,35-39,35,39,5474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_40_44,all,40-44,40,44,4713,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_45_49,all,45-49,45,49,4223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_50_54,all,50-54,50,54,3119,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_55_59,all,55-59,55,59,2012,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_60_64,all,60-64,60,64,1587,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_65_69,all,65-69,65,69,1549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_70_74,all,70-74,70,74,888,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_75_79,all,75-79,75,79,518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ05,Collines,BJ0506,Save,T_80PLUS,all,80+,80,,310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_TL,f,all,,,124500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_TL,m,all,,,109888,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_TL,all,all,,,234388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_00_04,f,0-4,0,4,20780,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_05_09,f,5-9,5,9,20150,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_10_14,f,10-14,10,14,16390,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_15_19,f,15-19,15,19,13779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_20_24,f,20-24,20,24,10888,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_25_29,f,25-29,25,29,9829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_30_34,f,30-34,30,34,7903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_35_39,f,35-39,35,39,6623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_40_44,f,40-44,40,44,5089,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_45_49,f,45-49,45,49,4414,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_50_54,f,50-54,50,54,2868,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_55_59,f,55-59,55,59,1300,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_60_64,f,60-64,60,64,1749,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_65_69,f,65-69,65,69,1204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_70_74,f,70-74,70,74,705,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_75_79,f,75-79,75,79,318,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,F_80PLUS,f,80+,80,,511,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_00_04,m,0-4,0,4,20724,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_05_09,m,5-9,5,9,19302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_10_14,m,10-14,10,14,15603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_15_19,m,15-19,15,19,13331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_20_24,m,20-24,20,24,9215,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_25_29,m,25-29,25,29,7418,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_30_34,m,30-34,30,34,5576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_35_39,m,35-39,35,39,4661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_40_44,m,40-44,40,44,3827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_45_49,m,45-49,45,49,3169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_50_54,m,50-54,50,54,2646,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_55_59,m,55-59,55,59,1097,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_60_64,m,60-64,60,64,1374,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_65_69,m,65-69,65,69,872,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_70_74,m,70-74,70,74,481,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_75_79,m,75-79,75,79,259,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,M_80PLUS,m,80+,80,,333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_00_04,all,0-4,0,4,41504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_05_09,all,5-9,5,9,39452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_10_14,all,10-14,10,14,31993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_15_19,all,15-19,15,19,27110,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_20_24,all,20-24,20,24,20103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_25_29,all,25-29,25,29,17247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_30_34,all,30-34,30,34,13479,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_35_39,all,35-39,35,39,11284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_40_44,all,40-44,40,44,8916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_45_49,all,45-49,45,49,7583,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_50_54,all,50-54,50,54,5514,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_55_59,all,55-59,55,59,2397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_60_64,all,60-64,60,64,3123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_65_69,all,65-69,65,69,2076,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_70_74,all,70-74,70,74,1186,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_75_79,all,75-79,75,79,577,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0601,Aplahoue,T_80PLUS,all,80+,80,,844,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_TL,f,all,,,93193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_TL,m,all,,,81727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_TL,all,all,,,174920,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_00_04,f,0-4,0,4,14479,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_05_09,f,5-9,5,9,15179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_10_14,f,10-14,10,14,12600,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_15_19,f,15-19,15,19,10223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_20_24,f,20-24,20,24,7400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_25_29,f,25-29,25,29,6606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_30_34,f,30-34,30,34,5435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_35_39,f,35-39,35,39,5475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_40_44,f,40-44,40,44,4386,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_45_49,f,45-49,45,49,3636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_50_54,f,50-54,50,54,2606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_55_59,f,55-59,55,59,1218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_60_64,f,60-64,60,64,1634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_65_69,f,65-69,65,69,893,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_70_74,f,70-74,70,74,623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_75_79,f,75-79,75,79,390,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,F_80PLUS,f,80+,80,,410,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_00_04,m,0-4,0,4,14499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_05_09,m,5-9,5,9,14772,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_10_14,m,10-14,10,14,12973,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_15_19,m,15-19,15,19,11103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_20_24,m,20-24,20,24,6897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_25_29,m,25-29,25,29,4672,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_30_34,m,30-34,30,34,3262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_35_39,m,35-39,35,39,3138,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_40_44,m,40-44,40,44,2663,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_45_49,m,45-49,45,49,2285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_50_54,m,50-54,50,54,1884,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_55_59,m,55-59,55,59,812,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_60_64,m,60-64,60,64,1167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_65_69,m,65-69,65,69,657,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_70_74,m,70-74,70,74,409,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_75_79,m,75-79,75,79,256,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,M_80PLUS,m,80+,80,,278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_00_04,all,0-4,0,4,28978,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_05_09,all,5-9,5,9,29951,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_10_14,all,10-14,10,14,25573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_15_19,all,15-19,15,19,21326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_20_24,all,20-24,20,24,14297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_25_29,all,25-29,25,29,11278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_30_34,all,30-34,30,34,8697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_35_39,all,35-39,35,39,8613,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_40_44,all,40-44,40,44,7049,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_45_49,all,45-49,45,49,5921,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_50_54,all,50-54,50,54,4490,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_55_59,all,55-59,55,59,2030,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_60_64,all,60-64,60,64,2801,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_65_69,all,65-69,65,69,1550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_70_74,all,70-74,70,74,1032,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_75_79,all,75-79,75,79,646,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0602,Djakotomey,T_80PLUS,all,80+,80,,688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_TL,f,all,,,67569,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_TL,m,all,,,62906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_TL,all,all,,,130475,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_00_04,f,0-4,0,4,10078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_05_09,f,5-9,5,9,9942,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_10_14,f,10-14,10,14,8906,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_15_19,f,15-19,15,19,7884,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_20_24,f,20-24,20,24,5754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_25_29,f,25-29,25,29,4841,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_30_34,f,30-34,30,34,4069,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_35_39,f,35-39,35,39,3997,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_40_44,f,40-44,40,44,3235,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_45_49,f,45-49,45,49,2683,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_50_54,f,50-54,50,54,2067,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_55_59,f,55-59,55,59,921,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_60_64,f,60-64,60,64,1198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_65_69,f,65-69,65,69,732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_70_74,f,70-74,70,74,550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_75_79,f,75-79,75,79,316,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,F_80PLUS,f,80+,80,,396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_00_04,m,0-4,0,4,10226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_05_09,m,5-9,5,9,9729,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_10_14,m,10-14,10,14,8975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_15_19,m,15-19,15,19,8777,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_20_24,m,20-24,20,24,6229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_25_29,m,25-29,25,29,4456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_30_34,m,30-34,30,34,3182,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_35_39,m,35-39,35,39,2655,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_40_44,m,40-44,40,44,2371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_45_49,m,45-49,45,49,2047,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_50_54,m,50-54,50,54,1406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_55_59,m,55-59,55,59,746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_60_64,m,60-64,60,64,883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_65_69,m,65-69,65,69,421,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_70_74,m,70-74,70,74,437,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_75_79,m,75-79,75,79,164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,M_80PLUS,m,80+,80,,202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_00_04,all,0-4,0,4,20304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_05_09,all,5-9,5,9,19671,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_10_14,all,10-14,10,14,17881,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_15_19,all,15-19,15,19,16661,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_20_24,all,20-24,20,24,11983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_25_29,all,25-29,25,29,9297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_30_34,all,30-34,30,34,7251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_35_39,all,35-39,35,39,6652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_40_44,all,40-44,40,44,5606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_45_49,all,45-49,45,49,4730,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_50_54,all,50-54,50,54,3473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_55_59,all,55-59,55,59,1667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_60_64,all,60-64,60,64,2081,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_65_69,all,65-69,65,69,1153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_70_74,all,70-74,70,74,987,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_75_79,all,75-79,75,79,480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0603,Dogbo,T_80PLUS,all,80+,80,,598,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_TL,f,all,,,89333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_TL,m,all,,,77670,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_TL,all,all,,,167003,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_00_04,f,0-4,0,4,15050,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_05_09,f,5-9,5,9,14541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_10_14,f,10-14,10,14,11901,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_15_19,f,15-19,15,19,9929,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_20_24,f,20-24,20,24,7653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_25_29,f,25-29,25,29,6597,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_30_34,f,30-34,30,34,5070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_35_39,f,35-39,35,39,4864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_40_44,f,40-44,40,44,3650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_45_49,f,45-49,45,49,3367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_50_54,f,50-54,50,54,2372,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_55_59,f,55-59,55,59,1208,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_60_64,f,60-64,60,64,1207,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_65_69,f,65-69,65,69,796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_70_74,f,70-74,70,74,535,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_75_79,f,75-79,75,79,331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,F_80PLUS,f,80+,80,,262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_00_04,m,0-4,0,4,14789,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_05_09,m,5-9,5,9,14092,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_10_14,m,10-14,10,14,11473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_15_19,m,15-19,15,19,9849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_20_24,m,20-24,20,24,6444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_25_29,m,25-29,25,29,5188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_30_34,m,30-34,30,34,3378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_35_39,m,35-39,35,39,2996,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_40_44,m,40-44,40,44,2372,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_45_49,m,45-49,45,49,2042,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_50_54,m,50-54,50,54,1726,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_55_59,m,55-59,55,59,727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_60_64,m,60-64,60,64,1011,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_65_69,m,65-69,65,69,677,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_70_74,m,70-74,70,74,448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_75_79,m,75-79,75,79,284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,M_80PLUS,m,80+,80,,174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_00_04,all,0-4,0,4,29839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_05_09,all,5-9,5,9,28633,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_10_14,all,10-14,10,14,23374,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_15_19,all,15-19,15,19,19778,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_20_24,all,20-24,20,24,14097,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_25_29,all,25-29,25,29,11785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_30_34,all,30-34,30,34,8448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_35_39,all,35-39,35,39,7860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_40_44,all,40-44,40,44,6022,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_45_49,all,45-49,45,49,5409,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_50_54,all,50-54,50,54,4098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_55_59,all,55-59,55,59,1935,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_60_64,all,60-64,60,64,2218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_65_69,all,65-69,65,69,1473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_70_74,all,70-74,70,74,983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_75_79,all,75-79,75,79,615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0604,Klouekanme,T_80PLUS,all,80+,80,,436,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_TL,f,all,,,88699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_TL,m,all,,,79822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_TL,all,all,,,168521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_00_04,f,0-4,0,4,14678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_05_09,f,5-9,5,9,14793,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_10_14,f,10-14,10,14,11917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_15_19,f,15-19,15,19,9159,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_20_24,f,20-24,20,24,7530,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_25_29,f,25-29,25,29,6766,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_30_34,f,30-34,30,34,5440,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_35_39,f,35-39,35,39,4864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_40_44,f,40-44,40,44,3607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_45_49,f,45-49,45,49,3021,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_50_54,f,50-54,50,54,2341,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_55_59,f,55-59,55,59,1181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_60_64,f,60-64,60,64,1319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_65_69,f,65-69,65,69,883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_70_74,f,70-74,70,74,635,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_75_79,f,75-79,75,79,239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,F_80PLUS,f,80+,80,,326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_00_04,m,0-4,0,4,15023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_05_09,m,5-9,5,9,14828,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_10_14,m,10-14,10,14,12075,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_15_19,m,15-19,15,19,10329,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_20_24,m,20-24,20,24,6585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_25_29,m,25-29,25,29,4959,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_30_34,m,30-34,30,34,3434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_35_39,m,35-39,35,39,3098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_40_44,m,40-44,40,44,2486,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_45_49,m,45-49,45,49,1993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_50_54,m,50-54,50,54,1640,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_55_59,m,55-59,55,59,776,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_60_64,m,60-64,60,64,1078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_65_69,m,65-69,65,69,612,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_70_74,m,70-74,70,74,503,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_75_79,m,75-79,75,79,177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,M_80PLUS,m,80+,80,,226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_00_04,all,0-4,0,4,29701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_05_09,all,5-9,5,9,29621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_10_14,all,10-14,10,14,23992,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_15_19,all,15-19,15,19,19488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_20_24,all,20-24,20,24,14115,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_25_29,all,25-29,25,29,11725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_30_34,all,30-34,30,34,8874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_35_39,all,35-39,35,39,7962,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_40_44,all,40-44,40,44,6093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_45_49,all,45-49,45,49,5014,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_50_54,all,50-54,50,54,3981,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_55_59,all,55-59,55,59,1957,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_60_64,all,60-64,60,64,2397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_65_69,all,65-69,65,69,1495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_70_74,all,70-74,70,74,1138,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_75_79,all,75-79,75,79,416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0605,Lalo,T_80PLUS,all,80+,80,,552,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_TL,f,all,,,64358,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_TL,m,all,,,56439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_TL,all,all,,,120797,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_00_04,f,0-4,0,4,10140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_05_09,f,5-9,5,9,10732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_10_14,f,10-14,10,14,9114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_15_19,f,15-19,15,19,7129,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_20_24,f,20-24,20,24,5282,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_25_29,f,25-29,25,29,4455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_30_34,f,30-34,30,34,3660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_35_39,f,35-39,35,39,3496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_40_44,f,40-44,40,44,2745,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_45_49,f,45-49,45,49,2335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_50_54,f,50-54,50,54,1695,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_55_59,f,55-59,55,59,875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_60_64,f,60-64,60,64,1039,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_65_69,f,65-69,65,69,625,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_70_74,f,70-74,70,74,499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_75_79,f,75-79,75,79,284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,F_80PLUS,f,80+,80,,253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_00_04,m,0-4,0,4,10340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_05_09,m,5-9,5,9,10455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_10_14,m,10-14,10,14,8530,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_15_19,m,15-19,15,19,7448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_20_24,m,20-24,20,24,5119,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_25_29,m,25-29,25,29,3620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_30_34,m,30-34,30,34,2220,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_35_39,m,35-39,35,39,2082,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_40_44,m,40-44,40,44,1630,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_45_49,m,45-49,45,49,1575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_50_54,m,50-54,50,54,1153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_55_59,m,55-59,55,59,528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_60_64,m,60-64,60,64,678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_65_69,m,65-69,65,69,444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_70_74,m,70-74,70,74,314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_75_79,m,75-79,75,79,161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,M_80PLUS,m,80+,80,,142,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_00_04,all,0-4,0,4,20480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_05_09,all,5-9,5,9,21187,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_10_14,all,10-14,10,14,17644,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_15_19,all,15-19,15,19,14577,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_20_24,all,20-24,20,24,10401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_25_29,all,25-29,25,29,8075,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_30_34,all,30-34,30,34,5880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_35_39,all,35-39,35,39,5578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_40_44,all,40-44,40,44,4375,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_45_49,all,45-49,45,49,3910,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_50_54,all,50-54,50,54,2848,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_55_59,all,55-59,55,59,1403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_60_64,all,60-64,60,64,1717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_65_69,all,65-69,65,69,1069,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_70_74,all,70-74,70,74,813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_75_79,all,75-79,75,79,445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ06,Couffo,BJ0606,Toviklin,T_80PLUS,all,80+,80,,395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_TL,f,all,,,108060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_TL,m,all,,,108376,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_TL,all,all,,,216436,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_00_04,f,0-4,0,4,19181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_05_09,f,5-9,5,9,16289,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_10_14,f,10-14,10,14,12366,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_15_19,f,15-19,15,19,10267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_20_24,f,20-24,20,24,10100,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_25_29,f,25-29,25,29,8993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_30_34,f,30-34,30,34,7734,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_35_39,f,35-39,35,39,5875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_40_44,f,40-44,40,44,4731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_45_49,f,45-49,45,49,3763,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_50_54,f,50-54,50,54,2621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_55_59,f,55-59,55,59,1733,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_60_64,f,60-64,60,64,1532,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_65_69,f,65-69,65,69,1239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_70_74,f,70-74,70,74,754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_75_79,f,75-79,75,79,495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,F_80PLUS,f,80+,80,,387,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_00_04,m,0-4,0,4,20059,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_05_09,m,5-9,5,9,17199,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_10_14,m,10-14,10,14,14240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_15_19,m,15-19,15,19,11233,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_20_24,m,20-24,20,24,9875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_25_29,m,25-29,25,29,8331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_30_34,m,30-34,30,34,6334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_35_39,m,35-39,35,39,4897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_40_44,m,40-44,40,44,4070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_45_49,m,45-49,45,49,3717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_50_54,m,50-54,50,54,2654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_55_59,m,55-59,55,59,1561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_60_64,m,60-64,60,64,1333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_65_69,m,65-69,65,69,1294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_70_74,m,70-74,70,74,699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_75_79,m,75-79,75,79,565,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,M_80PLUS,m,80+,80,,315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_00_04,all,0-4,0,4,39240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_05_09,all,5-9,5,9,33488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_10_14,all,10-14,10,14,26606,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_15_19,all,15-19,15,19,21500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_20_24,all,20-24,20,24,19975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_25_29,all,25-29,25,29,17324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_30_34,all,30-34,30,34,14068,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_35_39,all,35-39,35,39,10772,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_40_44,all,40-44,40,44,8801,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_45_49,all,45-49,45,49,7480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_50_54,all,50-54,50,54,5275,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_55_59,all,55-59,55,59,3294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_60_64,all,60-64,60,64,2865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_65_69,all,65-69,65,69,2533,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_70_74,all,70-74,70,74,1453,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_75_79,all,75-79,75,79,1060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0701,Bassila,T_80PLUS,all,80+,80,,702,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_TL,f,all,,,183296,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_TL,m,all,,,185729,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_TL,all,all,,,369025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_00_04,f,0-4,0,4,32779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_05_09,f,5-9,5,9,28310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_10_14,f,10-14,10,14,21432,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_15_19,f,15-19,15,19,18736,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_20_24,f,20-24,20,24,17641,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_25_29,f,25-29,25,29,14117,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_30_34,f,30-34,30,34,11785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_35_39,f,35-39,35,39,9265,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_40_44,f,40-44,40,44,7487,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_45_49,f,45-49,45,49,6482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_50_54,f,50-54,50,54,4765,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_55_59,f,55-59,55,59,2855,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_60_64,f,60-64,60,64,2535,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_65_69,f,65-69,65,69,2057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_70_74,f,70-74,70,74,1497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_75_79,f,75-79,75,79,856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,F_80PLUS,f,80+,80,,697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_00_04,m,0-4,0,4,34166,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_05_09,m,5-9,5,9,29817,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_10_14,m,10-14,10,14,23973,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_15_19,m,15-19,15,19,19867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_20_24,m,20-24,20,24,16813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_25_29,m,25-29,25,29,13664,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_30_34,m,30-34,30,34,10491,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_35_39,m,35-39,35,39,8028,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_40_44,m,40-44,40,44,6776,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_45_49,m,45-49,45,49,6286,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_50_54,m,50-54,50,54,4979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_55_59,m,55-59,55,59,2753,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_60_64,m,60-64,60,64,2676,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_65_69,m,65-69,65,69,2260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_70_74,m,70-74,70,74,1604,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_75_79,m,75-79,75,79,955,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,M_80PLUS,m,80+,80,,621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_00_04,all,0-4,0,4,66945,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_05_09,all,5-9,5,9,58127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_10_14,all,10-14,10,14,45405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_15_19,all,15-19,15,19,38603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_20_24,all,20-24,20,24,34454,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_25_29,all,25-29,25,29,27781,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_30_34,all,30-34,30,34,22276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_35_39,all,35-39,35,39,17293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_40_44,all,40-44,40,44,14263,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_45_49,all,45-49,45,49,12768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_50_54,all,50-54,50,54,9744,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_55_59,all,55-59,55,59,5608,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_60_64,all,60-64,60,64,5211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_65_69,all,65-69,65,69,4317,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_70_74,all,70-74,70,74,3101,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_75_79,all,75-79,75,79,1811,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0702,Djougou,T_80PLUS,all,80+,80,,1318,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_TL,f,all,,,46265,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_TL,m,all,,,46934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_TL,all,all,,,93199,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_00_04,f,0-4,0,4,7211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_05_09,f,5-9,5,9,7427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_10_14,f,10-14,10,14,5378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_15_19,f,15-19,15,19,4521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_20_24,f,20-24,20,24,4513,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_25_29,f,25-29,25,29,3537,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_30_34,f,30-34,30,34,3062,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_35_39,f,35-39,35,39,2216,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_40_44,f,40-44,40,44,2148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_45_49,f,45-49,45,49,1743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_50_54,f,50-54,50,54,1284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_55_59,f,55-59,55,59,795,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_60_64,f,60-64,60,64,780,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_65_69,f,65-69,65,69,683,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_70_74,f,70-74,70,74,477,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_75_79,f,75-79,75,79,265,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,F_80PLUS,f,80+,80,,225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_00_04,m,0-4,0,4,7615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_05_09,m,5-9,5,9,8329,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_10_14,m,10-14,10,14,6578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_15_19,m,15-19,15,19,5168,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_20_24,m,20-24,20,24,4223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_25_29,m,25-29,25,29,3203,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_30_34,m,30-34,30,34,2582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_35_39,m,35-39,35,39,1806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_40_44,m,40-44,40,44,1583,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_45_49,m,45-49,45,49,1506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_50_54,m,50-54,50,54,1192,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_55_59,m,55-59,55,59,747,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_60_64,m,60-64,60,64,708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_65_69,m,65-69,65,69,687,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_70_74,m,70-74,70,74,466,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_75_79,m,75-79,75,79,310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,M_80PLUS,m,80+,80,,231,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_00_04,all,0-4,0,4,14826,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_05_09,all,5-9,5,9,15756,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_10_14,all,10-14,10,14,11956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_15_19,all,15-19,15,19,9689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_20_24,all,20-24,20,24,8736,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_25_29,all,25-29,25,29,6740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_30_34,all,30-34,30,34,5644,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_35_39,all,35-39,35,39,4022,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_40_44,all,40-44,40,44,3731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_45_49,all,45-49,45,49,3249,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_50_54,all,50-54,50,54,2476,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_55_59,all,55-59,55,59,1542,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_60_64,all,60-64,60,64,1488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_65_69,all,65-69,65,69,1370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_70_74,all,70-74,70,74,943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_75_79,all,75-79,75,79,575,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0703,Copargo,T_80PLUS,all,80+,80,,456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_TL,f,all,,,55858,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_TL,m,all,,,55670,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_TL,all,all,,,111528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_00_04,f,0-4,0,4,8554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_05_09,f,5-9,5,9,8458,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_10_14,f,10-14,10,14,7056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_15_19,f,15-19,15,19,5882,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_20_24,f,20-24,20,24,5351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_25_29,f,25-29,25,29,4329,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_30_34,f,30-34,30,34,3486,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_35_39,f,35-39,35,39,3004,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_40_44,f,40-44,40,44,2396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_45_49,f,45-49,45,49,2287,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_50_54,f,50-54,50,54,1393,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_55_59,f,55-59,55,59,1014,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_60_64,f,60-64,60,64,814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_65_69,f,65-69,65,69,803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_70_74,f,70-74,70,74,496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_75_79,f,75-79,75,79,351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,F_80PLUS,f,80+,80,,184,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_00_04,m,0-4,0,4,9395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_05_09,m,5-9,5,9,9047,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_10_14,m,10-14,10,14,7586,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_15_19,m,15-19,15,19,6769,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_20_24,m,20-24,20,24,5545,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_25_29,m,25-29,25,29,4270,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_30_34,m,30-34,30,34,2893,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_35_39,m,35-39,35,39,2315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_40_44,m,40-44,40,44,1809,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_45_49,m,45-49,45,49,1871,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_50_54,m,50-54,50,54,1209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_55_59,m,55-59,55,59,825,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_60_64,m,60-64,60,64,658,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_65_69,m,65-69,65,69,665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_70_74,m,70-74,70,74,343,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_75_79,m,75-79,75,79,329,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,M_80PLUS,m,80+,80,,141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_00_04,all,0-4,0,4,17949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_05_09,all,5-9,5,9,17505,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_10_14,all,10-14,10,14,14642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_15_19,all,15-19,15,19,12651,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_20_24,all,20-24,20,24,10896,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_25_29,all,25-29,25,29,8599,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_30_34,all,30-34,30,34,6379,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_35_39,all,35-39,35,39,5319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_40_44,all,40-44,40,44,4205,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_45_49,all,45-49,45,49,4158,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_50_54,all,50-54,50,54,2602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_55_59,all,55-59,55,59,1839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_60_64,all,60-64,60,64,1472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_65_69,all,65-69,65,69,1468,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_70_74,all,70-74,70,74,839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_75_79,all,75-79,75,79,680,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ07,Donga,BJ0704,Ouake,T_80PLUS,all,80+,80,,325,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_TL,f,all,,,343688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_TL,m,all,,,324965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_TL,all,all,,,668653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_00_04,f,0-4,0,4,47758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_05_09,f,5-9,5,9,37524,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_10_14,f,10-14,10,14,36966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_15_19,f,15-19,15,19,34847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_20_24,f,20-24,20,24,36660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_25_29,f,25-29,25,29,31849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_30_34,f,30-34,30,34,27200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_35_39,f,35-39,35,39,21697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_40_44,f,40-44,40,44,17219,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_45_49,f,45-49,45,49,16874,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_50_54,f,50-54,50,54,10897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_55_59,f,55-59,55,59,9167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_60_64,f,60-64,60,64,5223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_65_69,f,65-69,65,69,4859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_70_74,f,70-74,70,74,2261,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_75_79,f,75-79,75,79,1966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,F_80PLUS,f,80+,80,,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_00_04,m,0-4,0,4,50832,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_05_09,m,5-9,5,9,36457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_10_14,m,10-14,10,14,30258,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_15_19,m,15-19,15,19,29301,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_20_24,m,20-24,20,24,37934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_25_29,m,25-29,25,29,33849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_30_34,m,30-34,30,34,27109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_35_39,m,35-39,35,39,20637,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_40_44,m,40-44,40,44,15986,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_45_49,m,45-49,45,49,15541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_50_54,m,50-54,50,54,9188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_55_59,m,55-59,55,59,6786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_60_64,m,60-64,60,64,4071,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_65_69,m,65-69,65,69,3818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_70_74,m,70-74,70,74,1596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_75_79,m,75-79,75,79,1251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,M_80PLUS,m,80+,80,,351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_00_04,all,0-4,0,4,98590,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_05_09,all,5-9,5,9,73981,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_10_14,all,10-14,10,14,67224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_15_19,all,15-19,15,19,64148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_20_24,all,20-24,20,24,74594,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_25_29,all,25-29,25,29,65698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_30_34,all,30-34,30,34,54309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_35_39,all,35-39,35,39,42334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_40_44,all,40-44,40,44,33205,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_45_49,all,45-49,45,49,32415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_50_54,all,50-54,50,54,20085,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_55_59,all,55-59,55,59,15953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_60_64,all,60-64,60,64,9294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_65_69,all,65-69,65,69,8677,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_70_74,all,70-74,70,74,3857,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_75_79,all,75-79,75,79,3217,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ08,Littoral,BJ0800,Cotonou,T_80PLUS,all,80+,80,,1072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_TL,f,all,,,38589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_TL,m,all,,,37269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_TL,all,all,,,75858,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_00_04,f,0-4,0,4,6122,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_05_09,f,5-9,5,9,5507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_10_14,f,10-14,10,14,5131,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_15_19,f,15-19,15,19,4228,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_20_24,f,20-24,20,24,3401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_25_29,f,25-29,25,29,2536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_30_34,f,30-34,30,34,2247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_35_39,f,35-39,35,39,2066,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_40_44,f,40-44,40,44,1797,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_45_49,f,45-49,45,49,1655,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_50_54,f,50-54,50,54,1221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_55_59,f,55-59,55,59,707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_60_64,f,60-64,60,64,653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_65_69,f,65-69,65,69,507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_70_74,f,70-74,70,74,368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_75_79,f,75-79,75,79,246,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,F_80PLUS,f,80+,80,,197,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_00_04,m,0-4,0,4,6180,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_05_09,m,5-9,5,9,5803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_10_14,m,10-14,10,14,5212,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_15_19,m,15-19,15,19,4628,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_20_24,m,20-24,20,24,3878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_25_29,m,25-29,25,29,2567,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_30_34,m,30-34,30,34,1806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_35_39,m,35-39,35,39,1704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_40_44,m,40-44,40,44,1367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_45_49,m,45-49,45,49,1282,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_50_54,m,50-54,50,54,940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_55_59,m,55-59,55,59,547,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_60_64,m,60-64,60,64,483,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_65_69,m,65-69,65,69,383,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_70_74,m,70-74,70,74,266,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_75_79,m,75-79,75,79,124,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,M_80PLUS,m,80+,80,,99,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_00_04,all,0-4,0,4,12302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_05_09,all,5-9,5,9,11310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_10_14,all,10-14,10,14,10343,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_15_19,all,15-19,15,19,8856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_20_24,all,20-24,20,24,7279,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_25_29,all,25-29,25,29,5103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_30_34,all,30-34,30,34,4053,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_35_39,all,35-39,35,39,3770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_40_44,all,40-44,40,44,3164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_45_49,all,45-49,45,49,2937,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_50_54,all,50-54,50,54,2161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_55_59,all,55-59,55,59,1254,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_60_64,all,60-64,60,64,1136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_65_69,all,65-69,65,69,890,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_70_74,all,70-74,70,74,634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_75_79,all,75-79,75,79,370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0901,Athieme,T_80PLUS,all,80+,80,,296,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_TL,f,all,,,63859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_TL,m,all,,,60548,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_TL,all,all,,,124407,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_00_04,f,0-4,0,4,10155,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_05_09,f,5-9,5,9,9822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_10_14,f,10-14,10,14,8142,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_15_19,f,15-19,15,19,6214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_20_24,f,20-24,20,24,4966,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_25_29,f,25-29,25,29,4369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_30_34,f,30-34,30,34,3859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_35_39,f,35-39,35,39,3540,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_40_44,f,40-44,40,44,3045,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_45_49,f,45-49,45,49,2894,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_50_54,f,50-54,50,54,2051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_55_59,f,55-59,55,59,1160,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_60_64,f,60-64,60,64,1210,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_65_69,f,65-69,65,69,957,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_70_74,f,70-74,70,74,756,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_75_79,f,75-79,75,79,396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,F_80PLUS,f,80+,80,,323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_00_04,m,0-4,0,4,10290,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_05_09,m,5-9,5,9,10541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_10_14,m,10-14,10,14,9276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_15_19,m,15-19,15,19,7110,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_20_24,m,20-24,20,24,4932,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_25_29,m,25-29,25,29,3582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_30_34,m,30-34,30,34,2818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_35_39,m,35-39,35,39,2447,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_40_44,m,40-44,40,44,2071,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_45_49,m,45-49,45,49,1972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_50_54,m,50-54,50,54,1642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_55_59,m,55-59,55,59,912,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_60_64,m,60-64,60,64,999,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_65_69,m,65-69,65,69,694,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_70_74,m,70-74,70,74,607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_75_79,m,75-79,75,79,370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,M_80PLUS,m,80+,80,,285,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_00_04,all,0-4,0,4,20445,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_05_09,all,5-9,5,9,20363,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_10_14,all,10-14,10,14,17418,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_15_19,all,15-19,15,19,13324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_20_24,all,20-24,20,24,9898,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_25_29,all,25-29,25,29,7951,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_30_34,all,30-34,30,34,6677,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_35_39,all,35-39,35,39,5987,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_40_44,all,40-44,40,44,5116,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_45_49,all,45-49,45,49,4866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_50_54,all,50-54,50,54,3693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_55_59,all,55-59,55,59,2072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_60_64,all,60-64,60,64,2209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_65_69,all,65-69,65,69,1651,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_70_74,all,70-74,70,74,1363,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_75_79,all,75-79,75,79,766,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0902,Bopa,T_80PLUS,all,80+,80,,608,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_TL,f,all,,,53166,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_TL,m,all,,,50166,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_TL,all,all,,,103332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_00_04,f,0-4,0,4,8033,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_05_09,f,5-9,5,9,6709,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_10_14,f,10-14,10,14,6370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_15_19,f,15-19,15,19,5383,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_20_24,f,20-24,20,24,4799,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_25_29,f,25-29,25,29,3813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_30_34,f,30-34,30,34,3424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_35_39,f,35-39,35,39,2950,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_40_44,f,40-44,40,44,2527,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_45_49,f,45-49,45,49,2602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_50_54,f,50-54,50,54,1868,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_55_59,f,55-59,55,59,1425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_60_64,f,60-64,60,64,925,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_65_69,f,65-69,65,69,956,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_70_74,f,70-74,70,74,561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_75_79,f,75-79,75,79,511,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,F_80PLUS,f,80+,80,,310,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_00_04,m,0-4,0,4,8195,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_05_09,m,5-9,5,9,6851,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_10_14,m,10-14,10,14,6453,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_15_19,m,15-19,15,19,6387,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_20_24,m,20-24,20,24,5391,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_25_29,m,25-29,25,29,3582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_30_34,m,30-34,30,34,2749,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_35_39,m,35-39,35,39,2355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_40_44,m,40-44,40,44,1865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_45_49,m,45-49,45,49,2060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_50_54,m,50-54,50,54,1272,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_55_59,m,55-59,55,59,940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_60_64,m,60-64,60,64,705,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_65_69,m,65-69,65,69,698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_70_74,m,70-74,70,74,297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_75_79,m,75-79,75,79,241,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,M_80PLUS,m,80+,80,,125,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_00_04,all,0-4,0,4,16228,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_05_09,all,5-9,5,9,13560,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_10_14,all,10-14,10,14,12823,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_15_19,all,15-19,15,19,11770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_20_24,all,20-24,20,24,10190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_25_29,all,25-29,25,29,7395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_30_34,all,30-34,30,34,6173,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_35_39,all,35-39,35,39,5305,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_40_44,all,40-44,40,44,4392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_45_49,all,45-49,45,49,4662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_50_54,all,50-54,50,54,3140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_55_59,all,55-59,55,59,2365,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_60_64,all,60-64,60,64,1630,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_65_69,all,65-69,65,69,1654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_70_74,all,70-74,70,74,858,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_75_79,all,75-79,75,79,752,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0903,Come,T_80PLUS,all,80+,80,,435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_TL,f,all,,,39155,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_TL,m,all,,,38169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_TL,all,all,,,77324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_00_04,f,0-4,0,4,5767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_05_09,f,5-9,5,9,4878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_10_14,f,10-14,10,14,4111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_15_19,f,15-19,15,19,3635,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_20_24,f,20-24,20,24,3388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_25_29,f,25-29,25,29,2724,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_30_34,f,30-34,30,34,2439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_35_39,f,35-39,35,39,2309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_40_44,f,40-44,40,44,1975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_45_49,f,45-49,45,49,2185,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_50_54,f,50-54,50,54,1515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_55_59,f,55-59,55,59,1140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_60_64,f,60-64,60,64,850,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_65_69,f,65-69,65,69,919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_70_74,f,70-74,70,74,570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_75_79,f,75-79,75,79,410,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,F_80PLUS,f,80+,80,,340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_00_04,m,0-4,0,4,6089,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_05_09,m,5-9,5,9,5093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_10_14,m,10-14,10,14,4539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_15_19,m,15-19,15,19,4479,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_20_24,m,20-24,20,24,3745,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_25_29,m,25-29,25,29,2949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_30_34,m,30-34,30,34,2206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_35_39,m,35-39,35,39,1972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_40_44,m,40-44,40,44,1616,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_45_49,m,45-49,45,49,1725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_50_54,m,50-54,50,54,1152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_55_59,m,55-59,55,59,735,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_60_64,m,60-64,60,64,578,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_65_69,m,65-69,65,69,550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_70_74,m,70-74,70,74,331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_75_79,m,75-79,75,79,247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,M_80PLUS,m,80+,80,,163,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_00_04,all,0-4,0,4,11856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_05_09,all,5-9,5,9,9971,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_10_14,all,10-14,10,14,8650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_15_19,all,15-19,15,19,8114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_20_24,all,20-24,20,24,7133,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_25_29,all,25-29,25,29,5673,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_30_34,all,30-34,30,34,4645,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_35_39,all,35-39,35,39,4281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_40_44,all,40-44,40,44,3591,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_45_49,all,45-49,45,49,3910,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_50_54,all,50-54,50,54,2667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_55_59,all,55-59,55,59,1875,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_60_64,all,60-64,60,64,1428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_65_69,all,65-69,65,69,1469,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_70_74,all,70-74,70,74,901,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_75_79,all,75-79,75,79,657,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0904,Grand-Popo,T_80PLUS,all,80+,80,,503,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_TL,f,all,,,67653,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_TL,m,all,,,63803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_TL,all,all,,,131456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_00_04,f,0-4,0,4,10518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_05_09,f,5-9,5,9,9690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_10_14,f,10-14,10,14,8687,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_15_19,f,15-19,15,19,6960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_20_24,f,20-24,20,24,5797,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_25_29,f,25-29,25,29,4667,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_30_34,f,30-34,30,34,3804,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_35_39,f,35-39,35,39,3784,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_40_44,f,40-44,40,44,3192,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_45_49,f,45-49,45,49,2965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_50_54,f,50-54,50,54,2155,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_55_59,f,55-59,55,59,1388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_60_64,f,60-64,60,64,1353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_65_69,f,65-69,65,69,980,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_70_74,f,70-74,70,74,850,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_75_79,f,75-79,75,79,465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,F_80PLUS,f,80+,80,,398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_00_04,m,0-4,0,4,10457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_05_09,m,5-9,5,9,10092,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_10_14,m,10-14,10,14,9162,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_15_19,m,15-19,15,19,8020,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_20_24,m,20-24,20,24,6098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_25_29,m,25-29,25,29,3987,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_30_34,m,30-34,30,34,2854,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_35_39,m,35-39,35,39,2647,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_40_44,m,40-44,40,44,2564,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_45_49,m,45-49,45,49,2319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_50_54,m,50-54,50,54,1733,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_55_59,m,55-59,55,59,970,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_60_64,m,60-64,60,64,973,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_65_69,m,65-69,65,69,758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_70_74,m,70-74,70,74,584,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_75_79,m,75-79,75,79,340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,M_80PLUS,m,80+,80,,245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_00_04,all,0-4,0,4,20975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_05_09,all,5-9,5,9,19782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_10_14,all,10-14,10,14,17849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_15_19,all,15-19,15,19,14980,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_20_24,all,20-24,20,24,11895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_25_29,all,25-29,25,29,8654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_30_34,all,30-34,30,34,6658,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_35_39,all,35-39,35,39,6431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_40_44,all,40-44,40,44,5756,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_45_49,all,45-49,45,49,5284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_50_54,all,50-54,50,54,3888,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_55_59,all,55-59,55,59,2358,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_60_64,all,60-64,60,64,2326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_65_69,all,65-69,65,69,1738,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_70_74,all,70-74,70,74,1434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_75_79,all,75-79,75,79,805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0905,Houeyogbe,T_80PLUS,all,80+,80,,643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_TL,f,all,,,68420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_TL,m,all,,,66480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_TL,all,all,,,134900,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_00_04,f,0-4,0,4,10886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_05_09,f,5-9,5,9,9638,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_10_14,f,10-14,10,14,8782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_15_19,f,15-19,15,19,7856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_20_24,f,20-24,20,24,6458,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_25_29,f,25-29,25,29,5165,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_30_34,f,30-34,30,34,4145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_35_39,f,35-39,35,39,3847,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_40_44,f,40-44,40,44,2992,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_45_49,f,45-49,45,49,2808,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_50_54,f,50-54,50,54,1958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_55_59,f,55-59,55,59,1134,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_60_64,f,60-64,60,64,924,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_65_69,f,65-69,65,69,774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_70_74,f,70-74,70,74,490,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_75_79,f,75-79,75,79,303,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,F_80PLUS,f,80+,80,,260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_00_04,m,0-4,0,4,10930,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_05_09,m,5-9,5,9,9576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_10_14,m,10-14,10,14,8916,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_15_19,m,15-19,15,19,8138,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_20_24,m,20-24,20,24,6862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_25_29,m,25-29,25,29,5240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_30_34,m,30-34,30,34,3972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_35_39,m,35-39,35,39,3101,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_40_44,m,40-44,40,44,2474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_45_49,m,45-49,45,49,2559,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_50_54,m,50-54,50,54,1598,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_55_59,m,55-59,55,59,919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_60_64,m,60-64,60,64,854,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_65_69,m,65-69,65,69,605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_70_74,m,70-74,70,74,412,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_75_79,m,75-79,75,79,190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,M_80PLUS,m,80+,80,,134,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_00_04,all,0-4,0,4,21816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_05_09,all,5-9,5,9,19214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_10_14,all,10-14,10,14,17698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_15_19,all,15-19,15,19,15994,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_20_24,all,20-24,20,24,13320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_25_29,all,25-29,25,29,10405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_30_34,all,30-34,30,34,8117,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_35_39,all,35-39,35,39,6948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_40_44,all,40-44,40,44,5466,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_45_49,all,45-49,45,49,5367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_50_54,all,50-54,50,54,3556,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_55_59,all,55-59,55,59,2053,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_60_64,all,60-64,60,64,1778,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_65_69,all,65-69,65,69,1379,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_70_74,all,70-74,70,74,902,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_75_79,all,75-79,75,79,493,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ09,Mono,BJ0906,Lokossa,T_80PLUS,all,80+,80,,394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_TL,f,all,,,74500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_TL,m,all,,,71753,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_TL,all,all,,,146253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_00_04,f,0-4,0,4,12371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_05_09,f,5-9,5,9,9711,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_10_14,f,10-14,10,14,8937,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_15_19,f,15-19,15,19,7206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_20_24,f,20-24,20,24,6837,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_25_29,f,25-29,25,29,6069,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_30_34,f,30-34,30,34,5035,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_35_39,f,35-39,35,39,4355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_40_44,f,40-44,40,44,3471,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_45_49,f,45-49,45,49,3374,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_50_54,f,50-54,50,54,2253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_55_59,f,55-59,55,59,1518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_60_64,f,60-64,60,64,1196,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_65_69,f,65-69,65,69,1111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_70_74,f,70-74,70,74,536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_75_79,f,75-79,75,79,318,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,F_80PLUS,f,80+,80,,202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_00_04,m,0-4,0,4,13324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_05_09,m,5-9,5,9,10254,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_10_14,m,10-14,10,14,8923,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_15_19,m,15-19,15,19,7363,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_20_24,m,20-24,20,24,6713,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_25_29,m,25-29,25,29,5364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_30_34,m,30-34,30,34,4408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_35_39,m,35-39,35,39,3574,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_40_44,m,40-44,40,44,2866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_45_49,m,45-49,45,49,2824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_50_54,m,50-54,50,54,2025,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_55_59,m,55-59,55,59,1593,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_60_64,m,60-64,60,64,1108,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_65_69,m,65-69,65,69,804,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_70_74,m,70-74,70,74,314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_75_79,m,75-79,75,79,214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,M_80PLUS,m,80+,80,,82,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_00_04,all,0-4,0,4,25695,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_05_09,all,5-9,5,9,19965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_10_14,all,10-14,10,14,17860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_15_19,all,15-19,15,19,14569,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_20_24,all,20-24,20,24,13550,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_25_29,all,25-29,25,29,11433,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_30_34,all,30-34,30,34,9443,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_35_39,all,35-39,35,39,7929,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_40_44,all,40-44,40,44,6337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_45_49,all,45-49,45,49,6198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_50_54,all,50-54,50,54,4278,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_55_59,all,55-59,55,59,3111,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_60_64,all,60-64,60,64,2304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_65_69,all,65-69,65,69,1915,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_70_74,all,70-74,70,74,850,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_75_79,all,75-79,75,79,532,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1001,Adjarra,T_80PLUS,all,80+,80,,284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_TL,f,all,,,48866,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_TL,m,all,,,46177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_TL,all,all,,,95043,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_00_04,f,0-4,0,4,7964,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_05_09,f,5-9,5,9,6704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_10_14,f,10-14,10,14,5958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_15_19,f,15-19,15,19,4428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_20_24,f,20-24,20,24,4341,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_25_29,f,25-29,25,29,3782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_30_34,f,30-34,30,34,2865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_35_39,f,35-39,35,39,2664,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_40_44,f,40-44,40,44,2210,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_45_49,f,45-49,45,49,2226,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_50_54,f,50-54,50,54,1746,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_55_59,f,55-59,55,59,1179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_60_64,f,60-64,60,64,995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_65_69,f,65-69,65,69,786,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_70_74,f,70-74,70,74,461,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_75_79,f,75-79,75,79,344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,F_80PLUS,f,80+,80,,213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_00_04,m,0-4,0,4,8211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_05_09,m,5-9,5,9,6926,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_10_14,m,10-14,10,14,6151,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_15_19,m,15-19,15,19,5072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_20_24,m,20-24,20,24,4074,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_25_29,m,25-29,25,29,3299,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_30_34,m,30-34,30,34,2482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_35_39,m,35-39,35,39,1960,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_40_44,m,40-44,40,44,1654,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_45_49,m,45-49,45,49,1702,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_50_54,m,50-54,50,54,1436,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_55_59,m,55-59,55,59,988,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_60_64,m,60-64,60,64,927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_65_69,m,65-69,65,69,602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_70_74,m,70-74,70,74,331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_75_79,m,75-79,75,79,236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,M_80PLUS,m,80+,80,,126,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_00_04,all,0-4,0,4,16175,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_05_09,all,5-9,5,9,13630,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_10_14,all,10-14,10,14,12109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_15_19,all,15-19,15,19,9500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_20_24,all,20-24,20,24,8415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_25_29,all,25-29,25,29,7081,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_30_34,all,30-34,30,34,5347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_35_39,all,35-39,35,39,4624,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_40_44,all,40-44,40,44,3864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_45_49,all,45-49,45,49,3928,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_50_54,all,50-54,50,54,3182,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_55_59,all,55-59,55,59,2167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_60_64,all,60-64,60,64,1922,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_65_69,all,65-69,65,69,1388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_70_74,all,70-74,70,74,792,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_75_79,all,75-79,75,79,580,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1002,Adjohoun,T_80PLUS,all,80+,80,,339,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_TL,f,all,,,34253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_TL,m,all,,,34535,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_TL,all,all,,,68788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_00_04,f,0-4,0,4,5856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_05_09,f,5-9,5,9,5273,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_10_14,f,10-14,10,14,4629,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_15_19,f,15-19,15,19,3878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_20_24,f,20-24,20,24,3294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_25_29,f,25-29,25,29,2538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_30_34,f,30-34,30,34,2088,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_35_39,f,35-39,35,39,1685,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_40_44,f,40-44,40,44,1585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_45_49,f,45-49,45,49,1061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_50_54,f,50-54,50,54,953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_55_59,f,55-59,55,59,386,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_60_64,f,60-64,60,64,535,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_65_69,f,65-69,65,69,165,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_70_74,f,70-74,70,74,151,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_75_79,f,75-79,75,79,97,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,F_80PLUS,f,80+,80,,79,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_00_04,m,0-4,0,4,6044,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_05_09,m,5-9,5,9,5499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_10_14,m,10-14,10,14,4768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_15_19,m,15-19,15,19,4100,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_20_24,m,20-24,20,24,3368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_25_29,m,25-29,25,29,2507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_30_34,m,30-34,30,34,1796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_35_39,m,35-39,35,39,1404,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_40_44,m,40-44,40,44,1350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_45_49,m,45-49,45,49,1043,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_50_54,m,50-54,50,54,1002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_55_59,m,55-59,55,59,478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_60_64,m,60-64,60,64,618,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_65_69,m,65-69,65,69,236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_70_74,m,70-74,70,74,196,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_75_79,m,75-79,75,79,70,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,M_80PLUS,m,80+,80,,56,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_00_04,all,0-4,0,4,11900,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_05_09,all,5-9,5,9,10772,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_10_14,all,10-14,10,14,9397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_15_19,all,15-19,15,19,7978,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_20_24,all,20-24,20,24,6662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_25_29,all,25-29,25,29,5045,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_30_34,all,30-34,30,34,3884,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_35_39,all,35-39,35,39,3089,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_40_44,all,40-44,40,44,2935,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_45_49,all,45-49,45,49,2104,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_50_54,all,50-54,50,54,1955,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_55_59,all,55-59,55,59,864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_60_64,all,60-64,60,64,1153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_65_69,all,65-69,65,69,401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_70_74,all,70-74,70,74,347,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_75_79,all,75-79,75,79,167,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1003,Aguegues,T_80PLUS,all,80+,80,,135,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_TL,f,all,,,103533,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_TL,m,all,,,101160,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_TL,all,all,,,204693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_00_04,f,0-4,0,4,18727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_05_09,f,5-9,5,9,14880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_10_14,f,10-14,10,14,12530,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_15_19,f,15-19,15,19,9791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_20_24,f,20-24,20,24,9543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_25_29,f,25-29,25,29,8975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_30_34,f,30-34,30,34,6970,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_35_39,f,35-39,35,39,5845,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_40_44,f,40-44,40,44,4161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_45_49,f,45-49,45,49,3821,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_50_54,f,50-54,50,54,2615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_55_59,f,55-59,55,59,1634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_60_64,f,60-64,60,64,1344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_65_69,f,65-69,65,69,1154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_70_74,f,70-74,70,74,723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_75_79,f,75-79,75,79,486,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,F_80PLUS,f,80+,80,,334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_00_04,m,0-4,0,4,19779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_05_09,m,5-9,5,9,15234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_10_14,m,10-14,10,14,12791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_15_19,m,15-19,15,19,10074,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_20_24,m,20-24,20,24,8810,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_25_29,m,25-29,25,29,8162,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_30_34,m,30-34,30,34,6737,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_35_39,m,35-39,35,39,5107,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_40_44,m,40-44,40,44,3918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_45_49,m,45-49,45,49,3519,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_50_54,m,50-54,50,54,2569,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_55_59,m,55-59,55,59,1473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_60_64,m,60-64,60,64,1177,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_65_69,m,65-69,65,69,940,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_70_74,m,70-74,70,74,473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_75_79,m,75-79,75,79,264,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,M_80PLUS,m,80+,80,,133,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_00_04,all,0-4,0,4,38506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_05_09,all,5-9,5,9,30114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_10_14,all,10-14,10,14,25321,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_15_19,all,15-19,15,19,19865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_20_24,all,20-24,20,24,18353,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_25_29,all,25-29,25,29,17137,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_30_34,all,30-34,30,34,13707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_35_39,all,35-39,35,39,10952,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_40_44,all,40-44,40,44,8079,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_45_49,all,45-49,45,49,7340,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_50_54,all,50-54,50,54,5184,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_55_59,all,55-59,55,59,3107,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_60_64,all,60-64,60,64,2521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_65_69,all,65-69,65,69,2094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_70_74,all,70-74,70,74,1196,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_75_79,all,75-79,75,79,750,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1004,Akpo-Misserete,T_80PLUS,all,80+,80,,467,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_TL,f,all,,,96460,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_TL,m,all,,,92791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_TL,all,all,,,189251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_00_04,f,0-4,0,4,17273,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_05_09,f,5-9,5,9,12840,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_10_14,f,10-14,10,14,11161,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_15_19,f,15-19,15,19,8669,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_20_24,f,20-24,20,24,8898,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_25_29,f,25-29,25,29,8279,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_30_34,f,30-34,30,34,6315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_35_39,f,35-39,35,39,5579,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_40_44,f,40-44,40,44,4106,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_45_49,f,45-49,45,49,4056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_50_54,f,50-54,50,54,2948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_55_59,f,55-59,55,59,1958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_60_64,f,60-64,60,64,1536,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_65_69,f,65-69,65,69,1288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_70_74,f,70-74,70,74,777,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_75_79,f,75-79,75,79,439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,F_80PLUS,f,80+,80,,338,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_00_04,m,0-4,0,4,18079,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_05_09,m,5-9,5,9,13775,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_10_14,m,10-14,10,14,11312,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_15_19,m,15-19,15,19,9085,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_20_24,m,20-24,20,24,8255,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_25_29,m,25-29,25,29,7758,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_30_34,m,30-34,30,34,5783,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_35_39,m,35-39,35,39,4719,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_40_44,m,40-44,40,44,3554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_45_49,m,45-49,45,49,3247,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_50_54,m,50-54,50,54,2423,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_55_59,m,55-59,55,59,1636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_60_64,m,60-64,60,64,1293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_65_69,m,65-69,65,69,922,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_70_74,m,70-74,70,74,485,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_75_79,m,75-79,75,79,251,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,M_80PLUS,m,80+,80,,214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_00_04,all,0-4,0,4,35352,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_05_09,all,5-9,5,9,26615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_10_14,all,10-14,10,14,22473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_15_19,all,15-19,15,19,17754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_20_24,all,20-24,20,24,17153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_25_29,all,25-29,25,29,16037,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_30_34,all,30-34,30,34,12098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_35_39,all,35-39,35,39,10298,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_40_44,all,40-44,40,44,7660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_45_49,all,45-49,45,49,7303,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_50_54,all,50-54,50,54,5371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_55_59,all,55-59,55,59,3594,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_60_64,all,60-64,60,64,2829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_65_69,all,65-69,65,69,2210,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_70_74,all,70-74,70,74,1262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_75_79,all,75-79,75,79,690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1005,Avrankou,T_80PLUS,all,80+,80,,552,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_TL,f,all,,,31926,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_TL,m,all,,,30039,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_TL,all,all,,,61965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_00_04,f,0-4,0,4,5134,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_05_09,f,5-9,5,9,4398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_10_14,f,10-14,10,14,4056,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_15_19,f,15-19,15,19,3288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_20_24,f,20-24,20,24,2702,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_25_29,f,25-29,25,29,2595,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_30_34,f,30-34,30,34,1970,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_35_39,f,35-39,35,39,1832,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_40_44,f,40-44,40,44,1373,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_45_49,f,45-49,45,49,1346,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_50_54,f,50-54,50,54,912,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_55_59,f,55-59,55,59,726,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_60_64,f,60-64,60,64,474,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_65_69,f,65-69,65,69,440,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_70_74,f,70-74,70,74,304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_75_79,f,75-79,75,79,239,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,F_80PLUS,f,80+,80,,137,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_00_04,m,0-4,0,4,5297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_05_09,m,5-9,5,9,4555,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_10_14,m,10-14,10,14,4148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_15_19,m,15-19,15,19,3494,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_20_24,m,20-24,20,24,2886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_25_29,m,25-29,25,29,2136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_30_34,m,30-34,30,34,1573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_35_39,m,35-39,35,39,1308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_40_44,m,40-44,40,44,1027,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_45_49,m,45-49,45,49,974,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_50_54,m,50-54,50,54,785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_55_59,m,55-59,55,59,537,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_60_64,m,60-64,60,64,506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_65_69,m,65-69,65,69,376,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_70_74,m,70-74,70,74,213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_75_79,m,75-79,75,79,139,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,M_80PLUS,m,80+,80,,85,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_00_04,all,0-4,0,4,10431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_05_09,all,5-9,5,9,8953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_10_14,all,10-14,10,14,8204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_15_19,all,15-19,15,19,6782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_20_24,all,20-24,20,24,5588,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_25_29,all,25-29,25,29,4731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_30_34,all,30-34,30,34,3543,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_35_39,all,35-39,35,39,3140,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_40_44,all,40-44,40,44,2400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_45_49,all,45-49,45,49,2320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_50_54,all,50-54,50,54,1697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_55_59,all,55-59,55,59,1263,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_60_64,all,60-64,60,64,980,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_65_69,all,65-69,65,69,816,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_70_74,all,70-74,70,74,517,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_75_79,all,75-79,75,79,378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1006,Bonou,T_80PLUS,all,80+,80,,222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_TL,f,all,,,66708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_TL,m,all,,,65148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_TL,all,all,,,131856,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_00_04,f,0-4,0,4,11657,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_05_09,f,5-9,5,9,9427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_10_14,f,10-14,10,14,7848,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_15_19,f,15-19,15,19,6271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_20_24,f,20-24,20,24,6009,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_25_29,f,25-29,25,29,5394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_30_34,f,30-34,30,34,4323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_35_39,f,35-39,35,39,3701,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_40_44,f,40-44,40,44,3018,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_45_49,f,45-49,45,49,2693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_50_54,f,50-54,50,54,2119,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_55_59,f,55-59,55,59,1186,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_60_64,f,60-64,60,64,1198,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_65_69,f,65-69,65,69,733,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_70_74,f,70-74,70,74,533,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_75_79,f,75-79,75,79,296,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,F_80PLUS,f,80+,80,,302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_00_04,m,0-4,0,4,12252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_05_09,m,5-9,5,9,9791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_10_14,m,10-14,10,14,8252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_15_19,m,15-19,15,19,6963,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_20_24,m,20-24,20,24,5560,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_25_29,m,25-29,25,29,4733,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_30_34,m,30-34,30,34,3755,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_35_39,m,35-39,35,39,3119,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_40_44,m,40-44,40,44,2605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_45_49,m,45-49,45,49,2403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_50_54,m,50-54,50,54,2035,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_55_59,m,55-59,55,59,995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_60_64,m,60-64,60,64,1246,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_65_69,m,65-69,65,69,619,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_70_74,m,70-74,70,74,462,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_75_79,m,75-79,75,79,188,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,M_80PLUS,m,80+,80,,170,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_00_04,all,0-4,0,4,23909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_05_09,all,5-9,5,9,19218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_10_14,all,10-14,10,14,16100,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_15_19,all,15-19,15,19,13234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_20_24,all,20-24,20,24,11569,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_25_29,all,25-29,25,29,10127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_30_34,all,30-34,30,34,8078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_35_39,all,35-39,35,39,6820,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_40_44,all,40-44,40,44,5623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_45_49,all,45-49,45,49,5096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_50_54,all,50-54,50,54,4154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_55_59,all,55-59,55,59,2181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_60_64,all,60-64,60,64,2444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_65_69,all,65-69,65,69,1352,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_70_74,all,70-74,70,74,995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_75_79,all,75-79,75,79,484,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1007,Dangbo,T_80PLUS,all,80+,80,,472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_TL,f,all,,,155046,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_TL,m,all,,,144016,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_TL,all,all,,,299062,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_00_04,f,0-4,0,4,21972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_05_09,f,5-9,5,9,18400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_10_14,f,10-14,10,14,17814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_15_19,f,15-19,15,19,15254,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_20_24,f,20-24,20,24,14861,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_25_29,f,25-29,25,29,12843,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_30_34,f,30-34,30,34,10615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_35_39,f,35-39,35,39,8813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_40_44,f,40-44,40,44,7504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_45_49,f,45-49,45,49,8037,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_50_54,f,50-54,50,54,5731,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_55_59,f,55-59,55,59,4698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_60_64,f,60-64,60,64,2868,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_65_69,f,65-69,65,69,2687,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_70_74,f,70-74,70,74,1169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_75_79,f,75-79,75,79,1145,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,F_80PLUS,f,80+,80,,635,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_00_04,m,0-4,0,4,23508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_05_09,m,5-9,5,9,18250,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_10_14,m,10-14,10,14,16016,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_15_19,m,15-19,15,19,15017,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_20_24,m,20-24,20,24,15710,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_25_29,m,25-29,25,29,12652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_30_34,m,30-34,30,34,9455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_35_39,m,35-39,35,39,7319,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_40_44,m,40-44,40,44,5711,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_45_49,m,45-49,45,49,6181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_50_54,m,50-54,50,54,4493,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_55_59,m,55-59,55,59,3583,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_60_64,m,60-64,60,64,2343,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_65_69,m,65-69,65,69,2074,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_70_74,m,70-74,70,74,810,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_75_79,m,75-79,75,79,660,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,M_80PLUS,m,80+,80,,234,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_00_04,all,0-4,0,4,45480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_05_09,all,5-9,5,9,36650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_10_14,all,10-14,10,14,33830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_15_19,all,15-19,15,19,30271,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_20_24,all,20-24,20,24,30571,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_25_29,all,25-29,25,29,25495,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_30_34,all,30-34,30,34,20070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_35_39,all,35-39,35,39,16132,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_40_44,all,40-44,40,44,13215,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_45_49,all,45-49,45,49,14218,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_50_54,all,50-54,50,54,10224,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_55_59,all,55-59,55,59,8281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_60_64,all,60-64,60,64,5211,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_65_69,all,65-69,65,69,4761,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_70_74,all,70-74,70,74,1979,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_75_79,all,75-79,75,79,1805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1008,Porto-Novo,T_80PLUS,all,80+,80,,869,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_TL,f,all,,,196214,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_TL,m,all,,,194506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_TL,all,all,,,390720,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_00_04,f,0-4,0,4,33531,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_05_09,f,5-9,5,9,26273,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_10_14,f,10-14,10,14,23178,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_15_19,f,15-19,15,19,19157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_20_24,f,20-24,20,24,19607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_25_29,f,25-29,25,29,18286,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_30_34,f,30-34,30,34,14760,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_35_39,f,35-39,35,39,11802,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_40_44,f,40-44,40,44,8491,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_45_49,f,45-49,45,49,7337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_50_54,f,50-54,50,54,4934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_55_59,f,55-59,55,59,3450,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_60_64,f,60-64,60,64,2023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_65_69,f,65-69,65,69,1691,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_70_74,f,70-74,70,74,700,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_75_79,f,75-79,75,79,563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,F_80PLUS,f,80+,80,,431,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_00_04,m,0-4,0,4,34795,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_05_09,m,5-9,5,9,26446,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_10_14,m,10-14,10,14,21651,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_15_19,m,15-19,15,19,18240,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_20_24,m,20-24,20,24,18738,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_25_29,m,25-29,25,29,17065,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_30_34,m,30-34,30,34,14670,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_35_39,m,35-39,35,39,12028,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_40_44,m,40-44,40,44,9110,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_45_49,m,45-49,45,49,8097,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_50_54,m,50-54,50,54,4920,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_55_59,m,55-59,55,59,3419,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_60_64,m,60-64,60,64,2425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_65_69,m,65-69,65,69,1714,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_70_74,m,70-74,70,74,602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_75_79,m,75-79,75,79,385,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,M_80PLUS,m,80+,80,,201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_00_04,all,0-4,0,4,68326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_05_09,all,5-9,5,9,52719,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_10_14,all,10-14,10,14,44829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_15_19,all,15-19,15,19,37397,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_20_24,all,20-24,20,24,38345,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_25_29,all,25-29,25,29,35351,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_30_34,all,30-34,30,34,29430,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_35_39,all,35-39,35,39,23830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_40_44,all,40-44,40,44,17601,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_45_49,all,45-49,45,49,15434,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_50_54,all,50-54,50,54,9854,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_55_59,all,55-59,55,59,6869,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_60_64,all,60-64,60,64,4448,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_65_69,all,65-69,65,69,3405,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_70_74,all,70-74,70,74,1302,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_75_79,all,75-79,75,79,948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ10,Oueme,BJ1009,Seme-Kpodji,T_80PLUS,all,80+,80,,632,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_TL,f,all,,,79079,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_TL,m,all,,,76715,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_TL,all,all,,,155794,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_00_04,f,0-4,0,4,13231,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_05_09,f,5-9,5,9,11558,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_10_14,f,10-14,10,14,10054,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_15_19,f,15-19,15,19,7576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_20_24,f,20-24,20,24,6836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_25_29,f,25-29,25,29,6364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_30_34,f,30-34,30,34,5489,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_35_39,f,35-39,35,39,4512,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_40_44,f,40-44,40,44,3401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_45_49,f,45-49,45,49,2864,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_50_54,f,50-54,50,54,2109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_55_59,f,55-59,55,59,1460,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_60_64,f,60-64,60,64,1185,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_65_69,f,65-69,65,69,1041,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_70_74,f,70-74,70,74,704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_75_79,f,75-79,75,79,442,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,F_80PLUS,f,80+,80,,253,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_00_04,m,0-4,0,4,13862,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_05_09,m,5-9,5,9,12395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_10_14,m,10-14,10,14,10751,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_15_19,m,15-19,15,19,8217,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_20_24,m,20-24,20,24,6680,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_25_29,m,25-29,25,29,5418,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_30_34,m,30-34,30,34,4328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_35_39,m,35-39,35,39,3694,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_40_44,m,40-44,40,44,3077,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_45_49,m,45-49,45,49,2732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_50_54,m,50-54,50,54,1697,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_55_59,m,55-59,55,59,1121,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_60_64,m,60-64,60,64,1015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_65_69,m,65-69,65,69,785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_70_74,m,70-74,70,74,470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_75_79,m,75-79,75,79,320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,M_80PLUS,m,80+,80,,153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_00_04,all,0-4,0,4,27093,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_05_09,all,5-9,5,9,23953,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_10_14,all,10-14,10,14,20805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_15_19,all,15-19,15,19,15793,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_20_24,all,20-24,20,24,13516,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_25_29,all,25-29,25,29,11782,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_30_34,all,30-34,30,34,9817,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_35_39,all,35-39,35,39,8206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_40_44,all,40-44,40,44,6478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_45_49,all,45-49,45,49,5596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_50_54,all,50-54,50,54,3806,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_55_59,all,55-59,55,59,2581,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_60_64,all,60-64,60,64,2200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_65_69,all,65-69,65,69,1826,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_70_74,all,70-74,70,74,1174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_75_79,all,75-79,75,79,762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1101,Adja-Ouere,T_80PLUS,all,80+,80,,406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_TL,f,all,,,82820,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_TL,m,all,,,77255,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_TL,all,all,,,160075,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_00_04,f,0-4,0,4,13867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_05_09,f,5-9,5,9,11168,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_10_14,f,10-14,10,14,9609,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_15_19,f,15-19,15,19,7470,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_20_24,f,20-24,20,24,7896,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_25_29,f,25-29,25,29,6937,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_30_34,f,30-34,30,34,5342,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_35_39,f,35-39,35,39,4623,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_40_44,f,40-44,40,44,3600,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_45_49,f,45-49,45,49,3651,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_50_54,f,50-54,50,54,2534,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_55_59,f,55-59,55,59,1739,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_60_64,f,60-64,60,64,1504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_65_69,f,65-69,65,69,1363,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_70_74,f,70-74,70,74,708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_75_79,f,75-79,75,79,497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,F_80PLUS,f,80+,80,,312,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_00_04,m,0-4,0,4,14334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_05_09,m,5-9,5,9,11180,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_10_14,m,10-14,10,14,9539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_15_19,m,15-19,15,19,7858,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_20_24,m,20-24,20,24,6918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_25_29,m,25-29,25,29,6450,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_30_34,m,30-34,30,34,5039,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_35_39,m,35-39,35,39,3924,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_40_44,m,40-44,40,44,2886,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_45_49,m,45-49,45,49,2743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_50_54,m,50-54,50,54,2007,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_55_59,m,55-59,55,59,1309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_60_64,m,60-64,60,64,1166,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_65_69,m,65-69,65,69,974,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_70_74,m,70-74,70,74,492,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_75_79,m,75-79,75,79,282,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,M_80PLUS,m,80+,80,,154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_00_04,all,0-4,0,4,28201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_05_09,all,5-9,5,9,22348,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_10_14,all,10-14,10,14,19148,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_15_19,all,15-19,15,19,15328,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_20_24,all,20-24,20,24,14814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_25_29,all,25-29,25,29,13387,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_30_34,all,30-34,30,34,10381,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_35_39,all,35-39,35,39,8547,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_40_44,all,40-44,40,44,6486,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_45_49,all,45-49,45,49,6394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_50_54,all,50-54,50,54,4541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_55_59,all,55-59,55,59,3048,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_60_64,all,60-64,60,64,2670,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_65_69,all,65-69,65,69,2337,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_70_74,all,70-74,70,74,1200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_75_79,all,75-79,75,79,779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1102,Ifangni,T_80PLUS,all,80+,80,,466,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_TL,f,all,,,116352,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_TL,m,all,,,112699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_TL,all,all,,,229051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_00_04,f,0-4,0,4,20045,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_05_09,f,5-9,5,9,17743,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_10_14,f,10-14,10,14,14607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_15_19,f,15-19,15,19,11241,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_20_24,f,20-24,20,24,10933,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_25_29,f,25-29,25,29,9570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_30_34,f,30-34,30,34,7822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_35_39,f,35-39,35,39,6213,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_40_44,f,40-44,40,44,4949,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_45_49,f,45-49,45,49,4128,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_50_54,f,50-54,50,54,2881,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_55_59,f,55-59,55,59,1686,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_60_64,f,60-64,60,64,1596,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_65_69,f,65-69,65,69,1209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_70_74,f,70-74,70,74,836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_75_79,f,75-79,75,79,492,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,F_80PLUS,f,80+,80,,401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_00_04,m,0-4,0,4,20827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_05_09,m,5-9,5,9,17961,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_10_14,m,10-14,10,14,14954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_15_19,m,15-19,15,19,11563,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_20_24,m,20-24,20,24,9934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_25_29,m,25-29,25,29,8521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_30_34,m,30-34,30,34,6895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_35_39,m,35-39,35,39,5204,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_40_44,m,40-44,40,44,4589,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_45_49,m,45-49,45,49,3814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_50_54,m,50-54,50,54,2943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_55_59,m,55-59,55,59,1515,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_60_64,m,60-64,60,64,1442,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_65_69,m,65-69,65,69,1141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_70_74,m,70-74,70,74,703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_75_79,m,75-79,75,79,349,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,M_80PLUS,m,80+,80,,344,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_00_04,all,0-4,0,4,40872,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_05_09,all,5-9,5,9,35704,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_10_14,all,10-14,10,14,29561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_15_19,all,15-19,15,19,22804,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_20_24,all,20-24,20,24,20867,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_25_29,all,25-29,25,29,18091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_30_34,all,30-34,30,34,14717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_35_39,all,35-39,35,39,11417,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_40_44,all,40-44,40,44,9538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_45_49,all,45-49,45,49,7942,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_50_54,all,50-54,50,54,5824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_55_59,all,55-59,55,59,3201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_60_64,all,60-64,60,64,3038,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_65_69,all,65-69,65,69,2350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_70_74,all,70-74,70,74,1539,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_75_79,all,75-79,75,79,841,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1103,Ketou,T_80PLUS,all,80+,80,,745,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_TL,f,all,,,88932,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_TL,m,all,,,83488,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_TL,all,all,,,172420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_00_04,f,0-4,0,4,14648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_05_09,f,5-9,5,9,12969,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_10_14,f,10-14,10,14,10814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_15_19,f,15-19,15,19,8599,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_20_24,f,20-24,20,24,8210,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_25_29,f,25-29,25,29,6999,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_30_34,f,30-34,30,34,5955,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_35_39,f,35-39,35,39,5028,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_40_44,f,40-44,40,44,3903,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_45_49,f,45-49,45,49,3415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_50_54,f,50-54,50,54,2316,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_55_59,f,55-59,55,59,1751,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_60_64,f,60-64,60,64,1320,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_65_69,f,65-69,65,69,1449,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_70_74,f,70-74,70,74,721,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_75_79,f,75-79,75,79,586,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,F_80PLUS,f,80+,80,,249,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_00_04,m,0-4,0,4,14873,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_05_09,m,5-9,5,9,13456,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_10_14,m,10-14,10,14,11153,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_15_19,m,15-19,15,19,8830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_20_24,m,20-24,20,24,7411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_25_29,m,25-29,25,29,6200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_30_34,m,30-34,30,34,4883,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_35_39,m,35-39,35,39,3861,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_40_44,m,40-44,40,44,3096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_45_49,m,45-49,45,49,2998,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_50_54,m,50-54,50,54,2052,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_55_59,m,55-59,55,59,1316,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_60_64,m,60-64,60,64,1105,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_65_69,m,65-69,65,69,1070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_70_74,m,70-74,70,74,576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_75_79,m,75-79,75,79,465,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,M_80PLUS,m,80+,80,,143,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_00_04,all,0-4,0,4,29521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_05_09,all,5-9,5,9,26425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_10_14,all,10-14,10,14,21967,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_15_19,all,15-19,15,19,17429,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_20_24,all,20-24,20,24,15621,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_25_29,all,25-29,25,29,13199,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_30_34,all,30-34,30,34,10838,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_35_39,all,35-39,35,39,8889,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_40_44,all,40-44,40,44,6999,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_45_49,all,45-49,45,49,6413,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_50_54,all,50-54,50,54,4368,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_55_59,all,55-59,55,59,3067,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_60_64,all,60-64,60,64,2425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_65_69,all,65-69,65,69,2519,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_70_74,all,70-74,70,74,1297,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_75_79,all,75-79,75,79,1051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1104,Pobe,T_80PLUS,all,80+,80,,392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_TL,f,all,,,89877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_TL,m,all,,,80938,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_TL,all,all,,,170815,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_00_04,f,0-4,0,4,12614,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_05_09,f,5-9,5,9,11605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_10_14,f,10-14,10,14,10852,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_15_19,f,15-19,15,19,8586,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_20_24,f,20-24,20,24,7928,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_25_29,f,25-29,25,29,7221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_30_34,f,30-34,30,34,5732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_35_39,f,35-39,35,39,5201,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_40_44,f,40-44,40,44,4248,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_45_49,f,45-49,45,49,4394,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_50_54,f,50-54,50,54,3101,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_55_59,f,55-59,55,59,2415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_60_64,f,60-64,60,64,1870,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_65_69,f,65-69,65,69,1995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_70_74,f,70-74,70,74,1013,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_75_79,f,75-79,75,79,776,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,F_80PLUS,f,80+,80,,326,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_00_04,m,0-4,0,4,13333,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_05_09,m,5-9,5,9,12191,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_10_14,m,10-14,10,14,10842,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_15_19,m,15-19,15,19,9141,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_20_24,m,20-24,20,24,7719,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_25_29,m,25-29,25,29,6305,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_30_34,m,30-34,30,34,4468,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_35_39,m,35-39,35,39,3742,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_40_44,m,40-44,40,44,2860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_45_49,m,45-49,45,49,2894,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_50_54,m,50-54,50,54,2091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_55_59,m,55-59,55,59,1504,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_60_64,m,60-64,60,64,1277,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_65_69,m,65-69,65,69,1242,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_70_74,m,70-74,70,74,690,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_75_79,m,75-79,75,79,469,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,M_80PLUS,m,80+,80,,170,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_00_04,all,0-4,0,4,25947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_05_09,all,5-9,5,9,23796,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_10_14,all,10-14,10,14,21694,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_15_19,all,15-19,15,19,17727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_20_24,all,20-24,20,24,15647,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_25_29,all,25-29,25,29,13526,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_30_34,all,30-34,30,34,10200,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_35_39,all,35-39,35,39,8943,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_40_44,all,40-44,40,44,7108,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_45_49,all,45-49,45,49,7288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_50_54,all,50-54,50,54,5192,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_55_59,all,55-59,55,59,3919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_60_64,all,60-64,60,64,3147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_65_69,all,65-69,65,69,3237,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_70_74,all,70-74,70,74,1703,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_75_79,all,75-79,75,79,1245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ11,Plateau,BJ1105,Sakete,T_80PLUS,all,80+,80,,496,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_TL,f,all,,,54665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_TL,m,all,,,49444,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_TL,all,all,,,104109,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_00_04,f,0-4,0,4,7641,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_05_09,f,5-9,5,9,6773,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_10_14,f,10-14,10,14,6958,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_15_19,f,15-19,15,19,5827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_20_24,f,20-24,20,24,5184,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_25_29,f,25-29,25,29,3729,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_30_34,f,30-34,30,34,3241,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_35_39,f,35-39,35,39,3103,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_40_44,f,40-44,40,44,2642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_45_49,f,45-49,45,49,2691,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_50_54,f,50-54,50,54,1917,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_55_59,f,55-59,55,59,1364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_60_64,f,60-64,60,64,1173,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_65_69,f,65-69,65,69,969,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_70_74,f,70-74,70,74,643,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_75_79,f,75-79,75,79,499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,F_80PLUS,f,80+,80,,311,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_00_04,m,0-4,0,4,7877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_05_09,m,5-9,5,9,6829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_10_14,m,10-14,10,14,6500,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_15_19,m,15-19,15,19,5546,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_20_24,m,20-24,20,24,4809,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_25_29,m,25-29,25,29,3651,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_30_34,m,30-34,30,34,2908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_35_39,m,35-39,35,39,2257,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_40_44,m,40-44,40,44,1995,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_45_49,m,45-49,45,49,2022,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_50_54,m,50-54,50,54,1459,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_55_59,m,55-59,55,59,1015,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_60_64,m,60-64,60,64,839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_65_69,m,65-69,65,69,702,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_70_74,m,70-74,70,74,485,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_75_79,m,75-79,75,79,388,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,M_80PLUS,m,80+,80,,162,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_00_04,all,0-4,0,4,15518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_05_09,all,5-9,5,9,13602,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_10_14,all,10-14,10,14,13458,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_15_19,all,15-19,15,19,11373,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_20_24,all,20-24,20,24,9993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_25_29,all,25-29,25,29,7380,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_30_34,all,30-34,30,34,6149,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_35_39,all,35-39,35,39,5360,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_40_44,all,40-44,40,44,4637,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_45_49,all,45-49,45,49,4713,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_50_54,all,50-54,50,54,3376,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_55_59,all,55-59,55,59,2379,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_60_64,all,60-64,60,64,2012,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_65_69,all,65-69,65,69,1671,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_70_74,all,70-74,70,74,1128,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_75_79,all,75-79,75,79,887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1201,Abomey,T_80PLUS,all,80+,80,,473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_TL,f,all,,,46927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_TL,m,all,,,43680,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_TL,all,all,,,90607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_00_04,f,0-4,0,4,7573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_05_09,f,5-9,5,9,6332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_10_14,f,10-14,10,14,5983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_15_19,f,15-19,15,19,4675,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_20_24,f,20-24,20,24,4023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_25_29,f,25-29,25,29,3245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_30_34,f,30-34,30,34,2865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_35_39,f,35-39,35,39,2692,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_40_44,f,40-44,40,44,2052,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_45_49,f,45-49,45,49,1895,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_50_54,f,50-54,50,54,1508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_55_59,f,55-59,55,59,948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_60_64,f,60-64,60,64,1055,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_65_69,f,65-69,65,69,756,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_70_74,f,70-74,70,74,603,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_75_79,f,75-79,75,79,398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,F_80PLUS,f,80+,80,,324,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_00_04,m,0-4,0,4,7584,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_05_09,m,5-9,5,9,6435,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_10_14,m,10-14,10,14,6089,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_15_19,m,15-19,15,19,5023,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_20_24,m,20-24,20,24,3762,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_25_29,m,25-29,25,29,2833,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_30_34,m,30-34,30,34,2443,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_35_39,m,35-39,35,39,2016,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_40_44,m,40-44,40,44,1739,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_45_49,m,45-49,45,49,1508,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_50_54,m,50-54,50,54,1180,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_55_59,m,55-59,55,59,679,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_60_64,m,60-64,60,64,793,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_65_69,m,65-69,65,69,576,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_70_74,m,70-74,70,74,541,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_75_79,m,75-79,75,79,270,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,M_80PLUS,m,80+,80,,209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_00_04,all,0-4,0,4,15157,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_05_09,all,5-9,5,9,12767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_10_14,all,10-14,10,14,12072,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_15_19,all,15-19,15,19,9698,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_20_24,all,20-24,20,24,7785,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_25_29,all,25-29,25,29,6078,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_30_34,all,30-34,30,34,5308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_35_39,all,35-39,35,39,4708,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_40_44,all,40-44,40,44,3791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_45_49,all,45-49,45,49,3403,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_50_54,all,50-54,50,54,2688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_55_59,all,55-59,55,59,1627,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_60_64,all,60-64,60,64,1848,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_65_69,all,65-69,65,69,1332,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_70_74,all,70-74,70,74,1144,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_75_79,all,75-79,75,79,668,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1202,Agbangnizoun,T_80PLUS,all,80+,80,,533,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_TL,f,all,,,126991,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_TL,m,all,,,116391,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_TL,all,all,,,243382,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_00_04,f,0-4,0,4,20276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_05_09,f,5-9,5,9,16548,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_10_14,f,10-14,10,14,16114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_15_19,f,15-19,15,19,13662,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_20_24,f,20-24,20,24,12370,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_25_29,f,25-29,25,29,9941,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_30_34,f,30-34,30,34,8549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_35_39,f,35-39,35,39,7412,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_40_44,f,40-44,40,44,5674,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_45_49,f,45-49,45,49,5280,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_50_54,f,50-54,50,54,3427,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_55_59,f,55-59,55,59,2330,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_60_64,f,60-64,60,64,1891,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_65_69,f,65-69,65,69,1421,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_70_74,f,70-74,70,74,983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_75_79,f,75-79,75,79,728,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,F_80PLUS,f,80+,80,,385,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_00_04,m,0-4,0,4,20535,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_05_09,m,5-9,5,9,15878,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_10_14,m,10-14,10,14,14860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_15_19,m,15-19,15,19,13398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_20_24,m,20-24,20,24,11506,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_25_29,m,25-29,25,29,8898,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_30_34,m,30-34,30,34,7425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_35_39,m,35-39,35,39,5811,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_40_44,m,40-44,40,44,4880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_45_49,m,45-49,45,49,4408,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_50_54,m,50-54,50,54,2971,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_55_59,m,55-59,55,59,1975,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_60_64,m,60-64,60,64,1525,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_65_69,m,65-69,65,69,1061,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_70_74,m,70-74,70,74,637,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_75_79,m,75-79,75,79,454,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,M_80PLUS,m,80+,80,,169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_00_04,all,0-4,0,4,40811,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_05_09,all,5-9,5,9,32426,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_10_14,all,10-14,10,14,30974,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_15_19,all,15-19,15,19,27060,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_20_24,all,20-24,20,24,23876,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_25_29,all,25-29,25,29,18839,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_30_34,all,30-34,30,34,15974,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_35_39,all,35-39,35,39,13223,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_40_44,all,40-44,40,44,10554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_45_49,all,45-49,45,49,9688,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_50_54,all,50-54,50,54,6398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_55_59,all,55-59,55,59,4305,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_60_64,all,60-64,60,64,3416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_65_69,all,65-69,65,69,2482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_70_74,all,70-74,70,74,1620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_75_79,all,75-79,75,79,1182,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1203,Bohicon,T_80PLUS,all,80+,80,,554,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_TL,f,all,,,36947,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_TL,m,all,,,34334,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_TL,all,all,,,71281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_00_04,f,0-4,0,4,5584,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_05_09,f,5-9,5,9,4715,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_10_14,f,10-14,10,14,4293,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_15_19,f,15-19,15,19,3952,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_20_24,f,20-24,20,24,3281,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_25_29,f,25-29,25,29,2668,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_30_34,f,30-34,30,34,2304,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_35_39,f,35-39,35,39,1934,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_40_44,f,40-44,40,44,1648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_45_49,f,45-49,45,49,1699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_50_54,f,50-54,50,54,1291,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_55_59,f,55-59,55,59,1003,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_60_64,f,60-64,60,64,791,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_65_69,f,65-69,65,69,770,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_70_74,f,70-74,70,74,538,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_75_79,f,75-79,75,79,294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,F_80PLUS,f,80+,80,,182,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_00_04,m,0-4,0,4,5841,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_05_09,m,5-9,5,9,4901,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_10_14,m,10-14,10,14,4421,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_15_19,m,15-19,15,19,4181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_20_24,m,20-24,20,24,3507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_25_29,m,25-29,25,29,2507,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_30_34,m,30-34,30,34,1965,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_35_39,m,35-39,35,39,1521,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_40_44,m,40-44,40,44,1174,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_45_49,m,45-49,45,49,1330,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_50_54,m,50-54,50,54,805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_55_59,m,55-59,55,59,630,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_60_64,m,60-64,60,64,523,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_65_69,m,65-69,65,69,478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_70_74,m,70-74,70,74,230,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_75_79,m,75-79,75,79,225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,M_80PLUS,m,80+,80,,95,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_00_04,all,0-4,0,4,11425,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_05_09,all,5-9,5,9,9616,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_10_14,all,10-14,10,14,8714,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_15_19,all,15-19,15,19,8133,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_20_24,all,20-24,20,24,6788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_25_29,all,25-29,25,29,5175,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_30_34,all,30-34,30,34,4269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_35_39,all,35-39,35,39,3455,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_40_44,all,40-44,40,44,2822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_45_49,all,45-49,45,49,3029,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_50_54,all,50-54,50,54,2096,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_55_59,all,55-59,55,59,1633,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_60_64,all,60-64,60,64,1314,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_65_69,all,65-69,65,69,1248,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_70_74,all,70-74,70,74,768,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_75_79,all,75-79,75,79,519,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1204,Cove,T_80PLUS,all,80+,80,,277,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_TL,f,all,,,86725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_TL,m,all,,,82283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_TL,all,all,,,169008,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_00_04,f,0-4,0,4,14935,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_05_09,f,5-9,5,9,13648,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_10_14,f,10-14,10,14,11827,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_15_19,f,15-19,15,19,8646,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_20_24,f,20-24,20,24,7509,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_25_29,f,25-29,25,29,6367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_30_34,f,30-34,30,34,5492,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_35_39,f,35-39,35,39,4518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_40_44,f,40-44,40,44,3459,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_45_49,f,45-49,45,49,2764,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_50_54,f,50-54,50,54,2429,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_55_59,f,55-59,55,59,1152,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_60_64,f,60-64,60,64,1564,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_65_69,f,65-69,65,69,927,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_70_74,f,70-74,70,74,754,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_75_79,f,75-79,75,79,467,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,F_80PLUS,f,80+,80,,267,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_00_04,m,0-4,0,4,15115,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_05_09,m,5-9,5,9,13675,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_10_14,m,10-14,10,14,12315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_15_19,m,15-19,15,19,9094,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_20_24,m,20-24,20,24,6605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_25_29,m,25-29,25,29,5269,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_30_34,m,30-34,30,34,4395,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_35_39,m,35-39,35,39,3761,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_40_44,m,40-44,40,44,2937,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_45_49,m,45-49,45,49,2438,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_50_54,m,50-54,50,54,2229,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_55_59,m,55-59,55,59,1002,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_60_64,m,60-64,60,64,1282,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_65_69,m,65-69,65,69,813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_70_74,m,70-74,70,74,813,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_75_79,m,75-79,75,79,364,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,M_80PLUS,m,80+,80,,176,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_00_04,all,0-4,0,4,30050,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_05_09,all,5-9,5,9,27323,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_10_14,all,10-14,10,14,24142,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_15_19,all,15-19,15,19,17740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_20_24,all,20-24,20,24,14114,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_25_29,all,25-29,25,29,11636,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_30_34,all,30-34,30,34,9887,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_35_39,all,35-39,35,39,8279,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_40_44,all,40-44,40,44,6396,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_45_49,all,45-49,45,49,5202,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_50_54,all,50-54,50,54,4658,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_55_59,all,55-59,55,59,2154,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_60_64,all,60-64,60,64,2846,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_65_69,all,65-69,65,69,1740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_70_74,all,70-74,70,74,1567,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_75_79,all,75-79,75,79,831,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1205,Djidja,T_80PLUS,all,80+,80,,443,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_TL,f,all,,,43549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_TL,m,all,,,42098,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_TL,all,all,,,85647,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_00_04,f,0-4,0,4,7236,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_05_09,f,5-9,5,9,6292,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_10_14,f,10-14,10,14,5283,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_15_19,f,15-19,15,19,4497,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_20_24,f,20-24,20,24,4012,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_25_29,f,25-29,25,29,3422,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_30_34,f,30-34,30,34,2830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_35_39,f,35-39,35,39,2476,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_40_44,f,40-44,40,44,1784,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_45_49,f,45-49,45,49,1615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_50_54,f,50-54,50,54,1241,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_55_59,f,55-59,55,59,723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_60_64,f,60-64,60,64,693,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_65_69,f,65-69,65,69,567,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_70_74,f,70-74,70,74,479,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_75_79,f,75-79,75,79,235,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,F_80PLUS,f,80+,80,,164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_00_04,m,0-4,0,4,7480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_05_09,m,5-9,5,9,6573,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_10_14,m,10-14,10,14,5744,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_15_19,m,15-19,15,19,4723,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_20_24,m,20-24,20,24,3890,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_25_29,m,25-29,25,29,3274,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_30_34,m,30-34,30,34,2413,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_35_39,m,35-39,35,39,1954,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_40_44,m,40-44,40,44,1529,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_45_49,m,45-49,45,49,1357,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_50_54,m,50-54,50,54,942,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_55_59,m,55-59,55,59,585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_60_64,m,60-64,60,64,591,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_65_69,m,65-69,65,69,436,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_70_74,m,70-74,70,74,309,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_75_79,m,75-79,75,79,185,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,M_80PLUS,m,80+,80,,113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_00_04,all,0-4,0,4,14716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_05_09,all,5-9,5,9,12865,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_10_14,all,10-14,10,14,11027,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_15_19,all,15-19,15,19,9220,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_20_24,all,20-24,20,24,7902,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_25_29,all,25-29,25,29,6696,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_30_34,all,30-34,30,34,5243,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_35_39,all,35-39,35,39,4430,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_40_44,all,40-44,40,44,3313,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_45_49,all,45-49,45,49,2972,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_50_54,all,50-54,50,54,2183,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_55_59,all,55-59,55,59,1308,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_60_64,all,60-64,60,64,1284,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_65_69,all,65-69,65,69,1003,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_70_74,all,70-74,70,74,788,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_75_79,all,75-79,75,79,420,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1206,Ouinhi,T_80PLUS,all,80+,80,,277,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_TL,f,all,,,100315,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_TL,m,all,,,88570,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_TL,all,all,,,188885,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_00_04,f,0-4,0,4,17147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_05_09,f,5-9,5,9,15483,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_10_14,f,10-14,10,14,13681,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_15_19,f,15-19,15,19,9840,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_20_24,f,20-24,20,24,8142,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_25_29,f,25-29,25,29,6955,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_30_34,f,30-34,30,34,6147,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_35_39,f,35-39,35,39,5551,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_40_44,f,40-44,40,44,4316,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_45_49,f,45-49,45,49,3452,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_50_54,f,50-54,50,54,2841,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_55_59,f,55-59,55,59,1446,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_60_64,f,60-64,60,64,1967,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_65_69,f,65-69,65,69,1129,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_70_74,f,70-74,70,74,1095,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_75_79,f,75-79,75,79,518,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,F_80PLUS,f,80+,80,,605,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_00_04,m,0-4,0,4,17620,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_05_09,m,5-9,5,9,15222,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_10_14,m,10-14,10,14,13288,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_15_19,m,15-19,15,19,9905,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_20_24,m,20-24,20,24,6638,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_25_29,m,25-29,25,29,5523,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_30_34,m,30-34,30,34,4393,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_35_39,m,35-39,35,39,3948,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_40_44,m,40-44,40,44,2735,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_45_49,m,45-49,45,49,2428,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_50_54,m,50-54,50,54,2020,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_55_59,m,55-59,55,59,993,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_60_64,m,60-64,60,64,1400,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_65_69,m,65-69,65,69,830,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_70_74,m,70-74,70,74,823,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_75_79,m,75-79,75,79,415,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,M_80PLUS,m,80+,80,,389,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_00_04,all,0-4,0,4,34767,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_05_09,all,5-9,5,9,30705,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_10_14,all,10-14,10,14,26969,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_15_19,all,15-19,15,19,19745,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_20_24,all,20-24,20,24,14780,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_25_29,all,25-29,25,29,12478,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_30_34,all,30-34,30,34,10540,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_35_39,all,35-39,35,39,9499,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_40_44,all,40-44,40,44,7051,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_45_49,all,45-49,45,49,5880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_50_54,all,50-54,50,54,4861,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_55_59,all,55-59,55,59,2439,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_60_64,all,60-64,60,64,3367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_65_69,all,65-69,65,69,1959,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_70_74,all,70-74,70,74,1918,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_75_79,all,75-79,75,79,933,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1207,Za-Kpota,T_80PLUS,all,80+,80,,994,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_TL,f,all,,,39335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_TL,m,all,,,37717,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_TL,all,all,,,77052,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_00_04,f,0-4,0,4,6312,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_05_09,f,5-9,5,9,5748,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_10_14,f,10-14,10,14,5064,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_15_19,f,15-19,15,19,4169,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_20_24,f,20-24,20,24,3206,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_25_29,f,25-29,25,29,2824,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_30_34,f,30-34,30,34,2280,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_35_39,f,35-39,35,39,2190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_40_44,f,40-44,40,44,1678,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_45_49,f,45-49,45,49,1747,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_50_54,f,50-54,50,54,1193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_55_59,f,55-59,55,59,836,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_60_64,f,60-64,60,64,713,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_65_69,f,65-69,65,69,645,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_70_74,f,70-74,70,74,401,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_75_79,f,75-79,75,79,193,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,F_80PLUS,f,80+,80,,136,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_00_04,m,0-4,0,4,6321,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_05_09,m,5-9,5,9,5650,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_10_14,m,10-14,10,14,5416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_15_19,m,15-19,15,19,4571,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_20_24,m,20-24,20,24,3483,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_25_29,m,25-29,25,29,2545,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_30_34,m,30-34,30,34,1904,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_35_39,m,35-39,35,39,1707,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_40_44,m,40-44,40,44,1371,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_45_49,m,45-49,45,49,1336,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_50_54,m,50-54,50,54,919,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_55_59,m,55-59,55,59,725,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_60_64,m,60-64,60,64,642,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_65_69,m,65-69,65,69,482,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_70_74,m,70-74,70,74,373,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_75_79,m,75-79,75,79,183,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,M_80PLUS,m,80+,80,,89,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_00_04,all,0-4,0,4,12633,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_05_09,all,5-9,5,9,11398,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_10_14,all,10-14,10,14,10480,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_15_19,all,15-19,15,19,8740,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_20_24,all,20-24,20,24,6689,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_25_29,all,25-29,25,29,5369,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_30_34,all,30-34,30,34,4184,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_35_39,all,35-39,35,39,3897,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_40_44,all,40-44,40,44,3049,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_45_49,all,45-49,45,49,3083,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_50_54,all,50-54,50,54,2112,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_55_59,all,55-59,55,59,1561,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_60_64,all,60-64,60,64,1355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_65_69,all,65-69,65,69,1127,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_70_74,all,70-74,70,74,774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_75_79,all,75-79,75,79,376,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1208,Zagnanado,T_80PLUS,all,80+,80,,225,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_TL,f,all,,,57775,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_TL,m,all,,,55582,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_TL,all,all,,,113357,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_00_04,f,0-4,0,4,10113,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_05_09,f,5-9,5,9,8665,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_10_14,f,10-14,10,14,7059,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_15_19,f,15-19,15,19,5378,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_20_24,f,20-24,20,24,4829,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_25_29,f,25-29,25,29,4299,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_30_34,f,30-34,30,34,3774,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_35_39,f,35-39,35,39,3260,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_40_44,f,40-44,40,44,2477,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_45_49,f,45-49,45,49,2262,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_50_54,f,50-54,50,54,1773,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_55_59,f,55-59,55,59,957,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_60_64,f,60-64,60,64,1091,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_65_69,f,65-69,65,69,716,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_70_74,f,70-74,70,74,546,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_75_79,f,75-79,75,79,294,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,F_80PLUS,f,80+,80,,282,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_00_04,m,0-4,0,4,10026,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_05_09,m,5-9,5,9,8727,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_10_14,m,10-14,10,14,7800,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_15_19,m,15-19,15,19,5803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_20_24,m,20-24,20,24,4528,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_25_29,m,25-29,25,29,3880,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_30_34,m,30-34,30,34,3416,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_35_39,m,35-39,35,39,2732,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_40_44,m,40-44,40,44,2252,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_45_49,m,45-49,45,49,1983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_50_54,m,50-54,50,54,1355,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_55_59,m,55-59,55,59,779,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_60_64,m,60-64,60,64,818,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_65_69,m,65-69,65,69,615,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_70_74,m,70-74,70,74,406,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_75_79,m,75-79,75,79,263,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,M_80PLUS,m,80+,80,,199,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_00_04,all,0-4,0,4,20139,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_05_09,all,5-9,5,9,17392,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_10_14,all,10-14,10,14,14859,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_15_19,all,15-19,15,19,11181,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_20_24,all,20-24,20,24,9357,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_25_29,all,25-29,25,29,8179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_30_34,all,30-34,30,34,7190,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_35_39,all,35-39,35,39,5992,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_40_44,all,40-44,40,44,4729,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_45_49,all,45-49,45,49,4245,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_50_54,all,50-54,50,54,3128,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_55_59,all,55-59,55,59,1736,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_60_64,all,60-64,60,64,1909,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_65_69,all,65-69,65,69,1331,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_70_74,all,70-74,70,74,952,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_75_79,all,75-79,75,79,557,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,BJ12,Zou,BJ1209,Zogbodomey,T_80PLUS,all,80+,80,,481,2023,Institut de la statistique du Bénin,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_TL,f,all,,,39298,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_TL,m,all,,,34233,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_TL,all,all,,,73531,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_00_04,f,0-4,0,4,4078,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_05_09,f,5-9,5,9,4020,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_10_14,f,10-14,10,14,4145,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_15_19,f,15-19,15,19,3609,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_20_24,f,20-24,20,24,2453,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_25_29,f,25-29,25,29,2320,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_30_34,f,30-34,30,34,2410,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_35_39,f,35-39,35,39,2459,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_40_44,f,40-44,40,44,2390,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_45_49,f,45-49,45,49,2261,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_50_54,f,50-54,50,54,1980,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_55_59,f,55-59,55,59,1783,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_60_64,f,60-64,60,64,1588,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_65_69,f,65-69,65,69,1308,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_70_74,f,70-74,70,74,998,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_75_79,f,75-79,75,79,712,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,F_80PLUS,f,80+,80,,784,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_00_04,m,0-4,0,4,4025,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_05_09,m,5-9,5,9,4101,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_10_14,m,10-14,10,14,4343,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_15_19,m,15-19,15,19,3793,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_20_24,m,20-24,20,24,2372,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_25_29,m,25-29,25,29,2314,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_30_34,m,30-34,30,34,2120,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_35_39,m,35-39,35,39,1861,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_40_44,m,40-44,40,44,1632,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_45_49,m,45-49,45,49,1581,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_50_54,m,50-54,50,54,1371,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_55_59,m,55-59,55,59,1303,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_60_64,m,60-64,60,64,1140,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_65_69,m,65-69,65,69,706,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_70_74,m,70-74,70,74,645,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_75_79,m,75-79,75,79,494,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,M_80PLUS,m,80+,80,,432,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_00_04,all,0-4,0,4,8103,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_05_09,all,5-9,5,9,8121,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_10_14,all,10-14,10,14,8488,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_15_19,all,15-19,15,19,7402,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_20_24,all,20-24,20,24,4825,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_25_29,all,25-29,25,29,4634,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_30_34,all,30-34,30,34,4530,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_35_39,all,35-39,35,39,4320,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_40_44,all,40-44,40,44,4022,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_45_49,all,45-49,45,49,3842,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_50_54,all,50-54,50,54,3351,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_55_59,all,55-59,55,59,3086,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_60_64,all,60-64,60,64,2728,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_65_69,all,65-69,65,69,2014,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_70_74,all,70-74,70,74,1643,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_75_79,all,75-79,75,79,1206,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1203,Bobonong,T_80PLUS,all,80+,80,,1216,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_TL,f,all,,,34911,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_TL,m,all,,,32615,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_TL,all,all,,,67526,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_00_04,f,0-4,0,4,3664,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_05_09,f,5-9,5,9,3808,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_10_14,f,10-14,10,14,3830,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_15_19,f,15-19,15,19,3504,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_20_24,f,20-24,20,24,2608,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_25_29,f,25-29,25,29,2730,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_30_34,f,30-34,30,34,2446,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_35_39,f,35-39,35,39,2273,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_40_44,f,40-44,40,44,2165,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_45_49,f,45-49,45,49,1964,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_50_54,f,50-54,50,54,1460,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_55_59,f,55-59,55,59,1053,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_60_64,f,60-64,60,64,973,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_65_69,f,65-69,65,69,727,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_70_74,f,70-74,70,74,695,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_75_79,f,75-79,75,79,444,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,F_80PLUS,f,80+,80,,567,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_00_04,m,0-4,0,4,3918,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_05_09,m,5-9,5,9,3904,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_10_14,m,10-14,10,14,3830,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_15_19,m,15-19,15,19,3395,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_20_24,m,20-24,20,24,2604,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_25_29,m,25-29,25,29,2633,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_30_34,m,30-34,30,34,2363,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_35_39,m,35-39,35,39,1811,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_40_44,m,40-44,40,44,1590,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_45_49,m,45-49,45,49,1551,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_50_54,m,50-54,50,54,1437,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_55_59,m,55-59,55,59,1051,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_60_64,m,60-64,60,64,774,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_65_69,m,65-69,65,69,518,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_70_74,m,70-74,70,74,500,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_75_79,m,75-79,75,79,343,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,M_80PLUS,m,80+,80,,393,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_00_04,all,0-4,0,4,7582,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_05_09,all,5-9,5,9,7712,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_10_14,all,10-14,10,14,7660,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_15_19,all,15-19,15,19,6899,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_20_24,all,20-24,20,24,5212,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_25_29,all,25-29,25,29,5363,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_30_34,all,30-34,30,34,4809,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_35_39,all,35-39,35,39,4084,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_40_44,all,40-44,40,44,3755,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_45_49,all,45-49,45,49,3515,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_50_54,all,50-54,50,54,2897,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_55_59,all,55-59,55,59,2104,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_60_64,all,60-64,60,64,1747,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_65_69,all,65-69,65,69,1245,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_70_74,all,70-74,70,74,1195,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_75_79,all,75-79,75,79,787,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1204,Boteti,T_80PLUS,all,80+,80,,960,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_TL,f,all,,,63672,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_TL,m,all,,,57173,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_TL,all,all,,,120845,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_00_04,f,0-4,0,4,6597,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_05_09,f,5-9,5,9,6781,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_10_14,f,10-14,10,14,6762,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_15_19,f,15-19,15,19,5045,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_20_24,f,20-24,20,24,3824,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_25_29,f,25-29,25,29,4038,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_30_34,f,30-34,30,34,3974,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_35_39,f,35-39,35,39,3755,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_40_44,f,40-44,40,44,4136,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_45_49,f,45-49,45,49,3788,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_50_54,f,50-54,50,54,3257,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_55_59,f,55-59,55,59,2990,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_60_64,f,60-64,60,64,2638,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_65_69,f,65-69,65,69,1990,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_70_74,f,70-74,70,74,1661,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_75_79,f,75-79,75,79,1197,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,F_80PLUS,f,80+,80,,1239,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_00_04,m,0-4,0,4,6760,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_05_09,m,5-9,5,9,6885,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_10_14,m,10-14,10,14,6899,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_15_19,m,15-19,15,19,5477,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_20_24,m,20-24,20,24,3862,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_25_29,m,25-29,25,29,3675,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_30_34,m,30-34,30,34,3752,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_35_39,m,35-39,35,39,3020,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_40_44,m,40-44,40,44,3090,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_45_49,m,45-49,45,49,2887,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_50_54,m,50-54,50,54,2644,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_55_59,m,55-59,55,59,2356,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_60_64,m,60-64,60,64,1762,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_65_69,m,65-69,65,69,1351,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_70_74,m,70-74,70,74,1187,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_75_79,m,75-79,75,79,786,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,M_80PLUS,m,80+,80,,780,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_00_04,all,0-4,0,4,13357,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_05_09,all,5-9,5,9,13666,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_10_14,all,10-14,10,14,13661,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_15_19,all,15-19,15,19,10522,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_20_24,all,20-24,20,24,7686,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_25_29,all,25-29,25,29,7713,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_30_34,all,30-34,30,34,7726,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_35_39,all,35-39,35,39,6775,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_40_44,all,40-44,40,44,7226,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_45_49,all,45-49,45,49,6675,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_50_54,all,50-54,50,54,5901,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_55_59,all,55-59,55,59,5346,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_60_64,all,60-64,60,64,4400,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_65_69,all,65-69,65,69,3341,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_70_74,all,70-74,70,74,2848,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_75_79,all,75-79,75,79,1983,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1202,Mahalapye,T_80PLUS,all,80+,80,,2019,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_TL,f,all,,,110597,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_TL,m,all,,,102577,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_TL,all,all,,,213174,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_00_04,f,0-4,0,4,10374,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_05_09,f,5-9,5,9,10643,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_10_14,f,10-14,10,14,10637,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_15_19,f,15-19,15,19,12494,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_20_24,f,20-24,20,24,7380,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_25_29,f,25-29,25,29,7345,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_30_34,f,30-34,30,34,7240,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_35_39,f,35-39,35,39,7245,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_40_44,f,40-44,40,44,7152,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_45_49,f,45-49,45,49,6049,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_50_54,f,50-54,50,54,5319,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_55_59,f,55-59,55,59,4938,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_60_64,f,60-64,60,64,4481,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_65_69,f,65-69,65,69,3152,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_70_74,f,70-74,70,74,2431,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_75_79,f,75-79,75,79,1799,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,F_80PLUS,f,80+,80,,1918,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_00_04,m,0-4,0,4,10700,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_05_09,m,5-9,5,9,10965,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_10_14,m,10-14,10,14,10692,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_15_19,m,15-19,15,19,12592,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_20_24,m,20-24,20,24,7758,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_25_29,m,25-29,25,29,7645,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_30_34,m,30-34,30,34,7356,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_35_39,m,35-39,35,39,6135,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_40_44,m,40-44,40,44,5937,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_45_49,m,45-49,45,49,5167,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_50_54,m,50-54,50,54,4732,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_55_59,m,55-59,55,59,3869,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_60_64,m,60-64,60,64,2990,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_65_69,m,65-69,65,69,1991,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_70_74,m,70-74,70,74,1732,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_75_79,m,75-79,75,79,1193,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,M_80PLUS,m,80+,80,,1123,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_00_04,all,0-4,0,4,21074,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_05_09,all,5-9,5,9,21608,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_10_14,all,10-14,10,14,21329,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_15_19,all,15-19,15,19,25086,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_20_24,all,20-24,20,24,15138,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_25_29,all,25-29,25,29,14990,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_30_34,all,30-34,30,34,14596,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_35_39,all,35-39,35,39,13380,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_40_44,all,40-44,40,44,13089,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_45_49,all,45-49,45,49,11216,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_50_54,all,50-54,50,54,10051,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_55_59,all,55-59,55,59,8807,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_60_64,all,60-64,60,64,7471,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_65_69,all,65-69,65,69,5143,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_70_74,all,70-74,70,74,4163,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_75_79,all,75-79,75,79,2992,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1201,Serowe Palapye,T_80PLUS,all,80+,80,,3041,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_TL,f,all,,,98879,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_TL,m,all,,,85989,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_TL,all,all,,,184868,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_00_04,f,0-4,0,4,10562,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_05_09,f,5-9,5,9,10631,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_10_14,f,10-14,10,14,11022,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_15_19,f,15-19,15,19,9134,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_20_24,f,20-24,20,24,6733,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_25_29,f,25-29,25,29,6277,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_30_34,f,30-34,30,34,5938,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_35_39,f,35-39,35,39,6083,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_40_44,f,40-44,40,44,6032,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_45_49,f,45-49,45,49,5124,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_50_54,f,50-54,50,54,4502,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_55_59,f,55-59,55,59,4262,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_60_64,f,60-64,60,64,3798,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_65_69,f,65-69,65,69,2835,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_70_74,f,70-74,70,74,2197,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_75_79,f,75-79,75,79,1790,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,F_80PLUS,f,80+,80,,1959,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_00_04,m,0-4,0,4,10790,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_05_09,m,5-9,5,9,11341,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_10_14,m,10-14,10,14,10985,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_15_19,m,15-19,15,19,9117,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_20_24,m,20-24,20,24,6258,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_25_29,m,25-29,25,29,5779,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_30_34,m,30-34,30,34,5152,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_35_39,m,35-39,35,39,4372,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_40_44,m,40-44,40,44,4110,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_45_49,m,45-49,45,49,3977,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_50_54,m,50-54,50,54,3511,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_55_59,m,55-59,55,59,2906,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_60_64,m,60-64,60,64,2418,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_65_69,m,65-69,65,69,1631,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_70_74,m,70-74,70,74,1327,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_75_79,m,75-79,75,79,1141,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,M_80PLUS,m,80+,80,,1174,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_00_04,all,0-4,0,4,21352,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_05_09,all,5-9,5,9,21972,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_10_14,all,10-14,10,14,22007,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_15_19,all,15-19,15,19,18251,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_20_24,all,20-24,20,24,12991,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_25_29,all,25-29,25,29,12056,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_30_34,all,30-34,30,34,11090,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_35_39,all,35-39,35,39,10455,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_40_44,all,40-44,40,44,10142,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_45_49,all,45-49,45,49,9101,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_50_54,all,50-54,50,54,8013,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_55_59,all,55-59,55,59,7168,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_60_64,all,60-64,60,64,6216,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_65_69,all,65-69,65,69,4466,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_70_74,all,70-74,70,74,3524,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_75_79,all,75-79,75,79,2931,2023,UNFPA,UNFPA +BWA,Botswana,BW12,Central,BW1205,Tutume,T_80PLUS,all,80+,80,,3133,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_TL,f,all,,,15754,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_TL,m,all,,,16116,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_TL,all,all,,,31870,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_00_04,f,0-4,0,4,1500,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_05_09,f,5-9,5,9,1434,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_10_14,f,10-14,10,14,1326,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_15_19,f,15-19,15,19,983,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_20_24,f,20-24,20,24,1484,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_25_29,f,25-29,25,29,1676,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_30_34,f,30-34,30,34,1619,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_35_39,f,35-39,35,39,1392,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_40_44,f,40-44,40,44,1203,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_45_49,f,45-49,45,49,936,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_50_54,f,50-54,50,54,640,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_55_59,f,55-59,55,59,451,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_60_64,f,60-64,60,64,412,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_65_69,f,65-69,65,69,275,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_70_74,f,70-74,70,74,183,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_75_79,f,75-79,75,79,119,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,F_80PLUS,f,80+,80,,121,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_00_04,m,0-4,0,4,1550,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_05_09,m,5-9,5,9,1451,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_10_14,m,10-14,10,14,1341,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_15_19,m,15-19,15,19,1020,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_20_24,m,20-24,20,24,1881,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_25_29,m,25-29,25,29,1798,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_30_34,m,30-34,30,34,1645,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_35_39,m,35-39,35,39,1328,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_40_44,m,40-44,40,44,1232,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_45_49,m,45-49,45,49,933,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_50_54,m,50-54,50,54,753,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_55_59,m,55-59,55,59,428,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_60_64,m,60-64,60,64,291,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_65_69,m,65-69,65,69,207,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_70_74,m,70-74,70,74,117,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_75_79,m,75-79,75,79,88,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,M_80PLUS,m,80+,80,,53,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_00_04,all,0-4,0,4,3050,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_05_09,all,5-9,5,9,2885,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_10_14,all,10-14,10,14,2667,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_15_19,all,15-19,15,19,2003,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_20_24,all,20-24,20,24,3365,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_25_29,all,25-29,25,29,3474,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_30_34,all,30-34,30,34,3264,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_35_39,all,35-39,35,39,2720,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_40_44,all,40-44,40,44,2435,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_45_49,all,45-49,45,49,1869,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_50_54,all,50-54,50,54,1393,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_55_59,all,55-59,55,59,879,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_60_64,all,60-64,60,64,703,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_65_69,all,65-69,65,69,482,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_70_74,all,70-74,70,74,300,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_75_79,all,75-79,75,79,207,2023,UNFPA,UNFPA +BWA,Botswana,BW15,Chobe,BW1501,Chobe,T_80PLUS,all,80+,80,,174,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_TL,f,all,,,57574,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_TL,m,all,,,53032,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_TL,all,all,,,110606,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_00_04,f,0-4,0,4,4928,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_05_09,f,5-9,5,9,4761,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_10_14,f,10-14,10,14,4671,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_15_19,f,15-19,15,19,4858,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_20_24,f,20-24,20,24,6292,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_25_29,f,25-29,25,29,6638,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_30_34,f,30-34,30,34,5749,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_35_39,f,35-39,35,39,5268,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_40_44,f,40-44,40,44,4656,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_45_49,f,45-49,45,49,3113,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_50_54,f,50-54,50,54,2203,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_55_59,f,55-59,55,59,1611,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_60_64,f,60-64,60,64,1114,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_65_69,f,65-69,65,69,686,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_70_74,f,70-74,70,74,461,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_75_79,f,75-79,75,79,292,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,F_80PLUS,f,80+,80,,273,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_00_04,m,0-4,0,4,4957,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_05_09,m,5-9,5,9,4706,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_10_14,m,10-14,10,14,4584,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_15_19,m,15-19,15,19,4472,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_20_24,m,20-24,20,24,5464,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_25_29,m,25-29,25,29,6098,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_30_34,m,30-34,30,34,5800,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_35_39,m,35-39,35,39,4245,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_40_44,m,40-44,40,44,3812,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_45_49,m,45-49,45,49,3096,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_50_54,m,50-54,50,54,2313,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_55_59,m,55-59,55,59,1488,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_60_64,m,60-64,60,64,843,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_65_69,m,65-69,65,69,474,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_70_74,m,70-74,70,74,369,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_75_79,m,75-79,75,79,196,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,M_80PLUS,m,80+,80,,115,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_00_04,all,0-4,0,4,9885,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_05_09,all,5-9,5,9,9467,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_10_14,all,10-14,10,14,9255,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_15_19,all,15-19,15,19,9330,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_20_24,all,20-24,20,24,11756,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_25_29,all,25-29,25,29,12736,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_30_34,all,30-34,30,34,11549,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_35_39,all,35-39,35,39,9513,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_40_44,all,40-44,40,44,8468,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_45_49,all,45-49,45,49,6209,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_50_54,all,50-54,50,54,4516,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_55_59,all,55-59,55,59,3099,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_60_64,all,60-64,60,64,1957,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_65_69,all,65-69,65,69,1160,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_70_74,all,70-74,70,74,830,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_75_79,all,75-79,75,79,488,2023,UNFPA,UNFPA +BWA,Botswana,BW02,Francistown,BW0201,Francistown,T_80PLUS,all,80+,80,,388,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_TL,f,all,,,140784,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_TL,m,all,,,131813,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_TL,all,all,,,272597,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_00_04,f,0-4,0,4,8897,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_05_09,f,5-9,5,9,8875,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_10_14,f,10-14,10,14,8887,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_15_19,f,15-19,15,19,11783,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_20_24,f,20-24,20,24,17936,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_25_29,f,25-29,25,29,16140,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_30_34,f,30-34,30,34,15919,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_35_39,f,35-39,35,39,14791,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_40_44,f,40-44,40,44,13004,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_45_49,f,45-49,45,49,8770,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_50_54,f,50-54,50,54,6039,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_55_59,f,55-59,55,59,4055,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_60_64,f,60-64,60,64,2560,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_65_69,f,65-69,65,69,1461,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_70_74,f,70-74,70,74,766,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_75_79,f,75-79,75,79,516,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,F_80PLUS,f,80+,80,,385,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_00_04,m,0-4,0,4,8990,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_05_09,m,5-9,5,9,8886,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_10_14,m,10-14,10,14,8639,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_15_19,m,15-19,15,19,10353,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_20_24,m,20-24,20,24,16875,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_25_29,m,25-29,25,29,15732,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_30_34,m,30-34,30,34,14741,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_35_39,m,35-39,35,39,11968,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_40_44,m,40-44,40,44,11490,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_45_49,m,45-49,45,49,8904,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_50_54,m,50-54,50,54,6452,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_55_59,m,55-59,55,59,4079,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_60_64,m,60-64,60,64,2267,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_65_69,m,65-69,65,69,1255,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_70_74,m,70-74,70,74,634,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_75_79,m,75-79,75,79,348,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,M_80PLUS,m,80+,80,,200,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_00_04,all,0-4,0,4,17887,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_05_09,all,5-9,5,9,17761,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_10_14,all,10-14,10,14,17526,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_15_19,all,15-19,15,19,22136,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_20_24,all,20-24,20,24,34811,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_25_29,all,25-29,25,29,31872,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_30_34,all,30-34,30,34,30660,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_35_39,all,35-39,35,39,26759,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_40_44,all,40-44,40,44,24494,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_45_49,all,45-49,45,49,17674,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_50_54,all,50-54,50,54,12491,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_55_59,all,55-59,55,59,8134,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_60_64,all,60-64,60,64,4827,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_65_69,all,65-69,65,69,2716,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_70_74,all,70-74,70,74,1400,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_75_79,all,75-79,75,79,864,2023,UNFPA,UNFPA +BWA,Botswana,BW01,Gaborone,BW0101,Gaborone,T_80PLUS,all,80+,80,,585,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_TL,f,all,,,22,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_TL,m,all,,,57,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_TL,all,all,,,79,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_00_04,f,0-4,0,4,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_05_09,f,5-9,5,9,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_10_14,f,10-14,10,14,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_15_19,f,15-19,15,19,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_20_24,f,20-24,20,24,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_25_29,f,25-29,25,29,3,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_30_34,f,30-34,30,34,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_35_39,f,35-39,35,39,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_40_44,f,40-44,40,44,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_45_49,f,45-49,45,49,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_50_54,f,50-54,50,54,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_55_59,f,55-59,55,59,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_60_64,f,60-64,60,64,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_65_69,f,65-69,65,69,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_70_74,f,70-74,70,74,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_75_79,f,75-79,75,79,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,F_80PLUS,f,80+,80,,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_00_04,m,0-4,0,4,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_05_09,m,5-9,5,9,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_10_14,m,10-14,10,14,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_15_19,m,15-19,15,19,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_20_24,m,20-24,20,24,6,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_25_29,m,25-29,25,29,11,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_30_34,m,30-34,30,34,8,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_35_39,m,35-39,35,39,8,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_40_44,m,40-44,40,44,7,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_45_49,m,45-49,45,49,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_50_54,m,50-54,50,54,7,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_55_59,m,55-59,55,59,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_60_64,m,60-64,60,64,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_65_69,m,65-69,65,69,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_70_74,m,70-74,70,74,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_75_79,m,75-79,75,79,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,M_80PLUS,m,80+,80,,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_00_04,all,0-4,0,4,3,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_05_09,all,5-9,5,9,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_10_14,all,10-14,10,14,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_15_19,all,15-19,15,19,4,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_20_24,all,20-24,20,24,8,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_25_29,all,25-29,25,29,14,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_30_34,all,30-34,30,34,10,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_35_39,all,35-39,35,39,9,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_40_44,all,40-44,40,44,8,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_45_49,all,45-49,45,49,4,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_50_54,all,50-54,50,54,9,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_55_59,all,55-59,55,59,4,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_60_64,all,60-64,60,64,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_65_69,all,65-69,65,69,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_70_74,all,70-74,70,74,0,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_75_79,all,75-79,75,79,2,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1602,Central Kgalagadi Game Reserve,T_80PLUS,all,80+,80,,1,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_TL,f,all,,,28131,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_TL,m,all,,,29059,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_TL,all,all,,,57190,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_00_04,f,0-4,0,4,2971,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_05_09,f,5-9,5,9,2984,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_10_14,f,10-14,10,14,2888,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_15_19,f,15-19,15,19,2930,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_20_24,f,20-24,20,24,2293,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_25_29,f,25-29,25,29,2247,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_30_34,f,30-34,30,34,2113,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_35_39,f,35-39,35,39,2107,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_40_44,f,40-44,40,44,1943,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_45_49,f,45-49,45,49,1507,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_50_54,f,50-54,50,54,1030,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_55_59,f,55-59,55,59,857,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_60_64,f,60-64,60,64,581,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_65_69,f,65-69,65,69,520,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_70_74,f,70-74,70,74,374,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_75_79,f,75-79,75,79,343,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,F_80PLUS,f,80+,80,,443,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_00_04,m,0-4,0,4,3151,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_05_09,m,5-9,5,9,3057,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_10_14,m,10-14,10,14,2987,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_15_19,m,15-19,15,19,2826,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_20_24,m,20-24,20,24,2342,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_25_29,m,25-29,25,29,2539,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_30_34,m,30-34,30,34,2402,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_35_39,m,35-39,35,39,2011,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_40_44,m,40-44,40,44,1758,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_45_49,m,45-49,45,49,1805,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_50_54,m,50-54,50,54,1312,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_55_59,m,55-59,55,59,890,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_60_64,m,60-64,60,64,566,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_65_69,m,65-69,65,69,460,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_70_74,m,70-74,70,74,276,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_75_79,m,75-79,75,79,326,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,M_80PLUS,m,80+,80,,351,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_00_04,all,0-4,0,4,6122,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_05_09,all,5-9,5,9,6041,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_10_14,all,10-14,10,14,5875,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_15_19,all,15-19,15,19,5756,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_20_24,all,20-24,20,24,4635,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_25_29,all,25-29,25,29,4786,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_30_34,all,30-34,30,34,4515,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_35_39,all,35-39,35,39,4118,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_40_44,all,40-44,40,44,3701,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_45_49,all,45-49,45,49,3312,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_50_54,all,50-54,50,54,2342,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_55_59,all,55-59,55,59,1747,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_60_64,all,60-64,60,64,1147,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_65_69,all,65-69,65,69,980,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_70_74,all,70-74,70,74,650,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_75_79,all,75-79,75,79,669,2023,UNFPA,UNFPA +BWA,Botswana,BW16,Ghanzi,BW1601,Ghanzi,T_80PLUS,all,80+,80,,794,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_TL,f,all,,,9109,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_TL,m,all,,,10907,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_TL,all,all,,,20016,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_00_04,f,0-4,0,4,731,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_05_09,f,5-9,5,9,835,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_10_14,f,10-14,10,14,779,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_15_19,f,15-19,15,19,585,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_20_24,f,20-24,20,24,900,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_25_29,f,25-29,25,29,1105,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_30_34,f,30-34,30,34,1092,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_35_39,f,35-39,35,39,1047,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_40_44,f,40-44,40,44,866,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_45_49,f,45-49,45,49,572,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_50_54,f,50-54,50,54,311,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_55_59,f,55-59,55,59,153,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_60_64,f,60-64,60,64,70,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_65_69,f,65-69,65,69,26,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_70_74,f,70-74,70,74,19,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_75_79,f,75-79,75,79,8,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,F_80PLUS,f,80+,80,,10,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_00_04,m,0-4,0,4,742,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_05_09,m,5-9,5,9,769,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_10_14,m,10-14,10,14,802,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_15_19,m,15-19,15,19,516,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_20_24,m,20-24,20,24,900,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_25_29,m,25-29,25,29,1379,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_30_34,m,30-34,30,34,1502,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_35_39,m,35-39,35,39,1132,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_40_44,m,40-44,40,44,1042,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_45_49,m,45-49,45,49,837,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_50_54,m,50-54,50,54,663,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_55_59,m,55-59,55,59,387,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_60_64,m,60-64,60,64,132,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_65_69,m,65-69,65,69,62,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_70_74,m,70-74,70,74,29,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_75_79,m,75-79,75,79,8,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,M_80PLUS,m,80+,80,,5,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_00_04,all,0-4,0,4,1473,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_05_09,all,5-9,5,9,1604,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_10_14,all,10-14,10,14,1581,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_15_19,all,15-19,15,19,1101,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_20_24,all,20-24,20,24,1800,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_25_29,all,25-29,25,29,2484,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_30_34,all,30-34,30,34,2594,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_35_39,all,35-39,35,39,2179,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_40_44,all,40-44,40,44,1908,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_45_49,all,45-49,45,49,1409,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_50_54,all,50-54,50,54,974,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_55_59,all,55-59,55,59,540,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_60_64,all,60-64,60,64,202,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_65_69,all,65-69,65,69,88,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_70_74,all,70-74,70,74,48,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_75_79,all,75-79,75,79,16,2023,UNFPA,UNFPA +BWA,Botswana,BW06,Jwaneng,BW0601,Jwaneng,T_80PLUS,all,80+,80,,15,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_TL,f,all,,,12738,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_TL,m,all,,,12767,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_TL,all,all,,,25505,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_00_04,f,0-4,0,4,1115,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_05_09,f,5-9,5,9,1213,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_10_14,f,10-14,10,14,1168,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_15_19,f,15-19,15,19,1824,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_20_24,f,20-24,20,24,886,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_25_29,f,25-29,25,29,957,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_30_34,f,30-34,30,34,936,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_35_39,f,35-39,35,39,847,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_40_44,f,40-44,40,44,779,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_45_49,f,45-49,45,49,681,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_50_54,f,50-54,50,54,524,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_55_59,f,55-59,55,59,407,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_60_64,f,60-64,60,64,391,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_65_69,f,65-69,65,69,317,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_70_74,f,70-74,70,74,241,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_75_79,f,75-79,75,79,205,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,F_80PLUS,f,80+,80,,247,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_00_04,m,0-4,0,4,1168,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_05_09,m,5-9,5,9,1245,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_10_14,m,10-14,10,14,1211,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_15_19,m,15-19,15,19,1663,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_20_24,m,20-24,20,24,953,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_25_29,m,25-29,25,29,1058,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_30_34,m,30-34,30,34,1066,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_35_39,m,35-39,35,39,908,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_40_44,m,40-44,40,44,760,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_45_49,m,45-49,45,49,706,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_50_54,m,50-54,50,54,494,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_55_59,m,55-59,55,59,459,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_60_64,m,60-64,60,64,336,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_65_69,m,65-69,65,69,237,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_70_74,m,70-74,70,74,226,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_75_79,m,75-79,75,79,136,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,M_80PLUS,m,80+,80,,141,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_00_04,all,0-4,0,4,2283,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_05_09,all,5-9,5,9,2458,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_10_14,all,10-14,10,14,2379,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_15_19,all,15-19,15,19,3487,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_20_24,all,20-24,20,24,1839,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_25_29,all,25-29,25,29,2015,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_30_34,all,30-34,30,34,2002,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_35_39,all,35-39,35,39,1755,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_40_44,all,40-44,40,44,1539,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_45_49,all,45-49,45,49,1387,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_50_54,all,50-54,50,54,1018,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_55_59,all,55-59,55,59,866,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_60_64,all,60-64,60,64,727,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_65_69,all,65-69,65,69,554,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_70_74,all,70-74,70,74,467,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_75_79,all,75-79,75,79,341,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1702,Kgalagadi North,T_80PLUS,all,80+,80,,388,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_TL,f,all,,,17618,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_TL,m,all,,,17095,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_TL,all,all,,,34713,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_00_04,f,0-4,0,4,1834,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_05_09,f,5-9,5,9,1904,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_10_14,f,10-14,10,14,1898,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_15_19,f,15-19,15,19,1344,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_20_24,f,20-24,20,24,1172,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_25_29,f,25-29,25,29,1357,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_30_34,f,30-34,30,34,1370,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_35_39,f,35-39,35,39,1460,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_40_44,f,40-44,40,44,1149,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_45_49,f,45-49,45,49,1022,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_50_54,f,50-54,50,54,695,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_55_59,f,55-59,55,59,667,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_60_64,f,60-64,60,64,606,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_65_69,f,65-69,65,69,472,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_70_74,f,70-74,70,74,266,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_75_79,f,75-79,75,79,205,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,F_80PLUS,f,80+,80,,197,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_00_04,m,0-4,0,4,1918,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_05_09,m,5-9,5,9,1992,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_10_14,m,10-14,10,14,1906,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_15_19,m,15-19,15,19,1510,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_20_24,m,20-24,20,24,1141,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_25_29,m,25-29,25,29,1226,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_30_34,m,30-34,30,34,1392,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_35_39,m,35-39,35,39,1164,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_40_44,m,40-44,40,44,1045,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_45_49,m,45-49,45,49,1060,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_50_54,m,50-54,50,54,831,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_55_59,m,55-59,55,59,614,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_60_64,m,60-64,60,64,473,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_65_69,m,65-69,65,69,325,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_70_74,m,70-74,70,74,229,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_75_79,m,75-79,75,79,155,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,M_80PLUS,m,80+,80,,114,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_00_04,all,0-4,0,4,3752,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_05_09,all,5-9,5,9,3896,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_10_14,all,10-14,10,14,3804,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_15_19,all,15-19,15,19,2854,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_20_24,all,20-24,20,24,2313,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_25_29,all,25-29,25,29,2583,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_30_34,all,30-34,30,34,2762,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_35_39,all,35-39,35,39,2624,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_40_44,all,40-44,40,44,2194,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_45_49,all,45-49,45,49,2082,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_50_54,all,50-54,50,54,1526,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_55_59,all,55-59,55,59,1281,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_60_64,all,60-64,60,64,1079,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_65_69,all,65-69,65,69,797,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_70_74,all,70-74,70,74,495,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_75_79,all,75-79,75,79,360,2023,UNFPA,UNFPA +BWA,Botswana,BW17,Kgalagadi,BW1701,Kgalagadi South,T_80PLUS,all,80+,80,,311,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_TL,f,all,,,58243,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_TL,m,all,,,53280,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_TL,all,all,,,111523,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_00_04,f,0-4,0,4,5185,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_05_09,f,5-9,5,9,5209,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_10_14,f,10-14,10,14,4976,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_15_19,f,15-19,15,19,4532,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_20_24,f,20-24,20,24,4470,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_25_29,f,25-29,25,29,4291,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_30_34,f,30-34,30,34,4330,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_35_39,f,35-39,35,39,4457,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_40_44,f,40-44,40,44,4341,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_45_49,f,45-49,45,49,3404,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_50_54,f,50-54,50,54,2866,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_55_59,f,55-59,55,59,2573,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_60_64,f,60-64,60,64,2297,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_65_69,f,65-69,65,69,1892,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_70_74,f,70-74,70,74,1356,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_75_79,f,75-79,75,79,1106,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,F_80PLUS,f,80+,80,,958,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_00_04,m,0-4,0,4,5251,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_05_09,m,5-9,5,9,5204,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_10_14,m,10-14,10,14,5307,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_15_19,m,15-19,15,19,4678,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_20_24,m,20-24,20,24,4500,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_25_29,m,25-29,25,29,4088,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_30_34,m,30-34,30,34,4164,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_35_39,m,35-39,35,39,3365,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_40_44,m,40-44,40,44,3439,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_45_49,m,45-49,45,49,3073,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_50_54,m,50-54,50,54,2729,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_55_59,m,55-59,55,59,2269,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_60_64,m,60-64,60,64,1656,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_65_69,m,65-69,65,69,1246,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_70_74,m,70-74,70,74,975,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_75_79,m,75-79,75,79,778,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,M_80PLUS,m,80+,80,,558,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_00_04,all,0-4,0,4,10436,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_05_09,all,5-9,5,9,10413,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_10_14,all,10-14,10,14,10283,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_15_19,all,15-19,15,19,9210,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_20_24,all,20-24,20,24,8970,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_25_29,all,25-29,25,29,8379,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_30_34,all,30-34,30,34,8494,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_35_39,all,35-39,35,39,7822,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_40_44,all,40-44,40,44,7780,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_45_49,all,45-49,45,49,6477,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_50_54,all,50-54,50,54,5595,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_55_59,all,55-59,55,59,4842,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_60_64,all,60-64,60,64,3953,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_65_69,all,65-69,65,69,3138,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_70_74,all,70-74,70,74,2331,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_75_79,all,75-79,75,79,1884,2023,UNFPA,UNFPA +BWA,Botswana,BW11,Kgatleng,BW1101,Kgatleng,T_80PLUS,all,80+,80,,1516,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_TL,f,all,,,184262,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_TL,m,all,,,170411,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_TL,all,all,,,354673,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_00_04,f,0-4,0,4,16589,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_05_09,f,5-9,5,9,16057,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_10_14,f,10-14,10,14,15617,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_15_19,f,15-19,15,19,14587,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_20_24,f,20-24,20,24,18632,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_25_29,f,25-29,25,29,17651,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_30_34,f,30-34,30,34,16429,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_35_39,f,35-39,35,39,14687,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_40_44,f,40-44,40,44,13496,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_45_49,f,45-49,45,49,10259,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_50_54,f,50-54,50,54,7658,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_55_59,f,55-59,55,59,6291,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_60_64,f,60-64,60,64,4897,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_65_69,f,65-69,65,69,4140,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_70_74,f,70-74,70,74,3031,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_75_79,f,75-79,75,79,2174,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,F_80PLUS,f,80+,80,,2067,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_00_04,m,0-4,0,4,17061,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_05_09,m,5-9,5,9,16750,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_10_14,m,10-14,10,14,15782,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_15_19,m,15-19,15,19,13890,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_20_24,m,20-24,20,24,17014,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_25_29,m,25-29,25,29,16914,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_30_34,m,30-34,30,34,15784,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_35_39,m,35-39,35,39,12493,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_40_44,m,40-44,40,44,11193,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_45_49,m,45-49,45,49,8777,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_50_54,m,50-54,50,54,7362,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_55_59,m,55-59,55,59,5742,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_60_64,m,60-64,60,64,3832,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_65_69,m,65-69,65,69,2716,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_70_74,m,70-74,70,74,2303,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_75_79,m,75-79,75,79,1683,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,M_80PLUS,m,80+,80,,1115,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_00_04,all,0-4,0,4,33650,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_05_09,all,5-9,5,9,32807,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_10_14,all,10-14,10,14,31399,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_15_19,all,15-19,15,19,28477,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_20_24,all,20-24,20,24,35646,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_25_29,all,25-29,25,29,34565,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_30_34,all,30-34,30,34,32213,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_35_39,all,35-39,35,39,27180,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_40_44,all,40-44,40,44,24689,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_45_49,all,45-49,45,49,19036,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_50_54,all,50-54,50,54,15020,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_55_59,all,55-59,55,59,12033,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_60_64,all,60-64,60,64,8729,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_65_69,all,65-69,65,69,6856,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_70_74,all,70-74,70,74,5334,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_75_79,all,75-79,75,79,3857,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1001,Kweneng East,T_80PLUS,all,80+,80,,3182,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_TL,f,all,,,28111,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_TL,m,all,,,27899,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_TL,all,all,,,56010,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_00_04,f,0-4,0,4,3347,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_05_09,f,5-9,5,9,3426,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_10_14,f,10-14,10,14,3206,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_15_19,f,15-19,15,19,1693,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_20_24,f,20-24,20,24,1896,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_25_29,f,25-29,25,29,1830,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_30_34,f,30-34,30,34,1702,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_35_39,f,35-39,35,39,1716,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_40_44,f,40-44,40,44,1765,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_45_49,f,45-49,45,49,1642,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_50_54,f,50-54,50,54,1402,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_55_59,f,55-59,55,59,1039,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_60_64,f,60-64,60,64,917,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_65_69,f,65-69,65,69,891,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_70_74,f,70-74,70,74,617,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_75_79,f,75-79,75,79,413,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,F_80PLUS,f,80+,80,,609,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_00_04,m,0-4,0,4,3471,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_05_09,m,5-9,5,9,3618,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_10_14,m,10-14,10,14,3089,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_15_19,m,15-19,15,19,2131,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_20_24,m,20-24,20,24,1956,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_25_29,m,25-29,25,29,2156,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_30_34,m,30-34,30,34,1802,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_35_39,m,35-39,35,39,1605,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_40_44,m,40-44,40,44,1574,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_45_49,m,45-49,45,49,1324,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_50_54,m,50-54,50,54,1296,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_55_59,m,55-59,55,59,1061,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_60_64,m,60-64,60,64,859,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_65_69,m,65-69,65,69,770,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_70_74,m,70-74,70,74,479,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_75_79,m,75-79,75,79,360,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,M_80PLUS,m,80+,80,,348,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_00_04,all,0-4,0,4,6818,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_05_09,all,5-9,5,9,7044,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_10_14,all,10-14,10,14,6295,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_15_19,all,15-19,15,19,3824,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_20_24,all,20-24,20,24,3852,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_25_29,all,25-29,25,29,3986,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_30_34,all,30-34,30,34,3504,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_35_39,all,35-39,35,39,3321,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_40_44,all,40-44,40,44,3339,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_45_49,all,45-49,45,49,2966,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_50_54,all,50-54,50,54,2698,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_55_59,all,55-59,55,59,2100,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_60_64,all,60-64,60,64,1776,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_65_69,all,65-69,65,69,1661,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_70_74,all,70-74,70,74,1096,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_75_79,all,75-79,75,79,773,2023,UNFPA,UNFPA +BWA,Botswana,BW10,Kweneng,BW1002,Kweneng West,T_80PLUS,all,80+,80,,957,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_TL,f,all,,,13318,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_TL,m,all,,,12243,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_TL,all,all,,,25561,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_00_04,f,0-4,0,4,1042,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_05_09,f,5-9,5,9,1048,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_10_14,f,10-14,10,14,1106,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_15_19,f,15-19,15,19,1249,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_20_24,f,20-24,20,24,1197,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_25_29,f,25-29,25,29,1289,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_30_34,f,30-34,30,34,1353,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_35_39,f,35-39,35,39,1194,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_40_44,f,40-44,40,44,1154,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_45_49,f,45-49,45,49,778,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_50_54,f,50-54,50,54,567,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_55_59,f,55-59,55,59,400,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_60_64,f,60-64,60,64,340,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_65_69,f,65-69,65,69,255,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_70_74,f,70-74,70,74,166,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_75_79,f,75-79,75,79,110,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,F_80PLUS,f,80+,80,,70,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_00_04,m,0-4,0,4,1083,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_05_09,m,5-9,5,9,1088,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_10_14,m,10-14,10,14,1144,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_15_19,m,15-19,15,19,1089,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_20_24,m,20-24,20,24,1125,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_25_29,m,25-29,25,29,1175,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_30_34,m,30-34,30,34,1264,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_35_39,m,35-39,35,39,1044,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_40_44,m,40-44,40,44,924,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_45_49,m,45-49,45,49,724,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_50_54,m,50-54,50,54,572,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_55_59,m,55-59,55,59,423,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_60_64,m,60-64,60,64,218,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_65_69,m,65-69,65,69,157,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_70_74,m,70-74,70,74,99,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_75_79,m,75-79,75,79,66,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,M_80PLUS,m,80+,80,,48,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_00_04,all,0-4,0,4,2125,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_05_09,all,5-9,5,9,2136,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_10_14,all,10-14,10,14,2250,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_15_19,all,15-19,15,19,2338,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_20_24,all,20-24,20,24,2322,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_25_29,all,25-29,25,29,2464,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_30_34,all,30-34,30,34,2617,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_35_39,all,35-39,35,39,2238,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_40_44,all,40-44,40,44,2078,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_45_49,all,45-49,45,49,1502,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_50_54,all,50-54,50,54,1139,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_55_59,all,55-59,55,59,823,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_60_64,all,60-64,60,64,558,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_65_69,all,65-69,65,69,412,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_70_74,all,70-74,70,74,265,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_75_79,all,75-79,75,79,176,2023,UNFPA,UNFPA +BWA,Botswana,BW03,Lobatse,BW0301,Lobatse,T_80PLUS,all,80+,80,,118,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_TL,f,all,,,41133,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_TL,m,all,,,35588,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_TL,all,all,,,76721,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_00_04,f,0-4,0,4,4098,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_05_09,f,5-9,5,9,4216,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_10_14,f,10-14,10,14,4224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_15_19,f,15-19,15,19,3902,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_20_24,f,20-24,20,24,2970,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_25_29,f,25-29,25,29,2746,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_30_34,f,30-34,30,34,2665,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_35_39,f,35-39,35,39,2560,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_40_44,f,40-44,40,44,2674,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_45_49,f,45-49,45,49,2224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_50_54,f,50-54,50,54,1873,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_55_59,f,55-59,55,59,1834,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_60_64,f,60-64,60,64,1572,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_65_69,f,65-69,65,69,1127,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_70_74,f,70-74,70,74,926,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_75_79,f,75-79,75,79,697,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,F_80PLUS,f,80+,80,,825,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_00_04,m,0-4,0,4,4126,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_05_09,m,5-9,5,9,4255,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_10_14,m,10-14,10,14,4371,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_15_19,m,15-19,15,19,4129,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_20_24,m,20-24,20,24,2540,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_25_29,m,25-29,25,29,2521,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_30_34,m,30-34,30,34,2329,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_35_39,m,35-39,35,39,1894,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_40_44,m,40-44,40,44,1840,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_45_49,m,45-49,45,49,1746,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_50_54,m,50-54,50,54,1522,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_55_59,m,55-59,55,59,1316,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_60_64,m,60-64,60,64,1019,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_65_69,m,65-69,65,69,651,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_70_74,m,70-74,70,74,537,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_75_79,m,75-79,75,79,397,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,M_80PLUS,m,80+,80,,395,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_00_04,all,0-4,0,4,8224,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_05_09,all,5-9,5,9,8471,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_10_14,all,10-14,10,14,8595,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_15_19,all,15-19,15,19,8031,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_20_24,all,20-24,20,24,5510,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_25_29,all,25-29,25,29,5267,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_30_34,all,30-34,30,34,4994,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_35_39,all,35-39,35,39,4454,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_40_44,all,40-44,40,44,4514,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_45_49,all,45-49,45,49,3970,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_50_54,all,50-54,50,54,3395,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_55_59,all,55-59,55,59,3150,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_60_64,all,60-64,60,64,2591,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_65_69,all,65-69,65,69,1778,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_70_74,all,70-74,70,74,1463,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_75_79,all,75-79,75,79,1094,2023,UNFPA,UNFPA +BWA,Botswana,BW13,North East,BW1301,North East,T_80PLUS,all,80+,80,,1220,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_TL,f,all,,,1074,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_TL,m,all,,,1059,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_TL,all,all,,,2133,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_00_04,f,0-4,0,4,34,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_05_09,f,5-9,5,9,28,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_10_14,f,10-14,10,14,21,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_15_19,f,15-19,15,19,38,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_20_24,f,20-24,20,24,82,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_25_29,f,25-29,25,29,147,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_30_34,f,30-34,30,34,128,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_35_39,f,35-39,35,39,127,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_40_44,f,40-44,40,44,128,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_45_49,f,45-49,45,49,99,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_50_54,f,50-54,50,54,63,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_55_59,f,55-59,55,59,51,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_60_64,f,60-64,60,64,44,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_65_69,f,65-69,65,69,48,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_70_74,f,70-74,70,74,15,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_75_79,f,75-79,75,79,10,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,F_80PLUS,f,80+,80,,11,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_00_04,m,0-4,0,4,40,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_05_09,m,5-9,5,9,22,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_10_14,m,10-14,10,14,24,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_15_19,m,15-19,15,19,26,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_20_24,m,20-24,20,24,75,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_25_29,m,25-29,25,29,163,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_30_34,m,30-34,30,34,143,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_35_39,m,35-39,35,39,114,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_40_44,m,40-44,40,44,80,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_45_49,m,45-49,45,49,87,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_50_54,m,50-54,50,54,75,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_55_59,m,55-59,55,59,48,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_60_64,m,60-64,60,64,63,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_65_69,m,65-69,65,69,44,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_70_74,m,70-74,70,74,36,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_75_79,m,75-79,75,79,14,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,M_80PLUS,m,80+,80,,5,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_00_04,all,0-4,0,4,74,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_05_09,all,5-9,5,9,50,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_10_14,all,10-14,10,14,45,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_15_19,all,15-19,15,19,64,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_20_24,all,20-24,20,24,157,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_25_29,all,25-29,25,29,310,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_30_34,all,30-34,30,34,271,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_35_39,all,35-39,35,39,241,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_40_44,all,40-44,40,44,208,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_45_49,all,45-49,45,49,186,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_50_54,all,50-54,50,54,138,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_55_59,all,55-59,55,59,99,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_60_64,all,60-64,60,64,107,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_65_69,all,65-69,65,69,92,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_70_74,all,70-74,70,74,51,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_75_79,all,75-79,75,79,24,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1403,Ngamiland Delta,T_80PLUS,all,80+,80,,16,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_TL,f,all,,,56378,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_TL,m,all,,,52615,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_TL,all,all,,,108993,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_00_04,f,0-4,0,4,6194,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_05_09,f,5-9,5,9,5951,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_10_14,f,10-14,10,14,5583,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_15_19,f,15-19,15,19,4703,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_20_24,f,20-24,20,24,5099,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_25_29,f,25-29,25,29,5141,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_30_34,f,30-34,30,34,4528,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_35_39,f,35-39,35,39,3962,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_40_44,f,40-44,40,44,3643,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_45_49,f,45-49,45,49,3008,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_50_54,f,50-54,50,54,2038,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_55_59,f,55-59,55,59,1549,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_60_64,f,60-64,60,64,1275,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_65_69,f,65-69,65,69,1287,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_70_74,f,70-74,70,74,1001,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_75_79,f,75-79,75,79,645,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,F_80PLUS,f,80+,80,,771,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_00_04,m,0-4,0,4,6230,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_05_09,m,5-9,5,9,6074,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_10_14,m,10-14,10,14,5534,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_15_19,m,15-19,15,19,4528,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_20_24,m,20-24,20,24,4667,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_25_29,m,25-29,25,29,4865,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_30_34,m,30-34,30,34,4494,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_35_39,m,35-39,35,39,3301,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_40_44,m,40-44,40,44,2933,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_45_49,m,45-49,45,49,2636,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_50_54,m,50-54,50,54,2151,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_55_59,m,55-59,55,59,1512,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_60_64,m,60-64,60,64,1081,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_65_69,m,65-69,65,69,864,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_70_74,m,70-74,70,74,735,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_75_79,m,75-79,75,79,480,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,M_80PLUS,m,80+,80,,530,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_00_04,all,0-4,0,4,12424,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_05_09,all,5-9,5,9,12025,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_10_14,all,10-14,10,14,11117,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_15_19,all,15-19,15,19,9231,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_20_24,all,20-24,20,24,9766,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_25_29,all,25-29,25,29,10006,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_30_34,all,30-34,30,34,9022,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_35_39,all,35-39,35,39,7263,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_40_44,all,40-44,40,44,6576,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_45_49,all,45-49,45,49,5644,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_50_54,all,50-54,50,54,4189,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_55_59,all,55-59,55,59,3061,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_60_64,all,60-64,60,64,2356,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_65_69,all,65-69,65,69,2151,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_70_74,all,70-74,70,74,1736,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_75_79,all,75-79,75,79,1125,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1401,Ngamiland East,T_80PLUS,all,80+,80,,1301,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_TL,f,all,,,38222,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_TL,m,all,,,32632,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_TL,all,all,,,70854,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_00_04,f,0-4,0,4,4415,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_05_09,f,5-9,5,9,4527,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_10_14,f,10-14,10,14,4331,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_15_19,f,15-19,15,19,3259,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_20_24,f,20-24,20,24,2820,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_25_29,f,25-29,25,29,2780,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_30_34,f,30-34,30,34,2463,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_35_39,f,35-39,35,39,2315,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_40_44,f,40-44,40,44,2232,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_45_49,f,45-49,45,49,1906,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_50_54,f,50-54,50,54,1474,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_55_59,f,55-59,55,59,1170,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_60_64,f,60-64,60,64,1161,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_65_69,f,65-69,65,69,967,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_70_74,f,70-74,70,74,894,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_75_79,f,75-79,75,79,593,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,F_80PLUS,f,80+,80,,915,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_00_04,m,0-4,0,4,4584,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_05_09,m,5-9,5,9,4726,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_10_14,m,10-14,10,14,4201,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_15_19,m,15-19,15,19,3263,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_20_24,m,20-24,20,24,2253,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_25_29,m,25-29,25,29,2365,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_30_34,m,30-34,30,34,2056,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_35_39,m,35-39,35,39,1555,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_40_44,m,40-44,40,44,1299,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_45_49,m,45-49,45,49,1320,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_50_54,m,50-54,50,54,1096,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_55_59,m,55-59,55,59,934,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_60_64,m,60-64,60,64,866,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_65_69,m,65-69,65,69,683,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_70_74,m,70-74,70,74,501,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_75_79,m,75-79,75,79,442,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,M_80PLUS,m,80+,80,,488,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_00_04,all,0-4,0,4,8999,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_05_09,all,5-9,5,9,9253,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_10_14,all,10-14,10,14,8532,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_15_19,all,15-19,15,19,6522,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_20_24,all,20-24,20,24,5073,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_25_29,all,25-29,25,29,5145,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_30_34,all,30-34,30,34,4519,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_35_39,all,35-39,35,39,3870,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_40_44,all,40-44,40,44,3531,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_45_49,all,45-49,45,49,3226,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_50_54,all,50-54,50,54,2570,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_55_59,all,55-59,55,59,2104,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_60_64,all,60-64,60,64,2027,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_65_69,all,65-69,65,69,1650,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_70_74,all,70-74,70,74,1395,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_75_79,all,75-79,75,79,1035,2023,UNFPA,UNFPA +BWA,Botswana,BW14,North West,BW1402,Ngamiland West,T_80PLUS,all,80+,80,,1403,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_TL,f,all,,,4552,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_TL,m,all,,,4516,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_TL,all,all,,,9068,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_00_04,f,0-4,0,4,411,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_05_09,f,5-9,5,9,453,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_10_14,f,10-14,10,14,400,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_15_19,f,15-19,15,19,295,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_20_24,f,20-24,20,24,401,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_25_29,f,25-29,25,29,513,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_30_34,f,30-34,30,34,591,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_35_39,f,35-39,35,39,575,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_40_44,f,40-44,40,44,377,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_45_49,f,45-49,45,49,248,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_50_54,f,50-54,50,54,133,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_55_59,f,55-59,55,59,85,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_60_64,f,60-64,60,64,25,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_65_69,f,65-69,65,69,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_70_74,f,70-74,70,74,14,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_75_79,f,75-79,75,79,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,F_80PLUS,f,80+,80,,9,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_00_04,m,0-4,0,4,417,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_05_09,m,5-9,5,9,426,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_10_14,m,10-14,10,14,399,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_15_19,m,15-19,15,19,239,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_20_24,m,20-24,20,24,238,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_25_29,m,25-29,25,29,416,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_30_34,m,30-34,30,34,537,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_35_39,m,35-39,35,39,516,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_40_44,m,40-44,40,44,506,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_45_49,m,45-49,45,49,356,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_50_54,m,50-54,50,54,287,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_55_59,m,55-59,55,59,135,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_60_64,m,60-64,60,64,20,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_65_69,m,65-69,65,69,11,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_70_74,m,70-74,70,74,7,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_75_79,m,75-79,75,79,1,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,M_80PLUS,m,80+,80,,5,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_00_04,all,0-4,0,4,828,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_05_09,all,5-9,5,9,879,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_10_14,all,10-14,10,14,799,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_15_19,all,15-19,15,19,534,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_20_24,all,20-24,20,24,639,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_25_29,all,25-29,25,29,929,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_30_34,all,30-34,30,34,1128,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_35_39,all,35-39,35,39,1091,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_40_44,all,40-44,40,44,883,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_45_49,all,45-49,45,49,604,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_50_54,all,50-54,50,54,420,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_55_59,all,55-59,55,59,220,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_60_64,all,60-64,60,64,45,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_65_69,all,65-69,65,69,22,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_70_74,all,70-74,70,74,21,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_75_79,all,75-79,75,79,12,2023,UNFPA,UNFPA +BWA,Botswana,BW05,Orapa,BW0501,Orapa,T_80PLUS,all,80+,80,,14,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_TL,f,all,,,22231,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_TL,m,all,,,22039,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_TL,all,all,,,44270,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_00_04,f,0-4,0,4,1850,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_05_09,f,5-9,5,9,2013,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_10_14,f,10-14,10,14,2122,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_15_19,f,15-19,15,19,1944,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_20_24,f,20-24,20,24,1983,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_25_29,f,25-29,25,29,2355,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_30_34,f,30-34,30,34,2300,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_35_39,f,35-39,35,39,2122,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_40_44,f,40-44,40,44,1847,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_45_49,f,45-49,45,49,1234,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_50_54,f,50-54,50,54,932,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_55_59,f,55-59,55,59,584,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_60_64,f,60-64,60,64,445,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_65_69,f,65-69,65,69,216,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_70_74,f,70-74,70,74,117,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_75_79,f,75-79,75,79,88,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,F_80PLUS,f,80+,80,,79,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_00_04,m,0-4,0,4,1922,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_05_09,m,5-9,5,9,1972,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_10_14,m,10-14,10,14,2068,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_15_19,m,15-19,15,19,1789,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_20_24,m,20-24,20,24,1808,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_25_29,m,25-29,25,29,2275,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_30_34,m,30-34,30,34,2231,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_35_39,m,35-39,35,39,1784,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_40_44,m,40-44,40,44,1663,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_45_49,m,45-49,45,49,1352,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_50_54,m,50-54,50,54,1235,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_55_59,m,55-59,55,59,1074,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_60_64,m,60-64,60,64,438,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_65_69,m,65-69,65,69,186,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_70_74,m,70-74,70,74,124,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_75_79,m,75-79,75,79,71,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,M_80PLUS,m,80+,80,,47,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_00_04,all,0-4,0,4,3772,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_05_09,all,5-9,5,9,3985,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_10_14,all,10-14,10,14,4190,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_15_19,all,15-19,15,19,3733,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_20_24,all,20-24,20,24,3791,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_25_29,all,25-29,25,29,4630,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_30_34,all,30-34,30,34,4531,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_35_39,all,35-39,35,39,3906,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_40_44,all,40-44,40,44,3510,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_45_49,all,45-49,45,49,2586,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_50_54,all,50-54,50,54,2167,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_55_59,all,55-59,55,59,1658,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_60_64,all,60-64,60,64,883,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_65_69,all,65-69,65,69,402,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_70_74,all,70-74,70,74,241,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_75_79,all,75-79,75,79,159,2023,UNFPA,UNFPA +BWA,Botswana,BW04,Selibe Phikwe,BW0401,Selibe Phikwe,T_80PLUS,all,80+,80,,126,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_TL,f,all,,,63534,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_TL,m,all,,,56446,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_TL,all,all,,,119980,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_00_04,f,0-4,0,4,4499,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_05_09,f,5-9,5,9,4388,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_10_14,f,10-14,10,14,4310,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_15_19,f,15-19,15,19,6242,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_20_24,f,20-24,20,24,6726,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_25_29,f,25-29,25,29,6199,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_30_34,f,30-34,30,34,6031,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_35_39,f,35-39,35,39,5568,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_40_44,f,40-44,40,44,5379,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_45_49,f,45-49,45,49,3783,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_50_54,f,50-54,50,54,2790,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_55_59,f,55-59,55,59,2067,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_60_64,f,60-64,60,64,1717,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_65_69,f,65-69,65,69,1521,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_70_74,f,70-74,70,74,1087,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_75_79,f,75-79,75,79,635,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,F_80PLUS,f,80+,80,,592,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_00_04,m,0-4,0,4,4489,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_05_09,m,5-9,5,9,4175,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_10_14,m,10-14,10,14,4426,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_15_19,m,15-19,15,19,5407,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_20_24,m,20-24,20,24,6534,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_25_29,m,25-29,25,29,5763,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_30_34,m,30-34,30,34,5430,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_35_39,m,35-39,35,39,4390,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_40_44,m,40-44,40,44,4207,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_45_49,m,45-49,45,49,3168,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_50_54,m,50-54,50,54,2817,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_55_59,m,55-59,55,59,1970,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_60_64,m,60-64,60,64,1298,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_65_69,m,65-69,65,69,985,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_70_74,m,70-74,70,74,645,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_75_79,m,75-79,75,79,474,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,M_80PLUS,m,80+,80,,268,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_00_04,all,0-4,0,4,8988,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_05_09,all,5-9,5,9,8563,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_10_14,all,10-14,10,14,8736,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_15_19,all,15-19,15,19,11649,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_20_24,all,20-24,20,24,13260,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_25_29,all,25-29,25,29,11962,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_30_34,all,30-34,30,34,11461,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_35_39,all,35-39,35,39,9958,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_40_44,all,40-44,40,44,9586,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_45_49,all,45-49,45,49,6951,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_50_54,all,50-54,50,54,5607,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_55_59,all,55-59,55,59,4037,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_60_64,all,60-64,60,64,3015,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_65_69,all,65-69,65,69,2506,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_70_74,all,70-74,70,74,1732,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_75_79,all,75-79,75,79,1109,2023,UNFPA,UNFPA +BWA,Botswana,BW09,South East,BW0901,South East,T_80PLUS,all,80+,80,,860,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_TL,f,all,,,34070,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_TL,m,all,,,30476,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_TL,all,all,,,64546,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_00_04,f,0-4,0,4,3339,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_05_09,f,5-9,5,9,3320,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_10_14,f,10-14,10,14,3405,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_15_19,f,15-19,15,19,4259,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_20_24,f,20-24,20,24,1874,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_25_29,f,25-29,25,29,1916,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_30_34,f,30-34,30,34,1969,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_35_39,f,35-39,35,39,2020,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_40_44,f,40-44,40,44,2302,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_45_49,f,45-49,45,49,1973,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_50_54,f,50-54,50,54,1666,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_55_59,f,55-59,55,59,1535,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_60_64,f,60-64,60,64,1442,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_65_69,f,65-69,65,69,1145,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_70_74,f,70-74,70,74,773,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_75_79,f,75-79,75,79,618,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,F_80PLUS,f,80+,80,,514,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_00_04,m,0-4,0,4,3358,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_05_09,m,5-9,5,9,3320,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_10_14,m,10-14,10,14,3521,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_15_19,m,15-19,15,19,4086,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_20_24,m,20-24,20,24,1741,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_25_29,m,25-29,25,29,1729,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_30_34,m,30-34,30,34,1830,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_35_39,m,35-39,35,39,1706,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_40_44,m,40-44,40,44,1577,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_45_49,m,45-49,45,49,1500,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_50_54,m,50-54,50,54,1576,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_55_59,m,55-59,55,59,1406,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_60_64,m,60-64,60,64,983,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_65_69,m,65-69,65,69,784,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_70_74,m,70-74,70,74,578,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_75_79,m,75-79,75,79,419,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,M_80PLUS,m,80+,80,,362,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_00_04,all,0-4,0,4,6697,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_05_09,all,5-9,5,9,6640,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_10_14,all,10-14,10,14,6926,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_15_19,all,15-19,15,19,8345,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_20_24,all,20-24,20,24,3615,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_25_29,all,25-29,25,29,3645,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_30_34,all,30-34,30,34,3799,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_35_39,all,35-39,35,39,3726,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_40_44,all,40-44,40,44,3879,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_45_49,all,45-49,45,49,3473,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_50_54,all,50-54,50,54,3242,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_55_59,all,55-59,55,59,2941,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_60_64,all,60-64,60,64,2425,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_65_69,all,65-69,65,69,1929,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_70_74,all,70-74,70,74,1351,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_75_79,all,75-79,75,79,1037,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0802,Barolong,T_80PLUS,all,80+,80,,876,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_TL,f,all,,,8956,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_TL,m,all,,,8751,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_TL,all,all,,,17707,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_00_04,f,0-4,0,4,999,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_05_09,f,5-9,5,9,1069,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_10_14,f,10-14,10,14,913,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_15_19,f,15-19,15,19,660,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_20_24,f,20-24,20,24,579,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_25_29,f,25-29,25,29,576,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_30_34,f,30-34,30,34,542,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_35_39,f,35-39,35,39,623,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_40_44,f,40-44,40,44,637,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_45_49,f,45-49,45,49,537,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_50_54,f,50-54,50,54,411,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_55_59,f,55-59,55,59,352,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_60_64,f,60-64,60,64,342,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_65_69,f,65-69,65,69,268,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_70_74,f,70-74,70,74,166,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_75_79,f,75-79,75,79,116,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,F_80PLUS,f,80+,80,,166,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_00_04,m,0-4,0,4,1069,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_05_09,m,5-9,5,9,1059,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_10_14,m,10-14,10,14,965,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_15_19,m,15-19,15,19,694,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_20_24,m,20-24,20,24,582,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_25_29,m,25-29,25,29,649,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_30_34,m,30-34,30,34,485,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_35_39,m,35-39,35,39,529,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_40_44,m,40-44,40,44,528,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_45_49,m,45-49,45,49,485,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_50_54,m,50-54,50,54,445,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_55_59,m,55-59,55,59,414,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_60_64,m,60-64,60,64,282,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_65_69,m,65-69,65,69,202,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_70_74,m,70-74,70,74,165,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_75_79,m,75-79,75,79,105,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,M_80PLUS,m,80+,80,,93,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_00_04,all,0-4,0,4,2068,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_05_09,all,5-9,5,9,2128,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_10_14,all,10-14,10,14,1878,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_15_19,all,15-19,15,19,1354,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_20_24,all,20-24,20,24,1161,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_25_29,all,25-29,25,29,1225,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_30_34,all,30-34,30,34,1027,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_35_39,all,35-39,35,39,1152,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_40_44,all,40-44,40,44,1165,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_45_49,all,45-49,45,49,1022,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_50_54,all,50-54,50,54,856,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_55_59,all,55-59,55,59,766,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_60_64,all,60-64,60,64,624,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_65_69,all,65-69,65,69,470,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_70_74,all,70-74,70,74,331,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_75_79,all,75-79,75,79,221,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0803,Ngwaketse West,T_80PLUS,all,80+,80,,259,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_TL,f,all,,,73575,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_TL,m,all,,,65677,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_TL,all,all,,,139252,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_00_04,f,0-4,0,4,7295,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_05_09,f,5-9,5,9,7476,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_10_14,f,10-14,10,14,7085,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_15_19,f,15-19,15,19,5835,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_20_24,f,20-24,20,24,4862,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_25_29,f,25-29,25,29,4487,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_30_34,f,30-34,30,34,4566,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_35_39,f,35-39,35,39,4587,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_40_44,f,40-44,40,44,4976,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_45_49,f,45-49,45,49,4436,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_50_54,f,50-54,50,54,3784,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_55_59,f,55-59,55,59,3633,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_60_64,f,60-64,60,64,3237,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_65_69,f,65-69,65,69,2650,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_70_74,f,70-74,70,74,1886,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_75_79,f,75-79,75,79,1452,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,F_80PLUS,f,80+,80,,1328,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_00_04,m,0-4,0,4,7621,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_05_09,m,5-9,5,9,7663,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_10_14,m,10-14,10,14,7564,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_15_19,m,15-19,15,19,6195,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_20_24,m,20-24,20,24,4605,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_25_29,m,25-29,25,29,4304,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_30_34,m,30-34,30,34,4099,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_35_39,m,35-39,35,39,3378,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_40_44,m,40-44,40,44,3487,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_45_49,m,45-49,45,49,3247,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_50_54,m,50-54,50,54,3197,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_55_59,m,55-59,55,59,2898,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_60_64,m,60-64,60,64,2170,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_65_69,m,65-69,65,69,1884,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_70_74,m,70-74,70,74,1436,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_75_79,m,75-79,75,79,1101,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,M_80PLUS,m,80+,80,,828,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_00_04,all,0-4,0,4,14916,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_05_09,all,5-9,5,9,15139,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_10_14,all,10-14,10,14,14649,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_15_19,all,15-19,15,19,12030,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_20_24,all,20-24,20,24,9467,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_25_29,all,25-29,25,29,8791,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_30_34,all,30-34,30,34,8665,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_35_39,all,35-39,35,39,7965,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_40_44,all,40-44,40,44,8463,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_45_49,all,45-49,45,49,7683,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_50_54,all,50-54,50,54,6981,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_55_59,all,55-59,55,59,6531,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_60_64,all,60-64,60,64,5407,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_65_69,all,65-69,65,69,4534,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_70_74,all,70-74,70,74,3322,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_75_79,all,75-79,75,79,2553,2023,UNFPA,UNFPA +BWA,Botswana,BW08,Southern,BW0801,Southern,T_80PLUS,all,80+,80,,2156,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_TL,f,all,,,1927,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_TL,m,all,,,2326,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_TL,all,all,,,4253,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_00_04,f,0-4,0,4,142,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_05_09,f,5-9,5,9,195,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_10_14,f,10-14,10,14,243,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_15_19,f,15-19,15,19,238,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_20_24,f,20-24,20,24,145,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_25_29,f,25-29,25,29,185,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_30_34,f,30-34,30,34,216,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_35_39,f,35-39,35,39,198,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_40_44,f,40-44,40,44,184,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_45_49,f,45-49,45,49,99,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_50_54,f,50-54,50,54,48,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_55_59,f,55-59,55,59,16,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_60_64,f,60-64,60,64,11,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_65_69,f,65-69,65,69,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_70_74,f,70-74,70,74,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_75_79,f,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,F_80PLUS,f,80+,80,,2,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_00_04,m,0-4,0,4,160,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_05_09,m,5-9,5,9,172,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_10_14,m,10-14,10,14,196,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_15_19,m,15-19,15,19,259,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_20_24,m,20-24,20,24,162,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_25_29,m,25-29,25,29,194,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_30_34,m,30-34,30,34,254,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_35_39,m,35-39,35,39,256,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_40_44,m,40-44,40,44,272,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_45_49,m,45-49,45,49,200,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_50_54,m,50-54,50,54,109,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_55_59,m,55-59,55,59,68,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_60_64,m,60-64,60,64,17,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_65_69,m,65-69,65,69,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_70_74,m,70-74,70,74,2,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_75_79,m,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,M_80PLUS,m,80+,80,,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_00_04,all,0-4,0,4,302,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_05_09,all,5-9,5,9,367,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_10_14,all,10-14,10,14,439,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_15_19,all,15-19,15,19,497,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_20_24,all,20-24,20,24,307,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_25_29,all,25-29,25,29,379,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_30_34,all,30-34,30,34,470,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_35_39,all,35-39,35,39,454,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_40_44,all,40-44,40,44,456,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_45_49,all,45-49,45,49,299,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_50_54,all,50-54,50,54,157,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_55_59,all,55-59,55,59,84,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_60_64,all,60-64,60,64,28,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_65_69,all,65-69,65,69,5,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_70_74,all,70-74,70,74,7,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_75_79,all,75-79,75,79,0,2023,UNFPA,UNFPA +BWA,Botswana,BW07,Sowa Town,BW0701,Sowa Town,T_80PLUS,all,80+,80,,2,2023,UNFPA,UNFPA diff --git a/tests/fixtures/input/population_afg_afg_admpop_adm1_2021_v2.csv b/tests/fixtures/input/population_afg_afg_admpop_adm1_2021_v2.csv deleted file mode 100644 index df50f7a7..00000000 --- a/tests/fixtures/input/population_afg_afg_admpop_adm1_2021_v2.csv +++ /dev/null @@ -1,36 +0,0 @@ -Admin0_Name,Admin0_Code,Admin1_Name,Admin1_Code, F_TL , M_TL , T_TL , F_00_04 , M_00_04 , T_00_04 , F_05_09 , M_05_09 , T_05_09 , F_10_14 , M_10_14 , T_10_14 , F_15_19 , M_15_19 , T_15_19 , F_20_24 , M_20_24 , T_20_24 , F_25_29 , M_25_29 , T_25_29 , F_30_34 , M_30_34 , T_30_34 , F_35_39 , M_35_39 , T_35_39 , F_40_44 , M_40_44 , T_40_44 , F_45_49 , M_45_49 , T_45_49 , F_50_54 , M_50_54 , T_50_54 , F_55_59 , M_55_59 , T_55_59 , F_60_64 , M_60_64 , T_60_64 , F_65_69 , M_65_69 , T_65_69 , F_70_74 , M_70_74 , T_70_74 , F_75_79 , M_75_79 , T_75_79 , F_80plus , M_80plus , T_80plus -#adm0+name,#adm0+code,#adm1+name,#adm1+code,#population+f,#population+m,#population+ind,#population+infants+age0_4+f,#population+infants+age0_4+m,#population+infants+age0_4,#population+children+age5_9+f,#population+children+age5_9+m,#population+children+age5_9,#population+children+age10_14+f,#population+children+age10_14+m,#population+children+age10_14,#population+adolescents+age15_19+f,#population+adolescents+age15_19+m,#population+adolescents+age15_19,#population+adults+age20_24+f,#population+adults+age20_24+m,#population+adults+age20_24,#population+adults+age25_29+f,#population+adults+age25_29+m,#population+adults+age25_29,#population+adults+age30_34+f,#population+adults+age30_34+m,#population+adults+age30_34,#population+adults+age35_39+f,#population+adults+age35_39+m,#population+adults+age35_39,#population+adults+age40_44+f,#population+adults+age40_44+m,#population+adults+age40_44,#population+adults+age45_49+f,#population+adults+age45_49+m,#population+adults+age45_49,#population+adults+age50_54+f,#population+adults+age50_54+m,#population+adults+age50_54,#population+adults+age55_59+f,#population+adults+age55_59+m,#population+adults+age55_59,#population+adults+age60_64+f,#population+adults+age60_64+m,#population+adults+age60_64,#population+elderly+age65_69+f,#population+elderly+age65_69+m,#population+elderly+age65_69,#population+elderly+age70_74+f,#population+elderly+age70_74+m,#population+elderly+age70_74,#population+elderly+age75_79+f,#population+elderly+age75_79+m,#population+elderly+age75_79,#population+elderly+age80plus+f,#population+elderly+age80plus+m,#population+elderly+age80plus -Afghanistan,AF,Badakhshan,AF17,666004,691032,1357036,119853,124553,244406,103188,110447,213635,87127,95911,183038,74089,79233,153322,63046,58740,121786,50854,46265,97119,35591,35897,71488,28811,29330,58141,26430,24950,51380,22044,20768,42812,16946,16556,33502,13174,13830,27004,9779,12236,22015,6887,9461,16348,4231,6384,10615,1810,3006,4816,2144,3465,5609 -Afghanistan,AF,Badghis,AF31,346001,361534,707535,62266,65164,127430,53608,57783,111391,45264,50179,95443,38491,41453,79944,32754,30731,63485,26419,24205,50624,18490,18780,37270,14968,15345,30313,13731,13053,26784,11452,10866,22318,8804,8662,17466,6844,7236,14080,5080,6402,11482,3578,4950,8528,2198,3340,5538,940,1572,2512,1114,1813,2927 -Afghanistan,AF,Baghlan,AF09,639251,666993,1306244,115039,120220,235259,99043,106604,205647,83627,92575,176202,71113,76477,147590,60514,56696,117210,48811,44656,93467,34161,34648,68809,27654,28310,55964,25368,24082,49450,21158,20046,41204,16265,15980,32245,12645,13349,25994,9386,11811,21197,6610,9132,15742,4061,6162,10223,1738,2901,4639,2058,3344,5402 -Afghanistan,AF,Balkh,AF21,956005,986924,1942929,172041,177886,349927,148119,157739,305858,125065,136980,262045,106350,113160,219510,90499,83891,174390,72997,66075,139072,51088,51267,102355,41357,41889,83246,37938,35633,73571,31642,29661,61303,24325,23645,47970,18911,19752,38663,14037,17476,31513,9886,13512,23398,6073,9118,15191,2599,4292,6891,3078,4948,8026 -Afghanistan,AF,Bamyan,AF10,314736,323245,637981,56640,58262,114902,48764,51664,100428,41174,44865,86039,35013,37063,72076,29794,27477,57271,24032,21641,45673,16819,16791,33610,13616,13720,27336,12490,11671,24161,10417,9715,20132,8008,7744,15752,6226,6469,12695,4621,5724,10345,3255,4426,7681,1999,2986,4985,855,1406,2261,1013,1621,2634 -Afghanistan,AF,Daykundi,AF24,323781,341169,664950,58267,61493,119760,50165,54529,104694,42357,47352,89709,36019,39118,75137,30650,29000,59650,24723,22841,47564,17303,17723,35026,14007,14481,28488,12849,12318,25167,10717,10254,20971,8238,8174,16412,6405,6828,13233,4754,6041,10795,3348,4671,8019,2057,3152,5209,880,1484,2364,1042,1710,2752 -Afghanistan,AF,Farah,AF33,353543,371301,724844,63623,66924,130547,54776,59344,114120,46251,51534,97785,39330,42573,81903,33468,31561,65029,26995,24859,51854,18893,19288,38181,15294,15760,31054,14030,13406,27436,11702,11159,22861,8996,8896,17892,6993,7431,14424,5191,6575,11766,3656,5084,8740,2246,3430,5676,961,1615,2576,1138,1862,3000 -Afghanistan,AF,Faryab,AF29,700794,727225,1428019,126114,131077,257191,108578,116231,224809,91679,100935,192614,77959,83383,161342,66340,61816,128156,53510,48688,102198,37450,37777,75227,30316,30867,61183,27810,26256,54066,23195,21856,45051,17831,17423,35254,13862,14554,28416,10290,12877,23167,7247,9957,17204,4452,6719,11171,1905,3163,5068,2256,3646,5902 -Afghanistan,AF,Ghazni,AF11,858450,895641,1754091,154485,161433,315918,133005,143149,276154,112303,124310,236613,95498,102694,198192,81264,76132,157396,65548,59964,125512,45875,46525,92400,37136,38015,75151,34067,32337,66404,28413,26918,55331,21843,21458,43301,16981,17925,34906,12605,15860,28465,8877,12262,21139,5453,8274,13727,2333,3895,6228,2764,4490,7254 -Afghanistan,AF,Ghor,AF23,481466,502714,984180,86644,90611,177255,74596,80349,154945,62986,69774,132760,53560,57641,111201,45577,42732,88309,36763,33657,70420,25729,26114,51843,20828,21337,42165,19107,18150,37257,15936,15109,31045,12251,12044,24295,9524,10061,19585,7069,8902,15971,4979,6883,11862,3058,4644,7702,1309,2186,3495,1550,2520,4070 -Afghanistan,AF,Hilmand,AF30,917077,944810,1861887,165036,170295,335331,142088,151008,293096,119973,131134,251107,102019,108331,210350,86814,80311,167125,70025,63256,133281,49008,49080,98088,39672,40102,79774,36393,34112,70505,30354,28395,58749,23334,22636,45970,18141,18909,37050,13465,16730,30195,9483,12936,22419,5826,8729,14555,2493,4109,6602,2953,4737,7690 -Afghanistan,AF,Hirat,AF32,1367414,1388496,2755910,246078,250266,496344,211861,221921,433782,178886,192716,371602,152117,159204,311321,129444,118026,247470,104411,92961,197372,73073,72128,145201,59154,58934,118088,54265,50131,104396,45259,41730,86989,34793,33265,68058,27049,27789,54838,20078,24587,44665,14140,19010,33150,8686,12828,21514,3717,6039,9756,4403,6961,11364 -Afghanistan,AF,Jawzjan,AF28,382210,392915,775125,68782,70820,139602,59218,62799,122017,50001,54534,104535,42519,45051,87570,36181,33399,69580,29184,26306,55490,20425,20411,40836,16534,16677,33211,15168,14186,29354,12651,11809,24460,9725,9413,19138,7560,7864,15424,5612,6958,12570,3952,5379,9331,2428,3630,6058,1039,1709,2748,1231,1970,3201 -Afghanistan,AF,Kabul,AF01,3293371,3407142,6700513,592670,614112,1206782,510262,544559,1054821,430842,472893,903735,366369,390661,757030,311763,289616,601379,251470,228110,479580,175995,176989,352984,142470,144614,287084,130695,123014,253709,109005,102399,211404,83798,81628,165426,65146,68189,133335,48356,60332,108688,34055,46648,80703,20920,31477,52397,8952,14819,23771,10603,17082,27685 -Afghanistan,AF,Kandahar,AF27,883772,918074,1801846,159042,165476,324518,136928,146734,283662,115616,127423,243039,98315,105266,203581,83661,78039,161700,67482,61465,128947,47228,47691,94919,38232,38967,77199,35072,33147,68219,29251,27592,56843,22487,21995,44482,17482,18374,35856,12976,16257,29233,9139,12570,21709,5614,8482,14096,2402,3993,6395,2845,4603,7448 -Afghanistan,AF,Kapisa,AF02,311351,317289,628640,56030,57189,113219,48239,50712,98951,40731,44038,84769,34636,36380,71016,29474,26970,56444,23774,21243,45017,16638,16482,33120,13469,13467,26936,12356,11456,23812,10305,9536,19841,7922,7602,15524,6159,6350,12509,4572,5618,10190,3220,4344,7564,1978,2931,4909,846,1380,2226,1002,1591,2593 -Afghanistan,AF,Khost,AF14,399941,419519,819460,71973,75615,147588,61965,67051,129016,52321,58227,110548,44491,48102,92593,37860,35660,73520,30538,28087,58625,21373,21792,43165,17301,17806,35107,15871,15147,31018,13237,12608,25845,10176,10051,20227,7911,8396,16307,5872,7429,13301,4136,5744,9880,2541,3876,6417,1087,1825,2912,1288,2103,3391 -Afghanistan,AF,Kunar,AF15,313939,328979,642918,56496,59296,115792,48640,52581,101221,41070,45661,86731,34924,37721,72645,29719,27964,57683,23971,22025,45996,16777,17089,33866,13581,13963,27544,12458,11878,24336,10391,9887,20278,7988,7882,15870,6210,6584,12794,4610,5825,10435,3246,4504,7750,1994,3039,5033,853,1431,2284,1011,1649,2660 -Afghanistan,AF,Kunduz,AF19,722056,741310,1463366,129940,133616,263556,111872,118483,230355,94460,102890,197350,80325,84998,165323,68352,63013,131365,55134,49631,104765,38586,38509,77095,31236,31464,62700,28654,26765,55419,23899,22279,46178,18372,17760,36132,14283,14836,29119,10602,13127,23729,7466,10149,17615,4587,6849,11436,1963,3224,5187,2325,3717,6042 -Afghanistan,AF,Laghman,AF07,309774,325543,635317,55747,58677,114424,47995,52031,100026,40525,45183,85708,34461,37327,71788,29324,27672,56996,23653,21795,45448,16554,16911,33465,13401,13817,27218,12293,11754,24047,10253,9784,20037,7882,7799,15681,6128,6515,12643,4548,5765,10313,3203,4457,7660,1968,3008,4976,842,1416,2258,997,1632,2629 -Afghanistan,AF,Logar,AF05,274803,284415,559218,49453,51264,100717,42577,45457,88034,35950,39475,75425,30570,32611,63181,26014,24176,50190,20983,19042,40025,14685,14774,29459,11888,12072,23960,10905,10269,21174,9095,8548,17643,6992,6814,13806,5436,5692,11128,4035,5036,9071,2842,3894,6736,1746,2628,4374,747,1237,1984,885,1426,2311 -Afghanistan,AF,Maidan Wardak,AF04,416152,433870,850022,74890,78202,153092,64477,69345,133822,54441,60219,114660,46294,49747,96041,39394,36880,76274,31776,29048,60824,22239,22538,44777,18003,18415,36418,16515,15665,32180,13774,13040,26814,10589,10395,20984,8232,8683,16915,6110,7683,13793,4303,5940,10243,2644,4008,6652,1131,1887,3018,1340,2175,3515 -Afghanistan,AF,Nangarhar,AF06,1072525,1118245,2190770,193010,201555,394565,166173,178728,344901,140309,155206,295515,119312,128218,247530,101529,95054,196583,81894,74867,156761,57315,58089,115404,46397,47463,93860,42562,40374,82936,35499,33608,69107,27290,26791,54081,21216,22380,43596,15748,19801,35549,11090,15310,26400,6813,10331,17144,2915,4864,7779,3453,5606,9059 -Afghanistan,AF,Nimroz,AF34,115815,120494,236309,20842,21718,42560,17944,19259,37203,15151,16724,31875,12884,13816,26700,10963,10242,21205,8843,8067,16910,6189,6259,12448,5010,5114,10124,4596,4350,8946,3833,3621,7454,2947,2887,5834,2291,2412,4703,1700,2134,3834,1198,1650,2848,736,1113,1849,315,524,839,373,604,977 -Afghanistan,AF,Nuristan,AF16,103286,107609,210895,18587,19396,37983,16003,17199,33202,13512,14936,28448,11490,12338,23828,9777,9147,18924,7886,7205,15091,5519,5590,11109,4468,4567,9035,4099,3885,7984,3419,3234,6653,2628,2578,5206,2043,2154,4197,1517,1905,3422,1068,1473,2541,656,994,1650,281,468,749,333,540,873 -Afghanistan,AF,Paktika,AF12,488568,509812,998380,87922,91890,179812,75697,81483,157180,63915,70759,134674,54350,58455,112805,46250,43335,89585,37305,34132,71437,26109,26483,52592,21135,21639,42774,19388,18407,37795,16171,15322,31493,12431,12214,24645,9664,10203,19867,7174,9027,16201,5052,6980,12032,3104,4710,7814,1328,2217,3545,1573,2556,4129 -Afghanistan,AF,Paktya,AF13,385329,402501,787830,69343,72548,141891,59701,64331,124032,50409,55865,106274,42866,46150,89016,36477,34214,70691,29422,26948,56370,20592,20908,41500,16669,17084,33753,15291,14532,29823,12754,12097,24851,9804,9643,19447,7622,8055,15677,5658,7127,12785,3985,5511,9496,2448,3719,6167,1047,1751,2798,1241,2018,3259 -Afghanistan,AF,Panjsher,AF08,106874,111889,218763,19233,20167,39400,16559,17883,34442,13982,15529,29511,11889,12829,24718,10117,9511,19628,8161,7491,15652,5711,5812,11523,4623,4749,9372,4241,4040,8281,3537,3363,6900,2719,2681,5400,2114,2239,4353,1569,1981,3550,1105,1532,2637,679,1034,1713,291,487,778,344,561,905 -Afghanistan,AF,Parwan,AF03,470066,479654,949720,84592,86454,171046,72830,76662,149492,61495,66573,128068,52292,54997,107289,44498,40772,85270,35893,32113,68006,25120,24916,50036,20335,20359,40694,18654,17318,35972,15558,14416,29974,11961,11492,23453,9298,9600,18898,6902,8493,15395,4861,6567,11428,2986,4431,7417,1278,2086,3364,1513,2405,3918 -Afghanistan,AF,Samangan,AF20,270869,283343,554212,48745,51071,99816,41967,45286,87253,35435,39326,74761,30133,32488,62621,25642,24085,49727,20683,18970,39653,14475,14719,29194,11718,12026,23744,10749,10230,20979,8965,8516,17481,6892,6788,13680,5358,5671,11029,3977,5017,8994,2801,3879,6680,1721,2618,4339,736,1232,1968,872,1421,2293 -Afghanistan,AF,Sar-e-Pul,AF22,390681,408804,799485,70306,73684,143990,60530,65338,125868,51109,56740,107849,43461,46873,90334,36983,34749,71732,29831,27370,57201,20878,21236,42114,16901,17351,34252,15504,14760,30264,12931,12286,25217,9941,9794,19735,7728,8182,15910,5736,7239,12975,4040,5597,9637,2482,3777,6259,1062,1778,2840,1258,2050,3308 -Afghanistan,AF,Takhar,AF18,691203,716049,1407252,124388,129063,253451,107092,114445,221537,90424,99384,189808,76892,82102,158994,65432,60866,126298,52778,47940,100718,36937,37196,74133,29901,30392,60293,27430,25853,53283,22878,21520,44398,17587,17155,34742,13673,14331,28004,10149,12679,22828,7147,9804,16951,4391,6615,11006,1879,3114,4993,2225,3590,5815 -Afghanistan,AF,Uruzgan,AF25,274229,287181,561410,49350,51762,101112,42488,45900,88388,35875,39859,75734,30506,32928,63434,25959,24411,50370,20939,19227,40166,14655,14918,29573,11863,12189,24052,10883,10369,21252,9077,8631,17708,6978,6880,13858,5424,5748,11172,4026,5085,9111,2836,3932,6768,1742,2653,4395,745,1249,1994,883,1440,2323 -Afghanistan,AF,Zabul,AF26,242876,251936,494812,43708,45410,89118,37630,40267,77897,31773,34967,66740,27019,28887,55906,22992,21415,44407,18545,16867,35412,12979,13087,26066,10507,10693,21200,9638,9096,18734,8039,7572,15611,6180,6036,12216,4804,5042,9846,3566,4461,8027,2511,3449,5960,1543,2328,3871,660,1096,1756,782,1263,2045 diff --git a/tests/fixtures/input/population_afg_afg_popadm_adm0_2021_v2.csv b/tests/fixtures/input/population_afg_afg_popadm_adm0_2021_v2.csv deleted file mode 100644 index 31b9c8b0..00000000 --- a/tests/fixtures/input/population_afg_afg_popadm_adm0_2021_v2.csv +++ /dev/null @@ -1,3 +0,0 @@ -Admin0_Name,Admin0_Code, F_TL , M_TL , T_TL , F_00_04 , M_00_04 , T_00_04 , F_05_09 , M_05_09 , T_05_09 , F_10_14 , M_10_14 , T_10_14 , F_15_19 , M_15_19 , T_15_19 , F_20_24 , M_20_24 , T_20_24 , F_25_29 , M_25_29 , T_25_29 , F_30_34 , M_30_34 , T_30_34 , F_35_39 , M_35_39 , T_35_39 , F_40_44 , M_40_44 , T_40_44 , F_45_49 , M_45_49 , T_45_49 , F_50_54 , M_50_54 , T_50_54 , F_55_59 , M_55_59 , T_55_59 , F_60_64 , M_60_64 , T_60_64 , F_65_69 , M_65_69 , T_65_69 , F_70_74 , M_70_74 , T_70_74 , F_75_79 , M_75_79 , T_75_79 , F_80plus , M_80plus , T_80plus -#adm0+name,#adm0+code,#population+f,#population+m,#population,#population+infants+age0_4+f,#population+infants+age0_4+m,#population+infants+age0_4,#population+children+age5_9+f,#population+children+age5_9+m,#population+children+age5_9,#population+children+age10_14+f,#population+children+age10_14+m,#population+children+age10_14,#population+adolescents+age15_19+f,#population+adolescents+age15_19+m,#population+adolescents+age15_19,#population+adults+age20_24+f,#population+adults+age20_24+m,#population+adults+age20_24,#population+adults+age25_29+f,#population+adults+age25_29+m,#population+adults+age25_29,#population+adults+age30_34+f,#population+adults+age30_34+m,#population+adults+age30_34,#population+adults+age35_39+f,#population+adults+age35_39+m,#population+adults+age35_39,#population+adults+age40_44+f,#population+adults+age40_44+m,#population+adults+age40_44,#population+adults+age45_49+f,#population+adults+age45_49+m,#population+adults+age45_49,#population+adults+age50_54+f,#population+adults+age50_54+m,#population+adults+age50_54,#population+adults+age55_59+f,#population+adults+age55_59+m,#population+adults+age55_59,#population+adults+age60_64+f,#population+adults+age60_64+m,#population+adults+age60_64,#population+elderly+age65_69+f,#population+elderly+age65_69+m,#population+elderly+age65_69,#population+elderly+age70_74+f,#population+elderly+age70_74+m,#population+elderly+age70_74,#population+elderly+age75_79+f,#population+elderly+age75_79+m,#population+elderly+age75_79,#population+elderly+age80plus+f,#population+elderly+age80plus+m,#population+elderly+age80plus -Afghanistan,AF,19844212,20567657,40411869,3571135,3707169,7278304,3074578,3287301,6361879,2596038,2854676,5450714,2207556,2358275,4565831,1878525,1748303,3626828,1515233,1377017,2892250,1060459,1068417,2128876,858455,872978,1731433,787500,742594,1530094,656811,618145,1274956,504923,492761,997684,392537,411633,804170,291370,364200,655570,205202,281597,486799,126061,190017,316078,53939,89455,143394,63890,103119,167009 diff --git a/tests/fixtures/input/population_bfa_bfa_admpop_adm0_2023_5yr.csv b/tests/fixtures/input/population_bfa_bfa_admpop_adm0_2023_5yr.csv deleted file mode 100644 index 31f2d736..00000000 --- a/tests/fixtures/input/population_bfa_bfa_admpop_adm0_2023_5yr.csv +++ /dev/null @@ -1,2 +0,0 @@ -year,ISO3,ADM0_FR,ADM0_PCODE,ADM1_FR,ADM1_PCODE,F_TL,M_TL,T_TL,F_00_04,F_05_09,F_10_14,F_15_19,F_20_24,F_25_29,F_30_34,F_35_39,F_40_44,F_45_49,F_50_54,F_55_59,F_60_64,F_65_69,F_70_74,F_75_79,F_80Plus,M_00_04,M_05_09,M_10_14,M_15_19,M_20_24,M_25_29,M_30_34,M_35_39,M_40_44,M_45_49,M_50_54,M_55_59,M_60_64,M_65_69,M_70_74,M_75_79,M_80Plus,T_00_04,T_05_09,T_10_14,T_15_19,T_20_24,T_25_29,T_30_34,T_35_39,T_40_44,T_45_49,T_50_54,T_55_59,T_60_64,T_65_69,T_70_74,T_75_79,T_80Plus -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,11808293,11060622,22868915,1974998,1660331,1464112,1272069,1093185,935623,784534,634832,506685,401702,317316,247493,180237,129992,91004,55496,58684,2060051,1757147,1475127,1201244,974691,781674,628522,504354,399563,320060,261643,209359,159523,118856,86085,59584,63139,4035049,3417478,2939239,2473313,2067876,1717297,1413056,1139186,906248,721762,578959,456852,339760,248848,177089,115080,121823 diff --git a/tests/fixtures/input/population_bfa_bfa_admpop_adm1_2023_5yr.csv b/tests/fixtures/input/population_bfa_bfa_admpop_adm1_2023_5yr.csv deleted file mode 100644 index 39c810bd..00000000 --- a/tests/fixtures/input/population_bfa_bfa_admpop_adm1_2023_5yr.csv +++ /dev/null @@ -1,14 +0,0 @@ -year,ISO3,ADM0_FR,ADM0_PCODE,ADM1_FR,ADM1_PCODE,F_TL,M_TL,T_TL,F_00_04,F_05_09,F_10_14,F_15_19,F_20_24,F_25_29,F_30_34,F_35_39,F_40_44,F_45_49,F_50_54,F_55_59,F_60_64,F_65_69,F_70_74,F_75_79,F_80Plus,M_00_04,M_05_09,M_10_14,M_15_19,M_20_24,M_25_29,M_30_34,M_35_39,M_40_44,M_45_49,M_50_54,M_55_59,M_60_64,M_65_69,M_70_74,M_75_79,M_80Plus,T_00_04,T_05_09,T_10_14,T_15_19,T_20_24,T_25_29,T_30_34,T_35_39,T_40_44,T_45_49,T_50_54,T_55_59,T_60_64,T_65_69,T_70_74,T_75_79,T_80Plus -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,1049130,1031594,2080724,183315,151820,134469,103443,91257,78681,67981,55749,45956,37323,29919,23287,16855,11849,7924,4840,4462,193853,165287,139967,118270,90799,69075,55789,44315,35594,29606,24707,20092,14899,11098,7774,5324,5145,377168,317107,274436,221713,182056,147756,123770,100064,81550,66929,54626,43379,31754,22947,15698,10164,9607 -2023,BFA,Burkina Faso,BF,Cascades,BF47,473492,446517,920009,83100,69045,61300,49840,42500,37458,32000,25233,19477,15033,12161,9445,6552,4580,2832,1646,1290,86147,72773,61058,49122,37954,29825,24718,20100,15809,12636,10278,8011,6282,4858,3126,2124,1696,169247,141818,122358,98962,80454,67283,56718,45333,35286,27669,22439,17456,12834,9438,5958,3770,2986 -2023,BFA,Burkina Faso,BF,Centre,BF13,1757045,1752983,3510028,234389,204347,198094,208129,203104,178925,146452,108334,77938,57024,42989,33740,23317,16308,10770,6619,6566,247747,214495,184561,172776,185482,174065,151670,119419,89680,65178,47200,35077,25110,16828,10667,6602,6426,482136,418842,382655,380905,388586,352990,298122,227753,167618,122202,90189,68817,48427,33136,21437,13221,12992 -2023,BFA,Burkina Faso,BF,Centre-Est,BF48,929201,819925,1749126,157514,134854,114863,96205,82831,71584,59876,48787,39499,32282,25241,19476,15074,11347,8387,5386,5995,166595,145818,123163,89172,60521,45781,36061,30678,25466,21860,18570,15198,12543,9583,7478,5201,6237,324109,280672,238026,185377,143352,117365,95937,79465,64965,54142,43811,34674,27617,20930,15865,10587,12232 -2023,BFA,Burkina Faso,BF,Centre-Nord,BF49,1101439,984803,2086242,197852,162970,143490,118246,98755,80867,67234,54858,45189,36022,28320,21966,15825,11307,8323,4786,5429,204879,169130,138513,105816,79131,61220,47052,37837,30201,24578,21730,18145,14204,11195,8598,5798,6776,402731,332100,282003,224062,177886,142087,114286,92695,75390,60600,50050,40111,30029,22502,16921,10584,12205 -2023,BFA,Burkina Faso,BF,Centre-Ouest,BF50,983228,845251,1828479,161911,135748,121776,102453,78631,67801,61654,54231,46063,38089,31098,24979,18825,14291,10789,6862,8027,171293,143301,118963,98800,72215,49056,36530,30585,26007,22529,18848,15481,12226,9760,7635,5811,6211,333204,279049,240739,201253,150846,116857,98184,84816,72070,60618,49946,40460,31051,24051,18424,12673,14238 -2023,BFA,Burkina Faso,BF,Centre-Sud,BF51,452088,405580,857668,70609,60088,54582,47050,34509,29667,28655,25670,21879,18855,16096,12883,9890,7839,5842,3664,4310,75888,65202,55448,46626,31036,23022,19580,16598,14077,12119,10694,9160,7344,6112,5013,3512,4149,146497,125290,110030,93676,65545,52689,48235,42268,35956,30974,26790,22043,17234,13951,10855,7176,8459 -2023,BFA,Burkina Faso,BF,Est,BF52,1111761,1072832,2184593,221547,178934,140748,120012,102033,86629,65227,52665,40237,30721,22538,16152,11756,8080,5963,3616,4903,230521,189648,152595,116761,88051,68924,51286,41641,32073,25632,21279,16472,12324,8674,6390,4505,6056,452068,368582,293343,236773,190084,155553,116513,94306,72310,56353,43817,32624,24080,16754,12353,8121,10959 -2023,BFA,Burkina Faso,BF,Hauts-Bassins,BF53,1272663,1237835,2510498,199835,177025,155595,142373,126960,107684,90210,70422,54619,42407,33147,25877,18075,12260,7698,4441,4035,204065,188268,161273,135813,119029,96689,78928,62857,49071,39207,30789,24047,17376,12216,8132,5294,4781,403900,365293,316868,278186,245989,204373,169138,133279,103690,81614,63936,49924,35451,24476,15830,9735,8816 -2023,BFA,Burkina Faso,BF,Nord,BF54,1005699,893752,1899451,179255,147456,128872,107780,86280,70603,59637,50420,42477,34027,27699,22660,16676,12264,8825,5392,5376,178559,148900,130585,98900,75079,56222,43314,33365,27370,22100,19870,16635,12677,9993,7977,5947,6259,357814,296356,259457,206680,161359,126825,102951,83785,69847,56127,47569,39295,29353,22257,16802,11339,11635 -2023,BFA,Burkina Faso,BF,Plateau-Central,BF55,572878,502071,1074949,96077,80002,71294,59760,46583,40080,35548,30924,25954,21631,17944,13888,10780,7968,6146,3784,4515,101473,84382,69676,55187,39141,29385,23267,19241,15885,13532,11866,10134,8391,6778,5433,3841,4459,197550,164384,140970,114947,85724,69465,58815,50165,41839,35163,29810,24022,19171,14746,11579,7625,8974 -2023,BFA,Burkina Faso,BF,Sahel,BF56,599100,601785,1200885,107819,89275,78940,67667,56309,47841,36722,29769,23562,18506,14049,10277,6949,4942,3103,1884,1486,112834,96048,75959,62696,54621,45860,34177,27371,21727,17565,14962,12016,8999,6666,4292,3157,2835,220653,185323,154899,130363,110930,93701,70899,57140,45289,36071,29011,22293,15948,11608,7395,5041,4321 -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,500569,465694,966263,81775,68767,60089,49111,43433,37803,33338,27770,23835,19782,16115,12863,9663,6957,4402,2576,2290,86197,73895,63366,51305,41632,32550,26150,20347,16603,13518,10850,8891,7148,5095,3570,2468,2109,167972,142662,123455,100416,85065,70353,59488,48117,40438,33300,26965,21754,16811,12052,7972,5044,4399 diff --git a/tests/fixtures/input/population_bfa_bfa_admpop_adm2_2023_5yr.csv b/tests/fixtures/input/population_bfa_bfa_admpop_adm2_2023_5yr.csv deleted file mode 100644 index ccf4a833..00000000 --- a/tests/fixtures/input/population_bfa_bfa_admpop_adm2_2023_5yr.csv +++ /dev/null @@ -1,46 +0,0 @@ -year,ISO3,ADM0_FR,ADM0_PCODE,ADM1_FR,ADM1_PCODE,ADM2_FR,ADM2_PCODE,F_TL,M_TL,T_TL,F_00_04,F_05_09,F_10_14,F_15_19,F_20_24,F_25_29,F_30_34,F_35_39,F_40_44,F_45_49,F_50_54,F_55_59,F_60_64,F_65_69,F_70_74,F_75_79,F_80Plus,M_00_04,M_05_09,M_10_14,M_15_19,M_20_24,M_25_29,M_30_34,M_35_39,M_40_44,M_45_49,M_50_54,M_55_59,M_60_64,M_65_69,M_70_74,M_75_79,M_80Plus,T_00_04,T_05_09,T_10_14,T_15_19,T_20_24,T_25_29,T_30_34,T_35_39,T_40_44,T_45_49,T_50_54,T_55_59,T_60_64,T_65_69,T_70_74,T_75_79,T_80Plus -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Bale,BF4601,165271,162497,327768,28877,23916,21182,16295,14375,12396,10710,8781,7241,5881,4712,3671,2653,1865,1248,765,703,30539,26036,22046,18630,14301,10881,8788,6982,5607,4665,3890,3165,2347,1749,1223,838,810,59416,49952,43228,34925,28676,23277,19498,15763,12848,10546,8602,6836,5000,3614,2471,1603,1513 -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Banwa,BF4602,191467,188265,379732,33455,27706,24541,18879,16654,14359,12407,10174,8387,6811,5461,4249,3077,2163,1447,883,814,35377,30165,25544,21585,16571,12606,10181,8087,6495,5403,4509,3667,2719,2026,1419,972,939,68832,57871,50085,40464,33225,26965,22588,18261,14882,12214,9970,7916,5796,4189,2866,1855,1753 -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Kossi,BF4603,196328,193048,389376,34305,28411,25163,19357,17078,14724,12721,10433,8600,6985,5600,4357,3154,2218,1482,905,835,36277,30932,26194,22133,16992,12926,10440,8292,6661,5540,4624,3759,2788,2076,1455,996,963,70582,59343,51357,41490,34070,27650,23161,18725,15261,12525,10224,8116,5942,4294,2937,1901,1798 -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Mouhoun,BF4604,216582,212963,429545,37843,31343,27761,21354,18839,16242,14034,11509,9487,7704,6177,4807,3480,2446,1636,999,921,40019,34122,28895,24415,18745,14260,11517,9148,7348,6112,5101,4148,3075,2291,1606,1099,1062,77862,65465,56656,45769,37584,30502,25551,20657,16835,13816,11278,8955,6555,4737,3242,2098,1983 -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Nayala,BF4605,123147,121096,244243,21518,17821,15784,12143,10712,9236,7980,6544,5394,4381,3511,2733,1979,1390,930,567,524,22754,19402,16430,13883,10659,8109,6549,5202,4179,3475,2901,2359,1749,1303,913,625,604,44272,37223,32214,26026,21371,17345,14529,11746,9573,7856,6412,5092,3728,2693,1843,1192,1128 -2023,BFA,Burkina Faso,BF,Boucle Du Mouhoun,BF46,Sourou,BF4606,156335,153725,310060,27317,22623,20038,15415,13599,11724,10129,8308,6847,5561,4458,3470,2512,1767,1181,721,665,28887,24630,20858,17624,13531,10293,8314,6604,5304,4411,3682,2994,2221,1653,1158,794,767,56204,47253,40896,33039,27130,22017,18443,14912,12151,9972,8140,6464,4733,3420,2339,1515,1432 -2023,BFA,Burkina Faso,BF,Cascades,BF47,Comoe,BF4701,371073,349943,721016,65125,54111,48041,39059,33307,29356,25079,19774,15264,11781,9530,7402,5134,3589,2219,1291,1011,67514,57033,47852,38498,29745,23375,19372,15753,12390,9903,8054,6279,4923,3808,2450,1665,1329,132639,111144,95893,77557,63052,52731,44451,35527,27654,21684,17584,13681,10057,7397,4669,2956,2340 -2023,BFA,Burkina Faso,BF,Cascades,BF47,Leraba,BF4702,102419,96574,198993,17975,14934,13259,10781,9193,8102,6921,5459,4213,3252,2631,2043,1418,991,613,355,279,18633,15740,13206,10624,8209,6450,5346,4347,3419,2733,2224,1732,1359,1050,676,459,367,36608,30674,26465,21405,17402,14552,12267,9806,7632,5985,4855,3775,2777,2041,1289,814,646 -2023,BFA,Burkina Faso,BF,Centre,BF13,Kadiogo,BF1300,1757045,1752983,3510028,234389,204347,198094,208129,203104,178925,146452,108334,77938,57024,42989,33740,23317,16308,10770,6619,6566,247747,214495,184561,172776,185482,174065,151670,119419,89680,65178,47200,35077,25110,16828,10667,6602,6426,482136,418842,382655,380905,388586,352990,298122,227753,167618,122202,90189,68817,48427,33136,21437,13221,12992 -2023,BFA,Burkina Faso,BF,Centre-Est,BF48,Boulgou,BF4801,432329,381482,813811,73285,62744,53442,44761,38540,33306,27859,22700,18379,15019,11743,9060,7015,5280,3900,2507,2789,77512,67844,57304,41489,28158,21301,16777,14273,11849,10172,8641,7071,5835,4456,3479,2420,2901,150797,130588,110746,86250,66698,54607,44636,36973,30228,25191,20384,16131,12850,9736,7379,4927,5690 -2023,BFA,Burkina Faso,BF,Centre-Est,BF48,Koulpelogo,BF4802,214020,188852,402872,36280,31060,26456,22159,19077,16487,13791,11237,9097,7436,5814,4487,3471,2613,1933,1241,1381,38371,33586,28367,20539,13940,10545,8306,7066,5865,5034,4277,3501,2890,2208,1722,1198,1437,74651,64646,54823,42698,33017,27032,22097,18303,14962,12470,10091,7988,6361,4821,3655,2439,2818 -2023,BFA,Burkina Faso,BF,Centre-Est,BF48,Kourittenga,BF4803,282852,249591,532443,47949,41050,34965,29285,25214,21791,18226,14850,12023,9827,7684,5929,4588,3454,2554,1638,1825,50712,44388,37492,27144,18423,13935,10978,9339,7752,6654,5652,4626,3818,2919,2277,1583,1899,98661,85438,72457,56429,43637,35726,29204,24189,19775,16481,13336,10555,8406,6373,4831,3221,3724 -2023,BFA,Burkina Faso,BF,Centre-Nord,BF49,Bam,BF4901,281821,251982,533803,50623,41699,36715,30256,25267,20689,17203,14038,11562,9217,7248,5620,4049,2892,2128,1226,1389,52422,43273,35440,27074,20248,15664,12039,9681,7728,6288,5560,4644,3636,2865,2202,1484,1734,103045,84972,72155,57330,45515,36353,29242,23719,19290,15505,12808,10264,7685,5757,4330,2710,3123 -2023,BFA,Burkina Faso,BF,Centre-Nord,BF49,Namentenga,BF4902,301996,270016,572012,54248,44684,39342,32420,27077,22173,18434,15041,12390,9877,7764,6023,4339,3101,2283,1311,1489,56174,46374,37979,29014,21696,16785,12901,10375,8280,6739,5958,4975,3894,3069,2356,1589,1858,110422,91058,77321,61434,48773,38958,31335,25416,20670,16616,13722,10998,8233,6170,4639,2900,3347 -2023,BFA,Burkina Faso,BF,Centre-Nord,BF49,Sanmatenga,BF4903,517622,462805,980427,92981,76587,67433,55570,46411,38005,31597,25779,21237,16928,13308,10323,7437,5314,3912,2249,2551,96283,79483,65094,49728,37187,28771,22112,17781,14193,11551,10212,8526,6674,5261,4040,2725,3184,189264,156070,132527,105298,83598,66776,53709,43560,35430,28479,23520,18849,14111,10575,7952,4974,5735 -2023,BFA,Burkina Faso,BF,Centre-Ouest,BF50,Boulkiemde,BF5001,405686,348747,754433,66805,56013,50244,42274,32444,27975,25439,22375,19004,15715,12832,10308,7767,5897,4451,2832,3311,70675,59126,49086,40766,29797,20239,15074,12619,10730,9296,7776,6387,5045,4025,3148,2395,2563,137480,115139,99330,83040,62241,48214,40513,34994,29734,25011,20608,16695,12812,9922,7599,5227,5874 -2023,BFA,Burkina Faso,BF,Centre-Ouest,BF50,Sanguie,BF5002,229617,197396,427013,37812,31701,28440,23925,18363,15834,14399,12666,10758,8895,7262,5832,4396,3337,2520,1602,1875,40003,33466,27781,23073,16865,11456,8530,7142,6074,5261,4402,3615,2856,2280,1784,1358,1450,77815,65167,56221,46998,35228,27290,22929,19808,16832,14156,11664,9447,7252,5617,4304,2960,3325 -2023,BFA,Burkina Faso,BF,Centre-Ouest,BF50,Sissili,BF5003,202948,174470,377418,33419,28019,25136,21147,16230,13995,12726,11194,9508,7863,6419,5156,3886,2950,2227,1416,1657,35356,29579,24555,20393,14906,10127,7539,6314,5368,4650,3891,3196,2523,2015,1576,1200,1282,68775,57598,49691,41540,31136,24122,20265,17508,14876,12513,10310,8352,6409,4965,3803,2616,2939 -2023,BFA,Burkina Faso,BF,Centre-Ouest,BF50,Ziro,BF5004,144977,124638,269615,23875,20015,17956,15107,11594,9997,9090,7996,6793,5616,4585,3683,2776,2107,1591,1012,1184,25259,21130,17541,14568,10647,7234,5387,4510,3835,3322,2779,2283,1802,1440,1127,858,916,49134,41145,35497,29675,22241,17231,14477,12506,10628,8938,7364,5966,4578,3547,2718,1870,2100 -2023,BFA,Burkina Faso,BF,Centre-Sud,BF51,Bazega,BF5101,159246,142865,302111,24873,21165,19225,16574,12158,10450,10093,9043,7708,6640,5670,4538,3483,2760,2057,1291,1518,26731,22966,19532,16426,10932,8110,6896,5847,4958,4269,3769,3226,2587,2152,1765,1237,1462,51604,44131,38757,33000,23090,18560,16989,14890,12666,10909,9439,7764,6070,4912,3822,2528,2980 -2023,BFA,Burkina Faso,BF,Centre-Sud,BF51,Nahouri,BF5102,113139,101505,214644,17671,15038,13661,11774,8636,7425,7171,6423,5474,4720,4027,3224,2475,1962,1463,916,1079,18993,16318,13877,11668,7768,5762,4901,4154,3523,3033,2676,2292,1838,1531,1255,878,1038,36664,31356,27538,23442,16404,13187,12072,10577,8997,7753,6703,5516,4313,3493,2718,1794,2117 -2023,BFA,Burkina Faso,BF,Centre-Sud,BF51,Zoundweogo,BF5103,179703,161210,340913,28065,23885,21696,18702,13715,11792,11391,10204,8697,7495,6399,5121,3932,3117,2322,1457,1713,30164,25918,22039,18532,12336,9150,7783,6597,5596,4817,4249,3642,2919,2429,1993,1397,1649,58229,49803,43735,37234,26051,20942,19174,16801,14293,12312,10648,8763,6851,5546,4315,2854,3362 -2023,BFA,Burkina Faso,BF,Est,BF52,Gnagna,BF5201,385462,371958,757420,76815,62040,48797,41609,35377,30035,22614,18261,13951,10652,7814,5597,4076,2803,2067,1254,1700,79924,65751,52906,40480,30527,23896,17784,14439,11120,8888,7377,5711,4274,3007,2215,1560,2099,156739,127791,101703,82089,65904,53931,40398,32700,25071,19540,15191,11308,8350,5810,4282,2814,3799 -2023,BFA,Burkina Faso,BF,Est,BF52,Gourma,BF5202,247615,238945,486560,49343,39852,31349,26729,22724,19294,14528,11729,8961,6841,5020,3599,2619,1800,1329,806,1092,51343,42239,33987,26006,19610,15351,11422,9274,7143,5708,4740,3669,2744,1932,1424,1004,1349,100686,82091,65336,52735,42334,34645,25950,21003,16104,12549,9760,7268,5363,3732,2753,1810,2441 -2023,BFA,Burkina Faso,BF,Est,BF52,Komandjari,BF5203,60170,58066,118236,11990,9684,7618,6496,5522,4689,3530,2850,2179,1662,1220,875,636,436,323,195,265,12475,10265,8258,6320,4766,3731,2776,2254,1735,1387,1152,892,667,470,346,244,328,24465,19949,15876,12816,10288,8420,6306,5104,3914,3049,2372,1767,1303,906,669,439,593 -2023,BFA,Burkina Faso,BF,Est,BF52,Kompienga,BF5204,68832,66423,135255,13716,11078,8715,7431,6317,5363,4039,3261,2490,1903,1395,1000,727,500,369,224,304,14273,11742,9448,7229,5452,4267,3174,2577,1986,1588,1318,1020,762,537,395,280,375,27989,22820,18163,14660,11769,9630,7213,5838,4476,3491,2713,2020,1489,1037,764,504,679 -2023,BFA,Burkina Faso,BF,Est,BF52,Tapoa,BF5205,349682,337440,687122,69683,56280,44269,37747,32093,27248,20516,16564,12656,9663,7089,5081,3698,2541,1875,1137,1542,72506,59651,47996,36726,27696,21679,16130,13097,10089,8061,6692,5180,3877,2728,2010,1417,1905,142189,115931,92265,74473,59789,48927,36646,29661,22745,17724,13781,10261,7575,5269,3885,2554,3447 -2023,BFA,Burkina Faso,BF,Hauts-Bassins,BF53,Houet,BF5301,860299,836754,1697053,135087,119666,105180,96242,85823,72793,60979,47605,36922,28667,22405,17492,12217,8287,5204,3003,2727,137944,127266,109018,91809,80462,65359,53352,42490,33169,26503,20812,16256,11747,8259,5497,3579,3232,273031,246932,214198,188051,166285,138152,114331,90095,70091,55170,43217,33748,23964,16546,10701,6582,5959 -2023,BFA,Burkina Faso,BF,Hauts-Bassins,BF53,Kenedougou,BF5302,226075,219894,445969,35498,31447,27640,25291,22553,19129,16026,12510,9703,7532,5889,4597,3211,2177,1367,788,717,36251,33444,28649,24125,21144,17177,14022,11167,8718,6965,5470,4272,3086,2170,1444,941,849,71749,64891,56289,49416,43697,36306,30048,23677,18421,14497,11359,8869,6297,4347,2811,1729,1566 -2023,BFA,Burkina Faso,BF,Hauts-Bassins,BF53,Tuy,BF5303,186289,181187,367476,29250,25912,22775,20840,18584,15762,13205,10307,7994,6208,4853,3788,2647,1796,1127,650,591,29870,27558,23606,19879,17423,14153,11554,9200,7184,5739,4507,3519,2543,1787,1191,774,700,59120,53470,46381,40719,36007,29915,24759,19507,15178,11947,9360,7307,5190,3583,2318,1424,1291 -2023,BFA,Burkina Faso,BF,Nord,BF54,Loroum,BF5401,115702,102829,218531,20626,16965,14827,12401,9924,8122,6862,5802,4887,3914,3186,2608,1917,1409,1014,619,619,20545,17132,15024,11378,8639,6468,4984,3838,3150,2543,2286,1913,1459,1149,917,684,720,41171,34097,29851,23779,18563,14590,11846,9640,8037,6457,5472,4521,3376,2558,1931,1303,1339 -2023,BFA,Burkina Faso,BF,Nord,BF54,Passore,BF5402,265891,236288,502179,47390,38984,34071,28494,22812,18667,15767,13329,11231,8997,7323,5991,4410,3243,2334,1427,1421,47207,39366,34524,26147,19849,14864,11451,8821,7236,5843,5253,4398,3351,2642,2109,1572,1655,94597,78350,68595,54641,42661,33531,27218,22150,18467,14840,12576,10389,7761,5885,4443,2999,3076 -2023,BFA,Burkina Faso,BF,Nord,BF54,Yatenga,BF5403,483381,429572,912953,86156,70873,61942,51804,41471,33935,28663,24233,20416,16355,13314,10891,8016,5895,4242,2591,2584,85822,71567,62764,47535,36086,27022,20818,16037,13155,10622,9550,7996,6093,4804,3834,2859,3008,171978,142440,124706,99339,77557,60957,49481,40270,33571,26977,22864,18887,14109,10699,8076,5450,5592 -2023,BFA,Burkina Faso,BF,Nord,BF54,Zondoma,BF5404,140725,125063,265788,25083,20634,18032,15081,12073,9879,8345,7056,5943,4761,3876,3170,2333,1717,1235,755,752,24985,20835,18273,13840,10505,7868,6061,4669,3829,3092,2781,2328,1774,1398,1117,832,876,50068,41469,36305,28921,22578,17747,14406,11725,9772,7853,6657,5498,4107,3115,2352,1587,1628 -2023,BFA,Burkina Faso,BF,Plateau-Central,BF55,Ganzourgou,BF5501,284512,249352,533864,47715,39732,35407,29678,23135,19905,17654,15358,12890,10743,8911,6899,5354,3957,3054,1878,2242,50396,41908,34604,27409,19438,14595,11557,9555,7889,6721,5894,5032,4167,3367,2698,1908,2214,98111,81640,70011,57087,42573,34500,29211,24913,20779,17464,14805,11931,9521,7324,5752,3786,4456 -2023,BFA,Burkina Faso,BF,Plateau-Central,BF55,Kourweogo,BF5502,105179,92176,197355,17639,14688,13090,10972,8552,7358,6527,5678,4765,3971,3295,2549,1979,1463,1128,696,829,18630,15492,12792,10132,7187,5394,4270,3533,2916,2484,2178,1861,1541,1244,997,706,819,36269,30180,25882,21104,15739,12752,10797,9211,7681,6455,5473,4410,3520,2707,2125,1402,1648 -2023,BFA,Burkina Faso,BF,Plateau-Central,BF55,Oubritenga,BF5503,183187,160543,343730,30723,25582,22797,19110,14896,12817,11367,9888,8299,6917,5738,4440,3447,2548,1964,1210,1444,32447,26982,22280,17646,12516,9396,7440,6153,5080,4327,3794,3241,2683,2167,1738,1227,1426,63170,52564,45077,36756,27412,22213,18807,16041,13379,11244,9532,7681,6130,4715,3702,2437,2870 -2023,BFA,Burkina Faso,BF,Sahel,BF56,Oudalan,BF5601,84492,84868,169360,15206,12591,11132,9545,7942,6747,5178,4197,3324,2612,1980,1447,980,696,437,268,210,15912,13545,10713,8841,7703,6468,4820,3860,3066,2478,2111,1693,1270,940,603,446,399,31118,26136,21845,18386,15645,13215,9998,8057,6390,5090,4091,3140,2250,1636,1040,714,609 -2023,BFA,Burkina Faso,BF,Sahel,BF56,Seno,BF5602,224344,225351,449695,40375,33430,29561,25338,21086,17914,13752,11148,8823,6930,5262,3850,2601,1851,1162,705,556,42253,35968,28444,23479,20453,17173,12798,10250,8135,6577,5603,4500,3370,2496,1608,1182,1062,82628,69398,58005,48817,41539,35087,26550,21398,16958,13507,10865,8350,5971,4347,2770,1887,1618 -2023,BFA,Burkina Faso,BF,Sahel,BF56,Soum,BF5603,197095,197979,395074,35471,29371,25971,22261,18525,15739,12081,9794,7751,6087,4622,3380,2287,1626,1021,619,489,37121,31598,24989,20626,17971,15087,11244,9005,7148,5779,4922,3953,2960,2193,1413,1037,933,72592,60969,50960,42887,36496,30826,23325,18799,14899,11866,9544,7333,5247,3819,2434,1656,1422 -2023,BFA,Burkina Faso,BF,Sahel,BF56,Yagha,BF5604,93169,93587,186756,16767,13883,12276,10523,8756,7441,5711,4630,3664,2877,2185,1600,1081,769,483,292,231,17548,14937,11813,9750,8494,7132,5315,4256,3378,2731,2326,1870,1399,1037,668,492,441,34315,28820,24089,20273,17250,14573,11026,8886,7042,5608,4511,3470,2480,1806,1151,784,672 -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,Bougouriba,BF5701,88571,82398,170969,14471,12169,10632,8690,7684,6690,5897,4913,4215,3500,2854,2275,1711,1232,778,455,405,15252,13075,11213,9078,7368,5759,4626,3600,2939,2391,1920,1571,1263,901,631,438,373,29723,25244,21845,17768,15052,12449,10523,8513,7154,5891,4774,3846,2974,2133,1409,893,778 -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,Ioba,BF5702,150834,140327,291161,24640,20721,18106,14797,13088,11391,10046,8368,7183,5962,4855,3876,2911,2097,1326,777,690,25973,22266,19094,15460,12544,9809,7881,6131,5003,4074,3269,2679,2155,1535,1076,743,635,50613,42987,37200,30257,25632,21200,17927,14499,12186,10036,8124,6555,5066,3632,2402,1520,1325 -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,Noumbiel,BF5703,56876,52913,109789,9291,7813,6828,5581,4935,4295,3789,3155,2710,2247,1830,1461,1098,789,501,293,260,9794,8396,7199,5829,4730,3699,2972,2312,1885,1536,1233,1011,813,579,405,280,240,19085,16209,14027,11410,9665,7994,6761,5467,4595,3783,3063,2472,1911,1368,906,573,500 -2023,BFA,Burkina Faso,BF,Sud-Ouest,BF57,Poni,BF5704,204288,190056,394344,33373,28064,24523,20043,17726,15427,13606,11334,9727,8073,6576,5251,3943,2839,1797,1051,935,35178,30158,25860,20938,16990,13283,10671,8304,6776,5517,4428,3630,2917,2080,1458,1007,861,68551,58222,50383,40981,34716,28710,24277,19638,16503,13590,11004,8881,6860,4919,3255,2058,1796 diff --git a/tests/fixtures/input/population_mli_mli_pop_adm0_v2.csv b/tests/fixtures/input/population_mli_mli_pop_adm0_v2.csv deleted file mode 100644 index f6e12b31..00000000 --- a/tests/fixtures/input/population_mli_mli_pop_adm0_v2.csv +++ /dev/null @@ -1,2 +0,0 @@ -admin0Name_fr,admin0Pcode,admin0RefName,admin0AltName1_fr,admin0AltName2_fr,M_TL,F_TL,T_TL -Mali (le),ML,,,,8880417,9026697,17907114 diff --git a/tests/fixtures/input/population_mli_mli_pop_adm1_v2.csv b/tests/fixtures/input/population_mli_mli_pop_adm1_v2.csv deleted file mode 100644 index d8f5bebf..00000000 --- a/tests/fixtures/input/population_mli_mli_pop_adm1_v2.csv +++ /dev/null @@ -1,10 +0,0 @@ -admin1Name_fr,admin1Pcode,admin1RefName,admin1AltName1_fr,admin1AltName2_fr,admin0Name_fr,admin0Pcode,M_TL,F_TL,T_TL -Bamako,ML09,,,,Mali (le),ML,1118704,1112640,2231344 -Gao,ML07,,,,Mali (le),ML,334781,333629,668410 -Kayes,ML01,,,,Mali (le),ML,1211809,1245395,2457204 -Kidal,ML08,,,,Mali (le),ML,44784,38706,83490 -Koulikoro,ML02,,,,Mali (le),ML,1480352,1504986,2985338 -Mopti,ML05,,,,Mali (le),ML,1241176,1268527,2509703 -Ségou,ML04,Segou,,,Mali (le),ML,1425633,1456469,2882102 -Sikasso,ML03,,,,Mali (le),ML,1607109,1650707,3257816 -Tombouctou,ML06,,,,Mali (le),ML,416070,415637,831707 diff --git a/tests/fixtures/input/population_mli_mli_pop_adm2_v2.csv b/tests/fixtures/input/population_mli_mli_pop_adm2_v2.csv deleted file mode 100644 index 4d6dc509..00000000 --- a/tests/fixtures/input/population_mli_mli_pop_adm2_v2.csv +++ /dev/null @@ -1,51 +0,0 @@ -admin2Name_fr,admin2Pcode,admin2RefName,admin2AltName1_fr,admin2AltName2_fr,admin1Name_fr,admin1Pcode,admin0Name_fr,admin0Pcode,M_TL,F_TL,T_TL -Abeibara,ML0801,,,,Kidal,ML08,Mali (le),ML,6764,5926,12690 -Ansongo,ML0701,,,,Gao,ML07,Mali (le),ML,81604,81033,162637 -Bafoulabe,ML0101,,,,Kayes,ML01,Mali (le),ML,141258,146721,287979 -Bamako,ML0901,,,,Bamako,ML09,Mali (le),ML,1118704,1112640,2231344 -Banamba,ML0201,,,,Koulikoro,ML02,Mali (le),ML,117219,118202,235421 -Bandiagara,ML0501,,,,Mopti,ML05,Mali (le),ML,186782,199564,386346 -Bankass,ML0502,,,,Mopti,ML05,Mali (le),ML,162929,163417,326346 -Baraouéli,ML0401,Baraoueli,,,Ségou,ML04,Mali (le),ML,123394,126646,250040 -Bla,ML0402,,,,Ségou,ML04,Mali (le),ML,170337,179307,349644 -Bougouni,ML0301,,,,Sikasso,ML03,Mali (le),ML,277851,287324,565175 -Bourem,ML0702,,,,Gao,ML07,Mali (le),ML,69765,73653,143418 -Diéma,ML0102,Diema,,,Kayes,ML01,Mali (le),ML,126323,134694,261017 -Dioila,ML0202,,,,Koulikoro,ML02,Mali (le),ML,296192,306441,602633 -Diré,ML0601,Dire,,,Tombouctou,ML06,Mali (le),ML,67269,67892,135161 -Djenné,ML0503,Djenne,,,Mopti,ML05,Mali (le),ML,126631,130246,256877 -Douentza,ML0504,,,,Mopti,ML05,Mali (le),ML,153690,150284,303974 -Gao,ML0703,,,,Gao,ML07,Mali (le),ML,147937,147299,295236 -Goundam,ML0602,,,,Tombouctou,ML06,Mali (le),ML,92808,93711,186519 -Gourma-Rharous,ML0603,,,,Tombouctou,ML06,Mali (le),ML,67205,69647,136852 -Kadiolo,ML0302,,,,Sikasso,ML03,Mali (le),ML,154617,145396,300013 -Kangaba,ML0203,,,,Koulikoro,ML02,Mali (le),ML,61259,62485,123744 -Kati,ML0204,,,,Koulikoro,ML02,Mali (le),ML,588311,590922,1179233 -Kayes,ML0103,,,,Kayes,ML01,Mali (le),ML,318481,314022,632503 -Kéniéba,ML0104,Kenieba,,,Kayes,ML01,Mali (le),ML,121150,121721,242871 -Kidal,ML0802,,,,Kidal,ML08,Mali (le),ML,22221,19027,41248 -Kita,ML0105,,,,Kayes,ML01,Mali (le),ML,261560,271550,533110 -Kolokani,ML0205,,,,Koulikoro,ML02,Mali (le),ML,140085,146480,286565 -Kolondieba,ML0303,,,,Sikasso,ML03,Mali (le),ML,120562,127747,248309 -Koro,ML0505,,,,Mopti,ML05,Mali (le),ML,220131,226771,446902 -Koulikoro,ML0206,,,,Koulikoro,ML02,Mali (le),ML,130071,129515,259586 -Koutiala,ML0304,,,,Sikasso,ML03,Mali (le),ML,350371,365059,715430 -Macina,ML0403,,,,Ségou,ML04,Mali (le),ML,142792,148182,290974 -Ménaka,ML0704,Menaka,,,Gao,ML07,Mali (le),ML,35475,31644,67119 -Mopti,ML0506,,,,Mopti,ML05,Mali (le),ML,225586,229103,454689 -Nara,ML0207,,,,Koulikoro,ML02,Mali (le),ML,147214,150942,298156 -Niafunké,ML0604,Niafunke,,,Tombouctou,ML06,Mali (le),ML,108425,107814,216239 -Niono,ML0404,,,,Ségou,ML04,Mali (le),ML,223551,226166,449717 -Nioro,ML0106,,,,Kayes,ML01,Mali (le),ML,138092,144068,282160 -San,ML0405,,,,Ségou,ML04,Mali (le),ML,204223,206967,411190 -Ségou,ML0406,Segou,,,Ségou,ML04,Mali (le),ML,424465,433522,857987 -Sikasso,ML0305,,,,Sikasso,ML03,Mali (le),ML,445207,460688,905895 -Ténenkou,ML0507,Tenenkou,,,Mopti,ML05,Mali (le),ML,98872,101938,200810 -Tessalit,ML0803,,,,Kidal,ML08,Mali (le),ML,10383,9282,19665 -Tin-Essako,ML0804,,,,Kidal,ML08,Mali (le),ML,5416,4471,9887 -Tombouctou,ML0605,,,,Tombouctou,ML06,Mali (le),ML,80362,76574,156936 -Tominian,ML0407,,,,Ségou,ML04,Mali (le),ML,136871,135679,272550 -Yanfolila,ML0306,,,,Sikasso,ML03,Mali (le),ML,129751,132431,262182 -Yélimané,ML0107,Yelimane,,,Kayes,ML01,Mali (le),ML,104946,112618,217564 -Yorosso,ML0307,,,,Sikasso,ML03,Mali (le),ML,128751,132061,260812 -Youwarou,ML0508,,,,Mopti,ML05,Mali (le),ML,66555,67204,133759 diff --git a/tests/fixtures/input/population_national_cod_population_admin0.csv b/tests/fixtures/input/population_national_cod_population_admin0.csv new file mode 100644 index 00000000..46e7ff0f --- /dev/null +++ b/tests/fixtures/input/population_national_cod_population_admin0.csv @@ -0,0 +1,6049 @@ +ISO3,Country,Population_group,Gender,Age_range,Age_min,Age_max,Population,Reference_year,Source,Contributor +#country+code,#country+name,#population+group,#gender,#age+range,#age+min,#age+max,#population,#date+year,#meta+source,#meta+contributor +AFG,Afghanistan,F_TL,f,all,,,19844212,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_TL,m,all,,,20567657,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_TL,all,all,,,40411869,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_00_04,f,0-4,0,4,3571135,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_00_04,m,0-4,0,4,3707169,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_00_04,all,0-4,0,4,7278304,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_05_09,f,5-9,5,9,3074578,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_05_09,m,5-9,5,9,3287301,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_05_09,all,5-9,5,9,6361879,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_10_14,f,10-14,10,14,2596038,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_10_14,m,10-14,10,14,2854676,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_10_14,all,10-14,10,14,5450714,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_15_19,f,15-19,15,19,2207556,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_15_19,m,15-19,15,19,2358275,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_15_19,all,15-19,15,19,4565831,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_20_24,f,20-24,20,24,1878525,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_20_24,m,20-24,20,24,1748303,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_20_24,all,20-24,20,24,3626828,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_25_29,f,25-29,25,29,1515233,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_25_29,m,25-29,25,29,1377017,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_25_29,all,25-29,25,29,2892250,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_30_34,f,30-34,30,34,1060459,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_30_34,m,30-34,30,34,1068417,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_30_34,all,30-34,30,34,2128876,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_35_39,f,35-39,35,39,858455,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_35_39,m,35-39,35,39,872978,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_35_39,all,35-39,35,39,1731433,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_40_44,f,40-44,40,44,787500,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_40_44,m,40-44,40,44,742594,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_40_44,all,40-44,40,44,1530094,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_45_49,f,45-49,45,49,656811,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_45_49,m,45-49,45,49,618145,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_45_49,all,45-49,45,49,1274956,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_50_54,f,50-54,50,54,504923,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_50_54,m,50-54,50,54,492761,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_50_54,all,50-54,50,54,997684,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_55_59,f,55-59,55,59,392537,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_55_59,m,55-59,55,59,411633,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_55_59,all,55-59,55,59,804170,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_60_64,f,60-64,60,64,291370,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_60_64,m,60-64,60,64,364200,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_60_64,all,60-64,60,64,655570,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_65_69,f,65-69,65,69,205202,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_65_69,m,65-69,65,69,281597,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_65_69,all,65-69,65,69,486799,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_70_74,f,70-74,70,74,126061,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_70_74,m,70-74,70,74,190017,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_70_74,all,70-74,70,74,316078,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_75_79,f,75-79,75,79,53939,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_75_79,m,75-79,75,79,89455,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_75_79,all,75-79,75,79,143394,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,F_80PLUS,f,80+,80,,63890,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,M_80PLUS,m,80+,80,,103119,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +AFG,Afghanistan,T_80PLUS,all,80+,80,,167009,2021,National Statistic and Information Authority (NSIA) Afghanistan,OCHA Afghanistan +ALB,Albania,F_TL,f,all,,,1442107,2021,UNFPA,UNFPA +ALB,Albania,M_TL,m,all,,,1408360,2021,UNFPA,UNFPA +ALB,Albania,T_TL,all,all,,,2850467,2021,UNFPA,UNFPA +ALB,Albania,F_00_04,f,0-4,0,4,72864,2021,UNFPA,UNFPA +ALB,Albania,F_05_09,f,5-9,5,9,81151,2021,UNFPA,UNFPA +ALB,Albania,F_10_14,f,10-14,10,14,79861,2021,UNFPA,UNFPA +ALB,Albania,F_15_19,f,15-19,15,19,93598,2021,UNFPA,UNFPA +ALB,Albania,F_20_24,f,20-24,20,24,112244,2021,UNFPA,UNFPA +ALB,Albania,F_25_29,f,25-29,25,29,120702,2021,UNFPA,UNFPA +ALB,Albania,F_30_34,f,30-34,30,34,101357,2021,UNFPA,UNFPA +ALB,Albania,F_35_39,f,35-39,35,39,87227,2021,UNFPA,UNFPA +ALB,Albania,F_40_44,f,40-44,40,44,81242,2021,UNFPA,UNFPA +ALB,Albania,F_45_49,f,45-49,45,49,87886,2021,UNFPA,UNFPA +ALB,Albania,F_50_54,f,50-54,50,54,97815,2021,UNFPA,UNFPA +ALB,Albania,F_55_59,f,55-59,55,59,101873,2021,UNFPA,UNFPA +ALB,Albania,F_60_64,f,60-64,60,64,97030,2021,UNFPA,UNFPA +ALB,Albania,F_65_69,f,65-69,65,69,77588,2021,UNFPA,UNFPA +ALB,Albania,F_70_74,f,70-74,70,74,58942,2021,UNFPA,UNFPA +ALB,Albania,F_75_79,f,75-79,75,79,44372,2021,UNFPA,UNFPA +ALB,Albania,F_80_84,f,80-84,80,84,30886,2021,UNFPA,UNFPA +ALB,Albania,F_85PLUS,f,85+,85,,15469,2021,UNFPA,UNFPA +ALB,Albania,M_00_04,m,0-4,0,4,76040,2021,UNFPA,UNFPA +ALB,Albania,M_00_09,m,0-9,0,9,81112,2021,UNFPA,UNFPA +ALB,Albania,M_10_14,m,10-14,10,14,82507,2021,UNFPA,UNFPA +ALB,Albania,M_15_19,m,15-19,15,19,95696,2021,UNFPA,UNFPA +ALB,Albania,M_20_24,m,20-24,20,24,107886,2021,UNFPA,UNFPA +ALB,Albania,M_25_29,m,25-29,25,29,116316,2021,UNFPA,UNFPA +ALB,Albania,M_30_34,m,30-34,30,34,107817,2021,UNFPA,UNFPA +ALB,Albania,M_35_39,m,35-39,35,39,90674,2021,UNFPA,UNFPA +ALB,Albania,M_40_44,m,40-44,40,44,79025,2021,UNFPA,UNFPA +ALB,Albania,M_45_49,m,45-49,45,49,81747,2021,UNFPA,UNFPA +ALB,Albania,M_50_54,m,50-54,50,54,90420,2021,UNFPA,UNFPA +ALB,Albania,M_55_59,m,55-59,55,59,97560,2021,UNFPA,UNFPA +ALB,Albania,M_60_64,m,60-64,60,64,92148,2021,UNFPA,UNFPA +ALB,Albania,M_65_69,m,65-69,65,69,72530,2021,UNFPA,UNFPA +ALB,Albania,M_70_74,m,70-74,70,74,54747,2021,UNFPA,UNFPA +ALB,Albania,M_75_79,m,75-79,75,79,41438,2021,UNFPA,UNFPA +ALB,Albania,M_80_84,m,80-84,80,84,27291,2021,UNFPA,UNFPA +ALB,Albania,M_85PLUS,m,85+,85,,13406,2021,UNFPA,UNFPA +ALB,Albania,T_00_04,all,0-4,0,4,148904,2021,UNFPA,UNFPA +ALB,Albania,T_05_09,all,5-9,5,9,162263,2021,UNFPA,UNFPA +ALB,Albania,T_10_14,all,10-14,10,14,162368,2021,UNFPA,UNFPA +ALB,Albania,T_15_19,all,15-19,15,19,189294,2021,UNFPA,UNFPA +ALB,Albania,T_20_24,all,20-24,20,24,220130,2021,UNFPA,UNFPA +ALB,Albania,T_25_29,all,25-29,25,29,237018,2021,UNFPA,UNFPA +ALB,Albania,T_30_34,all,30-34,30,34,209174,2021,UNFPA,UNFPA +ALB,Albania,T_35_39,all,35-39,35,39,177901,2021,UNFPA,UNFPA +ALB,Albania,T_40_44,all,40-44,40,44,160267,2021,UNFPA,UNFPA +ALB,Albania,T_45_49,all,45-49,45,49,169633,2021,UNFPA,UNFPA +ALB,Albania,T_50_54,all,50-54,50,54,188235,2021,UNFPA,UNFPA +ALB,Albania,T_55_59,all,55-59,55,59,199433,2021,UNFPA,UNFPA +ALB,Albania,T_60_64,all,60-64,60,64,189178,2021,UNFPA,UNFPA +ALB,Albania,T_65_69,all,65-69,65,69,150118,2021,UNFPA,UNFPA +ALB,Albania,T_70_74,all,70-74,70,74,113689,2021,UNFPA,UNFPA +ALB,Albania,T_75_79,all,75-79,75,79,85810,2021,UNFPA,UNFPA +ALB,Albania,T_80_84,all,80-84,80,84,58177,2021,UNFPA,UNFPA +ALB,Albania,T_85PLUS,all,85+,85,,28875,2021,UNFPA,UNFPA +AGO,Angola,F_TL,f,all,,,19007607,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_TL,m,all,,,18197767,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_TL,all,all,,,37205374,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_00_04,f,0-4,0,4,3315433,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_05_09,f,5-9,5,9,2872883,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_10_14,f,10-14,10,14,2515029,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_15_19,f,15-19,15,19,2080947,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_20_24,f,20-24,20,24,1633193,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_25_29,f,25-29,25,29,1317338,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_30_34,f,30-34,30,34,1130740,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_35_39,f,35-39,35,39,961449,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_40_44,f,40-44,40,44,794831,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_45_49,f,45-49,45,49,654162,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_50_54,f,50-54,50,54,517655,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_55_59,f,55-59,55,59,402422,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_60_64,f,60-64,60,64,302019,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_65_69,f,65-69,65,69,212170,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_70_74,f,70-74,70,74,138470,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_75_79,f,75-79,75,79,87288,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,F_80PLUS,f,80+,80,,71578,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_00_04,m,0-4,0,4,3373771,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_05_09,m,5-9,5,9,2897392,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_10_14,m,10-14,10,14,2483211,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_15_19,m,15-19,15,19,2010188,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_20_24,m,20-24,20,24,1557097,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_25_29,m,25-29,25,29,1221743,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_30_34,m,30-34,30,34,1015465,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_35_39,m,35-39,35,39,853423,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_40_44,m,40-44,40,44,712557,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_45_49,m,45-49,45,49,600903,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_50_54,m,50-54,50,54,469825,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_55_59,m,55-59,55,59,371067,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_60_64,m,60-64,60,64,263598,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_65_69,m,65-69,65,69,169139,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_70_74,m,70-74,70,74,96686,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_75_79,m,75-79,75,79,56732,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,M_80PLUS,m,80+,80,,44970,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_00_04,all,0-4,0,4,6689204,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_05_09,all,5-9,5,9,5770275,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_10_14,all,10-14,10,14,4998240,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_15_19,all,15-19,15,19,4091135,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_20_24,all,20-24,20,24,3190290,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_25_29,all,25-29,25,29,2539081,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_30_34,all,30-34,30,34,2146205,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_35_39,all,35-39,35,39,1814872,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_40_44,all,40-44,40,44,1507388,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_45_49,all,45-49,45,49,1255065,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_50_54,all,50-54,50,54,987480,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_55_59,all,55-59,55,59,773489,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_60_64,all,60-64,60,64,565617,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_65_69,all,65-69,65,69,381309,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_70_74,all,70-74,70,74,235156,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_75_79,all,75-79,75,79,144020,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +AGO,Angola,T_80PLUS,all,80+,80,,116548,2024,Institut National de la Statistique et de l'Analyse Economique (baseline); US Census Bureau (projections),UNFPA +ATG,Antigua and Barbuda,F_TL,f,all,,,53277,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_TL,m,all,,,48918,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_TL,all,all,,,102195,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_00_04,f,0-4,0,4,3517,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_05_09,f,5-9,5,9,3565,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_10_14,f,10-14,10,14,3509,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_15_19,f,15-19,15,19,3459,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_20_24,f,20-24,20,24,3825,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_25_29,f,25-29,25,29,4077,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_30_34,f,30-34,30,34,3907,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_35_39,f,35-39,35,39,3860,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_40_44,f,40-44,40,44,3805,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_45_49,f,45-49,45,49,3843,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_50_54,f,50-54,50,54,3770,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_55_59,f,55-59,55,59,3496,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_60_64,f,60-64,60,64,2924,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_65_69,f,65-69,65,69,2080,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_70_74,f,70-74,70,74,1484,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_75_79,f,75-79,75,79,1022,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,F_80PLUS,f,80+,80,,1134,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_00_04,m,0-4,0,4,3589,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_05_09,m,5-9,5,9,3629,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_10_14,m,10-14,10,14,3586,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_15_19,m,15-19,15,19,3571,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_20_24,m,20-24,20,24,3851,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_25_29,m,25-29,25,29,4061,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_30_34,m,30-34,30,34,3712,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_35_39,m,35-39,35,39,3430,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_40_44,m,40-44,40,44,3346,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_45_49,m,45-49,45,49,3223,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_50_54,m,50-54,50,54,3169,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_55_59,m,55-59,55,59,2956,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_60_64,m,60-64,60,64,2447,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_65_69,m,65-69,65,69,1722,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_70_74,m,70-74,70,74,1164,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_75_79,m,75-79,75,79,756,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,M_80PLUS,m,80+,80,,706,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_00_04,all,0-4,0,4,7106,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_05_09,all,5-9,5,9,7194,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_10_14,all,10-14,10,14,7095,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_15_19,all,15-19,15,19,7030,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_20_24,all,20-24,20,24,7676,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_25_29,all,25-29,25,29,8138,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_30_34,all,30-34,30,34,7619,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_35_39,all,35-39,35,39,7290,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_40_44,all,40-44,40,44,7151,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_45_49,all,45-49,45,49,7066,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_50_54,all,50-54,50,54,6939,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_55_59,all,55-59,55,59,6452,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_60_64,all,60-64,60,64,5371,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_65_69,all,65-69,65,69,3802,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_70_74,all,70-74,70,74,2648,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_75_79,all,75-79,75,79,1778,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ATG,Antigua and Barbuda,T_80PLUS,all,80+,80,,1840,2023,National Statistics Office (NSO) 2011 population and housing census.,UNFPA +ARG,Argentina,F_TL,f,all,,,23315929,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_TL,m,all,,,22492818,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_TL,all,all,,,45808747,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_00_04,all,0-4,0,4,3698813,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_05_09,all,5-9,5,9,3756437,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_10_14,all,10-14,10,14,3622606,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_15_19,all,15-19,15,19,3506737,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_20_24,all,20-24,20,24,3523049,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_25_29,all,25-29,25,29,3562951,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_30_34,all,30-34,30,34,3383352,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_35_39,all,35-39,35,39,3165656,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_40_44,all,40-44,40,44,3110884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_45_49,all,45-49,45,49,2751947,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_50_54,all,50-54,50,54,2327037,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_55_59,all,55-59,55,59,2119884,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_60_64,all,60-64,60,64,1926122,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_65_69,all,65-69,65,69,1683583,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_70_74,all,70-74,70,74,1382220,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_75_79,all,75-79,75,79,1007914,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_80_84,all,80-84,80,84,658156,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_85_89,all,85-89,85,89,378990,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_90_94,all,90-94,90,94,176477,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_95_99,all,95-99,95,99,54956,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,T_100PLUS,all,100+,100,,10976,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_00_04,f,0-4,0,4,1795495,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_05_09,f,5-9,5,9,1824132,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_10_14,f,10-14,10,14,1757750,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_15_19,f,15-19,15,19,1711879,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_20_24,f,20-24,20,24,1733273,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_25_29,f,25-29,25,29,1768941,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_30_34,f,30-34,30,34,1695145,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_35_39,f,35-39,35,39,1595472,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_40_44,f,40-44,40,44,1576380,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_45_49,f,45-49,45,49,1403688,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_50_54,f,50-54,50,54,1196946,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_55_59,f,55-59,55,59,1103603,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_60_64,f,60-64,60,64,1019890,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_65_69,f,65-69,65,69,912903,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_70_74,f,70-74,70,74,775868,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_75_79,f,75-79,75,79,594442,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_80_84,f,80-84,80,84,414554,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_85_89,f,85-89,85,89,256161,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_90_94,f,90-94,90,94,128302,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_95_99,f,95-99,95,99,42270,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,F_100PLUS,f,100+,100,,8835,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_00_04,m,0-4,0,4,1903318,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_05_09,m,5-9,5,9,1932305,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_10_14,m,10-14,10,14,1864856,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_15_19,m,15-19,15,19,1794858,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_20_24,m,20-24,20,24,1789776,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_25_29,m,25-29,25,29,1794010,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_30_34,m,30-34,30,34,1688207,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_35_39,m,35-39,35,39,1570184,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_40_44,m,40-44,40,44,1534504,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_45_49,m,45-49,45,49,1348259,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_50_54,m,50-54,50,54,1130091,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_55_59,m,55-59,55,59,1016281,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_60_64,m,60-64,60,64,906232,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_65_69,m,65-69,65,69,770680,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_70_74,m,70-74,70,74,606352,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_75_79,m,75-79,75,79,413472,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_80_84,m,80-84,80,84,243602,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_85_89,m,85-89,85,89,122829,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_90_94,m,90-94,90,94,48175,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_95_99,m,95-99,95,99,12686,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARG,Argentina,M_100PLUS,m,100+,100,,2141,2021,Projected by UNFPA from El Instituto Nacional de Estadística y Censos de la República Argentina (INDEC) data,UNFPA +ARM,Armenia,F_TL,f,all,,,1565144,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_TL,m,all,,,1398107,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_TL,all,all,,,2963251,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_00_04,f,0-4,0,4,88268,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_05_09,f,5-9,5,9,97631,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_10_14,f,10-14,10,14,95506,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_15_19,f,15-19,15,19,80419,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_20_24,f,20-24,20,24,81056,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_25_29,f,25-29,25,29,114047,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_30_34,f,30-34,30,34,139946,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_35_39,f,35-39,35,39,130872,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_40_44,f,40-44,40,44,106466,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_45_49,f,45-49,45,49,92311,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_50_54,f,50-54,50,54,89308,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_55_59,f,55-59,55,59,109546,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_60_64,f,60-64,60,64,112832,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_65_69,f,65-69,65,69,83060,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_70_74,f,70-74,70,74,56243,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_75_79,f,75-79,75,79,28575,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_80_84,f,80-84,80,84,39899,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,F_85PLUS,f,85+,85,,19159,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_00_04,m,0-4,0,4,97561,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_05_09,m,5-9,5,9,110685,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_10_14,m,10-14,10,14,108799,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_15_19,m,15-19,15,19,91726,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_20_24,m,20-24,20,24,85950,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_25_29,m,25-29,25,29,104359,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_30_34,m,30-34,30,34,125707,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_35_39,m,35-39,35,39,116293,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_40_44,m,40-44,40,44,93630,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_45_49,m,45-49,45,49,76614,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_50_54,m,50-54,50,54,70201,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_55_59,m,55-59,55,59,84066,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_60_64,m,60-64,60,64,86517,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_65_69,m,65-69,65,69,59670,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_70_74,m,70-74,70,74,35856,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_75_79,m,75-79,75,79,17093,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_80_84,m,80-84,80,84,21629,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,M_85PLUS,m,85+,85,,11751,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_00_04,all,0-4,0,4,185829,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_05_09,all,5-9,5,9,208316,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_10_14,all,10-14,10,14,204305,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_15_19,all,15-19,15,19,172145,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_20_24,all,20-24,20,24,167006,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_25_29,all,25-29,25,29,218406,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_30_34,all,30-34,30,34,265653,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_35_39,all,35-39,35,39,247165,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_40_44,all,40-44,40,44,200096,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_45_49,all,45-49,45,49,168925,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_50_54,all,50-54,50,54,159509,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_55_59,all,55-59,55,59,193612,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_60_64,all,60-64,60,64,199349,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_65_69,all,65-69,65,69,142730,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_70_74,all,70-74,70,74,92099,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_75_79,all,75-79,75,79,45668,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_80_84,all,80-84,80,84,61528,2021,National Statistical Service of the Republic of Armenia,UNFPA +ARM,Armenia,T_85PLUS,all,85+,85,,30910,2021,National Statistical Service of the Republic of Armenia,UNFPA +AZE,Azerbaijan,T_TL,all,all,,,9898100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,M_TL,m,all,,,4960100,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,F_TL,f,all,,,4938000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,M_00_14,m,0-14,0,14,1039400,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,M_15_59,m,15-59,15,59,3349700,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,M_60PLUS,m,60+,60,,571000,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,F_00_14,f,0-14,0,14,1194800,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,F_15_62,f,15-62,15,62,3421900,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +AZE,Azerbaijan,F_63PLUS,f,63+,63,,321300,2018,State Statistical Committee of the Republic of Azerbaijan,OCHA Field Information Services Section (FISS) +BHS,Bahamas,F_TL,f,all,,,204760,2022,WorldPop,UNFPA +BHS,Bahamas,M_TL,m,all,,,192600,2022,WorldPop,UNFPA +BHS,Bahamas,T_TL,all,all,,,397360,2022,WorldPop,UNFPA +BHS,Bahamas,F_00_04,f,0-4,0,4,14740,2022,WorldPop,UNFPA +BHS,Bahamas,F_05_09,f,5-9,5,9,13970,2022,WorldPop,UNFPA +BHS,Bahamas,F_10_14,f,10-14,10,14,15050,2022,WorldPop,UNFPA +BHS,Bahamas,F_15_19,f,15-19,15,19,16220,2022,WorldPop,UNFPA +BHS,Bahamas,F_20_24,f,20-24,20,24,16080,2022,WorldPop,UNFPA +BHS,Bahamas,F_25_29,f,25-29,25,29,15780,2022,WorldPop,UNFPA +BHS,Bahamas,F_30_34,f,30-34,30,34,14170,2022,WorldPop,UNFPA +BHS,Bahamas,F_35_39,f,35-39,35,39,14010,2022,WorldPop,UNFPA +BHS,Bahamas,F_40_44,f,40-44,40,44,14400,2022,WorldPop,UNFPA +BHS,Bahamas,F_45_49,f,45-49,45,49,15050,2022,WorldPop,UNFPA +BHS,Bahamas,F_50_54,f,50-54,50,54,14030,2022,WorldPop,UNFPA +BHS,Bahamas,F_55_59,f,55-59,55,59,12670,2022,WorldPop,UNFPA +BHS,Bahamas,F_60_64,f,60-64,60,64,10540,2022,WorldPop,UNFPA +BHS,Bahamas,F_65_69,f,65-69,65,69,7220,2022,WorldPop,UNFPA +BHS,Bahamas,F_70_74,f,70-74,70,74,4610,2022,WorldPop,UNFPA +BHS,Bahamas,F_75_79,f,75-79,75,79,3080,2022,WorldPop,UNFPA +BHS,Bahamas,F_80PLUS,f,80+,80,,3140,2022,WorldPop,UNFPA +BHS,Bahamas,M_00_04,m,0-4,0,4,15600,2022,WorldPop,UNFPA +BHS,Bahamas,M_05_09,m,5-9,5,9,14600,2022,WorldPop,UNFPA +BHS,Bahamas,M_10_14,m,10-14,10,14,15130,2022,WorldPop,UNFPA +BHS,Bahamas,M_15_19,m,15-19,15,19,15830,2022,WorldPop,UNFPA +BHS,Bahamas,M_20_24,m,20-24,20,24,15710,2022,WorldPop,UNFPA +BHS,Bahamas,M_25_29,m,25-29,25,29,15680,2022,WorldPop,UNFPA +BHS,Bahamas,M_30_34,m,30-34,30,34,14110,2022,WorldPop,UNFPA +BHS,Bahamas,M_35_39,m,35-39,35,39,13010,2022,WorldPop,UNFPA +BHS,Bahamas,M_40_44,m,40-44,40,44,13180,2022,WorldPop,UNFPA +BHS,Bahamas,M_45_49,m,45-49,45,49,13720,2022,WorldPop,UNFPA +BHS,Bahamas,M_50_54,m,50-54,50,54,12620,2022,WorldPop,UNFPA +BHS,Bahamas,M_55_59,m,55-59,55,59,11290,2022,WorldPop,UNFPA +BHS,Bahamas,M_60_64,m,60-64,60,64,8840,2022,WorldPop,UNFPA +BHS,Bahamas,M_65_69,m,65-69,65,69,5730,2022,WorldPop,UNFPA +BHS,Bahamas,M_70_74,m,70-74,70,74,3570,2022,WorldPop,UNFPA +BHS,Bahamas,M_75_79,m,75-79,75,79,2160,2022,WorldPop,UNFPA +BHS,Bahamas,M_80PLUS,m,80+,80,,1820,2022,WorldPop,UNFPA +BHS,Bahamas,T_00_04,all,0-4,0,4,30340,2022,WorldPop,UNFPA +BHS,Bahamas,T_05_09,all,5-9,5,9,28570,2022,WorldPop,UNFPA +BHS,Bahamas,T_10_14,all,10-14,10,14,30180,2022,WorldPop,UNFPA +BHS,Bahamas,T_15_19,all,15-19,15,19,32050,2022,WorldPop,UNFPA +BHS,Bahamas,T_20_24,all,20-24,20,24,31790,2022,WorldPop,UNFPA +BHS,Bahamas,T_25_29,all,25-29,25,29,31460,2022,WorldPop,UNFPA +BHS,Bahamas,T_30_34,all,30-34,30,34,28280,2022,WorldPop,UNFPA +BHS,Bahamas,T_35_39,all,35-39,35,39,27020,2022,WorldPop,UNFPA +BHS,Bahamas,T_40_44,all,40-44,40,44,27580,2022,WorldPop,UNFPA +BHS,Bahamas,T_45_49,all,45-49,45,49,28770,2022,WorldPop,UNFPA +BHS,Bahamas,T_50_54,all,50-54,50,54,26650,2022,WorldPop,UNFPA +BHS,Bahamas,T_55_59,all,55-59,55,59,23960,2022,WorldPop,UNFPA +BHS,Bahamas,T_60_64,all,60-64,60,64,19380,2022,WorldPop,UNFPA +BHS,Bahamas,T_65_69,all,65-69,65,69,12950,2022,WorldPop,UNFPA +BHS,Bahamas,T_70_74,all,70-74,70,74,8180,2022,WorldPop,UNFPA +BHS,Bahamas,T_75_79,all,75-79,75,79,5240,2022,WorldPop,UNFPA +BHS,Bahamas,T_80PLUS,all,80+,80,,4960,2022,WorldPop,UNFPA +BGD,Bangladesh,F_TL,f,all,,,84329234,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_TL,m,all,,,81321241,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_TL,all,all,,,165650475,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_00_04,f,0-4,0,4,6975963,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_05_09,f,5-9,5,9,6958005,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_10_14,f,10-14,10,14,6971312,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_15_19,f,15-19,15,19,7080764,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_20_24,f,20-24,20,24,7518766,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_25_29,f,25-29,25,29,7306642,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_30_34,f,30-34,30,34,6818916,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_35_39,f,35-39,35,39,6300444,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_40_44,f,40-44,40,44,5635072,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_45_49,f,45-49,45,49,5272957,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_50_54,f,50-54,50,54,4474340,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_55_59,f,55-59,55,59,3629720,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_60_64,f,60-64,60,64,2946743,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_65_69,f,65-69,65,69,2356037,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_70_74,f,70-74,70,74,1762433,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_75_79,f,75-79,75,79,1201011,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,F_80PLUS,f,80+,80,,1120109,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_00_04,m,0-4,0,4,7213458,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_05_09,m,5-9,5,9,7190658,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_10_14,m,10-14,10,14,7244774,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_15_19,m,15-19,15,19,7316623,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_20_24,m,20-24,20,24,7532560,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_25_29,m,25-29,25,29,6959030,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_30_34,m,30-34,30,34,6239317,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_35_39,m,35-39,35,39,5759245,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_40_44,m,40-44,40,44,5121028,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_45_49,m,45-49,45,49,4671126,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_50_54,m,50-54,50,54,4089266,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_55_59,m,55-59,55,59,3499303,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_60_64,m,60-64,60,64,2829190,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_65_69,m,65-69,65,69,2195306,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_70_74,m,70-74,70,74,1596378,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_75_79,m,75-79,75,79,1026738,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,M_80PLUS,m,80+,80,,837241,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_00_04,all,0-4,0,4,14189421,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_05_09,all,5-9,5,9,14148663,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_10_14,all,10-14,10,14,14216086,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_15_19,all,15-19,15,19,14397387,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_20_24,all,20-24,20,24,15051326,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_25_29,all,25-29,25,29,14265672,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_30_34,all,30-34,30,34,13058233,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_35_39,all,35-39,35,39,12059689,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_40_44,all,40-44,40,44,10756100,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_45_49,all,45-49,45,49,9944083,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_50_54,all,50-54,50,54,8563606,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_55_59,all,55-59,55,59,7129023,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_60_64,all,60-64,60,64,5775933,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_65_69,all,65-69,65,69,4551343,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_70_74,all,70-74,70,74,3358811,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_75_79,all,75-79,75,79,2227749,2022,UNFPA and US Census Bureau (USCB),UNFPA +BGD,Bangladesh,T_80PLUS,all,80+,80,,1957350,2022,UNFPA and US Census Bureau (USCB),UNFPA +BRB,Barbados,T_TL,all,all,,,226193,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_TL,f,all,,,117970,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_TL,m,all,,,108223,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_00_04,all,0-4,0,4,14262,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_05_09,all,5-9,5,9,15491,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_10_14,all,10-14,10,14,15243,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_15_19,all,15-19,15,19,15467,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_20_24,all,20-24,20,24,14816,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_25_29,all,25-29,25,29,15507,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_30_34,all,30-34,30,34,15276,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_35_39,all,35-39,35,39,16741,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_40_44,all,40-44,40,44,16444,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_45_49,all,45-49,45,49,17416,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_50_54,all,50-54,50,54,16355,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_55_59,all,55-59,55,59,13586,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_60_64,all,60-64,60,64,10986,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,T_65PLUS,all,65+,65,,28603,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_00_04,f,0-4,0,4,6955,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_05_09,f,5-9,5,9,7517,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_10_14,f,10-14,10,14,7482,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_15_19,f,15-19,15,19,7715,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_20_24,f,20-24,20,24,7459,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_25_29,f,25-29,25,29,7992,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_30_34,f,30-34,30,34,7902,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_35_39,f,35-39,35,39,8718,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_40_44,f,40-44,40,44,8573,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_45_49,f,45-49,45,49,9253,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_50_54,f,50-54,50,54,8698,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_55_59,f,55-59,55,59,7166,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_60_64,f,60-64,60,64,5824,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,F_65PLUS,f,65+,65,,16716,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_00_04,m,0-4,0,4,7307,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_05_09,m,5-9,5,9,7974,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_10_14,m,10-14,10,14,7761,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_15_19,m,15-19,15,19,7752,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_20_24,m,20-24,20,24,7357,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_25_29,m,25-29,25,29,7515,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_30_34,m,30-34,30,34,7374,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_35_39,m,35-39,35,39,8023,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_40_44,m,40-44,40,44,7871,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_45_49,m,45-49,45,49,8163,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_50_54,m,50-54,50,54,7657,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_55_59,m,55-59,55,59,6420,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_60_64,m,60-64,60,64,5162,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BRB,Barbados,M_65PLUS,m,65+,65,,11887,2010,Barbados Statistical Service,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_TL,all,all,,,322453,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_TL,f,all,,,161226,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_TL,m,all,,,161227,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_00_04,all,0-4,0,4,37823,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_05_09,all,5-9,5,9,39235,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_10_14,all,10-14,10,14,37690,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_15_19,all,15-19,15,19,34649,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_20_24,all,20-24,20,24,30547,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_25_29,all,25-29,25,29,26507,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_30_34,all,30-34,30,34,22839,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_35_39,all,35-39,35,39,20680,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_40_44,all,40-44,40,44,17345,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_45_49,all,45-49,45,49,14955,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_50_54,all,50-54,50,54,11721,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_55_59,all,55-59,55,59,8639,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_60_64,all,60-64,60,64,6223,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,T_65PLUS,all,65+,65,,13587,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_00_04,f,0-4,0,4,18527,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_05_09,f,5-9,5,9,19475,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_10_14,f,10-14,10,14,18826,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_15_19,f,15-19,15,19,17317,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_20_24,f,20-24,20,24,15543,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_25_29,f,25-29,25,29,13685,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_30_34,f,30-34,30,34,11753,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_35_39,f,35-39,35,39,10585,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_40_44,f,40-44,40,44,8727,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_45_49,f,45-49,45,49,7318,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_50_54,f,50-54,50,54,5776,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_55_59,f,55-59,55,59,4136,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_60_64,f,60-64,60,64,2933,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,F_65PLUS,f,65+,65,,6620,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_00_04,m,0-4,0,4,19296,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_05_09,m,5-9,5,9,19760,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_10_14,m,10-14,10,14,18864,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_15_19,m,15-19,15,19,17332,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_20_24,m,20-24,20,24,15004,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_25_29,m,25-29,25,29,12822,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_30_34,m,30-34,30,34,11086,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_35_39,m,35-39,35,39,10095,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_40_44,m,40-44,40,44,8618,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_45_49,m,45-49,45,49,7637,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_50_54,m,50-54,50,54,5945,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_55_59,m,55-59,55,59,4503,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_60_64,m,60-64,60,64,3290,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BLZ,Belize,M_65PLUS,m,65+,65,,6967,2010, Statistical Institute of Belize,OCHA Latin America and the Caribbean (ROLAC) +BEN,Benin,F_TL,f,all,,,7208209,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_TL,m,all,,,7011699,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_TL,all,all,,,14219908,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_00_04,f,0-4,0,4,1251860,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_05_09,f,5-9,5,9,1061473,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_10_14,f,10-14,10,14,881367,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_15_19,f,15-19,15,19,743230,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_20_24,f,20-24,20,24,675803,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_25_29,f,25-29,25,29,564457,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_30_34,f,30-34,30,34,466276,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_35_39,f,35-39,35,39,380849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_40_44,f,40-44,40,44,305607,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_45_49,f,45-49,45,49,268350,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_50_54,f,50-54,50,54,193322,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_55_59,f,55-59,55,59,122258,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_60_64,f,60-64,60,64,103634,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_65_69,f,65-69,65,69,79411,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_70_74,f,70-74,70,74,52553,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_75_79,f,75-79,75,79,33287,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,F_80PLUS,f,80+,80,,24472,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_00_04,m,0-4,0,4,1291978,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_05_09,m,5-9,5,9,1075404,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_10_14,m,10-14,10,14,889057,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_15_19,m,15-19,15,19,749128,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_20_24,m,20-24,20,24,670849,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_25_29,m,25-29,25,29,536822,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_30_34,m,30-34,30,34,417529,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_35_39,m,35-39,35,39,329221,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_40_44,m,40-44,40,44,267728,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_45_49,m,45-49,45,49,242814,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_50_54,m,50-54,50,54,177238,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_55_59,m,55-59,55,59,109983,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_60_64,m,60-64,60,64,94585,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_65_69,m,65-69,65,69,70123,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_70_74,m,70-74,70,74,45549,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_75_79,m,75-79,75,79,26512,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,M_80PLUS,m,80+,80,,17179,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_00_04,all,0-4,0,4,2543838,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_05_09,all,5-9,5,9,2136877,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_10_14,all,10-14,10,14,1770424,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_15_19,all,15-19,15,19,1492358,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_20_24,all,20-24,20,24,1346652,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_25_29,all,25-29,25,29,1101279,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_30_34,all,30-34,30,34,883805,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_35_39,all,35-39,35,39,710070,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_40_44,all,40-44,40,44,573335,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_45_49,all,45-49,45,49,511164,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_50_54,all,50-54,50,54,370560,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_55_59,all,55-59,55,59,232241,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_60_64,all,60-64,60,64,198219,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_65_69,all,65-69,65,69,149534,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_70_74,all,70-74,70,74,98102,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_75_79,all,75-79,75,79,59799,2023,Institut de la statistique du Bénin,UNFPA +BEN,Benin,T_80PLUS,all,80+,80,,41651,2023,Institut de la statistique du Bénin,UNFPA +BMU,Bermuda,F_TL,f,all,,,33216,2024,UNFPA,UNFPA +BMU,Bermuda,M_TL,m,all,,,30689,2024,UNFPA,UNFPA +BMU,Bermuda,T_TL,all,all,,,63905,2024,UNFPA,UNFPA +BMU,Bermuda,F_00_04,f,0-4,0,4,1282,2024,UNFPA,UNFPA +BMU,Bermuda,F_05_09,f,5-9,5,9,1417,2024,UNFPA,UNFPA +BMU,Bermuda,F_10_14,f,10-14,10,14,1582,2024,UNFPA,UNFPA +BMU,Bermuda,F_15_19,f,15-19,15,19,1606,2024,UNFPA,UNFPA +BMU,Bermuda,F_20_24,f,20-24,20,24,1592,2024,UNFPA,UNFPA +BMU,Bermuda,F_25_29,f,25-29,25,29,1544,2024,UNFPA,UNFPA +BMU,Bermuda,F_30_34,f,30-34,30,34,1563,2024,UNFPA,UNFPA +BMU,Bermuda,F_35_39,f,35-39,35,39,1972,2024,UNFPA,UNFPA +BMU,Bermuda,F_40_44,f,40-44,40,44,2413,2024,UNFPA,UNFPA +BMU,Bermuda,F_45_49,f,45-49,45,49,2253,2024,UNFPA,UNFPA +BMU,Bermuda,F_50_54,f,50-54,50,54,2390,2024,UNFPA,UNFPA +BMU,Bermuda,F_55_59,f,55-59,55,59,2454,2024,UNFPA,UNFPA +BMU,Bermuda,F_60_64,f,60-64,60,64,2799,2024,UNFPA,UNFPA +BMU,Bermuda,F_65_69,f,65-69,65,69,2592,2024,UNFPA,UNFPA +BMU,Bermuda,F_70_74,f,70-74,70,74,1960,2024,UNFPA,UNFPA +BMU,Bermuda,F_75_79,f,75-79,75,79,1568,2024,UNFPA,UNFPA +BMU,Bermuda,F_80_84,f,80-84,80,84,1056,2024,UNFPA,UNFPA +BMU,Bermuda,F_85PLUS,f,85+,85,,1173,2024,UNFPA,UNFPA +BMU,Bermuda,M_00_04,m,0-4,0,4,1304,2024,UNFPA,UNFPA +BMU,Bermuda,M_05_09,m,5-9,5,9,1457,2024,UNFPA,UNFPA +BMU,Bermuda,M_10_14,m,10-14,10,14,1549,2024,UNFPA,UNFPA +BMU,Bermuda,M_15_19,m,15-19,15,19,1693,2024,UNFPA,UNFPA +BMU,Bermuda,M_20_24,m,20-24,20,24,1595,2024,UNFPA,UNFPA +BMU,Bermuda,M_25_29,m,25-29,25,29,1489,2024,UNFPA,UNFPA +BMU,Bermuda,M_30_34,m,30-34,30,34,1465,2024,UNFPA,UNFPA +BMU,Bermuda,M_35_39,m,35-39,35,39,1826,2024,UNFPA,UNFPA +BMU,Bermuda,M_40_44,m,40-44,40,44,2176,2024,UNFPA,UNFPA +BMU,Bermuda,M_45_49,m,45-49,45,49,2288,2024,UNFPA,UNFPA +BMU,Bermuda,M_50_54,m,50-54,50,54,2501,2024,UNFPA,UNFPA +BMU,Bermuda,M_55_59,m,55-59,55,59,2424,2024,UNFPA,UNFPA +BMU,Bermuda,M_60_64,m,60-64,60,64,2591,2024,UNFPA,UNFPA +BMU,Bermuda,M_65_69,m,65-69,65,69,2090,2024,UNFPA,UNFPA +BMU,Bermuda,M_70_74,m,70-74,70,74,1670,2024,UNFPA,UNFPA +BMU,Bermuda,M_75_79,m,75-79,75,79,1190,2024,UNFPA,UNFPA +BMU,Bermuda,M_80_84,m,80-84,80,84,757,2024,UNFPA,UNFPA +BMU,Bermuda,M_85PLUS,m,85+,85,,624,2024,UNFPA,UNFPA +BMU,Bermuda,T_00_04,all,0-4,0,4,2586,2024,UNFPA,UNFPA +BMU,Bermuda,T_05_09,all,5-9,5,9,2874,2024,UNFPA,UNFPA +BMU,Bermuda,T_10_14,all,10-14,10,14,3131,2024,UNFPA,UNFPA +BMU,Bermuda,T_15_19,all,15-19,15,19,3299,2024,UNFPA,UNFPA +BMU,Bermuda,T_20_24,all,20-24,20,24,3187,2024,UNFPA,UNFPA +BMU,Bermuda,T_25_29,all,25-29,25,29,3033,2024,UNFPA,UNFPA +BMU,Bermuda,T_30_34,all,30-34,30,34,3028,2024,UNFPA,UNFPA +BMU,Bermuda,T_35_39,all,35-39,35,39,3798,2024,UNFPA,UNFPA +BMU,Bermuda,T_40_44,all,40-44,40,44,4589,2024,UNFPA,UNFPA +BMU,Bermuda,T_45_49,all,45-49,45,49,4541,2024,UNFPA,UNFPA +BMU,Bermuda,T_50_54,all,50-54,50,54,4891,2024,UNFPA,UNFPA +BMU,Bermuda,T_55_59,all,55-59,55,59,4878,2024,UNFPA,UNFPA +BMU,Bermuda,T_60_64,all,60-64,60,64,5390,2024,UNFPA,UNFPA +BMU,Bermuda,T_65_69,all,65-69,65,69,4682,2024,UNFPA,UNFPA +BMU,Bermuda,T_70_74,all,70-74,70,74,3630,2024,UNFPA,UNFPA +BMU,Bermuda,T_75_79,all,75-79,75,79,2758,2024,UNFPA,UNFPA +BMU,Bermuda,T_80_84,all,80-84,80,84,1813,2024,UNFPA,UNFPA +BMU,Bermuda,T_85PLUS,all,85+,85,,1797,2024,UNFPA,UNFPA +BTN,Bhutan,F_TL,f,all,,,372812,2024,UNFPA,UNFPA +BTN,Bhutan,M_TL,m,all,,,404410,2024,UNFPA,UNFPA +BTN,Bhutan,T_TL,all,all,,,777224,2024,UNFPA,UNFPA +BTN,Bhutan,F_00_04,f,0-4,0,4,29320,2024,UNFPA,UNFPA +BTN,Bhutan,F_05_09,f,5-9,5,9,28068,2024,UNFPA,UNFPA +BTN,Bhutan,F_10_14,f,10-14,10,14,29603,2024,UNFPA,UNFPA +BTN,Bhutan,F_15_19,f,15-19,15,19,33088,2024,UNFPA,UNFPA +BTN,Bhutan,F_20_24,f,20-24,20,24,33782,2024,UNFPA,UNFPA +BTN,Bhutan,F_25_29,f,25-29,25,29,33358,2024,UNFPA,UNFPA +BTN,Bhutan,F_30_34,f,30-34,30,34,35875,2024,UNFPA,UNFPA +BTN,Bhutan,F_35_39,f,35-39,35,39,32443,2024,UNFPA,UNFPA +BTN,Bhutan,F_40_44,f,40-44,40,44,26967,2024,UNFPA,UNFPA +BTN,Bhutan,F_45_49,f,45-49,45,49,21060,2024,UNFPA,UNFPA +BTN,Bhutan,F_50_54,f,50-54,50,54,16784,2024,UNFPA,UNFPA +BTN,Bhutan,F_55_59,f,55-59,55,59,14156,2024,UNFPA,UNFPA +BTN,Bhutan,F_60_64,f,60-64,60,64,11412,2024,UNFPA,UNFPA +BTN,Bhutan,F_65_69,f,65-69,65,69,9857,2024,UNFPA,UNFPA +BTN,Bhutan,F_70_74,f,70-74,70,74,7064,2024,UNFPA,UNFPA +BTN,Bhutan,F_75PLUS,f,75+,75,,9980,2024,UNFPA,UNFPA +BTN,Bhutan,M_00_04,m,0-4,0,4,30223,2024,UNFPA,UNFPA +BTN,Bhutan,M_05_09,m,5-9,5,9,28709,2024,UNFPA,UNFPA +BTN,Bhutan,M_10_14,m,10-14,10,14,30883,2024,UNFPA,UNFPA +BTN,Bhutan,M_15_19,m,15-19,15,19,33674,2024,UNFPA,UNFPA +BTN,Bhutan,M_20_24,m,20-24,20,24,33884,2024,UNFPA,UNFPA +BTN,Bhutan,M_25_29,m,25-29,25,29,37838,2024,UNFPA,UNFPA +BTN,Bhutan,M_30_34,m,30-34,30,34,42550,2024,UNFPA,UNFPA +BTN,Bhutan,M_35_39,m,35-39,35,39,37511,2024,UNFPA,UNFPA +BTN,Bhutan,M_40_44,m,40-44,40,44,30779,2024,UNFPA,UNFPA +BTN,Bhutan,M_45_49,m,45-49,45,49,24103,2024,UNFPA,UNFPA +BTN,Bhutan,M_50_54,m,50-54,50,54,19009,2024,UNFPA,UNFPA +BTN,Bhutan,M_55_59,m,55-59,55,59,15815,2024,UNFPA,UNFPA +BTN,Bhutan,M_60_64,m,60-64,60,64,12432,2024,UNFPA,UNFPA +BTN,Bhutan,M_65_69,m,65-69,65,69,10052,2024,UNFPA,UNFPA +BTN,Bhutan,M_70_74,m,70-74,70,74,7301,2024,UNFPA,UNFPA +BTN,Bhutan,M_75PLUS,m,75+,75,,9638,2024,UNFPA,UNFPA +BTN,Bhutan,T_00_04,all,0-4,0,4,59547,2024,UNFPA,UNFPA +BTN,Bhutan,T_05_09,all,5-9,5,9,56777,2024,UNFPA,UNFPA +BTN,Bhutan,T_10_14,all,10-14,10,14,60482,2024,UNFPA,UNFPA +BTN,Bhutan,T_15_19,all,15-19,15,19,66765,2024,UNFPA,UNFPA +BTN,Bhutan,T_20_24,all,20-24,20,24,67668,2024,UNFPA,UNFPA +BTN,Bhutan,T_25_29,all,25-29,25,29,71194,2024,UNFPA,UNFPA +BTN,Bhutan,T_30_34,all,30-34,30,34,78426,2024,UNFPA,UNFPA +BTN,Bhutan,T_35_39,all,35-39,35,39,69951,2024,UNFPA,UNFPA +BTN,Bhutan,T_40_44,all,40-44,40,44,57742,2024,UNFPA,UNFPA +BTN,Bhutan,T_45_49,all,45-49,45,49,45167,2024,UNFPA,UNFPA +BTN,Bhutan,T_50_54,all,50-54,50,54,35794,2024,UNFPA,UNFPA +BTN,Bhutan,T_55_59,all,55-59,55,59,29973,2024,UNFPA,UNFPA +BTN,Bhutan,T_60_64,all,60-64,60,64,23847,2024,UNFPA,UNFPA +BTN,Bhutan,T_65_69,all,65-69,65,69,19907,2024,UNFPA,UNFPA +BTN,Bhutan,T_70_74,all,70-74,70,74,14364,2024,UNFPA,UNFPA +BTN,Bhutan,T_75PLUS,all,75+,75,,19617,2024,UNFPA,UNFPA +BOL,Bolivia (Plurinational State of),F_TL,f,all,,,5982830,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_TL,m,all,,,6023201,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_TL,all,all,,,12006031,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_00_04,f,0-4,0,4,578698,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_05_09,f,5-9,5,9,575546,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_10_14,f,10-14,10,14,573376,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_15_19,f,15-19,15,19,561678,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_20_24,f,20-24,20,24,536721,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_25_29,f,25-29,25,29,498015,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_30_34,f,30-34,30,34,449368,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_35_39,f,35-39,35,39,401178,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_40_44,f,40-44,40,44,352896,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_45_49,f,45-49,45,49,304799,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_50_54,f,50-54,50,54,258768,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_55_59,f,55-59,55,59,217533,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_60_64,f,60-64,60,64,182505,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_65_69,f,65-69,65,69,152349,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_70_74,f,70-74,70,74,124971,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_75_79,f,75-79,75,79,94391,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),F_80PLUS,f,80+,80,,120038,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_00_04,m,0-4,0,4,605485,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_05_09,m,5-9,5,9,600828,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_10_14,m,10-14,10,14,598215,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_15_19,m,15-19,15,19,584763,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_20_24,m,20-24,20,24,555170,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_25_29,m,25-29,25,29,510401,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_30_34,m,30-34,30,34,456309,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_35_39,m,35-39,35,39,403692,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_40_44,m,40-44,40,44,351829,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_45_49,m,45-49,45,49,300770,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_50_54,m,50-54,50,54,252714,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_55_59,m,55-59,55,59,210089,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_60_64,m,60-64,60,64,173137,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_65_69,m,65-69,65,69,140956,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_70_74,m,70-74,70,74,112126,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_75_79,m,75-79,75,79,80601,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),M_80PLUS,m,80+,80,,86116,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_00_04,all,0-4,0,4,1184183,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_05_09,all,5-9,5,9,1176374,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_10_14,all,10-14,10,14,1171591,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_15_19,all,15-19,15,19,1146441,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_20_24,all,20-24,20,24,1091891,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_25_29,all,25-29,25,29,1008416,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_30_34,all,30-34,30,34,905677,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_35_39,all,35-39,35,39,804870,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_40_44,all,40-44,40,44,704725,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_45_49,all,45-49,45,49,605569,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_50_54,all,50-54,50,54,511482,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_55_59,all,55-59,55,59,427622,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_60_64,all,60-64,60,64,355642,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_65_69,all,65-69,65,69,293305,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_70_74,all,70-74,70,74,237097,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_75_79,all,75-79,75,79,174992,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BOL,Bolivia (Plurinational State of),T_80PLUS,all,80+,80,,206154,2022,"UNFPA and Ministerio de Educación, Ministerio de Salud y Deportes, Instituto Nacional de Estadística.",UNFPA +BWA,Botswana,F_TL,f,all,,,1258673,2023,UNFPA,UNFPA +BWA,Botswana,M_TL,m,all,,,1159391,2023,UNFPA,UNFPA +BWA,Botswana,T_TL,all,all,,,2418064,2023,UNFPA,UNFPA +BWA,Botswana,F_00_04,f,0-4,0,4,116692,2023,UNFPA,UNFPA +BWA,Botswana,F_05_09,f,5-9,5,9,117266,2023,UNFPA,UNFPA +BWA,Botswana,F_10_14,f,10-14,10,14,115555,2023,UNFPA,UNFPA +BWA,Botswana,F_15_19,f,15-19,15,19,111531,2023,UNFPA,UNFPA +BWA,Botswana,F_20_24,f,20-24,20,24,107699,2023,UNFPA,UNFPA +BWA,Botswana,F_25_29,f,25-29,25,29,104939,2023,UNFPA,UNFPA +BWA,Botswana,F_30_34,f,30-34,30,34,100621,2023,UNFPA,UNFPA +BWA,Botswana,F_35_39,f,35-39,35,39,95439,2023,UNFPA,UNFPA +BWA,Botswana,F_40_44,f,40-44,40,44,90611,2023,UNFPA,UNFPA +BWA,Botswana,F_45_49,f,45-49,45,49,71419,2023,UNFPA,UNFPA +BWA,Botswana,F_50_54,f,50-54,50,54,55667,2023,UNFPA,UNFPA +BWA,Botswana,F_55_59,f,55-59,55,59,46408,2023,UNFPA,UNFPA +BWA,Botswana,F_60_64,f,60-64,60,64,38934,2023,UNFPA,UNFPA +BWA,Botswana,F_65_69,f,65-69,65,69,30187,2023,UNFPA,UNFPA +BWA,Botswana,F_70_74,f,70-74,70,74,22346,2023,UNFPA,UNFPA +BWA,Botswana,F_75_79,f,75-79,75,79,16299,2023,UNFPA,UNFPA +BWA,Botswana,F_80PLUS,f,80+,80,,17060,2023,UNFPA,UNFPA +BWA,Botswana,M_00_04,m,0-4,0,4,119552,2023,UNFPA,UNFPA +BWA,Botswana,M_05_09,m,5-9,5,9,119827,2023,UNFPA,UNFPA +BWA,Botswana,M_10_14,m,10-14,10,14,116810,2023,UNFPA,UNFPA +BWA,Botswana,M_15_19,m,15-19,15,19,109139,2023,UNFPA,UNFPA +BWA,Botswana,M_20_24,m,20-24,20,24,102216,2023,UNFPA,UNFPA +BWA,Botswana,M_25_29,m,25-29,25,29,101464,2023,UNFPA,UNFPA +BWA,Botswana,M_30_34,m,30-34,30,34,96201,2023,UNFPA,UNFPA +BWA,Botswana,M_35_39,m,35-39,35,39,77893,2023,UNFPA,UNFPA +BWA,Botswana,M_40_44,m,40-44,40,44,73027,2023,UNFPA,UNFPA +BWA,Botswana,M_45_49,m,45-49,45,49,62501,2023,UNFPA,UNFPA +BWA,Botswana,M_50_54,m,50-54,50,54,52989,2023,UNFPA,UNFPA +BWA,Botswana,M_55_59,m,55-59,55,59,41102,2023,UNFPA,UNFPA +BWA,Botswana,M_60_64,m,60-64,60,64,28795,2023,UNFPA,UNFPA +BWA,Botswana,M_65_69,m,65-69,65,69,20405,2023,UNFPA,UNFPA +BWA,Botswana,M_70_74,m,70-74,70,74,15893,2023,UNFPA,UNFPA +BWA,Botswana,M_75_79,m,75-79,75,79,11606,2023,UNFPA,UNFPA +BWA,Botswana,M_80PLUS,m,80+,80,,9971,2023,UNFPA,UNFPA +BWA,Botswana,T_00_04,all,0-4,0,4,236244,2023,UNFPA,UNFPA +BWA,Botswana,T_05_09,all,5-9,5,9,237093,2023,UNFPA,UNFPA +BWA,Botswana,T_10_14,all,10-14,10,14,232365,2023,UNFPA,UNFPA +BWA,Botswana,T_15_19,all,15-19,15,19,220670,2023,UNFPA,UNFPA +BWA,Botswana,T_20_24,all,20-24,20,24,209915,2023,UNFPA,UNFPA +BWA,Botswana,T_25_29,all,25-29,25,29,206403,2023,UNFPA,UNFPA +BWA,Botswana,T_30_34,all,30-34,30,34,196822,2023,UNFPA,UNFPA +BWA,Botswana,T_35_39,all,35-39,35,39,173332,2023,UNFPA,UNFPA +BWA,Botswana,T_40_44,all,40-44,40,44,163638,2023,UNFPA,UNFPA +BWA,Botswana,T_45_49,all,45-49,45,49,133920,2023,UNFPA,UNFPA +BWA,Botswana,T_50_54,all,50-54,50,54,108656,2023,UNFPA,UNFPA +BWA,Botswana,T_55_59,all,55-59,55,59,87510,2023,UNFPA,UNFPA +BWA,Botswana,T_60_64,all,60-64,60,64,67729,2023,UNFPA,UNFPA +BWA,Botswana,T_65_69,all,65-69,65,69,50592,2023,UNFPA,UNFPA +BWA,Botswana,T_70_74,all,70-74,70,74,38239,2023,UNFPA,UNFPA +BWA,Botswana,T_75_79,all,75-79,75,79,27905,2023,UNFPA,UNFPA +BWA,Botswana,T_80PLUS,all,80+,80,,27031,2023,UNFPA,UNFPA +BRA,Brazil,F_TL,f,all,,,104548325,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_TL,m,all,,,98532431,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_TL,all,all,,,203080756,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_00_04,f,0-4,0,4,6243171,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_05_09,f,5-9,5,9,6738158,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_10_14,f,10-14,10,14,6682215,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_15_19,f,15-19,15,19,7058427,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_20_24,f,20-24,20,24,7699157,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_25_29,f,25-29,25,29,7842265,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_30_34,f,30-34,30,34,7935832,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_35_39,f,35-39,35,39,8345458,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_40_44,f,40-44,40,44,8291111,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_45_49,f,45-49,45,49,7091003,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_50_54,f,50-54,50,54,6584190,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_55_59,f,55-59,55,59,6149601,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_60_64,f,60-64,60,64,5338555,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_65_69,f,65-69,65,69,4288180,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_70_74,f,70-74,70,74,3243186,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_75_79,f,75-79,75,79,2189593,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_80_84,f,80-84,80,84,1465178,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_85_89,f,85-89,85,89,835554,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_90_94,f,90-94,90,94,385388,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_95_99,f,95-99,95,99,114859,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,F_100PLUS,f,100+,100,,27244,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_00_04,m,0-4,0,4,6461689,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_05_09,m,5-9,5,9,7011282,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_10_14,m,10-14,10,14,6992746,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_15_19,m,15-19,15,19,7317515,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_20_24,m,20-24,20,24,7767306,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_25_29,m,25-29,25,29,7627458,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_30_34,m,30-34,30,34,7537285,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_35_39,m,35-39,35,39,7827333,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_40_44,m,40-44,40,44,7781059,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_45_49,m,45-49,45,49,6549109,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_50_54,m,50-54,50,54,6014391,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_55_59,m,55-59,55,59,5419505,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_60_64,m,60-64,60,64,4605834,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_65_69,m,65-69,65,69,3588052,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_70_74,m,70-74,70,74,2615350,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_75_79,m,75-79,75,79,1657786,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_80_84,m,80-84,80,84,1009852,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_85_89,m,85-89,85,89,493649,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_90_94,m,90-94,90,94,194341,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_95_99,m,95-99,95,99,50319,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,M_100PLUS,m,100+,100,,10570,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_00_04,all,0-4,0,4,12704860,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_05_09,all,5-9,5,9,13749440,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_10_14,all,10-14,10,14,13674961,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_15_19,all,15-19,15,19,14375942,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_20_24,all,20-24,20,24,15466463,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_25_29,all,25-29,25,29,15469723,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_30_34,all,30-34,30,34,15473117,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_35_39,all,35-39,35,39,16172791,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_40_44,all,40-44,40,44,16072170,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_45_49,all,45-49,45,49,13640112,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_50_54,all,50-54,50,54,12598581,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_55_59,all,55-59,55,59,11569106,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_60_64,all,60-64,60,64,9944389,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_65_69,all,65-69,65,69,7876232,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_70_74,all,70-74,70,74,5858536,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_75_79,all,75-79,75,79,3847379,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_80_84,all,80-84,80,84,2475030,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_85_89,all,85-89,85,89,1329203,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_90_94,all,90-94,90,94,579729,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_95_99,all,95-99,95,99,165178,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BRA,Brazil,T_100PLUS,all,100+,100,,37814,2022,Instituto Brasileiro de Geografia e Estatística (IBGE),UNFPA +BFA,Burkina Faso,F_TL,f,all,,,11808293,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_TL,m,all,,,11060622,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_TL,all,all,,,22868915,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_00_04,f,0-4,0,4,1974998,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_05_09,f,5-9,5,9,1660331,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_10_14,f,10-14,10,14,1464112,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_15_19,f,15-19,15,19,1272069,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_20_24,f,20-24,20,24,1093185,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_25_29,f,25-29,25,29,935623,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_30_34,f,30-34,30,34,784534,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_35_39,f,35-39,35,39,634832,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_40_44,f,40-44,40,44,506685,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_45_49,f,45-49,45,49,401702,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_50_54,f,50-54,50,54,317316,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_55_59,f,55-59,55,59,247493,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_60_64,f,60-64,60,64,180237,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_65_69,f,65-69,65,69,129992,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_70_74,f,70-74,70,74,91004,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_75_79,f,75-79,75,79,55496,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,F_80PLUS,f,80+,80,,58684,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_00_04,m,0-4,0,4,2060051,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_05_09,m,5-9,5,9,1757147,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_10_14,m,10-14,10,14,1475127,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_15_19,m,15-19,15,19,1201244,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_20_24,m,20-24,20,24,974691,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_25_29,m,25-29,25,29,781674,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_30_34,m,30-34,30,34,628522,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_35_39,m,35-39,35,39,504354,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_40_44,m,40-44,40,44,399563,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_45_49,m,45-49,45,49,320060,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_50_54,m,50-54,50,54,261643,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_55_59,m,55-59,55,59,209359,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_60_64,m,60-64,60,64,159523,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_65_69,m,65-69,65,69,118856,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_70_74,m,70-74,70,74,86085,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_75_79,m,75-79,75,79,59584,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,M_80PLUS,m,80+,80,,63139,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_00_04,all,0-4,0,4,4035049,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_05_09,all,5-9,5,9,3417478,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_10_14,all,10-14,10,14,2939239,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_15_19,all,15-19,15,19,2473313,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_20_24,all,20-24,20,24,2067876,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_25_29,all,25-29,25,29,1717297,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_30_34,all,30-34,30,34,1413056,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_35_39,all,35-39,35,39,1139186,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_40_44,all,40-44,40,44,906248,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_45_49,all,45-49,45,49,721762,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_50_54,all,50-54,50,54,578959,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_55_59,all,55-59,55,59,456852,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_60_64,all,60-64,60,64,339760,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_65_69,all,65-69,65,69,248848,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_70_74,all,70-74,70,74,177089,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_75_79,all,75-79,75,79,115080,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BFA,Burkina Faso,T_80PLUS,all,80+,80,,121823,2023,Institut Geographique National de la Statistique (INS) ,UNFPA +BDI,Burundi,F_TL,f,all,,,6753229,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_TL,m,all,,,6709466,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_TL,all,all,,,13462695,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_00_04,f,0-4,0,4,1164813,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_05_09,f,5-9,5,9,996959,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_10_14,f,10-14,10,14,851860,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_15_19,f,15-19,15,19,706369,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_20_24,f,20-24,20,24,589819,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_25_29,f,25-29,25,29,495962,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_30_34,f,30-34,30,34,424385,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_35_39,f,35-39,35,39,358373,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_40_44,f,40-44,40,44,287510,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_45_49,f,45-49,45,49,222414,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_50_54,f,50-54,50,54,171889,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_55_59,f,55-59,55,59,142454,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_60_64,f,60-64,60,64,121262,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_65_69,f,65-69,65,69,95851,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_70_74,f,70-74,70,74,62302,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_75_79,f,75-79,75,79,33243,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_80PLUS,f,80+,80,,27764,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_00_04,m,0-4,0,4,1184956,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_05_09,m,5-9,5,9,1010662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_10_14,m,10-14,10,14,861074,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_15_19,m,15-19,15,19,709299,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_20_24,m,20-24,20,24,585983,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_25_29,m,25-29,25,29,488347,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_30_34,m,30-34,30,34,418986,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_35_39,m,35-39,35,39,357092,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_40_44,m,40-44,40,44,286577,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_45_49,m,45-49,45,49,221590,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_50_54,m,50-54,50,54,170543,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_55_59,m,55-59,55,59,134561,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_60_64,m,60-64,60,64,108398,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_65_69,m,65-69,65,69,81053,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_70_74,m,70-74,70,74,49360,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_75_79,m,75-79,75,79,23886,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_80PLUS,m,80+,80,,17099,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_00_04,all,0-4,0,4,2349769,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_05_09,all,5-9,5,9,2007621,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_10_14,all,10-14,10,14,1712934,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_15_19,all,15-19,15,19,1415668,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_20_24,all,20-24,20,24,1175802,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_25_29,all,25-29,25,29,984309,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_30_34,all,30-34,30,34,843371,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_35_39,all,35-39,35,39,715465,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_40_44,all,40-44,40,44,574087,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_45_49,all,45-49,45,49,444004,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_50_54,all,50-54,50,54,342432,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_55_59,all,55-59,55,59,277015,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_60_64,all,60-64,60,64,229660,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_65_69,all,65-69,65,69,176904,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_70_74,all,70-74,70,74,111662,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_75_79,all,75-79,75,79,57129,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_80PLUS,all,80+,80,,44863,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_00,f,0-0,0,0,248688,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_01,f,1-1,1,1,240384,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_02,f,2-2,2,2,232540,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_03,f,3-3,3,3,225143,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_04,f,4-4,4,4,218135,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_05,f,5-5,5,5,211493,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_06,f,6-6,6,6,205159,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_07,f,7-7,7,7,199118,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_08,f,8-8,8,8,193346,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_09,f,9-9,9,9,187773,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_10,f,10-10,10,10,182242,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_11,f,11-11,11,11,176578,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_12,f,12-12,12,12,170618,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_13,f,13-13,13,13,164435,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_14,f,14-14,14,14,158190,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_15,f,15-15,15,15,152113,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_16,f,16-16,16,16,146345,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_17,f,17-17,17,17,140907,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_18,f,18-18,18,18,135786,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,F_19,f,19-19,19,19,130974,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_00,m,0-0,0,0,253054,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_01,m,1-1,1,1,244560,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_02,m,2-2,2,2,236547,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_03,m,3-3,3,3,228976,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_04,m,4-4,4,4,221779,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_05,m,5-5,5,5,214910,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_06,m,6-6,6,6,208303,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_07,m,7-7,7,7,201948,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_08,m,8-8,8,8,195852,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_09,m,9-9,9,9,189974,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_10,m,10-10,10,10,184206,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_11,m,11-11,11,11,178380,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_12,m,12-12,12,12,172349,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_13,m,13-13,13,13,166106,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_14,m,14-14,14,14,159752,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_15,m,15-15,15,15,153460,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_16,m,16-16,16,16,147379,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_17,m,17-17,17,17,141574,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_18,m,18-18,18,18,136066,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,M_19,m,19-19,19,19,130882,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_00,all,0-0,0,0,501865,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_01,all,1-1,1,1,484999,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_02,all,2-2,2,2,469085,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_03,all,3-3,3,3,454056,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_04,all,4-4,4,4,439814,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_05,all,5-5,5,5,426265,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_06,all,6-6,6,6,413335,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_07,all,7-7,7,7,400969,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_08,all,8-8,8,8,389168,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_09,all,9-9,9,9,377788,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_10,all,10-10,10,10,366555,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_11,all,11-11,11,11,355088,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_12,all,12-12,12,12,343072,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_13,all,13-13,13,13,330567,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_14,all,14-14,14,14,317879,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_15,all,15-15,15,15,305455,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_16,all,16-16,16,16,293619,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_17,all,17-17,17,17,282454,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_18,all,18-18,18,18,271932,2022,UNFPA and ISTEEBU,UNFPA +BDI,Burundi,T_19,all,19-19,19,19,262026,2022,UNFPA and ISTEEBU,UNFPA +KHM,Cambodia,F_TL,f,all,,,8852561,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_TL,m,all,,,8483749,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_TL,all,all,,,17336307,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_00_04,f,0-4,0,4,778987,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_05_09,f,5-9,5,9,754729,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_10_14,f,10-14,10,14,740841,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_15_19,f,15-19,15,19,828511,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_20_24,f,20-24,20,24,718990,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_25_29,f,25-29,25,29,661624,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_30_34,f,30-34,30,34,749610,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_35_39,f,35-39,35,39,684085,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_40_44,f,40-44,40,44,676840,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_45_49,f,45-49,45,49,394933,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_50_54,f,50-54,50,54,415968,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_55_59,f,55-59,55,59,387937,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_60_64,f,60-64,60,64,345090,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_65_69,f,65-69,65,69,272308,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_70_74,f,70-74,70,74,202331,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_75_79,f,75-79,75,79,127320,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,F_80PLUS,f,80+,80,,112457,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_00_04,m,0-4,0,4,815979,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_05_09,m,5-9,5,9,790739,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_10_14,m,10-14,10,14,775309,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_15_19,m,15-19,15,19,866580,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_20_24,m,20-24,20,24,728890,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_25_29,m,25-29,25,29,626866,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_30_34,m,30-34,30,34,715965,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_35_39,m,35-39,35,39,655180,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_40_44,m,40-44,40,44,660646,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_45_49,m,45-49,45,49,374024,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_50_54,m,50-54,50,54,385798,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_55_59,m,55-59,55,59,328986,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_60_64,m,60-64,60,64,292844,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_65_69,m,65-69,65,69,181794,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_70_74,m,70-74,70,74,133457,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_75_79,m,75-79,75,79,82157,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,M_80PLUS,m,80+,80,,68535,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_00_04,all,0-4,0,4,1594963,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_05_09,all,5-9,5,9,1545469,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_10_14,all,10-14,10,14,1516150,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_15_19,all,15-19,15,19,1695090,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_20_24,all,20-24,20,24,1447881,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_25_29,all,25-29,25,29,1288489,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_30_34,all,30-34,30,34,1465576,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_35_39,all,35-39,35,39,1339264,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_40_44,all,40-44,40,44,1337485,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_45_49,all,45-49,45,49,768955,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_50_54,all,50-54,50,54,801766,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_55_59,all,55-59,55,59,716922,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_60_64,all,60-64,60,64,637934,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_65_69,all,65-69,65,69,454102,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_70_74,all,70-74,70,74,335789,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_75_79,all,75-79,75,79,209479,2024,Cambodia National Institute of Statistics,UNFPA +KHM,Cambodia,T_80PLUS,all,80+,80,,180993,2024,Cambodia National Institute of Statistics,UNFPA +CMR,Cameroon,F_TL,f,all,,,14236246,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_TL,m,all,,,13852617,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_TL,all,all,,,28088863,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_00_04,f,0-4,0,4,2127385,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_05_09,f,5-9,5,9,1848327,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_10_14,f,10-14,10,14,1661313,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_15_19,f,15-19,15,19,1465009,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_20_24,f,20-24,20,24,1276367,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_25_29,f,25-29,25,29,1073289,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_30_34,f,30-34,30,34,977249,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_35_39,f,35-39,35,39,927636,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_40_44,f,40-44,40,44,761624,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_45_49,f,45-49,45,49,612334,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_50_54,f,50-54,50,54,432514,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_55_59,f,55-59,55,59,363198,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_60_64,f,60-64,60,64,258885,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_65_69,f,65-69,65,69,210710,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_70_74,f,70-74,70,74,114271,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_75_79,f,75-79,75,79,76484,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,F_80PLUS,f,80+,80,,49651,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_00_04,m,0-4,0,4,2137729,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_05_09,m,5-9,5,9,1851697,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_10_14,m,10-14,10,14,1657622,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_15_19,m,15-19,15,19,1466318,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_20_24,m,20-24,20,24,1296641,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_25_29,m,25-29,25,29,1101707,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_30_34,m,30-34,30,34,988979,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_35_39,m,35-39,35,39,820732,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_40_44,m,40-44,40,44,637069,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_45_49,m,45-49,45,49,541354,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_50_54,m,50-54,50,54,404490,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_55_59,m,55-59,55,59,316185,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_60_64,m,60-64,60,64,242012,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_65_69,m,65-69,65,69,182910,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_70_74,m,70-74,70,74,109047,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_75_79,m,75-79,75,79,63001,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,M_80PLUS,m,80+,80,,35124,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_00_04,all,0-4,0,4,4265114,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_05_09,all,5-9,5,9,3700024,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_10_14,all,10-14,10,14,3318935,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_15_19,all,15-19,15,19,2931327,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_20_24,all,20-24,20,24,2573008,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_25_29,all,25-29,25,29,2174996,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_30_34,all,30-34,30,34,1966228,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_35_39,all,35-39,35,39,1748368,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_40_44,all,40-44,40,44,1398693,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_45_49,all,45-49,45,49,1153688,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_50_54,all,50-54,50,54,837004,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_55_59,all,55-59,55,59,679383,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_60_64,all,60-64,60,64,500897,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_65_69,all,65-69,65,69,393620,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_70_74,all,70-74,70,74,223318,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_75_79,all,75-79,75,79,139485,2023,BUCREP Cameroun,UNFPA +CMR,Cameroon,T_80PLUS,all,80+,80,,84775,2023,BUCREP Cameroun,UNFPA +CPV,Cabo Verde,F_TL,f,all,,,280362,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_TL,m,all,,,289150,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_TL,all,all,,,569523,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_00_04,f,0-4,0,4,25262,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_05_09,f,5-9,5,9,25359,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_10_14,f,10-14,10,14,24532,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_15_19,f,15-19,15,19,23498,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_20_24,f,20-24,20,24,21749,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_25_29,f,25-29,25,29,24670,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_30_34,f,30-34,30,34,25924,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_35_39,f,35-39,35,39,22422,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_40_44,f,40-44,40,44,17165,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_45_49,f,45-49,45,49,13738,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_50_54,f,50-54,50,54,12504,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_55_59,f,55-59,55,59,12390,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_60_64,f,60-64,60,64,9907,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_65_69,f,65-69,65,69,7236,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_70_74,f,70-74,70,74,3912,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_75_79,f,75-79,75,79,2797,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_80_84,f,80-84,80,84,2815,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_85_89,f,85-89,85,89,2492,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_90_94,f,90-94,90,94,1338,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,F_95PLUS,f,95+,95,,652,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_00_04,m,0-4,0,4,26470,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_05_09,m,5-9,5,9,26577,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_10_14,m,10-14,10,14,24923,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_15_19,m,15-19,15,19,23722,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_20_24,m,20-24,20,24,23195,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_25_29,m,25-29,25,29,26824,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_30_34,m,30-34,30,34,29509,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_35_39,m,35-39,35,39,26233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_40_44,m,40-44,40,44,20834,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_45_49,m,45-49,45,49,15460,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_50_54,m,50-54,50,54,12729,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_55_59,m,55-59,55,59,11244,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_60_64,m,60-64,60,64,8251,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_65_69,m,65-69,65,69,4770,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_70_74,m,70-74,70,74,2618,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_75_79,m,75-79,75,79,1782,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_80_84,m,80-84,80,84,1637,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_85_89,m,85-89,85,89,1440,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_90_94,m,90-94,90,94,727,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,M_95PLUS,m,95+,95,,205,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_00_04,all,0-4,0,4,51729,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_05_09,all,5-9,5,9,51938,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_10_14,all,10-14,10,14,49464,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_15_19,all,15-19,15,19,47223,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_20_24,all,20-24,20,24,44943,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_25_29,all,25-29,25,29,51493,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_30_34,all,30-34,30,34,55436,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_35_39,all,35-39,35,39,48655,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_40_44,all,40-44,40,44,38002,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_45_49,all,45-49,45,49,29197,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_50_54,all,50-54,50,54,25233,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_55_59,all,55-59,55,59,23632,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_60_64,all,60-64,60,64,18156,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_65_69,all,65-69,65,69,12006,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_70_74,all,70-74,70,74,6533,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_75_79,all,75-79,75,79,4579,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_80_84,all,80-84,80,84,4451,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_85_89,all,85-89,85,89,3930,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_90_94,all,90-94,90,94,2065,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +CPV,Cabo Verde,T_95PLUS,all,95+,95,,858,2022,UNFPA and National Institute of Satistics (INE) Cabo Verde,UNFPA +TCD,Chad,F_TL,f,all,,,9075045,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_TL,m,all,,,8958704,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_TL,all,all,,,18033749,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_00_04,f,0-4,0,4,1719109,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_05_09,f,5-9,5,9,1413000,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_10_14,f,10-14,10,14,1269557,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_15_19,f,15-19,15,19,1058822,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_20_24,f,20-24,20,24,754939,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_25_29,f,25-29,25,29,585512,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_30_34,f,30-34,30,34,520211,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_35_39,f,35-39,35,39,441612,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_40_44,f,40-44,40,44,350383,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_45_49,f,45-49,45,49,279495,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_50_54,f,50-54,50,54,212860,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_55_59,f,55-59,55,59,159036,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_60_64,f,60-64,60,64,111994,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_65_69,f,65-69,65,69,78283,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_70_74,f,70-74,70,74,55059,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_75_79,f,75-79,75,79,34594,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,F_80PLUS,f,80+,80,,30579,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_00_04,m,0-4,0,4,1801766,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_05_09,m,5-9,5,9,1465090,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_10_14,m,10-14,10,14,1296164,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_15_19,m,15-19,15,19,1090013,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_20_24,m,20-24,20,24,780041,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_25_29,m,25-29,25,29,573624,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_30_34,m,30-34,30,34,408085,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_35_39,m,35-39,35,39,314569,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_40_44,m,40-44,40,44,276083,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_45_49,m,45-49,45,49,238905,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_50_54,m,50-54,50,54,205406,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_55_59,m,55-59,55,59,167477,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_60_64,m,60-64,60,64,122475,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_65_69,m,65-69,65,69,88285,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_70_74,m,70-74,70,74,60075,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_75_79,m,75-79,75,79,37024,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,M_80PLUS,m,80+,80,,33622,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_00_04,all,0-4,0,4,3520875,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_05_09,all,5-9,5,9,2878090,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_10_14,all,10-14,10,14,2565721,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_15_19,all,15-19,15,19,2148835,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_20_24,all,20-24,20,24,1534980,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_25_29,all,25-29,25,29,1159136,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_30_34,all,30-34,30,34,928296,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_35_39,all,35-39,35,39,756181,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_40_44,all,40-44,40,44,626466,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_45_49,all,45-49,45,49,518400,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_50_54,all,50-54,50,54,418266,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_55_59,all,55-59,55,59,326513,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_60_64,all,60-64,60,64,234469,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_65_69,all,65-69,65,69,166568,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_70_74,all,70-74,70,74,115134,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_75_79,all,75-79,75,79,71618,2023,UNFPA and INSEED Tchad,UNFPA +TCD,Chad,T_80PLUS,all,80+,80,,64201,2023,UNFPA and INSEED Tchad,UNFPA +CHL,Chile,F_TL,f,all,,,10045585,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_TL,m,all,,,9782978,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_TL,all,all,,,19828563,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_00_04,f,0-4,0,4,577504,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_05_09,f,5-9,5,9,620033,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_10_14,f,10-14,10,14,637702,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_15_19,f,15-19,15,19,605608,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_20_24,f,20-24,20,24,678709,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_25_29,f,25-29,25,29,785739,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_30_34,f,30-34,30,34,835861,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_35_39,f,35-39,35,39,732919,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_40_44,f,40-44,40,44,686173,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_45_49,f,45-49,45,49,661003,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_50_54,f,50-54,50,54,622004,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_55_59,f,55-59,55,59,608970,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_60_64,f,60-64,60,64,542388,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_65_69,f,65-69,65,69,464538,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_70_74,f,70-74,70,74,354224,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_75_79,f,75-79,75,79,256314,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,F_80PLUS,f,80+,80,,375896,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_00_04,m,0-4,0,4,599782,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_05_09,m,5-9,5,9,643572,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_10_14,m,10-14,10,14,660773,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_15_19,m,15-19,15,19,626479,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_20_24,m,20-24,20,24,700037,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_25_29,m,25-29,25,29,808991,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_30_34,m,30-34,30,34,860590,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_35_39,m,35-39,35,39,750870,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_40_44,m,40-44,40,44,693436,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_45_49,m,45-49,45,49,655076,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_50_54,m,50-54,50,54,602705,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_55_59,m,55-59,55,59,575473,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_60_64,m,60-64,60,64,495545,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_65_69,m,65-69,65,69,406952,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_70_74,m,70-74,70,74,294260,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_75_79,m,75-79,75,79,194048,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,M_80PLUS,m,80+,80,,214389,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_00_04,all,0-4,0,4,1177286,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_05_09,all,5-9,5,9,1263605,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_10_14,all,10-14,10,14,1298475,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_15_19,all,15-19,15,19,1232087,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_20_24,all,20-24,20,24,1378746,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_25_29,all,25-29,25,29,1594730,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_30_34,all,30-34,30,34,1696451,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_35_39,all,35-39,35,39,1483789,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_40_44,all,40-44,40,44,1379609,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_45_49,all,45-49,45,49,1316079,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_50_54,all,50-54,50,54,1224709,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_55_59,all,55-59,55,59,1184443,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_60_64,all,60-64,60,64,1037933,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_65_69,all,65-69,65,69,871490,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_70_74,all,70-74,70,74,648484,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_75_79,all,75-79,75,79,450362,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +CHL,Chile,T_80PLUS,all,80+,80,,590285,2022,UNFPA and Instituto Nacional de Estadísticas de Chile (INE),UNFPA +COL,Colombia,F_TL,f,all,,,27030088,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_TL,m,all,,,25661352,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_TL,all,all,,,52691440,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_00_04,f,0-4,0,4,1857339,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_05_09,f,5-9,5,9,1957470,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_10_14,f,10-14,10,14,1954589,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_15_19,f,15-19,15,19,1979831,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_20_24,f,20-24,20,24,2074954,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_25_29,f,25-29,25,29,2176639,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_30_34,f,30-34,30,34,2124929,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_35_39,f,35-39,35,39,1965412,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_40_44,f,40-44,40,44,1850436,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_45_49,f,45-49,45,49,1646115,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_50_54,f,50-54,50,54,1530864,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_55_59,f,55-59,55,59,1494251,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_60_64,f,60-64,60,64,1339187,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_65_69,f,65-69,65,69,1075654,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_70_74,f,70-74,70,74,798447,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_75_79,f,75-79,75,79,550185,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_80_84,f,80-84,80,84,337431,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_85_89,f,85-89,85,89,181340,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_90_94,f,90-94,90,94,85833,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_95_99,f,95-99,95,99,34716,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,F_100PLUS,f,100+,100,,14466,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_00_04,m,0-4,0,4,1932903,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_05_09,m,5-9,5,9,2035248,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_10_14,m,10-14,10,14,2032921,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_15_19,m,15-19,15,19,2046695,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_20_24,m,20-24,20,24,2113883,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_25_29,m,25-29,25,29,2166750,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_30_34,m,30-34,30,34,2062326,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_35_39,m,35-39,35,39,1869554,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_40_44,m,40-44,40,44,1725740,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_45_49,m,45-49,45,49,1496552,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_50_54,m,50-54,50,54,1351218,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_55_59,m,55-59,55,59,1284837,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_60_64,m,60-64,60,64,1124581,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_65_69,m,65-69,65,69,881335,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_70_74,m,70-74,70,74,636427,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_75_79,m,75-79,75,79,422808,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_80_84,m,80-84,80,84,249791,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_85_89,m,85-89,85,89,130999,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_90_94,m,90-94,90,94,61650,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_95_99,m,95-99,95,99,25490,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,M_100PLUS,m,100+,100,,9644,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_00_04,all,0-4,0,4,3790242,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_05_09,all,5-9,5,9,3992718,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_10_14,all,10-14,10,14,3987510,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_15_19,all,15-19,15,19,4026526,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_20_24,all,20-24,20,24,4188837,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_25_29,all,25-29,25,29,4343389,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_30_34,all,30-34,30,34,4187255,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_35_39,all,35-39,35,39,3834966,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_40_44,all,40-44,40,44,3576176,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_45_49,all,45-49,45,49,3142667,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_50_54,all,50-54,50,54,2882082,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_55_59,all,55-59,55,59,2779088,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_60_64,all,60-64,60,64,2463768,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_65_69,all,65-69,65,69,1956989,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_70_74,all,70-74,70,74,1434874,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_75_79,all,75-79,75,79,972993,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_80_84,all,80-84,80,84,587222,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_85_89,all,85-89,85,89,312339,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_90_94,all,90-94,90,94,147483,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_95_99,all,95-99,95,99,60206,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COL,Colombia,T_100PLUS,all,100+,100,,24110,2024,Departamento Administrativo Nacional de Estadística (DANE),UNFPA +COM,Comoros,F_TL,f,all,,,376503,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_TL,m,all,,,381808,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_TL,all,all,,,758311,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_00_04,f,0-4,0,4,50537,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_05_09,f,5-9,5,9,48486,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_10_14,f,10-14,10,14,43314,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_15_19,f,15-19,15,19,39945,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_20_24,f,20-24,20,24,31704,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_25_29,f,25-29,25,29,29974,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_30_34,f,30-34,30,34,25495,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_35_39,f,35-39,35,39,23074,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_40_44,f,40-44,40,44,18273,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_45_49,f,45-49,45,49,14815,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_50_54,f,50-54,50,54,12044,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_55_59,f,55-59,55,59,9626,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_60_64,f,60-64,60,64,8110,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_65_69,f,65-69,65,69,6272,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_70_74,f,70-74,70,74,5535,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_75_79,f,75-79,75,79,3452,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_80_84,f,80-84,80,84,2926,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,F_85PLUS,f,85+,85,,2921,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_00_04,m,0-4,0,4,53043,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_05_09,m,5-9,5,9,50846,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_10_14,m,10-14,10,14,46825,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_15_19,m,15-19,15,19,41478,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_20_24,m,20-24,20,24,29456,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_25_29,m,25-29,25,29,27453,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_30_34,m,30-34,30,34,25485,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_35_39,m,35-39,35,39,23230,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_40_44,m,40-44,40,44,19473,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_45_49,m,45-49,45,49,16128,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_50_54,m,50-54,50,54,12401,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_55_59,m,55-59,55,59,9488,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_60_64,m,60-64,60,64,7569,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_65_69,m,65-69,65,69,5879,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_70_74,m,70-74,70,74,5078,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_75_79,m,75-79,75,79,3273,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_80_84,m,80-84,80,84,2299,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,M_85PLUS,m,85+,85,,2404,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_00_04,all,0-4,0,4,103580,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_05_09,all,5-9,5,9,99332,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_10_14,all,10-14,10,14,90139,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_15_19,all,15-19,15,19,81423,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_20_24,all,20-24,20,24,61160,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_25_29,all,25-29,25,29,57427,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_30_34,all,30-34,30,34,50980,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_35_39,all,35-39,35,39,46304,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_40_44,all,40-44,40,44,37746,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_45_49,all,45-49,45,49,30943,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_50_54,all,50-54,50,54,24445,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_55_59,all,55-59,55,59,19114,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_60_64,all,60-64,60,64,15679,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_65_69,all,65-69,65,69,12151,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_70_74,all,70-74,70,74,10613,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_75_79,all,75-79,75,79,6725,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_80_84,all,80-84,80,84,5225,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COM,Comoros,T_85PLUS,all,85+,85,,5325,2017,UNFPA and INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES ET DEMOGRAPHIQUES,UNFPA +COD,Democratic Republic of the Congo,F_00_04,f,0-4,0,4,9853646,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,M_00_04,m,0-4,0,4,10147364,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,F_05_19,f,5-19,5,19,19705741,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,M_05_19,m,5-19,5,19,20293436,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,T_00_04,all,0-4,0,4,20001010,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,T_05_19,all,5-19,5,19,39999177,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,F_TL,f,all,,,52367665,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,M_TL,m,all,,,50831693,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +COD,Democratic Republic of the Congo,T_TL,all,all,,,103199358,2020,Health Zone population statistics developed by the DRC IM Working Group,OCHA Democratic Republic of the Congo (DRC) +CRI,Costa Rica,F_TL,f,all,,,2562367,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_TL,m,all,,,2600654,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_TL,all,all,,,5163021,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_00_04,f,0-4,0,4,177309,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_05_09,f,5-9,5,9,183306,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_10_14,f,10-14,10,14,181967,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_15_19,f,15-19,15,19,182344,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_20_24,f,20-24,20,24,203657,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_25_29,f,25-29,25,29,213707,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_30_34,f,30-34,30,34,217744,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_35_39,f,35-39,35,39,208763,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_40_44,f,40-44,40,44,181525,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_45_49,f,45-49,45,49,153602,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_50_54,f,50-54,50,54,145859,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_55_59,f,55-59,55,59,140365,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_60_64,f,60-64,60,64,120001,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_65_69,f,65-69,65,69,92872,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_70_74,f,70-74,70,74,62099,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,F_75PLUS,f,75+,75,,97247,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_00_04,m,0-4,0,4,185888,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_05_09,m,5-9,5,9,192246,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_10_14,m,10-14,10,14,191359,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_15_19,m,15-19,15,19,192375,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_20_24,m,20-24,20,24,211809,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_25_29,m,25-29,25,29,227595,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_30_34,m,30-34,30,34,231297,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_35_39,m,35-39,35,39,218890,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_40_44,m,40-44,40,44,183399,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_45_49,m,45-49,45,49,151856,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_50_54,m,50-54,50,54,139912,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_55_59,m,55-59,55,59,134636,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_60_64,m,60-64,60,64,114854,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_65_69,m,65-69,65,69,87367,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_70_74,m,70-74,70,74,57482,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,M_75PLUS,m,75+,75,,79689,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_00_04,all,0-4,0,4,363197,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_05_09,all,5-9,5,9,375552,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_10_14,all,10-14,10,14,373326,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_15_19,all,15-19,15,19,374719,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_20_24,all,20-24,20,24,415466,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_25_29,all,25-29,25,29,441302,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_30_34,all,30-34,30,34,449041,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_35_39,all,35-39,35,39,427653,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_40_44,all,40-44,40,44,364924,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_45_49,all,45-49,45,49,305458,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_50_54,all,50-54,50,54,285771,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_55_59,all,55-59,55,59,275001,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_60_64,all,60-64,60,64,234855,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_65_69,all,65-69,65,69,180239,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_70_74,all,70-74,70,74,119581,2021,Costa Rica National Statistics Office (NSO),UNFPA +CRI,Costa Rica,T_75PLUS,all,75+,75,,176936,2021,Costa Rica National Statistics Office (NSO),UNFPA +CIV,Côte d'Ivoire,F_TL,f,all,,,12526924,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,M_TL,m,all,,,13372134,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_TL,all,all,,,25899058,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_00_04,all,0-4,0,4,4219491,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_05_09,all,5-9,5,9,3630146,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_10_14,all,10-14,10,14,3210596,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_15_19,all,15-19,15,19,2851101,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_20_24,all,20-24,20,24,2382953,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_25_29,all,25-29,25,29,1953093,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_30_34,all,30-34,30,34,1628336,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_35_39,all,35-39,35,39,1382693,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_40_44,all,40-44,40,44,1119880,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_45_49,all,45-49,45,49,913987,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_50_54,all,50-54,50,54,759667,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_55_59,all,55-59,55,59,620030,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_60_64,all,60-64,60,64,480191,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_65_69,all,65-69,65,69,337311,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_70_74,all,70-74,70,74,223600,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_75_79,all,75-79,75,79,121002,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CIV,Côte d'Ivoire,T_80PLUS,all,80+,80,,64981,2019,Institut National de la Statistique (INS) _ Projection UNFPA,OCHA West and Central Africa (ROWCA) +CUB,Cuba,F_TL,f,all,,,5627547,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_TL,m,all,,,5554048,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_TL,all,all,,,11181595,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_00_04,f,0-4,0,4,269923,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_05_09,f,5-9,5,9,300399,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_10_14,f,10-14,10,14,280704,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_15_19,f,15-19,15,19,310986,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_20_24,f,20-24,20,24,338387,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_25_29,f,25-29,25,29,349831,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_30_34,f,30-34,30,34,384846,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_35_39,f,35-39,35,39,332420,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_40_44,f,40-44,40,44,327382,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_45_49,f,45-49,45,49,466415,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_50_54,f,50-54,50,54,502010,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_55_59,f,55-59,55,59,481890,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_60_64,f,60-64,60,64,327553,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_65_69,f,65-69,65,69,286267,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_70_74,f,70-74,70,74,243555,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_75_79,f,75-79,75,79,185228,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_80_84,f,80-84,80,84,126053,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,F_85PLUS,f,85+,85,,113698,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_00_04,m,0-4,0,4,289782,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_05_09,m,5-9,5,9,319959,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_10_14,m,10-14,10,14,297913,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_15_19,m,15-19,15,19,328811,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_20_24,m,20-24,20,24,359504,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_25_29,m,25-29,25,29,372763,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_30_34,m,30-34,30,34,406806,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_35_39,m,35-39,35,39,344102,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_40_44,m,40-44,40,44,332997,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_45_49,m,45-49,45,49,461452,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_50_54,m,50-54,50,54,483170,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_55_59,m,55-59,55,59,452863,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_60_64,m,60-64,60,64,299295,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_65_69,m,65-69,65,69,256963,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_70_74,m,70-74,70,74,212006,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_75_79,m,75-79,75,79,154215,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_80_84,m,80-84,80,84,100128,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,M_85PLUS,m,85+,85,,81319,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_00_04,all,0-4,0,4,559705,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_05_09,all,5-9,5,9,620358,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_10_14,all,10-14,10,14,578617,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_15_19,all,15-19,15,19,639797,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_20_24,all,20-24,20,24,697891,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_25_29,all,25-29,25,29,722594,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_30_34,all,30-34,30,34,791652,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_35_39,all,35-39,35,39,676522,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_40_44,all,40-44,40,44,660379,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_45_49,all,45-49,45,49,927867,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_50_54,all,50-54,50,54,985180,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_55_59,all,55-59,55,59,934753,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_60_64,all,60-64,60,64,626848,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_65_69,all,65-69,65,69,543230,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_70_74,all,70-74,70,74,455561,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_75_79,all,75-79,75,79,339443,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_80_84,all,80-84,80,84,226181,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +CUB,Cuba,T_85PLUS,all,85+,85,,195017,2020,UNFPA and Oficina Oficial de Estadistica y Informazion,UNFPA +DJI,Djibouti,T_TL,all,all,,,818159,2009,Djibouti 2009 Census,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +DOM,Dominican Republic,F_TL,f,all,,,368698,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_TL,m,all,,,381850,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_TL,all,all,,,750548,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_00_04,f,0-4,0,4,35122,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_05_09,f,5-9,5,9,35789,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_10_14,f,10-14,10,14,35176,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_15_19,f,15-19,15,19,32887,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_20_24,f,20-24,20,24,31452,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_25_29,f,25-29,25,29,29867,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_30_34,f,30-34,30,34,27902,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_35_39,f,35-39,35,39,26424,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_40_44,f,40-44,40,44,24565,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_45_49,f,45-49,45,49,21437,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_50_54,f,50-54,50,54,18103,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_55_59,f,55-59,55,59,14650,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_60_64,f,60-64,60,64,11787,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_65_69,f,65-69,65,69,8825,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_70_74,f,70-74,70,74,6100,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_75_79,f,75-79,75,79,3975,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,F_80PLUS,f,80+,80,,4637,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_00_04,m,0-4,0,4,36632,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_05_09,m,5-9,5,9,37289,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_10_14,m,10-14,10,14,36238,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_15_19,m,15-19,15,19,33046,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_20_24,m,20-24,20,24,31060,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_25_29,m,25-29,25,29,29560,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_30_34,m,30-34,30,34,28425,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_35_39,m,35-39,35,39,28385,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_40_44,m,40-44,40,44,26977,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_45_49,m,45-49,45,49,23092,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_50_54,m,50-54,50,54,19338,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_55_59,m,55-59,55,59,15478,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_60_64,m,60-64,60,64,12203,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_65_69,m,65-69,65,69,8958,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_70_74,m,70-74,70,74,6140,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_75_79,m,75-79,75,79,4209,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,M_80PLUS,m,80+,80,,4820,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_00_04,all,0-4,0,4,71754,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_05_09,all,5-9,5,9,73078,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_10_14,all,10-14,10,14,71414,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_15_19,all,15-19,15,19,65933,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_20_24,all,20-24,20,24,62512,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_25_29,all,25-29,25,29,59427,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_30_34,all,30-34,30,34,56327,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_35_39,all,35-39,35,39,54809,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_40_44,all,40-44,40,44,51542,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_45_49,all,45-49,45,49,44529,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_50_54,all,50-54,50,54,37441,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_55_59,all,55-59,55,59,30128,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_60_64,all,60-64,60,64,23990,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_65_69,all,65-69,65,69,17783,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_70_74,all,70-74,70,74,12240,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_75_79,all,75-79,75,79,8184,2023,Oficina Nacional de Estadística,UNFPA +DOM,Dominican Republic,T_80PLUS,all,80+,80,,9457,2023,Oficina Nacional de Estadística,UNFPA +ECU,Ecuador,F_TL,f,all,,,8844706,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_TL,m,all,,,8665937,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_TL,all,all,,,17510643,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_00_00,f,0-0,0,0,161825,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_01_04,f,1-4,1,4,648654,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_05_09,f,5-9,5,9,819824,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_10_14,f,10-14,10,14,821990,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_15_19,f,15-19,15,19,792554,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_20_24,f,20-24,20,24,747429,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_25_29,f,25-29,25,29,696924,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_30_34,f,30-34,30,34,650318,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_35_39,f,35-39,35,39,610269,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_40_44,f,40-44,40,44,560752,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_45_49,f,45-49,45,49,497756,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_50_54,f,50-54,50,54,436131,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_55_59,f,55-59,55,59,377087,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_60_64,f,60-64,60,64,312829,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_65_69,f,65-69,65,69,247250,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_70_74,f,70-74,70,74,187189,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_75_79,f,75-79,75,79,132595,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,F_80PLUS,f,80+,80,,143330,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_00_00,m,0-0,0,0,169314,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_01_04,m,1-4,1,4,678322,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_05_09,m,5-9,5,9,856711,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_10_14,m,10-14,10,14,860321,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_15_19,m,15-19,15,19,826644,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_20_24,m,20-24,20,24,768332,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_25_29,m,25-29,25,29,700288,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_30_34,m,30-34,30,34,636841,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_35_39,m,35-39,35,39,579027,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_40_44,m,40-44,40,44,516243,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_45_49,m,45-49,45,49,453311,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_50_54,m,50-54,50,54,397162,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_55_59,m,55-59,55,59,342046,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_60_64,m,60-64,60,64,281442,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_65_69,m,65-69,65,69,218604,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_70_74,m,70-74,70,74,160153,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_75_79,m,75-79,75,79,108382,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,M_80PLUS,m,80+,80,,112794,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_00_00,all,0-0,0,0,331139,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_01_04,all,1-4,1,4,1326976,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_05_09,all,5-9,5,9,1676535,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_10_14,all,10-14,10,14,1682311,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_15_19,all,15-19,15,19,1619198,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_20_24,all,20-24,20,24,1515761,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_25_29,all,25-29,25,29,1397212,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_30_34,all,30-34,30,34,1287159,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_35_39,all,35-39,35,39,1189296,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_40_44,all,40-44,40,44,1076995,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_45_49,all,45-49,45,49,951067,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_50_54,all,50-54,50,54,833293,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_55_59,all,55-59,55,59,719133,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_60_64,all,60-64,60,64,594271,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_65_69,all,65-69,65,69,465854,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_70_74,all,70-74,70,74,347342,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_75_79,all,75-79,75,79,240977,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +ECU,Ecuador,T_80PLUS,all,80+,80,,256124,2020,UNFPA and INEC - Instituto Nacional de Estadística y Censos ,UNFPA +SLV,El Salvador,F_TL,f,all,,,3386025,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_TL,m,all,,,2964944,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_TL,all,all,,,6350969,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_00_04,f,0-4,0,4,240021,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_05_09,f,5-9,5,9,256360,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_10_14,f,10-14,10,14,259615,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_15_19,f,15-19,15,19,264160,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_20_24,f,20-24,20,24,286544,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_25_29,f,25-29,25,29,310844,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_30_34,f,30-34,30,34,291556,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_35_39,f,35-39,35,39,244216,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_40_44,f,40-44,40,44,212411,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_45_49,f,45-49,45,49,195960,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_50_54,f,50-54,50,54,181435,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_55_59,f,55-59,55,59,158026,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_60_64,f,60-64,60,64,132077,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_65_69,f,65-69,65,69,107250,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_70_74,f,70-74,70,74,86758,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_75_79,f,75-79,75,79,66417,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,F_80PLUS,f,80+,80,,92375,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_00_04,m,0-4,0,4,251222,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_05_09,m,5-9,5,9,269207,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_10_14,m,10-14,10,14,273371,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_15_19,m,15-19,15,19,274480,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_20_24,m,20-24,20,24,284010,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_25_29,m,25-29,25,29,290596,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_30_34,m,30-34,30,34,251328,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_35_39,m,35-39,35,39,185780,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_40_44,m,40-44,40,44,149648,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_45_49,m,45-49,45,49,137881,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_50_54,m,50-54,50,54,130742,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_55_59,m,55-59,55,59,114263,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_60_64,m,60-64,60,64,95111,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_65_69,m,65-69,65,69,77843,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_70_74,m,70-74,70,74,63284,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_75_79,m,75-79,75,79,48314,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,M_80PLUS,m,80+,80,,67864,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_00_04,all,0-4,0,4,491243,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_05_09,all,5-9,5,9,525567,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_10_14,all,10-14,10,14,532986,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_15_19,all,15-19,15,19,538640,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_20_24,all,20-24,20,24,570554,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_25_29,all,25-29,25,29,601440,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_30_34,all,30-34,30,34,542884,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_35_39,all,35-39,35,39,429996,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_40_44,all,40-44,40,44,362059,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_45_49,all,45-49,45,49,333841,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_50_54,all,50-54,50,54,312177,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_55_59,all,55-59,55,59,272289,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_60_64,all,60-64,60,64,227188,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_65_69,all,65-69,65,69,185093,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_70_74,all,70-74,70,74,150042,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_75_79,all,75-79,75,79,114731,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +SLV,El Salvador,T_80PLUS,all,80+,80,,160239,2024,El Salvador UNFPA country office and Dirección General de Estarística y Censos (DIGESTYC),UNFPA +ERI,Eritrea,T_TL,all,all,,,2908795,2001,"National Statistics Office, Government of Eritrea",OCHA Regional Office for Southern and Eastern Africa (ROSEA) +ETH,Ethiopia,T_TL,all,all,,,102536651,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_TL,m,all,,,51389358,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_TL,f,all,,,51147294,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_00_04,all,0-4,0,4,14793650,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_05_09,all,5-9,5,9,15784379,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_10_14,all,10-14,10,14,15017421,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_15_19,all,15-19,15,19,11239087,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_15_17,all,15-17,15,17,8176436,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_18_19,all,18-19,18,19,3062651,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_20_24,all,20-24,20,24,7880724,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_25_29,all,25-29,25,29,7841128,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_30_34,all,30-34,30,34,5857024,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_35_39,all,35-39,35,39,5890975,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_40_44,all,40-44,40,44,4100871,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_45_49,all,45-49,45,49,3354588,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_50_54,all,50-54,50,54,2790452,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_55_59,all,55-59,55,59,2149003,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_60_64,all,60-64,60,64,1928672,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,T_65PLUS,all,65+,65,,3908678,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_00_04,m,0-4,0,4,7429899,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_05_09,m,5-9,5,9,7927479,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_10_14,m,10-14,10,14,7535175,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_15_19,m,15-19,15,19,5630382,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_15_17,m,15-17,15,17,4096103,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_18_19,m,18-19,18,19,1534279,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_20_24,m,20-24,20,24,3941594,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_25_29,m,25-29,25,29,3921478,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_30_34,m,30-34,30,34,2931135,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_35_39,m,35-39,35,39,2947362,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_40_44,m,40-44,40,44,2054850,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_45_49,m,45-49,45,49,1679489,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_50_54,m,50-54,50,54,1398414,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_55_59,m,55-59,55,59,1074251,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_60_64,m,60-64,60,64,964395,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,M_65PLUS,m,65+,65,,1953455,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_00_04,f,0-4,0,4,7363751,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_05_09,f,5-9,5,9,7856900,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_10_14,f,10-14,10,14,7482246,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_15_19,f,15-19,15,19,5608705,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_15_17,f,15-17,15,17,4080333,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_18_19,f,18-19,18,19,1528372,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_20_24,f,20-24,20,24,3939130,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_25_29,f,25-29,25,29,3919651,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_30_34,f,30-34,30,34,2925889,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_35_39,f,35-39,35,39,2943612,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_40_44,f,40-44,40,44,2046021,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_45_49,f,45-49,45,49,1675099,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_50_54,f,50-54,50,54,1392038,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_55_59,f,55-59,55,59,1074751,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_60_64,f,60-64,60,64,964277,2022,Central Statistics Agency (CSA),OCHA Ethiopia +ETH,Ethiopia,F_65PLUS,f,65+,65,,1955223,2022,Central Statistics Agency (CSA),OCHA Ethiopia +FJI,Fiji,M_00_04,m,0-4,0,4,47195,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_00_04,f,0-4,0,4,44702,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_00_04,all,0-4,0,4,91897,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_05_09,m,5-9,5,9,45243,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_05_09,f,5-9,5,9,43052,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_05_09,all,5-9,5,9,88295,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_10_14,m,10-14,10,14,40715,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_10_14,f,10-14,10,14,38881,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_10_14,all,10-14,10,14,79596,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_15_19,m,15-19,15,19,38032,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_15_19,f,15-19,15,19,36056,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_15_19,all,15-19,15,19,74088,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_20_24,m,20-24,20,24,37464,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_20_24,f,20-24,20,24,36152,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_20_24,all,20-24,20,24,73616,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_25_29,m,25-29,25,29,35253,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_25_29,f,25-29,25,29,34055,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_25_29,all,25-29,25,29,69308,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_30_34,m,30-34,30,34,35266,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_30_34,f,30-34,30,34,33552,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_30_34,all,30-34,30,34,68818,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_35_39,m,35-39,35,39,33382,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_35_39,f,35-39,35,39,31768,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_35_39,all,35-39,35,39,65150,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_40_44,m,40-44,40,44,27697,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_40_44,f,40-44,40,44,25817,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_40_44,all,40-44,40,44,53514,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_45_49,m,45-49,45,49,25314,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_45_49,f,45-49,45,49,24190,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_45_49,all,45-49,45,49,49504,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_50_54,m,50-54,50,54,24649,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_50_54,f,50-54,50,54,23961,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_50_54,all,50-54,50,54,48610,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_55_59,m,55-59,55,59,21263,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_55_59,f,55-59,55,59,20745,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_55_59,all,55-59,55,59,42008,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_60_64,m,60-64,60,64,14891,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_60_64,f,60-64,60,64,15724,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_60_64,all,60-64,60,64,30615,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_65_69,m,65-69,65,69,10076,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_65_69,f,65-69,65,69,11252,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_65_69,all,65-69,65,69,21328,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_70_74,m,70-74,70,74,6367,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_70_74,f,70-74,70,74,7781,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_70_74,all,70-74,70,74,14148,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_75_79,m,75-79,75,79,3490,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_75_79,f,75-79,75,79,4756,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_75_79,all,75-79,75,79,8246,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_80_84,m,80-84,80,84,1560,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_80_84,f,80-84,80,84,2437,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_80_84,all,80-84,80,84,3997,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_85_89,m,85-89,85,89,550,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_85_89,f,85-89,85,89,1079,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_85_89,all,85-89,85,89,1629,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_90_94,m,90-94,90,94,135,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_90_94,f,90-94,90,94,251,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_90_94,all,90-94,90,94,386,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_95PLUS,m,95+,95,,53,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_95PLUS,f,95+,95,,81,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_95PLUS,all,95+,95,,134,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,M_TL,m,all,,,448595,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,F_TL,f,all,,,436292,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +FJI,Fiji,T_TL,all,all,,,884887,2017,"Fiji Bureau of Statistics (FBoS), 2017 Census of Population and Housing, 2017 Population and Housing Census, Administrative Report",OCHA Regional Office for Asia and the Pacific (ROAP) +GUF,French Guiana,T_TL,all,all,,,269154,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_TL,f,all,,,135719,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_TL,m,all,,,133436,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_00_04,all,0-4,0,4,29889,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_05_09,all,5-9,5,9,30278,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_10_14,all,10-14,10,14,29110,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_15_19,all,15-19,15,19,25104,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_20_24,all,20-24,20,24,19279,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_25_29,all,25-29,25,29,19137,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_30_34,all,30-34,30,34,19749,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_35_39,all,35-39,35,39,18880,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_40_44,all,40-44,40,44,17919,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_45_49,all,45-49,45,49,15193,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_50_54,all,50-54,50,54,12816,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_55_59,all,55-59,55,59,10656,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_60_64,all,60-64,60,64,7936,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,T_65PLUS,all,65+,65,,13208,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_00_04,f,0-4,0,4,14607,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_05_09,f,5-9,5,9,14946,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_10_14,f,10-14,10,14,14523,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_15_19,f,15-19,15,19,12494,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_20_24,f,20-24,20,24,9820,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_25_29,f,25-29,25,29,10201,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_30_34,f,30-34,30,34,10185,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_35_39,f,35-39,35,39,9607,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_40_44,f,40-44,40,44,8953,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_45_49,f,45-49,45,49,7807,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_50_54,f,50-54,50,54,6451,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_55_59,f,55-59,55,59,5288,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_60_64,f,60-64,60,64,3872,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,F_65PLUS,f,65+,65,,6964,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_00_04,m,0-4,0,4,15282,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_05_09,m,5-9,5,9,15332,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_10_14,m,10-14,10,14,14587,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_15_19,m,15-19,15,19,12610,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_20_24,m,20-24,20,24,9459,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_25_29,m,25-29,25,29,8936,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_30_34,m,30-34,30,34,9564,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_35_39,m,35-39,35,39,9273,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_40_44,m,40-44,40,44,8966,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_45_49,m,45-49,45,49,7386,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_50_54,m,50-54,50,54,6365,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_55_59,m,55-59,55,59,5368,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_60_64,m,60-64,60,64,4064,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GUF,French Guiana,M_65PLUS,m,65+,65,,6245,2016,Institut national de la statistique et des études économiques (INSEE),OCHA Latin America and the Caribbean (ROLAC) +GAB,Gabon,F_TL,f,all,,,1115222,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_TL,m,all,,,1175493,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_TL,all,all,,,2290715,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_00_04,f,0-4,0,4,165064,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_05_09,f,5-9,5,9,144775,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_10_14,f,10-14,10,14,114032,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_15_19,f,15-19,15,19,95341,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_20_24,f,20-24,20,24,90952,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_25_29,f,25-29,25,29,89144,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_30_34,f,30-34,30,34,88460,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_35_39,f,35-39,35,39,78072,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_40_44,f,40-44,40,44,59563,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_45_49,f,45-49,45,49,48851,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_50_54,f,50-54,50,54,39560,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_55_59,f,55-59,55,59,31773,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_60_64,f,60-64,60,64,24947,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_65_69,f,65-69,65,69,16509,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_70_74,f,70-74,70,74,10398,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_75_79,f,75-79,75,79,7933,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,F_80PLUS,f,80+,80,,9847,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_00_04,m,0-4,0,4,170937,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_05_09,m,5-9,5,9,149021,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_10_14,m,10-14,10,14,117815,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_15_19,m,15-19,15,19,96870,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_20_24,m,20-24,20,24,88602,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_25_29,m,25-29,25,29,86754,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_30_34,m,30-34,30,34,89630,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_35_39,m,35-39,35,39,83369,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_40_44,m,40-44,40,44,73286,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_45_49,m,45-49,45,49,62970,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_50_54,m,50-54,50,54,50994,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_55_59,m,55-59,55,59,37029,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_60_64,m,60-64,60,64,29328,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_65_69,m,65-69,65,69,17151,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_70_74,m,70-74,70,74,10616,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_75_79,m,75-79,75,79,5890,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,M_80PLUS,m,80+,80,,5230,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_00_04,all,0-4,0,4,336000,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_05_09,all,5-9,5,9,293798,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_10_14,all,10-14,10,14,231845,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_15_19,all,15-19,15,19,192210,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_20_24,all,20-24,20,24,179553,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_25_29,all,25-29,25,29,175901,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_30_34,all,30-34,30,34,178090,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_35_39,all,35-39,35,39,161441,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_40_44,all,40-44,40,44,132848,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_45_49,all,45-49,45,49,111820,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_50_54,all,50-54,50,54,90555,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_55_59,all,55-59,55,59,68803,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_60_64,all,60-64,60,64,54276,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_65_69,all,65-69,65,69,33663,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_70_74,all,70-74,70,74,21013,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_75_79,all,75-79,75,79,13823,2022,Direction Generale de la Statistique du Gabon,UNFPA +GAB,Gabon,T_80PLUS,all,80+,80,,15078,2022,Direction Generale de la Statistique du Gabon,UNFPA +GEO,Georgia,F_TL,f,all,,,1940940,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_TL,m,all,,,1772864,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_TL,all,all,,,3713804,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_00_04,f,0-4,0,4,122389,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_05_09,f,5-9,5,9,108779,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_10_14,f,10-14,10,14,96735,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_15_19,f,15-19,15,19,107145,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_20_24,f,20-24,20,24,130820,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_25_29,f,25-29,25,29,138717,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_30_34,f,30-34,30,34,132139,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_35_39,f,35-39,35,39,126606,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_40_44,f,40-44,40,44,124963,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_45_49,f,45-49,45,49,125371,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_50_54,f,50-54,50,54,144676,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_55_59,f,55-59,55,59,133750,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_60_64,f,60-64,60,64,118973,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_65_69,f,65-69,65,69,90813,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_70_74,f,70-74,70,74,75122,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_75_79,f,75-79,75,79,85869,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_80_84,f,80-84,80,84,46575,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,F_85PLUS,f,85+,85,,31498,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_00_04,m,0-4,0,4,132700,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_05_09,m,5-9,5,9,121245,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_10_14,m,10-14,10,14,109481,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_15_19,m,15-19,15,19,118877,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_20_24,m,20-24,20,24,135305,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_25_29,m,25-29,25,29,139945,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_30_34,m,30-34,30,34,129921,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_35_39,m,35-39,35,39,121943,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_40_44,m,40-44,40,44,118318,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_45_49,m,45-49,45,49,114036,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_50_54,m,50-54,50,54,126710,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_55_59,m,55-59,55,59,111641,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_60_64,m,60-64,60,64,92412,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_65_69,m,65-69,65,69,64889,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_70_74,m,70-74,70,74,48483,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_75_79,m,75-79,75,79,49895,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_80_84,m,80-84,80,84,25100,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,M_85PLUS,m,85+,85,,11963,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_00_04,all,0-4,0,4,255089,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_05_09,all,5-9,5,9,230024,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_10_14,all,10-14,10,14,206216,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_15_19,all,15-19,15,19,226022,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_20_24,all,20-24,20,24,266125,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_25_29,all,25-29,25,29,278662,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_30_34,all,30-34,30,34,262060,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_35_39,all,35-39,35,39,248549,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_40_44,all,40-44,40,44,243281,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_45_49,all,45-49,45,49,239407,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_50_54,all,50-54,50,54,271386,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_55_59,all,55-59,55,59,245391,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_60_64,all,60-64,60,64,211385,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_65_69,all,65-69,65,69,155702,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_70_74,all,70-74,70,74,123605,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_75_79,all,75-79,75,79,135764,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_80_84,all,80-84,80,84,71675,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GEO,Georgia,T_85PLUS,all,85+,85,,43461,2014,National Statistics Office of Georgia - GeoStat,OCHA Field Information Services Section (FISS) +GHA,Ghana,F_TL,f,all,,,15631579,2021,UNFPA,UNFPA +GHA,Ghana,M_TL,m,all,,,15200440,2021,UNFPA,UNFPA +GHA,Ghana,T_TL,all,all,,,30832019,2021,UNFPA,UNFPA +GHA,Ghana,F_00_04,f,0-4,0,4,1860916,2021,UNFPA,UNFPA +GHA,Ghana,F_05_09,f,5-9,5,9,1840757,2021,UNFPA,UNFPA +GHA,Ghana,F_10_14,f,10-14,10,14,1658563,2021,UNFPA,UNFPA +GHA,Ghana,F_15_19,f,15-19,15,19,1658205,2021,UNFPA,UNFPA +GHA,Ghana,F_20_24,f,20-24,20,24,1502735,2021,UNFPA,UNFPA +GHA,Ghana,F_25_29,f,25-29,25,29,1362184,2021,UNFPA,UNFPA +GHA,Ghana,F_30_34,f,30-34,30,34,1224094,2021,UNFPA,UNFPA +GHA,Ghana,F_35_39,f,35-39,35,39,1043907,2021,UNFPA,UNFPA +GHA,Ghana,F_40_44,f,40-44,40,44,803471,2021,UNFPA,UNFPA +GHA,Ghana,F_45_49,f,45-49,45,49,629887,2021,UNFPA,UNFPA +GHA,Ghana,F_50_54,f,50-54,50,54,522295,2021,UNFPA,UNFPA +GHA,Ghana,F_55_59,f,55-59,55,59,394659,2021,UNFPA,UNFPA +GHA,Ghana,F_60_64,f,60-64,60,64,358625,2021,UNFPA,UNFPA +GHA,Ghana,F_65_69,f,65-69,65,69,232291,2021,UNFPA,UNFPA +GHA,Ghana,F_70_74,f,70-74,70,74,184745,2021,UNFPA,UNFPA +GHA,Ghana,F_75_79,f,75-79,75,79,126790,2021,UNFPA,UNFPA +GHA,Ghana,F_80_84,f,80-84,80,84,109865,2021,UNFPA,UNFPA +GHA,Ghana,F_85_89,f,85-89,85,89,63790,2021,UNFPA,UNFPA +GHA,Ghana,F_90_94,f,90-94,90,94,29136,2021,UNFPA,UNFPA +GHA,Ghana,F_95PLUS,f,95+,95,,24664,2021,UNFPA,UNFPA +GHA,Ghana,M_00_04,m,0-4,0,4,1912807,2021,UNFPA,UNFPA +GHA,Ghana,M_05_09,m,5-9,5,9,1904253,2021,UNFPA,UNFPA +GHA,Ghana,M_10_14,m,10-14,10,14,1713157,2021,UNFPA,UNFPA +GHA,Ghana,M_15_19,m,15-19,15,19,1653241,2021,UNFPA,UNFPA +GHA,Ghana,M_20_24,m,20-24,20,24,1442802,2021,UNFPA,UNFPA +GHA,Ghana,M_25_29,m,25-29,25,29,1262118,2021,UNFPA,UNFPA +GHA,Ghana,M_30_34,m,30-34,30,34,1162621,2021,UNFPA,UNFPA +GHA,Ghana,M_35_39,m,35-39,35,39,1000131,2021,UNFPA,UNFPA +GHA,Ghana,M_40_44,m,40-44,40,44,802432,2021,UNFPA,UNFPA +GHA,Ghana,M_45_49,m,45-49,45,49,637581,2021,UNFPA,UNFPA +GHA,Ghana,M_50_54,m,50-54,50,54,489431,2021,UNFPA,UNFPA +GHA,Ghana,M_55_59,m,55-59,55,59,358036,2021,UNFPA,UNFPA +GHA,Ghana,M_60_64,m,60-64,60,64,310566,2021,UNFPA,UNFPA +GHA,Ghana,M_65_69,m,65-69,65,69,205496,2021,UNFPA,UNFPA +GHA,Ghana,M_70_74,m,70-74,70,74,149255,2021,UNFPA,UNFPA +GHA,Ghana,M_75_79,m,75-79,75,79,86379,2021,UNFPA,UNFPA +GHA,Ghana,M_80_84,m,80-84,80,84,57040,2021,UNFPA,UNFPA +GHA,Ghana,M_85_89,m,85-89,85,89,29769,2021,UNFPA,UNFPA +GHA,Ghana,M_90_94,m,90-94,90,94,13327,2021,UNFPA,UNFPA +GHA,Ghana,M_95PLUS,m,95+,95,,9998,2021,UNFPA,UNFPA +GHA,Ghana,T_00_04,all,0-4,0,4,3773723,2021,UNFPA,UNFPA +GHA,Ghana,T_05_09,all,5-9,5,9,3745010,2021,UNFPA,UNFPA +GHA,Ghana,T_10_14,all,10-14,10,14,3371720,2021,UNFPA,UNFPA +GHA,Ghana,T_15_19,all,15-19,15,19,3311446,2021,UNFPA,UNFPA +GHA,Ghana,T_20_24,all,20-24,20,24,2945537,2021,UNFPA,UNFPA +GHA,Ghana,T_25_29,all,25-29,25,29,2624302,2021,UNFPA,UNFPA +GHA,Ghana,T_30_34,all,30-34,30,34,2386715,2021,UNFPA,UNFPA +GHA,Ghana,T_35_39,all,35-39,35,39,2044038,2021,UNFPA,UNFPA +GHA,Ghana,T_40_44,all,40-44,40,44,1605903,2021,UNFPA,UNFPA +GHA,Ghana,T_45_49,all,45-49,45,49,1267468,2021,UNFPA,UNFPA +GHA,Ghana,T_50_54,all,50-54,50,54,1011726,2021,UNFPA,UNFPA +GHA,Ghana,T_55_59,all,55-59,55,59,752695,2021,UNFPA,UNFPA +GHA,Ghana,T_60_64,all,60-64,60,64,669191,2021,UNFPA,UNFPA +GHA,Ghana,T_65_69,all,65-69,65,69,437787,2021,UNFPA,UNFPA +GHA,Ghana,T_70_74,all,70-74,70,74,334000,2021,UNFPA,UNFPA +GHA,Ghana,T_75_79,all,75-79,75,79,213169,2021,UNFPA,UNFPA +GHA,Ghana,T_80_84,all,80-84,80,84,166905,2021,UNFPA,UNFPA +GHA,Ghana,T_85_89,all,85-89,85,89,93559,2021,UNFPA,UNFPA +GHA,Ghana,T_90_94,all,90-94,90,94,42463,2021,UNFPA,UNFPA +GHA,Ghana,T_95PLUS,all,95+,95,,34662,2021,UNFPA,UNFPA +GRD,Grenada,T_TL,all,all,,,105539,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_TL,f,all,,,52531,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_TL,m,all,,,53008,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_00_04,all,0-4,0,4,8496,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_05_09,all,5-9,5,9,7337,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_10_14,all,10-14,10,14,8671,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_15_19,all,15-19,15,19,9855,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_20_24,all,20-24,20,24,9828,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_25_29,all,25-29,25,29,9301,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_30_34,all,30-34,30,34,6763,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_35_39,all,35-39,35,39,6409,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_40_44,all,40-44,40,44,6044,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_45_49,all,45-49,45,49,6788,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_50_54,all,50-54,50,54,6620,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_55_59,all,55-59,55,59,4788,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_60_64,all,60-64,60,64,3691,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,T_65PLUS,all,65+,65,,10948,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_00_04,f,0-4,0,4,4138,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_05_09,f,5-9,5,9,3599,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_10_14,f,10-14,10,14,4278,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_15_19,f,15-19,15,19,4866,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_20_24,f,20-24,20,24,4821,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_25_29,f,25-29,25,29,4688,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_30_34,f,30-34,30,34,3371,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_35_39,f,35-39,35,39,3081,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_40_44,f,40-44,40,44,2956,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_45_49,f,45-49,45,49,3307,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_50_54,f,50-54,50,54,3263,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_55_59,f,55-59,55,59,2242,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_60_64,f,60-64,60,64,1793,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,F_65PLUS,f,65+,65,,6128,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_00_04,m,0-4,0,4,4358,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_05_09,m,5-9,5,9,3738,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_10_14,m,10-14,10,14,4393,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_15_19,m,15-19,15,19,4989,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_20_24,m,20-24,20,24,5007,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_25_29,m,25-29,25,29,4613,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_30_34,m,30-34,30,34,3392,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_35_39,m,35-39,35,39,3328,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_40_44,m,40-44,40,44,3088,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_45_49,m,45-49,45,49,3481,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_50_54,m,50-54,50,54,3357,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_55_59,m,55-59,55,59,2546,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_60_64,m,60-64,60,64,1898,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GRD,Grenada,M_65PLUS,m,65+,65,,4820,2011,"Ministry of Finance, Planning, Economic Development and Physical Development ",OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_TL,all,all,,,394316,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_TL,f,all,,,212558,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_TL,m,all,,,181759,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_00_04,all,0-4,0,4,21792,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_05_09,all,5-9,5,9,25883,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_10_14,all,10-14,10,14,29093,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_15_19,all,15-19,15,19,28113,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_20_24,all,20-24,20,24,19381,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_25_29,all,25-29,25,29,18141,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_30_34,all,30-34,30,34,19150,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_35_39,all,35-39,35,39,21482,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_40_44,all,40-44,40,44,27756,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_45_49,all,45-49,45,49,30870,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_50_54,all,50-54,50,54,32162,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_55_59,all,55-59,55,59,28377,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_60_64,all,60-64,60,64,25031,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,T_65PLUS,all,65+,65,,67094,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_00_04,f,0-4,0,4,10836,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_05_09,f,5-9,5,9,12573,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_10_14,f,10-14,10,14,14397,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_15_19,f,15-19,15,19,13888,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_20_24,f,20-24,20,24,9338,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_25_29,f,25-29,25,29,9959,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_30_34,f,30-34,30,34,11450,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_35_39,f,35-39,35,39,12772,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_40_44,f,40-44,40,44,15800,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_45_49,f,45-49,45,49,17005,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_50_54,f,50-54,50,54,17400,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_55_59,f,55-59,55,59,15110,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_60_64,f,60-64,60,64,13669,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,F_65PLUS,f,65+,65,,38360,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_00_04,m,0-4,0,4,10960,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_05_09,m,5-9,5,9,13306,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_10_14,m,10-14,10,14,14694,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_15_19,m,15-19,15,19,14224,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_20_24,m,20-24,20,24,10037,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_25_29,m,25-29,25,29,8186,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_30_34,m,30-34,30,34,7699,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_35_39,m,35-39,35,39,8708,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_40_44,m,40-44,40,44,11952,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_45_49,m,45-49,45,49,13862,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_50_54,m,50-54,50,54,14760,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_55_59,m,55-59,55,59,13267,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_60_64,m,60-64,60,64,11363,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GLP,Guadeloupe,M_65PLUS,m,65+,65,,28734,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +GTM,Guatemala,F_TL,f,all,,,9065753,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_TL,m,all,,,8777379,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_TL,all,all,,,17843132,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_00_04,f,0-4,0,4,898599,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_05_09,f,5-9,5,9,916157,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_10_14,f,10-14,10,14,890378,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_15_19,f,15-19,15,19,861745,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_20_24,f,20-24,20,24,866285,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_25_29,f,25-29,25,29,810499,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_30_34,f,30-34,30,34,736643,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_35_39,f,35-39,35,39,632227,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_40_44,f,40-44,40,44,530359,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_45_49,f,45-49,45,49,450890,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_50_54,f,50-54,50,54,371068,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_55_59,f,55-59,55,59,294536,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_60_64,f,60-64,60,64,238099,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_65_69,f,65-69,65,69,188582,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,F_70PLUS,f,70+,70,,379686,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_00_04,m,0-4,0,4,939148,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_05_09,m,5-9,5,9,955577,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_10_14,m,10-14,10,14,926341,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_15_19,m,15-19,15,19,890212,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_20_24,m,20-24,20,24,879712,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_25_29,m,25-29,25,29,804779,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_30_34,m,30-34,30,34,713477,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_35_39,m,35-39,35,39,594213,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_40_44,m,40-44,40,44,479206,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_45_49,m,45-49,45,49,387396,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_50_54,m,50-54,50,54,307874,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_55_59,m,55-59,55,59,241629,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_60_64,m,60-64,60,64,192365,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_65_69,m,65-69,65,69,153323,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,M_70PLUS,m,70+,70,,312127,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_00_04,all,0-4,0,4,1837747,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_05_09,all,5-9,5,9,1871734,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_10_14,all,10-14,10,14,1816719,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_15_19,all,15-19,15,19,1751957,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_20_24,all,20-24,20,24,1745997,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_25_29,all,25-29,25,29,1615278,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_30_34,all,30-34,30,34,1450120,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_35_39,all,35-39,35,39,1226440,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_40_44,all,40-44,40,44,1009565,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_45_49,all,45-49,45,49,838286,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_50_54,all,50-54,50,54,678942,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_55_59,all,55-59,55,59,536165,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_60_64,all,60-64,60,64,430464,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_65_69,all,65-69,65,69,341905,2024,Instituto Nacional de Estadística (INE),UNFPA +GTM,Guatemala,T_70PLUS,all,70+,70,,691813,2024,Instituto Nacional de Estadística (INE),UNFPA +GIN,Guinea,F_TL,f,all,,,7183852,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_TL,m,all,,,6805936,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_TL,all,all,,,13989788,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_00_04,f,0-4,0,4,1088478,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_05_09,f,5-9,5,9,982875,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_10_14,f,10-14,10,14,899053,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_15_19,f,15-19,15,19,772715,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_20_24,f,20-24,20,24,635621,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_25_29,f,25-29,25,29,547351,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_30_34,f,30-34,30,34,494353,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_35_39,f,35-39,35,39,420573,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_40_44,f,40-44,40,44,334629,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_45_49,f,45-49,45,49,270635,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_50_54,f,50-54,50,54,211233,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_55_59,f,55-59,55,59,165156,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_60_64,f,60-64,60,64,122209,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_65_69,f,65-69,65,69,91171,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_70_74,f,70-74,70,74,65520,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_75_79,f,75-79,75,79,42559,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,F_80PLUS,f,80+,80,,39721,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_00_04,m,0-4,0,4,1106723,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_05_09,m,5-9,5,9,996925,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_10_14,m,10-14,10,14,932253,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_15_19,m,15-19,15,19,782195,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_20_24,m,20-24,20,24,616281,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_25_29,m,25-29,25,29,495326,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_30_34,m,30-34,30,34,391044,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_35_39,m,35-39,35,39,319167,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_40_44,m,40-44,40,44,258254,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_45_49,m,45-49,45,49,214824,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_50_54,m,50-54,50,54,179731,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_55_59,m,55-59,55,59,149124,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_60_64,m,60-64,60,64,121435,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_65_69,m,65-69,65,69,94461,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_70_74,m,70-74,70,74,68190,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_75_79,m,75-79,75,79,43577,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,M_80PLUS,m,80+,80,,36426,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_00_04,all,0-4,0,4,2195201,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_05_09,all,5-9,5,9,1979800,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_10_14,all,10-14,10,14,1831306,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_15_19,all,15-19,15,19,1554910,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_20_24,all,20-24,20,24,1251902,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_25_29,all,25-29,25,29,1042677,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_30_34,all,30-34,30,34,885397,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_35_39,all,35-39,35,39,739740,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_40_44,all,40-44,40,44,592883,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_45_49,all,45-49,45,49,485459,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_50_54,all,50-54,50,54,390964,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_55_59,all,55-59,55,59,314280,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_60_64,all,60-64,60,64,243644,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_65_69,all,65-69,65,69,185632,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_70_74,all,70-74,70,74,133710,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_75_79,all,75-79,75,79,86136,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GIN,Guinea,T_80PLUS,all,80+,80,,76147,2024,United Nations Population Fund (UNFPA) from data Census 2014 Institut Natinal de la statistique (INS),UNFPA +GUY,Guyana,F_TL,f,all,,,375215,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_TL,m,all,,,381022,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_TL,all,all,,,756237,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_00_04,f,0-4,0,4,27269,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_05_09,f,5-9,5,9,27614,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_10_14,f,10-14,10,14,31584,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_15_19,f,15-19,15,19,37636,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_20_24,f,20-24,20,24,39888,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_25_29,f,25-29,25,29,34620,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_30_34,f,30-34,30,34,26458,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_35_39,f,35-39,35,39,21897,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_40_44,f,40-44,40,44,21669,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_45_49,f,45-49,45,49,20392,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_50_54,f,50-54,50,54,19475,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_55_59,f,55-59,55,59,18103,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_60_64,f,60-64,60,64,15740,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_65_69,f,65-69,65,69,13704,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_70_74,f,70-74,70,74,8625,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_75_79,f,75-79,75,79,5302,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,F_80PLUS,f,80+,80,,5239,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_00_04,m,0-4,0,4,28364,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_05_09,m,5-9,5,9,28615,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_10_14,m,10-14,10,14,32723,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_15_19,m,15-19,15,19,39030,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_20_24,m,20-24,20,24,41574,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_25_29,m,25-29,25,29,36793,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_30_34,m,30-34,30,34,29193,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_35_39,m,35-39,35,39,24683,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_40_44,m,40-44,40,44,24106,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_45_49,m,45-49,45,49,22397,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_50_54,m,50-54,50,54,20852,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_55_59,m,55-59,55,59,17401,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_60_64,m,60-64,60,64,12965,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_65_69,m,65-69,65,69,10083,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_70_74,m,70-74,70,74,6053,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_75_79,m,75-79,75,79,3441,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,M_80PLUS,m,80+,80,,2749,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_00_04,all,0-4,0,4,55633,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_05_09,all,5-9,5,9,56229,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_10_14,all,10-14,10,14,64307,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_15_19,all,15-19,15,19,76666,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_20_24,all,20-24,20,24,81462,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_25_29,all,25-29,25,29,71413,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_30_34,all,30-34,30,34,55651,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_35_39,all,35-39,35,39,46580,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_40_44,all,40-44,40,44,45775,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_45_49,all,45-49,45,49,42789,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_50_54,all,50-54,50,54,40327,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_55_59,all,55-59,55,59,35504,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_60_64,all,60-64,60,64,28705,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_65_69,all,65-69,65,69,23787,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_70_74,all,70-74,70,74,14678,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_75_79,all,75-79,75,79,8743,2021,UNFPA and United States Bureau of the Census,UNFPA +GUY,Guyana,T_80PLUS,all,80+,80,,7988,2021,UNFPA and United States Bureau of the Census,UNFPA +HTI,Haiti,F_TL,f,all,,,6062040,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_TL,m,all,,,5837515,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_TL,all,all,,,11899555,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_00_04,f,0-4,0,4,645612,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_05_09,f,5-9,5,9,637064,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_10_14,f,10-14,10,14,609283,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_15_19,f,15-19,15,19,594694,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_20_24,f,20-24,20,24,572070,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_25_29,f,25-29,25,29,489992,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_30_34,f,30-34,30,34,474215,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_35_39,f,35-39,35,39,437487,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_40_44,f,40-44,40,44,369039,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_45_49,f,45-49,45,49,314639,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_50_54,f,50-54,50,54,247540,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_55_59,f,55-59,55,59,200223,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_60_64,f,60-64,60,64,168940,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_65_69,f,65-69,65,69,131595,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_70_74,f,70-74,70,74,83109,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_75_79,f,75-79,75,79,46872,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,F_80PLUS,f,80+,80,,39666,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_00_04,m,0-4,0,4,657411,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_05_09,m,5-9,5,9,649611,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_10_14,m,10-14,10,14,624878,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_15_19,m,15-19,15,19,611742,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_20_24,m,20-24,20,24,576106,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_25_29,m,25-29,25,29,493532,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_30_34,m,30-34,30,34,472968,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_35_39,m,35-39,35,39,422713,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_40_44,m,40-44,40,44,321697,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_45_49,m,45-49,45,49,256683,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_50_54,m,50-54,50,54,201042,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_55_59,m,55-59,55,59,162304,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_60_64,m,60-64,60,64,139293,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_65_69,m,65-69,65,69,110124,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_70_74,m,70-74,70,74,69827,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_75_79,m,75-79,75,79,38342,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,M_80PLUS,m,80+,80,,29242,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_00_04,all,0-4,0,4,1303023,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_05_09,all,5-9,5,9,1286675,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_10_14,all,10-14,10,14,1234161,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_15_19,all,15-19,15,19,1206436,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_20_24,all,20-24,20,24,1148176,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_25_29,all,25-29,25,29,983524,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_30_34,all,30-34,30,34,947183,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_35_39,all,35-39,35,39,860200,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_40_44,all,40-44,40,44,690736,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_45_49,all,45-49,45,49,571322,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_50_54,all,50-54,50,54,448582,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_55_59,all,55-59,55,59,362527,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_60_64,all,60-64,60,64,308233,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_65_69,all,65-69,65,69,241719,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_70_74,all,70-74,70,74,152936,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_75_79,all,75-79,75,79,85214,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HTI,Haiti,T_80PLUS,all,80+,80,,68908,2024,"Please see section 3 ""Data Sources"" of attached ""Technical Accompanying Note""",UNFPA +HND,Honduras,F_TL,f,all,,,5081181,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_TL,m,all,,,4811493,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_TL,all,all,,,9892674,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_00_04,f,0-4,0,4,489528,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_05_09,f,5-9,5,9,474993,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_10_14,f,10-14,10,14,474164,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_15_19,f,15-19,15,19,482579,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_20_24,f,20-24,20,24,474687,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_25_29,f,25-29,25,29,450103,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_30_34,f,30-34,30,34,419443,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_35_39,f,35-39,35,39,374868,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_40_44,f,40-44,40,44,309620,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_45_49,f,45-49,45,49,258144,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_50_54,f,50-54,50,54,212446,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_55_59,f,55-59,55,59,175295,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_60_64,f,60-64,60,64,142681,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_65_69,f,65-69,65,69,114052,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_70_74,f,70-74,70,74,88416,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_75_79,f,75-79,75,79,61708,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,F_80PLUS,f,80+,80,,78454,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_00_04,m,0-4,0,4,508055,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_05_09,m,5-9,5,9,491838,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_10_14,m,10-14,10,14,490903,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_15_19,m,15-19,15,19,487790,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_20_24,m,20-24,20,24,454989,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_25_29,m,25-29,25,29,417084,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_30_34,m,30-34,30,34,381918,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_35_39,m,35-39,35,39,337007,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_40_44,m,40-44,40,44,274593,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_45_49,m,45-49,45,49,226768,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_50_54,m,50-54,50,54,185730,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_55_59,m,55-59,55,59,152269,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_60_64,m,60-64,60,64,123357,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_65_69,m,65-69,65,69,97155,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_70_74,m,70-74,70,74,73130,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_75_79,m,75-79,75,79,49266,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,M_80PLUS,m,80+,80,,59641,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_00_04,all,0-4,0,4,997583,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_05_09,all,5-9,5,9,966831,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_10_14,all,10-14,10,14,965067,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_15_19,all,15-19,15,19,970369,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_20_24,all,20-24,20,24,929676,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_25_29,all,25-29,25,29,867187,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_30_34,all,30-34,30,34,801361,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_35_39,all,35-39,35,39,711875,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_40_44,all,40-44,40,44,584213,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_45_49,all,45-49,45,49,484912,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_50_54,all,50-54,50,54,398176,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_55_59,all,55-59,55,59,327564,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_60_64,all,60-64,60,64,266038,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_65_69,all,65-69,65,69,211207,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_70_74,all,70-74,70,74,161546,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_75_79,all,75-79,75,79,110974,2024,Instituto Nacional de Estadística - INE,UNFPA +HND,Honduras,T_80PLUS,all,80+,80,,138095,2024,Instituto Nacional de Estadística - INE,UNFPA +HUN,Hungary,F_TL,f,all,,,5062651,2022,Eurostat,UNFPA +HUN,Hungary,M_TL,m,all,,,4681030,2022,Eurostat,UNFPA +HUN,Hungary,T_TL,all,all,,,9743681,2022,Eurostat,UNFPA +HUN,Hungary,F_00_04,f,0-4,0,4,223936,2022,Eurostat,UNFPA +HUN,Hungary,F_05_09,f,5-9,5,9,227805,2022,Eurostat,UNFPA +HUN,Hungary,F_10_14,f,10-14,10,14,233902,2022,Eurostat,UNFPA +HUN,Hungary,F_15_19,f,15-19,15,19,240998,2022,Eurostat,UNFPA +HUN,Hungary,F_20_24,f,20-24,20,24,250717,2022,Eurostat,UNFPA +HUN,Hungary,F_25_29,f,25-29,25,29,293909,2022,Eurostat,UNFPA +HUN,Hungary,F_30_34,f,30-34,30,34,302604,2022,Eurostat,UNFPA +HUN,Hungary,F_35_39,f,35-39,35,39,303488,2022,Eurostat,UNFPA +HUN,Hungary,F_40_44,f,40-44,40,44,375813,2022,Eurostat,UNFPA +HUN,Hungary,F_45_49,f,45-49,45,49,403162,2022,Eurostat,UNFPA +HUN,Hungary,F_50_54,f,50-54,50,54,350563,2022,Eurostat,UNFPA +HUN,Hungary,F_55_59,f,55-59,55,59,294461,2022,Eurostat,UNFPA +HUN,Hungary,F_60_64,f,60-64,60,64,317124,2022,Eurostat,UNFPA +HUN,Hungary,F_65_69,f,65-69,65,69,378219,2022,Eurostat,UNFPA +HUN,Hungary,F_70_74,f,70-74,70,74,311499,2022,Eurostat,UNFPA +HUN,Hungary,F_75_79,f,75-79,75,79,235585,2022,Eurostat,UNFPA +HUN,Hungary,F_80_84,f,80-84,80,84,170155,2022,Eurostat,UNFPA +HUN,Hungary,F_85_89,f,85-89,85,89,96841,2022,Eurostat,UNFPA +HUN,Hungary,F_90_94,f,90-94,90,94,38992,2022,Eurostat,UNFPA +HUN,Hungary,F_95_99,f,95-99,95,99,10533,2022,Eurostat,UNFPA +HUN,Hungary,F_100PLUS,f,100+,100,,2345,2022,Eurostat,UNFPA +HUN,Hungary,M_00_04,m,0-4,0,4,237184,2022,Eurostat,UNFPA +HUN,Hungary,M_05_09,m,5-9,5,9,241510,2022,Eurostat,UNFPA +HUN,Hungary,M_10_14,m,10-14,10,14,246353,2022,Eurostat,UNFPA +HUN,Hungary,M_15_19,m,15-19,15,19,255575,2022,Eurostat,UNFPA +HUN,Hungary,M_20_24,m,20-24,20,24,269340,2022,Eurostat,UNFPA +HUN,Hungary,M_25_29,m,25-29,25,29,314865,2022,Eurostat,UNFPA +HUN,Hungary,M_30_34,m,30-34,30,34,326192,2022,Eurostat,UNFPA +HUN,Hungary,M_35_39,m,35-39,35,39,320333,2022,Eurostat,UNFPA +HUN,Hungary,M_40_44,m,40-44,40,44,387530,2022,Eurostat,UNFPA +HUN,Hungary,M_45_49,m,45-49,45,49,413667,2022,Eurostat,UNFPA +HUN,Hungary,M_50_54,m,50-54,50,54,348540,2022,Eurostat,UNFPA +HUN,Hungary,M_55_59,m,55-59,55,59,275739,2022,Eurostat,UNFPA +HUN,Hungary,M_60_64,m,60-64,60,64,267781,2022,Eurostat,UNFPA +HUN,Hungary,M_65_69,m,65-69,65,69,288634,2022,Eurostat,UNFPA +HUN,Hungary,M_70_74,m,70-74,70,74,211717,2022,Eurostat,UNFPA +HUN,Hungary,M_75_79,m,75-79,75,79,139291,2022,Eurostat,UNFPA +HUN,Hungary,M_80_84,m,80-84,80,84,81642,2022,Eurostat,UNFPA +HUN,Hungary,M_85_89,m,85-89,85,89,37932,2022,Eurostat,UNFPA +HUN,Hungary,M_90_94,m,90-94,90,94,13343,2022,Eurostat,UNFPA +HUN,Hungary,M_95_99,m,95-99,95,99,3078,2022,Eurostat,UNFPA +HUN,Hungary,M_100PLUS,m,100+,100,,784,2022,Eurostat,UNFPA +HUN,Hungary,T_00_04,all,0-4,0,4,461120,2022,Eurostat,UNFPA +HUN,Hungary,T_05_09,all,5-9,5,9,469315,2022,Eurostat,UNFPA +HUN,Hungary,T_10_14,all,10-14,10,14,480255,2022,Eurostat,UNFPA +HUN,Hungary,T_15_19,all,15-19,15,19,496573,2022,Eurostat,UNFPA +HUN,Hungary,T_20_24,all,20-24,20,24,520057,2022,Eurostat,UNFPA +HUN,Hungary,T_25_29,all,25-29,25,29,608774,2022,Eurostat,UNFPA +HUN,Hungary,T_30_34,all,30-34,30,34,628796,2022,Eurostat,UNFPA +HUN,Hungary,T_35_39,all,35-39,35,39,623821,2022,Eurostat,UNFPA +HUN,Hungary,T_40_44,all,40-44,40,44,763343,2022,Eurostat,UNFPA +HUN,Hungary,T_45_49,all,45-49,45,49,816829,2022,Eurostat,UNFPA +HUN,Hungary,T_50_54,all,50-54,50,54,699103,2022,Eurostat,UNFPA +HUN,Hungary,T_55_59,all,55-59,55,59,570200,2022,Eurostat,UNFPA +HUN,Hungary,T_60_64,all,60-64,60,64,584905,2022,Eurostat,UNFPA +HUN,Hungary,T_65_69,all,65-69,65,69,666853,2022,Eurostat,UNFPA +HUN,Hungary,T_70_74,all,70-74,70,74,523216,2022,Eurostat,UNFPA +HUN,Hungary,T_75_79,all,75-79,75,79,374876,2022,Eurostat,UNFPA +HUN,Hungary,T_80_84,all,80-84,80,84,251797,2022,Eurostat,UNFPA +HUN,Hungary,T_85_89,all,85-89,85,89,134773,2022,Eurostat,UNFPA +HUN,Hungary,T_90_94,all,90-94,90,94,52335,2022,Eurostat,UNFPA +HUN,Hungary,T_95_99,all,95-99,95,99,13611,2022,Eurostat,UNFPA +HUN,Hungary,T_100PLUS,all,100+,100,,3129,2022,Eurostat,UNFPA +IDN,Indonesia,T_TL,all,all,,,269603430,2020,UNFPA,UNFPA +IDN,Indonesia,T_00_04,all,0-4,0,4,21951993,2020,UNFPA,UNFPA +IDN,Indonesia,T_05_09,all,5-9,5,9,21945160,2020,UNFPA,UNFPA +IDN,Indonesia,T_10_14,all,10-14,10,14,22168842,2020,UNFPA,UNFPA +IDN,Indonesia,T_15_19,all,15-19,15,19,22139392,2020,UNFPA,UNFPA +IDN,Indonesia,T_20_24,all,20-24,20,24,21958329,2020,UNFPA,UNFPA +IDN,Indonesia,T_25_29,all,25-29,25,29,21699966,2020,UNFPA,UNFPA +IDN,Indonesia,T_30_34,all,30-34,30,34,21302010,2020,UNFPA,UNFPA +IDN,Indonesia,T_35_39,all,35-39,35,39,20783179,2020,UNFPA,UNFPA +IDN,Indonesia,T_40_44,all,40-44,40,44,19524038,2020,UNFPA,UNFPA +IDN,Indonesia,T_45_49,all,45-49,45,49,18164239,2020,UNFPA,UNFPA +IDN,Indonesia,T_50_54,all,50-54,50,54,15923028,2020,UNFPA,UNFPA +IDN,Indonesia,T_55_59,all,55-59,55,59,13323796,2020,UNFPA,UNFPA +IDN,Indonesia,T_60_64,all,60-64,60,64,10521814,2020,UNFPA,UNFPA +IDN,Indonesia,T_65_69,all,65-69,65,69,7680229,2020,UNFPA,UNFPA +IDN,Indonesia,T_70_74,all,70-74,70,74,5242370,2020,UNFPA,UNFPA +IDN,Indonesia,T_75PLUS,all,75+,75,,5275045,2020,UNFPA,UNFPA +IDN,Indonesia,M_TL,m,all,,,135337011,2020,UNFPA,UNFPA +IDN,Indonesia,M_00_04,m,0-4,0,4,11101528,2020,UNFPA,UNFPA +IDN,Indonesia,M_05_09,m,5-9,5,9,11205657,2020,UNFPA,UNFPA +IDN,Indonesia,M_10_14,m,10-14,10,14,11284333,2020,UNFPA,UNFPA +IDN,Indonesia,M_15_19,m,15-19,15,19,11189861,2020,UNFPA,UNFPA +IDN,Indonesia,M_20_24,m,20-24,20,24,11070774,2020,UNFPA,UNFPA +IDN,Indonesia,M_25_29,m,25-29,25,29,10963605,2020,UNFPA,UNFPA +IDN,Indonesia,M_30_34,m,30-34,30,34,10777337,2020,UNFPA,UNFPA +IDN,Indonesia,M_35_39,m,35-39,35,39,10477475,2020,UNFPA,UNFPA +IDN,Indonesia,M_40_44,m,40-44,40,44,9830929,2020,UNFPA,UNFPA +IDN,Indonesia,M_45_49,m,45-49,45,49,9140315,2020,UNFPA,UNFPA +IDN,Indonesia,M_50_54,m,50-54,50,54,7975551,2020,UNFPA,UNFPA +IDN,Indonesia,M_55_59,m,55-59,55,59,6632329,2020,UNFPA,UNFPA +IDN,Indonesia,M_60_64,m,60-64,60,64,5234762,2020,UNFPA,UNFPA +IDN,Indonesia,M_65_69,m,65-69,65,69,3758966,2020,UNFPA,UNFPA +IDN,Indonesia,M_70_74,m,70-74,70,74,2485308,2020,UNFPA,UNFPA +IDN,Indonesia,M_75PLUS,m,75+,75,,2208281,2020,UNFPA,UNFPA +IDN,Indonesia,F_TL,f,all,,,134266419,2020,UNFPA,UNFPA +IDN,Indonesia,F_00_04,f,0-4,0,4,10850465,2020,UNFPA,UNFPA +IDN,Indonesia,F_05_09,f,5-9,5,9,10739503,2020,UNFPA,UNFPA +IDN,Indonesia,F_10_14,f,10-14,10,14,10884509,2020,UNFPA,UNFPA +IDN,Indonesia,F_15_19,f,15-19,15,19,10949531,2020,UNFPA,UNFPA +IDN,Indonesia,F_20_24,f,20-24,20,24,10887555,2020,UNFPA,UNFPA +IDN,Indonesia,F_25_29,f,25-29,25,29,10736361,2020,UNFPA,UNFPA +IDN,Indonesia,F_30_34,f,30-34,30,34,10524673,2020,UNFPA,UNFPA +IDN,Indonesia,F_35_39,f,35-39,35,39,10305704,2020,UNFPA,UNFPA +IDN,Indonesia,F_40_44,f,40-44,40,44,9693109,2020,UNFPA,UNFPA +IDN,Indonesia,F_45_49,f,45-49,45,49,9023924,2020,UNFPA,UNFPA +IDN,Indonesia,F_50_54,f,50-54,50,54,7947477,2020,UNFPA,UNFPA +IDN,Indonesia,F_55_59,f,55-59,55,59,6691467,2020,UNFPA,UNFPA +IDN,Indonesia,F_60_64,f,60-64,60,64,5287052,2020,UNFPA,UNFPA +IDN,Indonesia,F_65_69,f,65-69,65,69,3921263,2020,UNFPA,UNFPA +IDN,Indonesia,F_70_74,f,70-74,70,74,2757062,2020,UNFPA,UNFPA +IDN,Indonesia,F_75PLUS,f,75+,75,,3066764,2020,UNFPA,UNFPA +IRN,Iran (Islamic Republic of),T_TL,all,all,,,79926270,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_TL,m,all,,,40498442,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_TL,f,all,,,39427828,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_00_04,m,0-4,0,4,3649800,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_05_09,m,5-9,5,9,3286030,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_10_14,m,10-14,10,14,2911423,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_15_19,m,15-19,15,19,2785688,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_20_24,m,20-24,20,24,3236975,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_25_29,m,25-29,25,29,4143445,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_30_34,m,30-34,30,34,4340448,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_35_39,m,35-39,35,39,3572403,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_40_44,m,40-44,40,44,2813890,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_45_49,m,45-49,45,49,2454427,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_50_54,m,50-54,50,54,1975574,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_55_59,m,55-59,55,59,1669934,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_60_64,m,60-64,60,64,1252663,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_65_69,m,65-69,65,69,808910,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_70_74,m,70-74,70,74,571112,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_75_79,m,75-79,75,79,451419,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_80_84,m,80-84,80,84,343231,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_85_89,m,85-89,85,89,161448,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_90_94,m,90-94,90,94,57716,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_95_99,m,95-99,95,99,8730,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),M_100PLUS,m,100+,100,,3176,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_00_04,f,0-4,0,4,3443204,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_05_09,f,5-9,5,9,3125247,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_10_14,f,10-14,10,14,2776961,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_15_19,f,15-19,15,19,2673309,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_20_24,f,20-24,20,24,3155904,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_25_29,f,25-29,25,29,4057688,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_30_34,f,30-34,30,34,4260465,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_35_39,f,35-39,35,39,3465195,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_40_44,f,40-44,40,44,2704417,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_45_49,f,45-49,45,49,2378696,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_50_54,f,50-54,50,54,1950397,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_55_59,f,55-59,55,59,1680659,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_60_64,f,60-64,60,64,1289910,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_65_69,f,65-69,65,69,902554,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_70_74,f,70-74,70,74,606513,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_75_79,f,75-79,75,79,434973,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_80_84,f,80-84,80,84,303502,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_85_89,f,85-89,85,89,151036,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_90_94,f,90-94,90,94,53859,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_95_99,f,95-99,95,99,9947,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),F_100PLUS,f,100+,100,,3392,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_00_04,all,0-4,0,4,7093004,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_05_09,all,5-9,5,9,6411277,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_10_14,all,10-14,10,14,5688384,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_15_19,all,15-19,15,19,5458997,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_20_24,all,20-24,20,24,6392879,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_25_29,all,25-29,25,29,8201133,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_30_34,all,30-34,30,34,8600913,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_35_39,all,35-39,35,39,7037598,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_40_44,all,40-44,40,44,5518307,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_45_49,all,45-49,45,49,4833123,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_50_54,all,50-54,50,54,3925971,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_55_59,all,55-59,55,59,3350593,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_60_64,all,60-64,60,64,2542573,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_65_69,all,65-69,65,69,1711464,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_70_74,all,70-74,70,74,1177625,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_75_79,all,75-79,75,79,886392,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_80_84,all,80-84,80,84,646733,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_85_89,all,85-89,85,89,312484,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_90_94,all,90-94,90,94,111575,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_95_99,all,95-99,95,99,18677,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRN,Iran (Islamic Republic of),T_100PLUS,all,100+,100,,6568,2016,Statistical Centre for Iran,OCHA Middle East and North Africa (ROMENA) +IRQ,Iraq,F_TL,f,all,,,20380179,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_TL,m,all,,,20810479,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_TL,all,all,,,41190658,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_00_04,f,0-4,0,4,2941036,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_05_09,f,5-9,5,9,2725741,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_10_14,f,10-14,10,14,2415762,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_15_19,f,15-19,15,19,2145237,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_20_24,f,20-24,20,24,1830376,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_25_29,f,25-29,25,29,1512480,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_30_34,f,30-34,30,34,1401709,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_35_39,f,35-39,35,39,1224044,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_40_44,f,40-44,40,44,1109441,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_45_49,f,45-49,45,49,833121,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_50_54,f,50-54,50,54,594087,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_55_59,f,55-59,55,59,567550,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_60_64,f,60-64,60,64,408222,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_65_69,f,65-69,65,69,256125,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_70_74,f,70-74,70,74,161417,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_75_79,f,75-79,75,79,101806,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,F_80PLUS,f,80+,80,,152025,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_00_04,m,0-4,0,4,3102589,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_05_09,m,5-9,5,9,2895522,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_10_14,m,10-14,10,14,2587746,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_15_19,m,15-19,15,19,2270496,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_20_24,m,20-24,20,24,1983301,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_25_29,m,25-29,25,29,1555562,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_30_34,m,30-34,30,34,1362110,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_35_39,m,35-39,35,39,1161001,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_40_44,m,40-44,40,44,1094813,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_45_49,m,45-49,45,49,809102,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_50_54,m,50-54,50,54,477066,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_55_59,m,55-59,55,59,542340,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_60_64,m,60-64,60,64,373496,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_65_69,m,65-69,65,69,245863,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_70_74,m,70-74,70,74,160390,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_75_79,m,75-79,75,79,84488,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,M_80PLUS,m,80+,80,,104594,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_00_04,all,0-4,0,4,6043625,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_05_09,all,5-9,5,9,5621263,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_10_14,all,10-14,10,14,5003508,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_15_19,all,15-19,15,19,4415733,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_20_24,all,20-24,20,24,3813677,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_25_29,all,25-29,25,29,3068042,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_30_34,all,30-34,30,34,2763819,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_35_39,all,35-39,35,39,2385045,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_40_44,all,40-44,40,44,2204254,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_45_49,all,45-49,45,49,1642223,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_50_54,all,50-54,50,54,1071153,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_55_59,all,55-59,55,59,1109890,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_60_64,all,60-64,60,64,781718,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_65_69,all,65-69,65,69,501988,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_70_74,all,70-74,70,74,321807,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_75_79,all,75-79,75,79,186294,2021,Central Statistical Organization Iraq,UNFPA +IRQ,Iraq,T_80PLUS,all,80+,80,,256619,2021,Central Statistical Organization Iraq,UNFPA +JAM,Jamaica,T_TL,all,all,,,2697983,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_TL,f,all,,,1363450,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_TL,m,all,,,1334533,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_00_04,all,0-4,0,4,209871,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_05_09,all,5-9,5,9,226380,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_10_14,all,10-14,10,14,266589,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_15_19,all,15-19,15,19,274660,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_20_24,all,20-24,20,24,250713,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_25_29,all,25-29,25,29,226119,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_30_34,all,30-34,30,34,185496,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_35_39,all,35-39,35,39,183756,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_40_44,all,40-44,40,44,173924,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_45_49,all,45-49,45,49,155389,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_50_54,all,50-54,50,54,137895,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_55_59,all,55-59,55,59,100798,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_60_64,all,60-64,60,64,88057,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,T_65PLUS,all,65+,65,,218338,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_00_04,f,0-4,0,4,103763,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_05_09,f,5-9,5,9,111586,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_10_14,f,10-14,10,14,130405,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_15_19,f,15-19,15,19,134882,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_20_24,f,20-24,20,24,125470,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_25_29,f,25-29,25,29,116200,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_30_34,f,30-34,30,34,97685,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_35_39,f,35-39,35,39,97109,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_40_44,f,40-44,40,44,88268,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_45_49,f,45-49,45,49,76188,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_50_54,f,50-54,50,54,70598,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_55_59,f,55-59,55,59,50081,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_60_64,f,60-64,60,64,43650,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,F_65PLUS,f,65+,65,,117565,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_00_04,m,0-4,0,4,106107,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_05_09,m,5-9,5,9,114794,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_10_14,m,10-14,10,14,136184,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_15_19,m,15-19,15,19,139778,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_20_24,m,20-24,20,24,125244,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_25_29,m,25-29,25,29,109919,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_30_34,m,30-34,30,34,87810,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_35_39,m,35-39,35,39,86647,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_40_44,m,40-44,40,44,85656,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_45_49,m,45-49,45,49,79201,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_50_54,m,50-54,50,54,67297,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_55_59,m,55-59,55,59,50717,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_60_64,m,60-64,60,64,44407,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +JAM,Jamaica,M_65PLUS,m,65+,65,,100775,2011,Statistical Institute of Jamaica,OCHA Latin America and the Caribbean (ROLAC) +KAZ,Kazakhstan,F_TL,f,all,,,10119106,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_TL,m,all,,,9647701,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_TL,all,all,,,19766807,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_00_04,f,0-4,0,4,998259,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_05_09,f,5-9,5,9,947989,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_10_14,f,10-14,10,14,887223,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_15_19,f,15-19,15,19,693082,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_20_24,f,20-24,20,24,550251,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_25_29,f,25-29,25,29,632765,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_30_34,f,30-34,30,34,759446,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_35_39,f,35-39,35,39,747061,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_40_44,f,40-44,40,44,638025,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_45_49,f,45-49,45,49,601086,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_50_54,f,50-54,50,54,551035,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_55_59,f,55-59,55,59,527819,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_60_64,f,60-64,60,64,523861,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_65_69,f,65-69,65,69,399895,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_70_74,f,70-74,70,74,297992,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_75_79,f,75-79,75,79,135987,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_80_84,f,80-84,80,84,137429,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,F_85PLUS,f,85+,85,,89901,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_00_04,m,0-4,0,4,1060690,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_05_09,m,5-9,5,9,1005593,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_10_14,m,10-14,10,14,935700,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_15_19,m,15-19,15,19,729048,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_20_24,m,20-24,20,24,573200,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_25_29,m,25-29,25,29,654153,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_30_34,m,30-34,30,34,775026,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_35_39,m,35-39,35,39,751154,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_40_44,m,40-44,40,44,620254,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_45_49,m,45-49,45,49,559385,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_50_54,m,50-54,50,54,495727,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_55_59,m,55-59,55,59,456721,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_60_64,m,60-64,60,64,413686,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_65_69,m,65-69,65,69,279852,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_70_74,m,70-74,70,74,177201,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_75_79,m,75-79,75,79,70384,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_80_84,m,80-84,80,84,56105,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,M_85PLUS,m,85+,85,,33822,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_00_04,all,0-4,0,4,2058949,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_05_09,all,5-9,5,9,1953582,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_10_14,all,10-14,10,14,1822923,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_15_19,all,15-19,15,19,1422130,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_20_24,all,20-24,20,24,1123451,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_25_29,all,25-29,25,29,1286918,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_30_34,all,30-34,30,34,1534472,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_35_39,all,35-39,35,39,1498215,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_40_44,all,40-44,40,44,1258279,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_45_49,all,45-49,45,49,1160471,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_50_54,all,50-54,50,54,1046762,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_55_59,all,55-59,55,59,984540,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_60_64,all,60-64,60,64,937547,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_65_69,all,65-69,65,69,679747,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_70_74,all,70-74,70,74,475193,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_75_79,all,75-79,75,79,206371,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_80_84,all,80-84,80,84,193534,2023,National Statistics Office of Kazakhstan,UNFPA +KAZ,Kazakhstan,T_85PLUS,all,85+,85,,123723,2023,National Statistics Office of Kazakhstan,UNFPA +KEN,Kenya,F_TL,f,all,,,24014716,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_TL,m,all,,,23548056,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_TL,all,all,,,47562772,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_00_04,f,0-4,0,4,2986769,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_05_09,f,5-9,5,9,3085516,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_10_14,f,10-14,10,14,3136142,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_15_19,f,15-19,15,19,2599442,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_20_24,f,20-24,20,24,2334777,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_25_29,f,25-29,25,29,2014859,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_30_34,f,30-34,30,34,1871887,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_35_39,f,35-39,35,39,1301828,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_40_44,f,40-44,40,44,1102014,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_45_49,f,45-49,45,49,869871,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_50_54,f,50-54,50,54,645585,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_55_59,f,55-59,55,59,571105,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_60_64,f,60-64,60,64,450553,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_65_69,f,65-69,65,69,346818,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_70_74,f,70-74,70,74,278548,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_75_79,f,75-79,75,79,163820,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_80_84,f,80-84,80,84,120961,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_85_89,f,85-89,85,89,69654,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_90_94,f,90-94,90,94,35869,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_95_99,f,95-99,95,99,18236,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,F_100PLUS,f,100+,100,,10164,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_00_04,m,0-4,0,4,3006344,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_05_09,m,5-9,5,9,3116951,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_10_14,m,10-14,10,14,3209760,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_15_19,m,15-19,15,19,2686264,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_20_24,m,20-24,20,24,2112690,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_25_29,m,25-29,25,29,1839543,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_30_34,m,30-34,30,34,1698678,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_35_39,m,35-39,35,39,1348195,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_40_44,m,40-44,40,44,1157154,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_45_49,m,45-49,45,49,916334,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_50_54,m,50-54,50,54,662981,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_55_59,m,55-59,55,59,546963,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_60_64,m,60-64,60,64,419441,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_65_69,m,65-69,65,69,311345,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_70_74,m,70-74,70,74,235974,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_75_79,m,75-79,75,79,119295,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_80_84,m,80-84,80,84,82933,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_85_89,m,85-89,85,89,43952,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_90_94,m,90-94,90,94,19228,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_95_99,m,95-99,95,99,9770,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,M_100PLUS,m,100+,100,,3876,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_00_04,all,0-4,0,4,5993113,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_05_09,all,5-9,5,9,6202467,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_10_14,all,10-14,10,14,6345902,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_15_19,all,15-19,15,19,5285706,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_20_24,all,20-24,20,24,4447467,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_25_29,all,25-29,25,29,3854402,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_30_34,all,30-34,30,34,3570565,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_35_39,all,35-39,35,39,2650023,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_40_44,all,40-44,40,44,2259168,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_45_49,all,45-49,45,49,1786205,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_50_54,all,50-54,50,54,1308566,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_55_59,all,55-59,55,59,1118068,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_60_64,all,60-64,60,64,869994,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_65_69,all,65-69,65,69,658163,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_70_74,all,70-74,70,74,514522,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_75_79,all,75-79,75,79,283115,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_80_84,all,80-84,80,84,203894,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_85_89,all,85-89,85,89,113606,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_90_94,all,90-94,90,94,55097,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_95_99,all,95-99,95,99,28006,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KEN,Kenya,T_100PLUS,all,100+,100,,14040,2019,Kenya National Bureau of Statistics: http://www.knbs.or.ke,UNFPA +KIR,Kiribati,F_TL,f,all,,,60786,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_TL,m,all,,,59154,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_TL,all,all,,,119940,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_00_04,f,0-4,0,4,7422,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_05_09,f,5-9,5,9,6895,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_10_14,f,10-14,10,14,6598,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_15_19,f,15-19,15,19,5022,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_20_24,f,20-24,20,24,5520,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_25_29,f,25-29,25,29,5113,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_30_34,f,30-34,30,34,4776,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_35_39,f,35-39,35,39,4086,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_40_44,f,40-44,40,44,3145,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_45_49,f,45-49,45,49,2555,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_50_54,f,50-54,50,54,2802,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_55_59,f,55-59,55,59,2289,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_60_64,f,60-64,60,64,1679,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,F_65PLUS,f,65+,65,,2884,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_00_04,m,0-4,0,4,7965,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_05_09,m,5-9,5,9,7517,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_10_14,m,10-14,10,14,6701,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_15_19,m,15-19,15,19,5368,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_20_24,m,20-24,20,24,5629,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_25_29,m,25-29,25,29,4993,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_30_34,m,30-34,30,34,4511,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_35_39,m,35-39,35,39,3791,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_40_44,m,40-44,40,44,2997,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_45_49,m,45-49,45,49,2311,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_50_54,m,50-54,50,54,2413,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_55_59,m,55-59,55,59,1861,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_60_64,m,60-64,60,64,1386,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,M_65PLUS,m,65+,65,,1711,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_00_04,all,0-4,0,4,15387,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_05_09,all,5-9,5,9,14412,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_10_14,all,10-14,10,14,13299,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_15_19,all,15-19,15,19,10390,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_20_24,all,20-24,20,24,11149,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_25_29,all,25-29,25,29,10106,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_30_34,all,30-34,30,34,9287,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_35_39,all,35-39,35,39,7877,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_40_44,all,40-44,40,44,6142,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_45_49,all,45-49,45,49,4866,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_50_54,all,50-54,50,54,5215,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_55_59,all,55-59,55,59,4150,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_60_64,all,60-64,60,64,3065,2020,UNFPA and Pacific Community (SPC),UNFPA +KIR,Kiribati,T_65PLUS,all,65+,65,,4595,2020,UNFPA and Pacific Community (SPC),UNFPA +PRK,Democratic People's Republic of Korea,T_TL,all,all,,,23275627,2008,World Food Programme,OCHA Regional Office for Asia and the Pacific (ROAP) +PRK,Democratic People's Republic of Korea,M_TL,m,all,,,11024382,2008,World Food Programme,OCHA Regional Office for Asia and the Pacific (ROAP) +PRK,Democratic People's Republic of Korea,F_TL,f,all,,,12251245,2008,World Food Programme,OCHA Regional Office for Asia and the Pacific (ROAP) +LAO,Lao People's Democratic Republic,F_TL,f,all,,,3810923,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_TL,m,all,,,3820875,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_TL,all,all,,,7631798,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_00_04,f,0-4,0,4,359922,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_05_09,f,5-9,5,9,376955,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_10_14,f,10-14,10,14,384113,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_15_19,f,15-19,15,19,357008,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_20_24,f,20-24,20,24,343444,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_25_29,f,25-29,25,29,338459,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_30_34,f,30-34,30,34,317990,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_35_39,f,35-39,35,39,282125,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_40_44,f,40-44,40,44,239679,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_45_49,f,45-49,45,49,195304,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_50_54,f,50-54,50,54,163365,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_55_59,f,55-59,55,59,139030,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_60_64,f,60-64,60,64,111613,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_65_69,f,65-69,65,69,83489,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_70_74,f,70-74,70,74,53409,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_75_79,f,75-79,75,79,33186,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,F_80PLUS,f,80+,80,,31832,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_00_04,m,0-4,0,4,375949,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_05_09,m,5-9,5,9,391630,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_10_14,m,10-14,10,14,391900,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_15_19,m,15-19,15,19,365504,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_20_24,m,20-24,20,24,350972,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_25_29,m,25-29,25,29,340471,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_30_34,m,30-34,30,34,318817,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_35_39,m,35-39,35,39,281895,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_40_44,m,40-44,40,44,241175,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_45_49,m,45-49,45,49,195067,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_50_54,m,50-54,50,54,160929,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_55_59,m,55-59,55,59,130592,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_60_64,m,60-64,60,64,103072,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_65_69,m,65-69,65,69,74460,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_70_74,m,70-74,70,74,47373,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_75_79,m,75-79,75,79,27899,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,M_80PLUS,m,80+,80,,23170,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_00_04,all,0-4,0,4,735871,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_05_09,all,5-9,5,9,768585,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_10_14,all,10-14,10,14,776013,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_15_19,all,15-19,15,19,722512,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_20_24,all,20-24,20,24,694416,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_25_29,all,25-29,25,29,678930,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_30_34,all,30-34,30,34,636807,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_35_39,all,35-39,35,39,564020,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_40_44,all,40-44,40,44,480854,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_45_49,all,45-49,45,49,390371,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_50_54,all,50-54,50,54,324294,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_55_59,all,55-59,55,59,269622,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_60_64,all,60-64,60,64,214685,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_65_69,all,65-69,65,69,157949,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_70_74,all,70-74,70,74,100782,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_75_79,all,75-79,75,79,61085,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LAO,Lao People's Democratic Republic,T_80PLUS,all,80+,80,,55002,2024,"Lao Statistics Bureau, Ministry of Planning and Investment / UNFPA Lao PDR",UNFPA +LSO,Lesotho,F_TL,f,all,,,1063959,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_TL,m,all,,,1026523,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_TL,all,all,,,2090482,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_00_04,f,0-4,0,4,98065,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_05_09,f,5-9,5,9,115410,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_10_14,f,10-14,10,14,106271,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_15_19,f,15-19,15,19,94988,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_20_24,f,20-24,20,24,95857,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_25_29,f,25-29,25,29,99667,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_30_34,f,30-34,30,34,95379,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_35_39,f,35-39,35,39,71416,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_40_44,f,40-44,40,44,50038,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_45_49,f,45-49,45,49,38260,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_50_54,f,50-54,50,54,41243,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_55_59,f,55-59,55,59,38695,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_60_64,f,60-64,60,64,33335,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_65_69,f,65-69,65,69,24212,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,F_70PLUS,f,70+,70,,61128,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_00_04,m,0-4,0,4,99891,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_05_09,m,5-9,5,9,111849,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_10_14,m,10-14,10,14,105833,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_15_19,m,15-19,15,19,99020,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_20_24,m,20-24,20,24,95298,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_25_29,m,25-29,25,29,103720,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_30_34,m,30-34,30,34,104286,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_35_39,m,35-39,35,39,82950,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_40_44,m,40-44,40,44,54370,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_45_49,m,45-49,45,49,37745,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_50_54,m,50-54,50,54,33659,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_55_59,m,55-59,55,59,27326,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_60_64,m,60-64,60,64,23384,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_65_69,m,65-69,65,69,16539,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,M_70PLUS,m,70+,70,,30654,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_00_04,all,0-4,0,4,197954,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_05_09,all,5-9,5,9,227257,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_10_14,all,10-14,10,14,212102,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_15_19,all,15-19,15,19,194008,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_20_24,all,20-24,20,24,191156,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_25_29,all,25-29,25,29,203389,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_30_34,all,30-34,30,34,199664,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_35_39,all,35-39,35,39,154367,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_40_44,all,40-44,40,44,104407,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_45_49,all,45-49,45,49,76005,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_50_54,all,50-54,50,54,74901,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_55_59,all,55-59,55,59,66022,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_60_64,all,60-64,60,64,56716,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_65_69,all,65-69,65,69,40752,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LSO,Lesotho,T_70PLUS,all,70+,70,,91782,2022,UNFPA and Lesotho Bureau of Statistics,UNFPA +LBR,Liberia,F_TL,f,all,,,2294382,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,M_TL,m,all,,,2298634,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_TL,all,all,,,4593022,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_00_04,all,0-4,0,4,719142,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_05_09,all,5-9,5,9,650239,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_10_14,all,10-14,10,14,577118,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_15_19,all,15-19,15,19,485471,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_20_24,all,20-24,20,24,397975,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_25_29,all,25-29,25,29,351284,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_30_34,all,30-34,30,34,307976,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_35_39,all,35-39,35,39,256599,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_40_44,all,40-44,40,44,210047,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_45_49,all,45-49,45,49,169173,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_50_54,all,50-54,50,54,136640,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_55_59,all,55-59,55,59,108792,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_60_64,all,60-64,60,64,83063,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_65_69,all,65-69,65,69,58196,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_70_74,all,70-74,70,74,43472,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_75_79,all,75-79,75,79,24182,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +LBR,Liberia,T_80PLUS,all,80+,80,,12828,2020,United Nations Population Fund (UNFPA),OCHA West and Central Africa (ROWCA) +MDG,Madagascar,T_TL,all,all,,,26696210,2018,INSTAT / Madagascar BNGRC (National Disaster Management Agency ) 2009 population data,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +MWI,Malawi,F_TL,f,all,,,10210246,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_TL,m,all,,,9599265,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_TL,all,all,,,19809511,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_00_04,f,0-4,0,4,1465039,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_05_09,f,5-9,5,9,1351780,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_10_14,f,10-14,10,14,1237046,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_15_19,f,15-19,15,19,1155213,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_20_24,f,20-24,20,24,1010558,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_25_29,f,25-29,25,29,843152,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_30_34,f,30-34,30,34,700273,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_35_39,f,35-39,35,39,566929,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_40_44,f,40-44,40,44,463668,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_45_49,f,45-49,45,49,362166,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_50_54,f,50-54,50,54,284661,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_55_59,f,55-59,55,59,211173,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_60_64,f,60-64,60,64,164269,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_65_69,f,65-69,65,69,129347,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_70_74,f,70-74,70,74,98431,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_75_79,f,75-79,75,79,73632,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_80_84,f,80-84,80,84,48898,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_85_89,f,85-89,85,89,27364,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_90_94,f,90-94,90,94,12241,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,F_95PLUS,f,95+,95,,4407,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_00_04,m,0-4,0,4,1490316,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_05_09,m,5-9,5,9,1353058,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_10_14,m,10-14,10,14,1237225,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_15_19,m,15-19,15,19,1082523,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_20_24,m,20-24,20,24,915309,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_25_29,m,25-29,25,29,754013,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_30_34,m,30-34,30,34,625707,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_35_39,m,35-39,35,39,499328,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_40_44,m,40-44,40,44,407108,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_45_49,m,45-49,45,49,328988,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_50_54,m,50-54,50,54,262091,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_55_59,m,55-59,55,59,194014,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_60_64,m,60-64,60,64,147140,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_65_69,m,65-69,65,69,108578,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_70_74,m,70-74,70,74,78831,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_75_79,m,75-79,75,79,54509,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_80_84,m,80-84,80,84,33655,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_85_89,m,85-89,85,89,17468,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_90_94,m,90-94,90,94,7144,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,M_95PLUS,m,95+,95,,2258,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_00_04,all,0-4,0,4,2955355,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_05_09,all,5-9,5,9,2704835,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_10_14,all,10-14,10,14,2474268,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_15_19,all,15-19,15,19,2237737,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_20_24,all,20-24,20,24,1925866,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_25_29,all,25-29,25,29,1597165,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_30_34,all,30-34,30,34,1325975,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_35_39,all,35-39,35,39,1066256,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_40_44,all,40-44,40,44,870777,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_45_49,all,45-49,45,49,691151,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_50_54,all,50-54,50,54,546750,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_55_59,all,55-59,55,59,405191,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_60_64,all,60-64,60,64,311411,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_65_69,all,65-69,65,69,237925,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_70_74,all,70-74,70,74,177263,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_75_79,all,75-79,75,79,128142,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_80_84,all,80-84,80,84,82557,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_85_89,all,85-89,85,89,44835,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_90_94,all,90-94,90,94,19384,2023,Malawi National Statistics Office,UNFPA +MWI,Malawi,T_95PLUS,all,95+,95,,6665,2023,Malawi National Statistics Office,UNFPA +MYS,Malaysia,T_00_04,all,0-4,0,4,2542000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_05_09,all,5-9,5,9,2554200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_10_14,all,10-14,10,14,2504100,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_15_19,all,15-19,15,19,2835600,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_20_24,all,20-24,20,24,3132700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_25_29,all,25-29,25,29,3247800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_30_34,all,30-34,30,34,2877500,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_35_39,all,35-39,35,39,2568700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_40_44,all,40-44,40,44,2010700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_45_49,all,45-49,45,49,1779600,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_50_54,all,50-54,50,54,1634000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_55_59,all,55-59,55,59,1467700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_60_64,all,60-64,60,64,1209400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_65_69,all,65-69,65,69,901700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_70_74,all,70-74,70,74,646800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_75_79,all,75-79,75,79,366300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_80_84,all,80-84,80,84,220200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_85PLUS,all,85+,85,,158400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,T_TL,all,all,,,16805800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_00_04,m,0-4,0,4,1313300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_05_09,m,5-9,5,9,1321600,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_10_14,m,10-14,10,14,1288900,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_15_19,m,15-19,15,19,1468500,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_20_24,m,20-24,20,24,1649200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_25_29,m,25-29,25,29,1729700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_30_34,m,30-34,30,34,1503200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_35_39,m,35-39,35,39,1325400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_40_44,m,40-44,40,44,1041500,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_45_49,m,45-49,45,49,900900,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_50_54,m,50-54,50,54,809200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_55_59,m,55-59,55,59,744700,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_60_64,m,60-64,60,64,604000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_65_69,m,65-69,65,69,442500,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_70_74,m,70-74,70,74,310000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_75_79,m,75-79,75,79,171400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_80_84,m,80-84,80,84,101200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,M_85PLUS,m,85+,85,,80300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_00_04,f,0-4,0,4,1229100,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_05_09,f,5-9,5,9,1232300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_10_14,f,10-14,10,14,1215300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_15_19,f,15-19,15,19,1367400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_20_24,f,20-24,20,24,1483500,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_25_29,f,25-29,25,29,1518200,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_30_34,f,30-34,30,34,1374000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_35_39,f,35-39,35,39,1243400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_40_44,f,40-44,40,44,969300,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_45_49,f,45-49,45,49,878800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_50_54,f,50-54,50,54,824800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_55_59,f,55-59,55,59,722800,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_60_64,f,60-64,60,64,605400,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_65_69,f,65-69,65,69,458900,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_70_74,f,70-74,70,74,336600,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_75_79,f,75-79,75,79,194900,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_80_84,f,80-84,80,84,119000,2020,"Department of Statistics, Malaysia",UNFPA +MYS,Malaysia,F_85PLUS,f,85+,85,,77800,2020,"Department of Statistics, Malaysia",UNFPA +MDV,Maldives,F_TL,f,all,,,203132,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_TL,m,all,,,311992,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_TL,all,all,,,515124,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_00_04,f,0-4,0,4,14885,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_05_09,f,5-9,5,9,17465,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_10_14,f,10-14,10,14,18200,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_15_19,f,15-19,15,19,13790,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_20_24,f,20-24,20,24,14269,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_25_29,f,25-29,25,29,19821,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_30_34,f,30-34,30,34,22109,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_35_39,f,35-39,35,39,21188,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_40_44,f,40-44,40,44,15008,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_45_49,f,45-49,45,49,11619,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_50_54,f,50-54,50,54,9982,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_55_59,f,55-59,55,59,7986,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_60_64,f,60-64,60,64,6716,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_65_69,f,65-69,65,69,4013,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_70_74,f,70-74,70,74,2390,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,F_75PLUS,f,75+,75,,3691,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_00_04,m,0-4,0,4,15432,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_05_09,m,5-9,5,9,18316,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_10_14,m,10-14,10,14,19608,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_15_19,m,15-19,15,19,14897,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_20_24,m,20-24,20,24,24215,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_25_29,m,25-29,25,29,45522,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_30_34,m,30-34,30,34,47752,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_35_39,m,35-39,35,39,41299,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_40_44,m,40-44,40,44,27645,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_45_49,m,45-49,45,49,17554,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_50_54,m,50-54,50,54,12797,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_55_59,m,55-59,55,59,8941,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_60_64,m,60-64,60,64,7263,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_65_69,m,65-69,65,69,4406,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_70_74,m,70-74,70,74,2454,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,M_75PLUS,m,75+,75,,3891,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_00_04,all,0-4,0,4,30317,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_05_09,all,5-9,5,9,35781,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_10_14,all,10-14,10,14,37808,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_15_19,all,15-19,15,19,28687,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_20_24,all,20-24,20,24,38484,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_25_29,all,25-29,25,29,65343,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_30_34,all,30-34,30,34,69861,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_35_39,all,35-39,35,39,62487,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_40_44,all,40-44,40,44,42653,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_45_49,all,45-49,45,49,29173,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_50_54,all,50-54,50,54,22779,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_55_59,all,55-59,55,59,16927,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_60_64,all,60-64,60,64,13979,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_65_69,all,65-69,65,69,8419,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_70_74,all,70-74,70,74,4844,2022,Maldives National Bureau of Statistics,UNFPA +MDV,Maldives,T_75PLUS,all,75+,75,,7582,2022,Maldives National Bureau of Statistics,UNFPA +MLI,Mali,M_TL,m,all,,,8880417,2018,DNP - Direction Nationale de la Population,OCHA Mali +MLI,Mali,F_TL,f,all,,,9026697,2018,DNP - Direction Nationale de la Population,OCHA Mali +MLI,Mali,T_TL,all,all,,,17907114,2018,DNP - Direction Nationale de la Population,OCHA Mali +MHL,Marshall Islands,T_TL,all,all,,,53158,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_00_04,all,0-4,0,4,7743,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_05_14,all,5-14,5,14,13510,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_15_19,all,15-19,15,19,4731,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_15_24,all,15-24,15,24,9825,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_15_49,all,15-49,15,49,26283,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_15_64,all,15-64,15,64,30841,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,T_65PLUS,all,65+,65,,1064,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_TL,m,all,,,27243,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_00_04,m,0-4,0,4,4031,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_05_14,m,5-14,5,14,7007,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_15_19,m,15-19,15,19,2417,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_15_24,m,15-24,15,24,5031,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_15_49,m,15-49,15,49,13261,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_15_64,m,15-64,15,64,15675,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,M_65PLUS,m,65+,65,,530,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_TL,f,all,,,25915,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_00_04,f,0-4,0,4,3712,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_05_14,f,5-14,5,14,6503,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_15_19,f,15-19,15,19,2314,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_15_24,f,15-24,15,24,4794,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_15_49,f,15-49,15,49,13022,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_15_64,f,15-64,15,64,15166,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MHL,Marshall Islands,F_65PLUS,f,65+,65,,534,2021,"Republic of the Marshall Islands - Economic Policy and Planning Statistics Office (EPPSO) , 2011 Census of Population and Housing",OCHA Regional Office for Asia and the Pacific (ROAP) +MTQ,Martinique,T_TL,all,all,,,376507,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_TL,f,all,,,202318,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_TL,m,all,,,174189,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_00_04,all,0-4,0,4,18653,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_05_09,all,5-9,5,9,22184,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_10_14,all,10-14,10,14,24204,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_15_19,all,15-19,15,19,25041,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_20_24,all,20-24,20,24,18346,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_25_29,all,25-29,25,29,17708,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_30_34,all,30-34,30,34,17685,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_35_39,all,35-39,35,39,18457,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_40_44,all,40-44,40,44,24460,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_45_49,all,45-49,45,49,30185,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_50_54,all,50-54,50,54,33061,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_55_59,all,55-59,55,59,29193,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_60_64,all,60-64,60,64,25514,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,T_65PLUS,all,65+,65,,71817,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_00_04,f,0-4,0,4,9047,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_05_09,f,5-9,5,9,10865,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_10_14,f,10-14,10,14,11845,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_15_19,f,15-19,15,19,12243,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_20_24,f,20-24,20,24,8904,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_25_29,f,25-29,25,29,9662,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_30_34,f,30-34,30,34,10248,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_35_39,f,35-39,35,39,10569,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_40_44,f,40-44,40,44,13960,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_45_49,f,45-49,45,49,16707,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_50_54,f,50-54,50,54,18264,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_55_59,f,55-59,55,59,15343,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_60_64,f,60-64,60,64,13793,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,F_65PLUS,f,65+,65,,40868,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_00_04,m,0-4,0,4,9607,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_05_09,m,5-9,5,9,11319,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_10_14,m,10-14,10,14,12359,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_15_19,m,15-19,15,19,12797,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_20_24,m,20-24,20,24,9443,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_25_29,m,25-29,25,29,8046,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_30_34,m,30-34,30,34,7437,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_35_39,m,35-39,35,39,7888,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_40_44,m,40-44,40,44,10500,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_45_49,m,45-49,45,49,13478,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_50_54,m,50-54,50,54,14797,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_55_59,m,55-59,55,59,13850,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_60_64,m,60-64,60,64,11721,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MTQ,Martinique,M_65PLUS,m,65+,65,,30949,2016,Institut national de l’information géographique et forestière (IGN),OCHA Latin America and the Caribbean (ROLAC) +MRT,Mauritania,F_TL,f,all,,,2199480,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_TL,m,all,,,2172559,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_TL,all,all,,,4372038,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_00_04,f,0-4,0,4,300948,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_05_09,f,5-9,5,9,271299,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_10_14,f,10-14,10,14,281680,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_15_19,f,15-19,15,19,243985,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_20_24,f,20-24,20,24,205847,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_25_29,f,25-29,25,29,175660,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_30_34,f,30-34,30,34,149406,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_35_39,f,35-39,35,39,127388,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_40_44,f,40-44,40,44,105471,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_45_49,f,45-49,45,49,87495,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_50_54,f,50-54,50,54,71249,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_55_59,f,55-59,55,59,56291,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_60_64,f,60-64,60,64,43039,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_65_69,f,65-69,65,69,31104,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_70_74,f,70-74,70,74,20615,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_75_79,f,75-79,75,79,13058,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,F_80PLUS,f,80+,80,,14940,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_00_04,m,0-4,0,4,314834,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_05_09,m,5-9,5,9,285237,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_10_14,m,10-14,10,14,297441,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_15_19,m,15-19,15,19,249225,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_20_24,m,20-24,20,24,201404,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_25_29,m,25-29,25,29,166185,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_30_34,m,30-34,30,34,136579,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_35_39,m,35-39,35,39,114528,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_40_44,m,40-44,40,44,93075,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_45_49,m,45-49,45,49,77194,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_50_54,m,50-54,50,54,64768,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_55_59,m,55-59,55,59,52219,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_60_64,m,60-64,60,64,41513,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_65_69,m,65-69,65,69,30571,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_70_74,m,70-74,70,74,20535,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_75_79,m,75-79,75,79,12868,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,M_80PLUS,m,80+,80,,14377,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_00_04,all,0-4,0,4,615783,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_05_09,all,5-9,5,9,556535,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_10_14,all,10-14,10,14,579122,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_15_19,all,15-19,15,19,493210,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_20_24,all,20-24,20,24,407250,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_25_29,all,25-29,25,29,341847,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_30_34,all,30-34,30,34,285982,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_35_39,all,35-39,35,39,241917,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_40_44,all,40-44,40,44,198547,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_45_49,all,45-49,45,49,164691,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_50_54,all,50-54,50,54,136018,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_55_59,all,55-59,55,59,108509,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_60_64,all,60-64,60,64,84554,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_65_69,all,65-69,65,69,61678,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_70_74,all,70-74,70,74,41149,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_75_79,all,75-79,75,79,25926,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MRT,Mauritania,T_80PLUS,all,80+,80,,29318,2022,United Nations Population Fund (UNFPA) from data Census Office Nationale de la Statistique (ONS),UNFPA +MUS,Mauritius,T_TL,all,all,,,1265363,2018,Statistics Mauritius 2018 Estimates (July and December 2018) and Census 2011 Demography Table withage,UNFPA +MUS,Mauritius,M_TL,m,all,,,626087,2018,Statistics Mauritius 2018 Estimates (July and December 2018) and Census 2011 Demography Table withage,UNFPA +MUS,Mauritius,F_TL,f,all,,,639276,2018,Statistics Mauritius 2018 Estimates (July and December 2018) and Census 2011 Demography Table withage,UNFPA +MEX,Mexico,F_TL,f,all,,,65833180,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_TL,m,all,,,63139259,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_TL,all,all,,,128972439,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_00_04,f,0-4,0,4,5268804,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_05_09,f,5-9,5,9,5401020,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_10_14,f,10-14,10,14,5442653,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_15_19,f,15-19,15,19,5451509,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_20_24,f,20-24,20,24,5366818,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_25_29,f,25-29,25,29,5334451,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_30_34,f,30-34,30,34,5121463,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_35_39,f,35-39,35,39,4788420,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_40_44,f,40-44,40,44,4473298,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_45_49,f,45-49,45,49,4202145,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_50_54,f,50-54,50,54,3701746,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_55_59,f,55-59,55,59,3142900,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_60_64,f,60-64,60,64,2573544,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,F_65PLUS,f,65+,65,,5564409,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_00_04,m,0-4,0,4,5463393,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_05_09,m,5-9,5,9,5599947,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_10_14,m,10-14,10,14,5640478,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_15_19,m,15-19,15,19,5624910,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_20_24,m,20-24,20,24,5456593,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_25_29,m,25-29,25,29,5336323,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_30_34,m,30-34,30,34,4919979,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_35_39,m,35-39,35,39,4354874,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_40_44,m,40-44,40,44,3931742,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_45_49,m,45-49,45,49,3749218,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_50_54,m,50-54,50,54,3354682,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_55_59,m,55-59,55,59,2841770,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_60_64,m,60-64,60,64,2294638,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,M_65PLUS,m,65+,65,,4570712,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_00_04,all,0-4,0,4,10732197,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_05_09,all,5-9,5,9,11000967,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_10_14,all,10-14,10,14,11083131,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_15_19,all,15-19,15,19,11076419,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_20_24,all,20-24,20,24,10823411,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_25_29,all,25-29,25,29,10670774,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_30_34,all,30-34,30,34,10041442,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_35_39,all,35-39,35,39,9143294,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_40_44,all,40-44,40,44,8405040,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_45_49,all,45-49,45,49,7951363,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_50_54,all,50-54,50,54,7056428,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_55_59,all,55-59,55,59,5984670,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_60_64,all,60-64,60,64,4868182,2021,UNFPA and Consejo Nacional de Población,UNFPA +MEX,Mexico,T_65PLUS,all,65+,65,,10135121,2021,UNFPA and Consejo Nacional de Población,UNFPA +FSM,Micronesia (Federated States of),T_TL,all,all,,,102839,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_00_04,all,0-4,0,4,12042,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_5_9,all,5-9,5,9,11932,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_10_14,all,10-14,10,14,12706,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_15_19,all,15-19,15,19,11990,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_20_24,all,20-24,20,24,9346,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_25_29,all,25-29,25,29,7652,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_30_34,all,30-34,30,34,6601,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_35_39,all,35-39,35,39,5939,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_40_44,all,40-44,40,44,5583,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_45_49,all,45-49,45,49,5198,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_50_54,all,50-54,50,54,4623,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_55_59,all,55-59,55,59,3612,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_60_64,all,60-64,60,64,2298,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_65_74,all,65-74,65,74,2118,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),T_75PLUS,all,75+,75,,1199,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_TL,m,all,,,52189,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_0_4,m,0-4,0,4,6125,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_5_9,m,5-9,5,9,6133,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_10_14,m,10-14,10,14,6534,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_15_19,m,15-19,15,19,6238,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_20_24,m,20-24,20,24,4893,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_25_29,m,25-29,25,29,3845,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_30_34,m,30-34,30,34,3405,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_35_39,m,35-39,35,39,2921,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_40_44,m,40-44,40,44,2721,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_45_49,m,45-49,45,49,2646,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_50_54,m,50-54,50,54,2301,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_55_59,m,55-59,55,59,1876,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_60_64,m,60-64,60,64,1171,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_65_74,m,65-74,65,74,926,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),M_75PLUS,m,75+,75,,454,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_TL,f,all,,,50650,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_0_4,f,0-4,0,4,5917,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_5_9,f,5-9,5,9,5799,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_10_14,f,10-14,10,14,6172,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_15_19,f,15-19,15,19,5752,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_20_24,f,20-24,20,24,4453,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_25_29,f,25-29,25,29,3807,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_30_34,f,30-34,30,34,3196,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_35_39,f,35-39,35,39,3018,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_40_44,f,40-44,40,44,2862,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_45_49,f,45-49,45,49,2552,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_50_54,f,50-54,50,54,2322,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_55_59,f,55-59,55,59,1736,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_60_64,f,60-64,60,64,1127,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_65_74,f,65-74,65,74,1192,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +FSM,Micronesia (Federated States of),F_75PLUS,f,75+,75,,745,2010,"Federated States of Micronesia Division of Statistics, 2010 Census of Population and Housing and Secretariat of the Pacific Community, Statistics for Development Division",OCHA Office of the Pacific Islands +MDA,Republic of Moldova,F_TL,f,all,,,1362392,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_TL,m,all,,,1241421,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_TL,all,all,,,2603813,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_00_04,f,0-4,0,4,71545,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_05_09,f,5-9,5,9,81653,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_10_14,f,10-14,10,14,76222,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_15_19,f,15-19,15,19,66771,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_20_24,f,20-24,20,24,63178,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_25_29,f,25-29,25,29,83874,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_30_34,f,30-34,30,34,102128,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_35_39,f,35-39,35,39,104370,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_40_44,f,40-44,40,44,90493,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_45_49,f,45-49,45,49,87910,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_50_54,f,50-54,50,54,84209,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_55_59,f,55-59,55,59,93609,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_60_64,f,60-64,60,64,110758,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_65_69,f,65-69,65,69,94785,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_70_74,f,70-74,70,74,75932,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,F_75PLUS,f,75+,75,,74955,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_00_04,m,0-4,0,4,76466,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_05_09,m,5-9,5,9,86777,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_10_14,m,10-14,10,14,80121,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_15_19,m,15-19,15,19,70682,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_20_24,m,20-24,20,24,66260,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_25_29,m,25-29,25,29,84571,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_30_34,m,30-34,30,34,102862,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_35_39,m,35-39,35,39,105049,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_40_44,m,40-44,40,44,88250,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_45_49,m,45-49,45,49,84194,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_50_54,m,50-54,50,54,78708,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_55_59,m,55-59,55,59,80930,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_60_64,m,60-64,60,64,88092,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_65_69,m,65-69,65,69,65750,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_70_74,m,70-74,70,74,47110,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,M_75PLUS,m,75+,75,,35599,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_00_04,all,0-4,0,4,148011,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_05_09,all,5-9,5,9,168430,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_10_14,all,10-14,10,14,156343,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_15_19,all,15-19,15,19,137453,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_20_24,all,20-24,20,24,129438,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_25_29,all,25-29,25,29,168445,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_30_34,all,30-34,30,34,204990,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_35_39,all,35-39,35,39,209419,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_40_44,all,40-44,40,44,178743,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_45_49,all,45-49,45,49,172104,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_50_54,all,50-54,50,54,162917,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_55_59,all,55-59,55,59,174539,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_60_64,all,60-64,60,64,198850,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_65_69,all,65-69,65,69,160535,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_70_74,all,70-74,70,74,123042,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MDA,Republic of Moldova,T_75PLUS,all,75+,75,,110554,2022,"""2014 Population Census by the National Bureau of Statistics (NBS) Moldova 2014-2021 vital statistics published by NBS Moldova 2014-2021 population migration estimates by NBS Moldova""",UNFPA +MNG,Mongolia,T_TL,all,all,,,3279403,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_00_04,all,0-4,0,4,409527,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_05_09,all,5-9,5,9,361522,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_10_14,all,10-14,10,14,282129,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_15_19,all,15-19,15,19,216673,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_20_24,all,20-24,20,24,229593,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_25_29,all,25-29,25,29,255572,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_30_34,all,30-34,30,34,294487,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_35_39,all,35-39,35,39,248413,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_40_44,all,40-44,40,44,222757,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_45_49,all,45-49,45,49,200529,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_50_54,all,50-54,50,54,171038,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_55_59,all,55-59,55,59,145700,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_60_64,all,60-64,60,64,103556,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_65_69,all,65-69,65,69,58672,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,T_70PLUS,all,70+,70,,79232,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_TL,m,all,,,1613136,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_00_04,m,0-4,0,4,205068,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_05_09,m,5-9,5,9,184309,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_10_14,m,10-14,10,14,143212,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_15_19,m,15-19,15,19,109743,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_20_24,m,20-24,20,24,114869,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_25_29,m,25-29,25,29,127467,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_30_34,m,30-34,30,34,146601,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_35_39,m,35-39,35,39,123390,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_40_44,m,40-44,40,44,110302,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_45_49,m,45-49,45,49,97752,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_50_54,m,50-54,50,54,81186,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_55_59,m,55-59,55,59,67520,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_60_64,m,60-64,60,64,46026,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_65_69,m,65-69,65,69,25012,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,M_70PLUS,m,70+,70,,30682,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_TL,f,all,,,1666266,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_00_04,f,0-4,0,4,204461,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_05_09,f,5-9,5,9,177213,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_10_14,f,10-14,10,14,138918,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_15_19,f,15-19,15,19,106930,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_20_24,f,20-24,20,24,114727,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_25_29,f,25-29,25,29,128107,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_30_34,f,30-34,30,34,147887,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_35_39,f,35-39,35,39,125023,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_40_44,f,40-44,40,44,112454,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_45_49,f,45-49,45,49,102776,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_50_54,f,50-54,50,54,89856,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_55_59,f,55-59,55,59,78180,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_60_64,f,60-64,60,64,57531,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_65_69,f,65-69,65,69,33660,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MNG,Mongolia,F_70PLUS,f,70+,70,,48550,2021,National Statistics Office of Mongolia - Mongolian Statistical information service,UNFPA +MSR,Montserrat,T_TL,all,all,,,4922,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_TL,f,all,,,2376,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_TL,m,all,,,2546,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_00_04,all,0-4,0,4,301,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_05_09,all,5-9,5,9,311,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_10_14,all,10-14,10,14,359,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_15_19,all,15-19,15,19,319,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_20_24,all,20-24,20,24,269,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_25_29,all,25-29,25,29,299,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_30_34,all,30-34,30,34,298,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_35_39,all,35-39,35,39,368,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_40_44,all,40-44,40,44,406,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_45_49,all,45-49,45,49,381,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_50_54,all,50-54,50,54,331,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_55_59,all,55-59,55,59,314,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_60_64,all,60-64,60,64,275,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,T_65PLUS,all,65+,65,,691,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_00_04,f,0-4,0,4,144,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_05_09,f,5-9,5,9,165,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_10_14,f,10-14,10,14,172,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_15_19,f,15-19,15,19,140,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_20_24,f,20-24,20,24,117,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_25_29,f,25-29,25,29,145,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_30_34,f,30-34,30,34,160,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_35_39,f,35-39,35,39,196,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_40_44,f,40-44,40,44,217,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_45_49,f,45-49,45,49,185,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_50_54,f,50-54,50,54,148,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_55_59,f,55-59,55,59,133,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_60_64,f,60-64,60,64,110,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,F_65PLUS,f,65+,65,,344,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_00_04,m,0-4,0,4,157,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_05_09,m,5-9,5,9,146,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_10_14,m,10-14,10,14,187,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_15_19,m,15-19,15,19,179,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_20_24,m,20-24,20,24,152,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_25_29,m,25-29,25,29,154,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_30_34,m,30-34,30,34,138,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_35_39,m,35-39,35,39,172,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_40_44,m,40-44,40,44,189,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_45_49,m,45-49,45,49,196,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_50_54,m,50-54,50,54,183,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_55_59,m,55-59,55,59,181,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_60_64,m,60-64,60,64,165,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MSR,Montserrat,M_65PLUS,m,65+,65,,347,2011,Statistics Department - Ministry of Finance & Economic Management Government of Montserrat ,OCHA Latin America and the Caribbean (ROLAC) +MOZ,Mozambique,F_TL,f,all,,,17136684,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_TL,m,all,,,16286183,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_TL,all,all,,,33422867,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_00_04,f,0-4,0,4,2884117,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_05_09,f,5-9,5,9,2530332,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_10_14,f,10-14,10,14,2233981,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_15_19,f,15-19,15,19,1864078,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_20_24,f,20-24,20,24,1566067,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_25_29,f,25-29,25,29,1332359,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_30_34,f,30-34,30,34,1105725,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_35_39,f,35-39,35,39,861589,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_40_44,f,40-44,40,44,689563,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_45_49,f,45-49,45,49,551871,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_50_54,f,50-54,50,54,440961,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_55_59,f,55-59,55,59,330549,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_60_64,f,60-64,60,64,252227,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_65_69,f,65-69,65,69,195553,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_70_74,f,70-74,70,74,141277,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_75_79,f,75-79,75,79,90514,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,F_80PLUS,f,80+,80,,65921,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_00_04,m,0-4,0,4,2977453,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_05_09,m,5-9,5,9,2599670,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_10_14,m,10-14,10,14,2300440,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_15_19,m,15-19,15,19,1825975,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_20_24,m,20-24,20,24,1482869,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_25_29,m,25-29,25,29,1144118,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_30_34,m,30-34,30,34,903611,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_35_39,m,35-39,35,39,736759,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_40_44,m,40-44,40,44,598544,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_45_49,m,45-49,45,49,479497,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_50_54,m,50-54,50,54,381261,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_55_59,m,55-59,55,59,279151,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_60_64,m,60-64,60,64,207845,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_65_69,m,65-69,65,69,155473,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_70_74,m,70-74,70,74,107092,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_75_79,m,75-79,75,79,63817,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,M_80PLUS,m,80+,80,,42381,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_00_04,all,0-4,0,4,5861570,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_05_09,all,5-9,5,9,5130002,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_10_14,all,10-14,10,14,4534421,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_15_19,all,15-19,15,19,3690053,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_20_24,all,20-24,20,24,3048936,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_25_29,all,25-29,25,29,2476477,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_30_34,all,30-34,30,34,2009336,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_35_39,all,35-39,35,39,1598348,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_40_44,all,40-44,40,44,1288107,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_45_49,all,45-49,45,49,1031368,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_50_54,all,50-54,50,54,822222,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_55_59,all,55-59,55,59,609700,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_60_64,all,60-64,60,64,460072,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_65_69,all,65-69,65,69,351026,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_70_74,all,70-74,70,74,248369,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_75_79,all,75-79,75,79,154331,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MOZ,Mozambique,T_80PLUS,all,80+,80,,108529,2023, Mozambique INE (Instituto Nacional de Estatistica),UNFPA +MMR,Myanmar,F_TL,f,all,,,29108696,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_TL,m,all,,,26661211,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_TL,all,all,,,55770070,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_00_04,f,0-4,0,4,2459559,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_05_09,f,5-9,5,9,2432626,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_10_14,f,10-14,10,14,2361618,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_15_19,f,15-19,15,19,2506169,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_20_24,f,20-24,20,24,2387498,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_25_29,f,25-29,25,29,2251932,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_30_34,f,30-34,30,34,2166275,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_35_39,f,35-39,35,39,2084311,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_40_44,f,40-44,40,44,1940456,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_45_49,f,45-49,45,49,1797955,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_50_54,f,50-54,50,54,1661012,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_55_59,f,55-59,55,59,1473814,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_60_64,f,60-64,60,64,1232454,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_65_69,f,65-69,65,69,937226,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_70_74,f,70-74,70,74,648893,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_75_79,f,75-79,75,79,380551,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_80_84,f,80-84,80,84,215698,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_85_89,f,85-89,85,89,118421,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,F_90PLUS,f,90+,90,,49261,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_00_04,m,0-4,0,4,2524638,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_05_09,m,5-9,5,9,2488794,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_10_14,m,10-14,10,14,2404199,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_15_19,m,15-19,15,19,2591380,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_20_24,m,20-24,20,24,2378493,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_25_29,m,25-29,25,29,2095746,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_30_34,m,30-34,30,34,1927844,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_35_39,m,35-39,35,39,1856133,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_40_44,m,40-44,40,44,1724626,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_45_49,m,45-49,45,49,1554435,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_50_54,m,50-54,50,54,1391059,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_55_59,m,55-59,55,59,1198135,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_60_64,m,60-64,60,64,958562,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_65_69,m,65-69,65,69,685098,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_70_74,m,70-74,70,74,441146,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_75_79,m,75-79,75,79,231382,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_80_84,m,80-84,80,84,121166,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_85_89,m,85-89,85,89,62757,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,M_90PLUS,m,90+,90,,22642,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_00_04,all,0-4,0,4,4984371,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_05_09,all,5-9,5,9,4921587,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_10_14,all,10-14,10,14,4765976,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_15_19,all,15-19,15,19,5097713,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_20_24,all,20-24,20,24,4766164,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_25_29,all,25-29,25,29,4347861,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_30_34,all,30-34,30,34,4094278,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_35_39,all,35-39,35,39,3940613,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_40_44,all,40-44,40,44,3665249,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_45_49,all,45-49,45,49,3352541,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_50_54,all,50-54,50,54,3052241,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_55_59,all,55-59,55,59,2672107,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_60_64,all,60-64,60,64,2191177,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_65_69,all,65-69,65,69,1622487,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_70_74,all,70-74,70,74,1090200,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_75_79,all,75-79,75,79,612108,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_80_84,all,80-84,80,84,337032,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_85_89,all,85-89,85,89,181342,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +MMR,Myanmar,T_90PLUS,all,90+,90,,72086,2022,"UNFPA, Department of Population (DOP), MIMU",UNFPA +NAM,Namibia,F_TL,f,all,,,1414564,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_TL,m,all,,,1362668,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_TL,all,all,,,2777232,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_00_04,f,0-4,0,4,161482,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_05_09,f,5-9,5,9,158236,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_10_14,f,10-14,10,14,152756,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_15_19,f,15-19,15,19,144224,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_20_24,f,20-24,20,24,133498,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_25_29,f,25-29,25,29,122089,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_30_34,f,30-34,30,34,110111,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_35_39,f,35-39,35,39,92105,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_40_44,f,40-44,40,44,80564,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_45_49,f,45-49,45,49,65192,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_50_54,f,50-54,50,54,53518,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_55_59,f,55-59,55,59,43633,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_60_64,f,60-64,60,64,33931,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_65_69,f,65-69,65,69,23509,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_70_74,f,70-74,70,74,16524,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_75_79,f,75-79,75,79,11200,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,F_80PLUS,f,80+,80,,11992,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_00_04,m,0-4,0,4,165358,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_05_09,m,5-9,5,9,161475,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_10_14,m,10-14,10,14,155599,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_15_19,m,15-19,15,19,146566,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_20_24,m,20-24,20,24,134550,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_25_29,m,25-29,25,29,119629,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_30_34,m,30-34,30,34,105165,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_35_39,m,35-39,35,39,85537,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_40_44,m,40-44,40,44,74173,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_45_49,m,45-49,45,49,60298,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_50_54,m,50-54,50,54,46951,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_55_59,m,55-59,55,59,34864,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_60_64,m,60-64,60,64,26268,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_65_69,m,65-69,65,69,18338,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_70_74,m,70-74,70,74,12813,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_75_79,m,75-79,75,79,8111,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,M_80PLUS,m,80+,80,,6973,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_00_04,all,0-4,0,4,326840,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_05_09,all,5-9,5,9,319711,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_10_14,all,10-14,10,14,308355,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_15_19,all,15-19,15,19,290790,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_20_24,all,20-24,20,24,268048,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_25_29,all,25-29,25,29,241718,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_30_34,all,30-34,30,34,215276,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_35_39,all,35-39,35,39,177642,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_40_44,all,40-44,40,44,154737,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_45_49,all,45-49,45,49,125490,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_50_54,all,50-54,50,54,100469,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_55_59,all,55-59,55,59,78497,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_60_64,all,60-64,60,64,60199,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_65_69,all,65-69,65,69,41847,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_70_74,all,70-74,70,74,29337,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_75_79,all,75-79,75,79,19311,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NAM,Namibia,T_80PLUS,all,80+,80,,18965,2023,Namibia National Statistics Agency 2011 census of population,UNFPA +NPL,Nepal,F_TL,f,all,,,15776443,2023,Census of population,UNFPA +NPL,Nepal,M_TL,m,all,,,15123000,2023,Census of population,UNFPA +NPL,Nepal,T_TL,all,all,,,30899443,2023,Census of population,UNFPA +NPL,Nepal,F_00_04,f,0-4,0,4,1271243,2023,Census of population,UNFPA +NPL,Nepal,F_05_09,f,5-9,5,9,1312748,2023,Census of population,UNFPA +NPL,Nepal,F_10_14,f,10-14,10,14,1372162,2023,Census of population,UNFPA +NPL,Nepal,F_15_19,f,15-19,15,19,1430764,2023,Census of population,UNFPA +NPL,Nepal,F_20_24,f,20-24,20,24,1524822,2023,Census of population,UNFPA +NPL,Nepal,F_25_29,f,25-29,25,29,1560710,2023,Census of population,UNFPA +NPL,Nepal,F_30_34,f,30-34,30,34,1392470,2023,Census of population,UNFPA +NPL,Nepal,F_35_39,f,35-39,35,39,1165809,2023,Census of population,UNFPA +NPL,Nepal,F_40_44,f,40-44,40,44,993165,2023,Census of population,UNFPA +NPL,Nepal,F_45_49,f,45-49,45,49,885874,2023,Census of population,UNFPA +NPL,Nepal,F_50_54,f,50-54,50,54,752256,2023,Census of population,UNFPA +NPL,Nepal,F_55_59,f,55-59,55,59,630435,2023,Census of population,UNFPA +NPL,Nepal,F_60_64,f,60-64,60,64,509796,2023,Census of population,UNFPA +NPL,Nepal,F_65_69,f,65-69,65,69,393093,2023,Census of population,UNFPA +NPL,Nepal,F_70_74,f,70-74,70,74,276466,2023,Census of population,UNFPA +NPL,Nepal,F_75_79,f,75-79,75,79,169111,2023,Census of population,UNFPA +NPL,Nepal,F_80PLUS,f,80+,80,,135519,2023,Census of population,UNFPA +NPL,Nepal,M_00_04,m,0-4,0,4,1342697,2023,Census of population,UNFPA +NPL,Nepal,M_05_09,m,5-9,5,9,1384137,2023,Census of population,UNFPA +NPL,Nepal,M_10_14,m,10-14,10,14,1448908,2023,Census of population,UNFPA +NPL,Nepal,M_15_19,m,15-19,15,19,1506793,2023,Census of population,UNFPA +NPL,Nepal,M_20_24,m,20-24,20,24,1549376,2023,Census of population,UNFPA +NPL,Nepal,M_25_29,m,25-29,25,29,1558333,2023,Census of population,UNFPA +NPL,Nepal,M_30_34,m,30-34,30,34,1280638,2023,Census of population,UNFPA +NPL,Nepal,M_35_39,m,35-39,35,39,957396,2023,Census of population,UNFPA +NPL,Nepal,M_40_44,m,40-44,40,44,773453,2023,Census of population,UNFPA +NPL,Nepal,M_45_49,m,45-49,45,49,767709,2023,Census of population,UNFPA +NPL,Nepal,M_50_54,m,50-54,50,54,637806,2023,Census of population,UNFPA +NPL,Nepal,M_55_59,m,55-59,55,59,531639,2023,Census of population,UNFPA +NPL,Nepal,M_60_64,m,60-64,60,64,453605,2023,Census of population,UNFPA +NPL,Nepal,M_65_69,m,65-69,65,69,371289,2023,Census of population,UNFPA +NPL,Nepal,M_70_74,m,70-74,70,74,266674,2023,Census of population,UNFPA +NPL,Nepal,M_75_79,m,75-79,75,79,165118,2023,Census of population,UNFPA +NPL,Nepal,M_80PLUS,m,80+,80,,127429,2023,Census of population,UNFPA +NPL,Nepal,T_00_04,all,0-4,0,4,2613940,2023,Census of population,UNFPA +NPL,Nepal,T_05_09,all,5-9,5,9,2696885,2023,Census of population,UNFPA +NPL,Nepal,T_10_14,all,10-14,10,14,2821070,2023,Census of population,UNFPA +NPL,Nepal,T_15_19,all,15-19,15,19,2937557,2023,Census of population,UNFPA +NPL,Nepal,T_20_24,all,20-24,20,24,3074198,2023,Census of population,UNFPA +NPL,Nepal,T_25_29,all,25-29,25,29,3119043,2023,Census of population,UNFPA +NPL,Nepal,T_30_34,all,30-34,30,34,2673108,2023,Census of population,UNFPA +NPL,Nepal,T_35_39,all,35-39,35,39,2123205,2023,Census of population,UNFPA +NPL,Nepal,T_40_44,all,40-44,40,44,1766618,2023,Census of population,UNFPA +NPL,Nepal,T_45_49,all,45-49,45,49,1653583,2023,Census of population,UNFPA +NPL,Nepal,T_50_54,all,50-54,50,54,1390062,2023,Census of population,UNFPA +NPL,Nepal,T_55_59,all,55-59,55,59,1162074,2023,Census of population,UNFPA +NPL,Nepal,T_60_64,all,60-64,60,64,963401,2023,Census of population,UNFPA +NPL,Nepal,T_65_69,all,65-69,65,69,764382,2023,Census of population,UNFPA +NPL,Nepal,T_70_74,all,70-74,70,74,543140,2023,Census of population,UNFPA +NPL,Nepal,T_75_79,all,75-79,75,79,334229,2023,Census of population,UNFPA +NPL,Nepal,T_80PLUS,all,80+,80,,262948,2023,Census of population,UNFPA +NIC,Nicaragua,F_TL,f,all,,,3341117,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_TL,m,all,,,3254555,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_TL,all,all,,,6595672,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_00_04,f,0-4,0,4,334181,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_05_09,f,5-9,5,9,341095,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_10_14,f,10-14,10,14,333490,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_15_19,f,15-19,15,19,310344,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_20_24,f,20-24,20,24,307516,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_25_29,f,25-29,25,29,302077,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_30_34,f,30-34,30,34,263994,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_35_39,f,35-39,35,39,243104,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_40_44,f,40-44,40,44,201320,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_45_49,f,45-49,45,49,163880,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_50_54,f,50-54,50,54,134365,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_55_59,f,55-59,55,59,115635,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_60_64,f,60-64,60,64,99833,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_65_69,f,65-69,65,69,75121,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_70_74,f,70-74,70,74,41229,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_75_79,f,75-79,75,79,35228,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,F_80PLUS,f,80+,80,,38705,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_00_04,m,0-4,0,4,327850,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_05_09,m,5-9,5,9,334273,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_10_14,m,10-14,10,14,326154,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_15_19,m,15-19,15,19,303426,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_20_24,m,20-24,20,24,299933,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_25_29,m,25-29,25,29,294210,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_30_34,m,30-34,30,34,256801,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_35_39,m,35-39,35,39,235785,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_40_44,m,40-44,40,44,194900,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_45_49,m,45-49,45,49,158674,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_50_54,m,50-54,50,54,129954,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_55_59,m,55-59,55,59,111849,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_60_64,m,60-64,60,64,96572,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_65_69,m,65-69,65,69,72754,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_70_74,m,70-74,70,74,39903,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_75_79,m,75-79,75,79,34084,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,M_80PLUS,m,80+,80,,37433,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_00_04,all,0-4,0,4,662031,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_05_09,all,5-9,5,9,675368,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_10_14,all,10-14,10,14,659644,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_15_19,all,15-19,15,19,613770,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_20_24,all,20-24,20,24,607449,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_25_29,all,25-29,25,29,596287,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_30_34,all,30-34,30,34,520795,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_35_39,all,35-39,35,39,478889,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_40_44,all,40-44,40,44,396220,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_45_49,all,45-49,45,49,322554,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_50_54,all,50-54,50,54,264319,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_55_59,all,55-59,55,59,227484,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_60_64,all,60-64,60,64,196405,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_65_69,all,65-69,65,69,147875,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_70_74,all,70-74,70,74,81132,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_75_79,all,75-79,75,79,69312,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NIC,Nicaragua,T_80PLUS,all,80+,80,,76138,2020,UNFPA and Instituto Nacional de Información de Desarrollo (INIDE),UNFPA +NER,Niger,F_TL,f,all,,,12778870,2023,National Institute of Statistics,UNFPA +NER,Niger,M_TL,m,all,,,12638782,2023,National Institute of Statistics,UNFPA +NER,Niger,T_TL,all,all,,,25417652,2023,National Institute of Statistics,UNFPA +NER,Niger,F_00_04,f,0-4,0,4,2453913,2023,National Institute of Statistics,UNFPA +NER,Niger,F_05_09,f,5-9,5,9,2055883,2023,National Institute of Statistics,UNFPA +NER,Niger,F_10_14,f,10-14,10,14,1716441,2023,National Institute of Statistics,UNFPA +NER,Niger,F_15_19,f,15-19,15,19,1402222,2023,National Institute of Statistics,UNFPA +NER,Niger,F_20_24,f,20-24,20,24,1114591,2023,National Institute of Statistics,UNFPA +NER,Niger,F_25_29,f,25-29,25,29,873474,2023,National Institute of Statistics,UNFPA +NER,Niger,F_30_34,f,30-34,30,34,683403,2023,National Institute of Statistics,UNFPA +NER,Niger,F_35_39,f,35-39,35,39,556875,2023,National Institute of Statistics,UNFPA +NER,Niger,F_40_44,f,40-44,40,44,465442,2023,National Institute of Statistics,UNFPA +NER,Niger,F_45_49,f,45-49,45,49,376025,2023,National Institute of Statistics,UNFPA +NER,Niger,F_50_54,f,50-54,50,54,304637,2023,National Institute of Statistics,UNFPA +NER,Niger,F_55_59,f,55-59,55,59,248311,2023,National Institute of Statistics,UNFPA +NER,Niger,F_60_64,f,60-64,60,64,191990,2023,National Institute of Statistics,UNFPA +NER,Niger,F_65_69,f,65-69,65,69,139152,2023,National Institute of Statistics,UNFPA +NER,Niger,F_70_74,f,70-74,70,74,96152,2023,National Institute of Statistics,UNFPA +NER,Niger,F_75_79,f,75-79,75,79,61837,2023,National Institute of Statistics,UNFPA +NER,Niger,F_80PLUS,f,80+,80,,38522,2023,National Institute of Statistics,UNFPA +NER,Niger,M_00_04,m,0-4,0,4,2491195,2023,National Institute of Statistics,UNFPA +NER,Niger,M_05_09,m,5-9,5,9,2078638,2023,National Institute of Statistics,UNFPA +NER,Niger,M_10_14,m,10-14,10,14,1731338,2023,National Institute of Statistics,UNFPA +NER,Niger,M_15_19,m,15-19,15,19,1413754,2023,National Institute of Statistics,UNFPA +NER,Niger,M_20_24,m,20-24,20,24,1125004,2023,National Institute of Statistics,UNFPA +NER,Niger,M_25_29,m,25-29,25,29,884451,2023,National Institute of Statistics,UNFPA +NER,Niger,M_30_34,m,30-34,30,34,681182,2023,National Institute of Statistics,UNFPA +NER,Niger,M_35_39,m,35-39,35,39,500514,2023,National Institute of Statistics,UNFPA +NER,Niger,M_40_44,m,40-44,40,44,385593,2023,National Institute of Statistics,UNFPA +NER,Niger,M_45_49,m,45-49,45,49,339260,2023,National Institute of Statistics,UNFPA +NER,Niger,M_50_54,m,50-54,50,54,271185,2023,National Institute of Statistics,UNFPA +NER,Niger,M_55_59,m,55-59,55,59,226270,2023,National Institute of Statistics,UNFPA +NER,Niger,M_60_64,m,60-64,60,64,195042,2023,National Institute of Statistics,UNFPA +NER,Niger,M_65_69,m,65-69,65,69,139541,2023,National Institute of Statistics,UNFPA +NER,Niger,M_70_74,m,70-74,70,74,97154,2023,National Institute of Statistics,UNFPA +NER,Niger,M_75_79,m,75-79,75,79,50569,2023,National Institute of Statistics,UNFPA +NER,Niger,M_80PLUS,m,80+,80,,28092,2023,National Institute of Statistics,UNFPA +NER,Niger,T_00_04,all,0-4,0,4,4945108,2023,National Institute of Statistics,UNFPA +NER,Niger,T_05_09,all,5-9,5,9,4134521,2023,National Institute of Statistics,UNFPA +NER,Niger,T_10_14,all,10-14,10,14,3447779,2023,National Institute of Statistics,UNFPA +NER,Niger,T_15_19,all,15-19,15,19,2815976,2023,National Institute of Statistics,UNFPA +NER,Niger,T_20_24,all,20-24,20,24,2239595,2023,National Institute of Statistics,UNFPA +NER,Niger,T_25_29,all,25-29,25,29,1757925,2023,National Institute of Statistics,UNFPA +NER,Niger,T_30_34,all,30-34,30,34,1364585,2023,National Institute of Statistics,UNFPA +NER,Niger,T_35_39,all,35-39,35,39,1057389,2023,National Institute of Statistics,UNFPA +NER,Niger,T_40_44,all,40-44,40,44,851035,2023,National Institute of Statistics,UNFPA +NER,Niger,T_45_49,all,45-49,45,49,715285,2023,National Institute of Statistics,UNFPA +NER,Niger,T_50_54,all,50-54,50,54,575822,2023,National Institute of Statistics,UNFPA +NER,Niger,T_55_59,all,55-59,55,59,474581,2023,National Institute of Statistics,UNFPA +NER,Niger,T_60_64,all,60-64,60,64,387032,2023,National Institute of Statistics,UNFPA +NER,Niger,T_65_69,all,65-69,65,69,278693,2023,National Institute of Statistics,UNFPA +NER,Niger,T_70_74,all,70-74,70,74,193306,2023,National Institute of Statistics,UNFPA +NER,Niger,T_75_79,all,75-79,75,79,112406,2023,National Institute of Statistics,UNFPA +NER,Niger,T_80PLUS,all,80+,80,,66614,2023,National Institute of Statistics,UNFPA +NGA,Nigeria,F_TL,f,all,,,108459809,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_TL,m,all,,,108363459,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_TL,all,all,,,216798930,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_00_04,f,0-4,0,4,16705671,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_05_09,f,5-9,5,9,15024834,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_10_14,f,10-14,10,14,13802175,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_15_19,f,15-19,15,19,10797472,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_20_24,f,20-24,20,24,9192425,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_25_29,f,25-29,25,29,7621127,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_30_34,f,30-34,30,34,6725245,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_35_39,f,35-39,35,39,6864567,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_40_44,f,40-44,40,44,6162995,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_45_49,f,45-49,45,49,4625048,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_50_54,f,50-54,50,54,3518298,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_55_59,f,55-59,55,59,2616803,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_60_64,f,60-64,60,64,1900536,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_65_69,f,65-69,65,69,1251477,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_70_74,f,70-74,70,74,791337,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_75_79,f,75-79,75,79,469872,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,F_80PLUS,f,80+,80,,363089,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_00_04,m,0-4,0,4,16890357,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_05_09,m,5-9,5,9,15046183,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_10_14,m,10-14,10,14,13775731,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_15_19,m,15-19,15,19,11063894,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_20_24,m,20-24,20,24,9701073,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_25_29,m,25-29,25,29,8257454,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_30_34,m,30-34,30,34,7005019,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_35_39,m,35-39,35,39,5969371,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_40_44,m,40-44,40,44,5068459,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_45_49,m,45-49,45,49,4075201,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_50_54,m,50-54,50,54,3310355,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_55_59,m,55-59,55,59,2756987,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_60_64,m,60-64,60,64,2153817,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_65_69,m,65-69,65,69,1460421,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_70_74,m,70-74,70,74,932404,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_75_79,m,75-79,75,79,515436,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,M_80PLUS,m,80+,80,,368248,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_00_04,all,0-4,0,4,33596028,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_05_09,all,5-9,5,9,30071017,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_10_14,all,10-14,10,14,27577906,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_15_19,all,15-19,15,19,21861366,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_20_24,all,20-24,20,24,18893498,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_25_29,all,25-29,25,29,15878581,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_30_34,all,30-34,30,34,13730264,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_35_39,all,35-39,35,39,12833938,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_40_44,all,40-44,40,44,11231454,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_45_49,all,45-49,45,49,8700249,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_50_54,all,50-54,50,54,6828653,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_55_59,all,55-59,55,59,5373790,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_60_64,all,60-64,60,64,4054353,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_65_69,all,65-69,65,69,2711898,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_70_74,all,70-74,70,74,1723741,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_75_79,all,75-79,75,79,985308,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +NGA,Nigeria,T_80PLUS,all,80+,80,,731337,2022,UNFPA and United States Census Bureau - PEPFAR program,UNFPA +PAK,Pakistan,T_TL,all,all,,,207774520,2017,"Pakistan Bureau of Statistics, Statistics Division, Ministry of Statistics, Government of Pakistan",OCHA Field Information Services Section (FISS) +PAK,Pakistan,M_TL,m,all,,,106449322,2017,"Pakistan Bureau of Statistics, Statistics Division, Ministry of Statistics, Government of Pakistan",OCHA Field Information Services Section (FISS) +PAK,Pakistan,F_TL,f,all,,,101314780,2017,"Pakistan Bureau of Statistics, Statistics Division, Ministry of Statistics, Government of Pakistan",OCHA Field Information Services Section (FISS) +PSE,State of Palestine,F_TL,f,all,,,2697550,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_TL,m,all,,,2785900,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_TL,all,all,,,5483450,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_00_04,f,0-4,0,4,368327,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_05_09,f,5-9,5,9,324491,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_10_14,f,10-14,10,14,308052,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_15_19,f,15-19,15,19,275742,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_20_24,f,20-24,20,24,241676,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_25_29,f,25-29,25,29,233468,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_30_34,f,30-34,30,34,209131,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_35_39,f,35-39,35,39,161630,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_40_44,f,40-44,40,44,130813,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_45_49,f,45-49,45,49,113332,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_50_54,f,50-54,50,54,92638,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_55_59,f,55-59,55,59,77703,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_60_64,f,60-64,60,64,59347,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_65_69,f,65-69,65,69,40070,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_70_74,f,70-74,70,74,27365,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_75_79,f,75-79,75,79,16742,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,F_80PLUS,f,80+,80,,17023,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_00_04,m,0-4,0,4,381924,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_05_09,m,5-9,5,9,340463,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_10_14,m,10-14,10,14,322845,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_15_19,m,15-19,15,19,287454,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_20_24,m,20-24,20,24,251733,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_25_29,m,25-29,25,29,244244,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_30_34,m,30-34,30,34,218167,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_35_39,m,35-39,35,39,163425,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_40_44,m,40-44,40,44,130315,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_45_49,m,45-49,45,49,115601,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_50_54,m,50-54,50,54,95640,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_55_59,m,55-59,55,59,82061,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_60_64,m,60-64,60,64,61804,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_65_69,m,65-69,65,69,39491,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_70_74,m,70-74,70,74,25425,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_75_79,m,75-79,75,79,14140,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,M_80PLUS,m,80+,80,,11168,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_00_04,all,0-4,0,4,750251,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_05_09,all,5-9,5,9,664954,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_10_14,all,10-14,10,14,630897,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_15_19,all,15-19,15,19,563196,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_20_24,all,20-24,20,24,493409,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_25_29,all,25-29,25,29,477712,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_30_34,all,30-34,30,34,427298,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_35_39,all,35-39,35,39,325055,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_40_44,all,40-44,40,44,261128,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_45_49,all,45-49,45,49,228933,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_50_54,all,50-54,50,54,188278,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_55_59,all,55-59,55,59,159764,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_60_64,all,60-64,60,64,121151,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_65_69,all,65-69,65,69,79561,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_70_74,all,70-74,70,74,52790,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_75_79,all,75-79,75,79,30882,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PSE,State of Palestine,T_80PLUS,all,80+,80,,28191,2023,Palestinian Central Bureau of Statistics (PCBS),UNFPA +PAN,Panama,F_TL,f,all,,,2049918,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_TL,m,all,,,2014527,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_TL,all,all,,,4064445,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_00_04,f,0-4,0,4,158691,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_05_09,f,5-9,5,9,175612,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_10_14,f,10-14,10,14,172041,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_15_19,f,15-19,15,19,160343,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_20_24,f,20-24,20,24,160729,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_25_29,f,25-29,25,29,157190,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_30_34,f,30-34,30,34,150936,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_35_39,f,35-39,35,39,142704,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_40_44,f,40-44,40,44,133726,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_45_49,f,45-49,45,49,122557,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_50_54,f,50-54,50,54,117509,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_55_59,f,55-59,55,59,101675,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_60_64,f,60-64,60,64,84770,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_65_69,f,65-69,65,69,66836,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_70_74,f,70-74,70,74,52712,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_75_79,f,75-79,75,79,39143,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_80_84,f,80-84,80,84,25935,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_85_89,f,85-89,85,89,15889,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_90_94,f,90-94,90,94,7584,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_95_99,f,95-99,95,99,2673,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,F_100PLUS,f,100+,100,,663,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_00_04,m,0-4,0,4,163758,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_05_09,m,5-9,5,9,182268,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_10_14,m,10-14,10,14,180606,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_15_19,m,15-19,15,19,167952,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_20_24,m,20-24,20,24,163615,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_25_29,m,25-29,25,29,153725,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_30_34,m,30-34,30,34,144061,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_35_39,m,35-39,35,39,136703,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_40_44,m,40-44,40,44,127429,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_45_49,m,45-49,45,49,117375,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_50_54,m,50-54,50,54,113065,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_55_59,m,55-59,55,59,96534,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_60_64,m,60-64,60,64,80642,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_65_69,m,65-69,65,69,62494,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_70_74,m,70-74,70,74,48885,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_75_79,m,75-79,75,79,35320,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_80_84,m,80-84,80,84,21573,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_85_89,m,85-89,85,89,11817,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_90_94,m,90-94,90,94,4991,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_95_99,m,95-99,95,99,1412,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,M_100PLUS,m,100+,100,,302,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_00_04,all,0-4,0,4,322449,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_05_09,all,5-9,5,9,357880,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_10_14,all,10-14,10,14,352647,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_15_19,all,15-19,15,19,328295,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_20_24,all,20-24,20,24,324344,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_25_29,all,25-29,25,29,310915,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_30_34,all,30-34,30,34,294997,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_35_39,all,35-39,35,39,279407,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_40_44,all,40-44,40,44,261155,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_45_49,all,45-49,45,49,239932,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_50_54,all,50-54,50,54,230574,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_55_59,all,55-59,55,59,198209,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_60_64,all,60-64,60,64,165412,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_65_69,all,65-69,65,69,129330,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_70_74,all,70-74,70,74,101597,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_75_79,all,75-79,75,79,74463,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_80_84,all,80-84,80,84,47508,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_85_89,all,85-89,85,89,27706,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_90_94,all,90-94,90,94,12575,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_95_99,all,95-99,95,99,4085,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PAN,Panama,T_100PLUS,all,100+,100,,965,2023,UNFPA and Instituto Nacional De Estadística y Censos (INEC),UNFPA +PNG,Papua New Guinea,T_TL,all,all,,,7275324,2011,Papua New Guinea National Statistics Office,OCHA Field Information Services Section (FISS) +PNG,Papua New Guinea,M_TL,m,all,,,3772864,2011,Papua New Guinea National Statistics Office,OCHA Field Information Services Section (FISS) +PNG,Papua New Guinea,F_TL,f,all,,,3502460,2011,Papua New Guinea National Statistics Office,OCHA Field Information Services Section (FISS) +PRY,Paraguay,F_TL,f,all,,,3751918,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_TL,m,all,,,3798623,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_TL,all,all,,,7552654,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_00_04,f,0-4,0,4,346850,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_05_09,f,5-9,5,9,344854,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_10_14,f,10-14,10,14,342156,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_15_19,f,15-19,15,19,334830,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_20_24,f,20-24,20,24,324811,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_25_29,f,25-29,25,29,314641,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_30_34,f,30-34,30,34,299821,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_35_39,f,35-39,35,39,275637,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_40_44,f,40-44,40,44,235326,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_45_49,f,45-49,45,49,195970,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_50_54,f,50-54,50,54,173235,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_55_59,f,55-59,55,59,149852,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_60_64,f,60-64,60,64,125570,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_65_69,f,65-69,65,69,101409,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_70_74,f,70-74,70,74,74134,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_75_79,f,75-79,75,79,49469,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,F_80PLUS,f,80+,80,,63353,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_00_04,m,0-4,0,4,361411,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_05_09,m,5-9,5,9,358523,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_10_14,m,10-14,10,14,354907,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_15_19,m,15-19,15,19,346732,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_20_24,m,20-24,20,24,335520,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_25_29,m,25-29,25,29,323831,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_30_34,m,30-34,30,34,306932,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_35_39,m,35-39,35,39,280266,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_40_44,m,40-44,40,44,234559,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_45_49,m,45-49,45,49,192577,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_50_54,m,50-54,50,54,170829,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_55_59,m,55-59,55,59,147746,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_60_64,m,60-64,60,64,124672,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_65_69,m,65-69,65,69,100931,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_70_74,m,70-74,70,74,71015,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_75_79,m,75-79,75,79,44204,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,M_80PLUS,m,80+,80,,43968,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_00_04,all,0-4,0,4,708384,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_05_09,all,5-9,5,9,703495,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_10_14,all,10-14,10,14,697179,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_15_19,all,15-19,15,19,681693,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_20_24,all,20-24,20,24,660452,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_25_29,all,25-29,25,29,638595,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_30_34,all,30-34,30,34,606884,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_35_39,all,35-39,35,39,556023,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_40_44,all,40-44,40,44,469996,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_45_49,all,45-49,45,49,388677,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_50_54,all,50-54,50,54,344199,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_55_59,all,55-59,55,59,297712,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_60_64,all,60-64,60,64,250382,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_65_69,all,65-69,65,69,202465,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_70_74,all,70-74,70,74,145267,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_75_79,all,75-79,75,79,93808,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PRY,Paraguay,T_80PLUS,all,80+,80,,107443,2023,"UNFPA and Dirección General de Estadísticas, Encuestas y Censos (DGEEC)",UNFPA +PER,Peru,F_TL,f,all,,,17162819,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_TL,m,all,,,16875638,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_TL,all,all,,,34038457,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_00_04,f,0-4,0,4,1365462,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_05_09,f,5-9,5,9,1343794,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_10_14,f,10-14,10,14,1291114,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_15_19,f,15-19,15,19,1344536,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_20_24,f,20-24,20,24,1268008,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_25_29,f,25-29,25,29,1422106,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_30_34,f,30-34,30,34,1352331,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_35_39,f,35-39,35,39,1244842,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_40_44,f,40-44,40,44,1181718,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_45_49,f,45-49,45,49,1064383,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_50_54,f,50-54,50,54,945890,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_55_59,f,55-59,55,59,845103,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_60_64,f,60-64,60,64,712255,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_65_69,f,65-69,65,69,579066,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_70_74,f,70-74,70,74,463735,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_75_79,f,75-79,75,79,316274,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,F_80PLUS,f,80+,80,,422202,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_00_04,m,0-4,0,4,1430350,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_05_09,m,5-9,5,9,1400435,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_10_14,m,10-14,10,14,1306942,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_15_19,m,15-19,15,19,1349626,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_20_24,m,20-24,20,24,1199523,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_25_29,m,25-29,25,29,1271113,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_30_34,m,30-34,30,34,1323820,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_35_39,m,35-39,35,39,1290278,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_40_44,m,40-44,40,44,1206929,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_45_49,m,45-49,45,49,1094906,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_50_54,m,50-54,50,54,916947,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_55_59,m,55-59,55,59,830498,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_60_64,m,60-64,60,64,696871,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_65_69,m,65-69,65,69,528705,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_70_74,m,70-74,70,74,420786,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_75_79,m,75-79,75,79,289498,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,M_80PLUS,m,80+,80,,318411,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_00_04,all,0-4,0,4,2795812,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_05_09,all,5-9,5,9,2744229,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_10_14,all,10-14,10,14,2598056,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_15_19,all,15-19,15,19,2694162,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_20_24,all,20-24,20,24,2467531,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_25_29,all,25-29,25,29,2693219,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_30_34,all,30-34,30,34,2676151,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_35_39,all,35-39,35,39,2535120,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_40_44,all,40-44,40,44,2388647,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_45_49,all,45-49,45,49,2159289,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_50_54,all,50-54,50,54,1862837,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_55_59,all,55-59,55,59,1675601,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_60_64,all,60-64,60,64,1409126,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_65_69,all,65-69,65,69,1107771,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_70_74,all,70-74,70,74,884521,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_75_79,all,75-79,75,79,605772,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PER,Peru,T_80PLUS,all,80+,80,,740613,2024,Instituto Nacional de Estadística e Informática - INEI,UNFPA +PHL,Philippines,F_TL,f,all,,,57185530,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_TL,m,all,,,58192462,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_TL,all,all,,,115377992,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_00_04,f,0-4,0,4,5399605,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_05_09,f,5-9,5,9,5416067,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_10_14,f,10-14,10,14,5313234,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_15_19,f,15-19,15,19,5039274,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_20_24,f,20-24,20,24,4780326,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_25_29,f,25-29,25,29,4709377,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_30_34,f,30-34,30,34,4530083,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_35_39,f,35-39,35,39,3927731,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_40_44,f,40-44,40,44,3474317,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_45_49,f,45-49,45,49,3130214,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_50_54,f,50-54,50,54,2748738,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_55_59,f,55-59,55,59,2453856,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_60_64,f,60-64,60,64,2036265,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_65_69,f,65-69,65,69,1612617,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_70_74,f,70-74,70,74,1140858,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_75_79,f,75-79,75,79,755331,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,F_80PLUS,f,80+,80,,717637,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_00_04,m,0-4,0,4,5712451,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_05_09,m,5-9,5,9,5720360,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_10_14,m,10-14,10,14,5604824,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_15_19,m,15-19,15,19,5254844,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_20_24,m,20-24,20,24,5116039,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_25_29,m,25-29,25,29,5017303,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_30_34,m,30-34,30,34,4699235,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_35_39,m,35-39,35,39,4021825,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_40_44,m,40-44,40,44,3503115,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_45_49,m,45-49,45,49,3178046,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_50_54,m,50-54,50,54,2758095,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_55_59,m,55-59,55,59,2408205,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_60_64,m,60-64,60,64,1920938,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_65_69,m,65-69,65,69,1428939,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_70_74,m,70-74,70,74,923366,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_75_79,m,75-79,75,79,529011,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,M_80PLUS,m,80+,80,,395866,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_00_04,all,0-4,0,4,11112056,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_05_09,all,5-9,5,9,11136427,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_10_14,all,10-14,10,14,10918058,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_15_19,all,15-19,15,19,10294118,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_20_24,all,20-24,20,24,9896365,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_25_29,all,25-29,25,29,9726680,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_30_34,all,30-34,30,34,9229318,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_35_39,all,35-39,35,39,7949556,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_40_44,all,40-44,40,44,6977432,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_45_49,all,45-49,45,49,6308260,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_50_54,all,50-54,50,54,5506833,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_55_59,all,55-59,55,59,4862061,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_60_64,all,60-64,60,64,3957203,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_65_69,all,65-69,65,69,3041556,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_70_74,all,70-74,70,74,2064224,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_75_79,all,75-79,75,79,1284342,2025,Philippines Statistics Authority (PSA),UNFPA +PHL,Philippines,T_80PLUS,all,80+,80,,1113503,2025,Philippines Statistics Authority (PSA),UNFPA +QAT,Qatar,F_TL,f,all,,,811600,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_TL,m,all,,,2034518,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_TL,all,all,,,2846118,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_00_04,f,0-4,0,4,79380,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_05_09,f,5-9,5,9,77665,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_10_14,f,10-14,10,14,62919,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_15_19,f,15-19,15,19,46399,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_20_24,f,20-24,20,24,46506,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_25_29,f,25-29,25,29,91359,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_30_34,f,30-34,30,34,117140,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_35_39,f,35-39,35,39,98223,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_40_44,f,40-44,40,44,72413,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_45_49,f,45-49,45,49,45936,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_50_54,f,50-54,50,54,29712,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_55_59,f,55-59,55,59,18655,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_60_64,f,60-64,60,64,11762,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_65_69,f,65-69,65,69,6281,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_70_74,f,70-74,70,74,3389,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,F_75PLUS,f,75+,75,,3861,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_00_04,m,0-4,0,4,82805,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_05_09,m,5-9,5,9,80716,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_10_14,m,10-14,10,14,65829,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_15_19,m,15-19,15,19,50657,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_20_24,m,20-24,20,24,157399,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_25_29,m,25-29,25,29,308692,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_30_34,m,30-34,30,34,372192,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_35_39,m,35-39,35,39,330722,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_40_44,m,40-44,40,44,232389,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_45_49,m,45-49,45,49,152937,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_50_54,m,50-54,50,54,96671,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_55_59,m,55-59,55,59,53734,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_60_64,m,60-64,60,64,28580,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_65_69,m,65-69,65,69,11821,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_70_74,m,70-74,70,74,4987,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,M_75PLUS,m,75+,75,,4387,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_00_04,all,0-4,0,4,162185,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_05_09,all,5-9,5,9,158381,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_10_14,all,10-14,10,14,128748,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_15_19,all,15-19,15,19,97056,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_20_24,all,20-24,20,24,203905,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_25_29,all,25-29,25,29,400051,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_30_34,all,30-34,30,34,489332,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_35_39,all,35-39,35,39,428945,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_40_44,all,40-44,40,44,304802,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_45_49,all,45-49,45,49,198873,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_50_54,all,50-54,50,54,126383,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_55_59,all,55-59,55,59,72389,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_60_64,all,60-64,60,64,40342,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_65_69,all,65-69,65,69,18102,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_70_74,all,70-74,70,74,8376,2020,Qatar planning and statistics authority,UNFPA +QAT,Qatar,T_75PLUS,all,75+,75,,8248,2020,Qatar planning and statistics authority,UNFPA +ROU,Romania,F_TL,f,all,,,9677449,2022,Eurostat,UNFPA +ROU,Romania,M_TL,m,all,,,9306058,2022,Eurostat,UNFPA +ROU,Romania,T_TL,all,all,,,18983507,2022,Eurostat,UNFPA +ROU,Romania,F_00_04,f,0-4,0,4,454452,2022,Eurostat,UNFPA +ROU,Romania,F_05_09,f,5-9,5,9,468330,2022,Eurostat,UNFPA +ROU,Romania,F_10_14,f,10-14,10,14,495188,2022,Eurostat,UNFPA +ROU,Romania,F_15_19,f,15-19,15,19,499082,2022,Eurostat,UNFPA +ROU,Romania,F_20_24,f,20-24,20,24,484905,2022,Eurostat,UNFPA +ROU,Romania,F_25_29,f,25-29,25,29,467398,2022,Eurostat,UNFPA +ROU,Romania,F_30_34,f,30-34,30,34,586221,2022,Eurostat,UNFPA +ROU,Romania,F_35_39,f,35-39,35,39,607448,2022,Eurostat,UNFPA +ROU,Romania,F_40_44,f,40-44,40,44,714053,2022,Eurostat,UNFPA +ROU,Romania,F_45_49,f,45-49,45,49,719455,2022,Eurostat,UNFPA +ROU,Romania,F_50_54,f,50-54,50,54,807589,2022,Eurostat,UNFPA +ROU,Romania,F_55_59,f,55-59,55,59,498197,2022,Eurostat,UNFPA +ROU,Romania,F_60_64,f,60-64,60,64,619705,2022,Eurostat,UNFPA +ROU,Romania,F_65_69,f,65-69,65,69,684719,2022,Eurostat,UNFPA +ROU,Romania,F_70_74,f,70-74,70,74,580803,2022,Eurostat,UNFPA +ROU,Romania,F_75_79,f,75-79,75,79,382458,2022,Eurostat,UNFPA +ROU,Romania,F_80_84,f,80-84,80,84,327188,2022,Eurostat,UNFPA +ROU,Romania,F_85_89,f,85-89,85,89,188775,2022,Eurostat,UNFPA +ROU,Romania,F_90_94,f,90-94,90,94,69418,2022,Eurostat,UNFPA +ROU,Romania,F_95_99,f,95-99,95,99,17765,2022,Eurostat,UNFPA +ROU,Romania,F_100PLUS,f,100+,100,,4300,2022,Eurostat,UNFPA +ROU,Romania,M_00_04,m,0-4,0,4,479738,2022,Eurostat,UNFPA +ROU,Romania,M_05_09,m,5-9,5,9,495394,2022,Eurostat,UNFPA +ROU,Romania,M_10_14,m,10-14,10,14,525826,2022,Eurostat,UNFPA +ROU,Romania,M_15_19,m,15-19,15,19,529047,2022,Eurostat,UNFPA +ROU,Romania,M_20_24,m,20-24,20,24,522948,2022,Eurostat,UNFPA +ROU,Romania,M_25_29,m,25-29,25,29,513377,2022,Eurostat,UNFPA +ROU,Romania,M_30_34,m,30-34,30,34,660947,2022,Eurostat,UNFPA +ROU,Romania,M_35_39,m,35-39,35,39,660435,2022,Eurostat,UNFPA +ROU,Romania,M_40_44,m,40-44,40,44,748774,2022,Eurostat,UNFPA +ROU,Romania,M_45_49,m,45-49,45,49,755519,2022,Eurostat,UNFPA +ROU,Romania,M_50_54,m,50-54,50,54,837176,2022,Eurostat,UNFPA +ROU,Romania,M_55_59,m,55-59,55,59,492191,2022,Eurostat,UNFPA +ROU,Romania,M_60_64,m,60-64,60,64,550922,2022,Eurostat,UNFPA +ROU,Romania,M_65_69,m,65-69,65,69,548401,2022,Eurostat,UNFPA +ROU,Romania,M_70_74,m,70-74,70,74,420846,2022,Eurostat,UNFPA +ROU,Romania,M_75_79,m,75-79,75,79,245603,2022,Eurostat,UNFPA +ROU,Romania,M_80_84,m,80-84,80,84,179125,2022,Eurostat,UNFPA +ROU,Romania,M_85_89,m,85-89,85,89,94983,2022,Eurostat,UNFPA +ROU,Romania,M_90_94,m,90-94,90,94,33973,2022,Eurostat,UNFPA +ROU,Romania,M_95_99,m,95-99,95,99,8866,2022,Eurostat,UNFPA +ROU,Romania,M_100PLUS,m,100+,100,,1967,2022,Eurostat,UNFPA +ROU,Romania,T_00_04,all,0-4,0,4,934190,2022,Eurostat,UNFPA +ROU,Romania,T_05_09,all,5-9,5,9,963724,2022,Eurostat,UNFPA +ROU,Romania,T_10_14,all,10-14,10,14,1021014,2022,Eurostat,UNFPA +ROU,Romania,T_15_19,all,15-19,15,19,1028129,2022,Eurostat,UNFPA +ROU,Romania,T_20_24,all,20-24,20,24,1007853,2022,Eurostat,UNFPA +ROU,Romania,T_25_29,all,25-29,25,29,980775,2022,Eurostat,UNFPA +ROU,Romania,T_30_34,all,30-34,30,34,1247168,2022,Eurostat,UNFPA +ROU,Romania,T_35_39,all,35-39,35,39,1267883,2022,Eurostat,UNFPA +ROU,Romania,T_40_44,all,40-44,40,44,1462827,2022,Eurostat,UNFPA +ROU,Romania,T_45_49,all,45-49,45,49,1474974,2022,Eurostat,UNFPA +ROU,Romania,T_50_54,all,50-54,50,54,1644765,2022,Eurostat,UNFPA +ROU,Romania,T_55_59,all,55-59,55,59,990388,2022,Eurostat,UNFPA +ROU,Romania,T_60_64,all,60-64,60,64,1170627,2022,Eurostat,UNFPA +ROU,Romania,T_65_69,all,65-69,65,69,1233120,2022,Eurostat,UNFPA +ROU,Romania,T_70_74,all,70-74,70,74,1001649,2022,Eurostat,UNFPA +ROU,Romania,T_75_79,all,75-79,75,79,628061,2022,Eurostat,UNFPA +ROU,Romania,T_80_84,all,80-84,80,84,506313,2022,Eurostat,UNFPA +ROU,Romania,T_85_89,all,85-89,85,89,283758,2022,Eurostat,UNFPA +ROU,Romania,T_90_94,all,90-94,90,94,103391,2022,Eurostat,UNFPA +ROU,Romania,T_95_99,all,95-99,95,99,26631,2022,Eurostat,UNFPA +ROU,Romania,T_100PLUS,all,100+,100,,6267,2022,Eurostat,UNFPA +RWA,Rwanda,F_TL,f,all,,,190099,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_TL,m,all,,,172694,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_TL,all,all,,,362793,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_00_04,f,0-4,0,4,22013,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_05_09,f,5-9,5,9,23943,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_10_14,f,10-14,10,14,23527,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_15_19,f,15-19,15,19,20887,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_20_24,f,20-24,20,24,16157,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_25_29,f,25-29,25,29,13897,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_30_34,f,30-34,30,34,13558,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_35_39,f,35-39,35,39,14029,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_40_44,f,40-44,40,44,10387,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_45_49,f,45-49,45,49,7443,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_50_54,f,50-54,50,54,6632,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_55_59,f,55-59,55,59,5311,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_60_64,f,60-64,60,64,4340,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_65_69,f,65-69,65,69,3681,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_70_74,f,70-74,70,74,2161,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_75_79,f,75-79,75,79,1116,2023,United States Census Bureau,UNFPA +RWA,Rwanda,F_80PLUS,f,80+,80,,1017,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_00_04,m,0-4,0,4,22831,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_05_09,m,5-9,5,9,24473,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_10_14,m,10-14,10,14,23932,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_15_19,m,15-19,15,19,21611,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_20_24,m,20-24,20,24,15219,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_25_29,m,25-29,25,29,12404,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_30_34,m,30-34,30,34,11531,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_35_39,m,35-39,35,39,11051,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_40_44,m,40-44,40,44,7787,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_45_49,m,45-49,45,49,5318,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_50_54,m,50-54,50,54,4599,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_55_59,m,55-59,55,59,3872,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_60_64,m,60-64,60,64,3170,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_65_69,m,65-69,65,69,2346,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_70_74,m,70-74,70,74,1436,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_75_79,m,75-79,75,79,575,2023,United States Census Bureau,UNFPA +RWA,Rwanda,M_80PLUS,m,80+,80,,539,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_00_04,all,0-4,0,4,44844,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_05_09,all,5-9,5,9,48416,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_10_14,all,10-14,10,14,47459,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_15_19,all,15-19,15,19,42498,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_20_24,all,20-24,20,24,31376,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_25_29,all,25-29,25,29,26301,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_30_34,all,30-34,30,34,25089,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_35_39,all,35-39,35,39,25080,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_40_44,all,40-44,40,44,18174,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_45_49,all,45-49,45,49,12761,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_50_54,all,50-54,50,54,11231,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_55_59,all,55-59,55,59,9183,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_60_64,all,60-64,60,64,7510,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_65_69,all,65-69,65,69,6027,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_70_74,all,70-74,70,74,3597,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_75_79,all,75-79,75,79,1691,2023,United States Census Bureau,UNFPA +RWA,Rwanda,T_80PLUS,all,80+,80,,1556,2023,United States Census Bureau,UNFPA +BLM,Saint Barthélemy,T_TL,all,all,,,9793,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_TL,f,all,,,4591,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_TL,m,all,,,5202,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_00_04,all,0-4,0,4,509,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_05_09,all,5-9,5,9,509,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_10_14,all,10-14,10,14,469,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_15_19,all,15-19,15,19,352,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_20_24,all,20-24,20,24,635,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_25_29,all,25-29,25,29,944,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_30_34,all,30-34,30,34,880,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_35_39,all,35-39,35,39,843,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_40_44,all,40-44,40,44,817,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_45_49,all,45-49,45,49,964,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_50_54,all,50-54,50,54,828,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_55_59,all,55-59,55,59,695,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_60_64,all,60-64,60,64,426,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,T_65PLUS,all,65+,65,,922,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_00_04,f,0-4,0,4,243,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_05_09,f,5-9,5,9,234,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_10_14,f,10-14,10,14,224,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_15_19,f,15-19,15,19,172,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_20_24,f,20-24,20,24,321,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_25_29,f,25-29,25,29,431,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_30_34,f,30-34,30,34,405,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_35_39,f,35-39,35,39,406,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_40_44,f,40-44,40,44,385,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_45_49,f,45-49,45,49,393,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_50_54,f,50-54,50,54,362,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_55_59,f,55-59,55,59,305,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_60_64,f,60-64,60,64,204,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,F_65PLUS,f,65+,65,,506,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_00_04,m,0-4,0,4,266,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_05_09,m,5-9,5,9,275,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_10_14,m,10-14,10,14,245,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_15_19,m,15-19,15,19,180,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_20_24,m,20-24,20,24,314,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_25_29,m,25-29,25,29,513,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_30_34,m,30-34,30,34,475,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_35_39,m,35-39,35,39,437,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_40_44,m,40-44,40,44,432,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_45_49,m,45-49,45,49,571,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_50_54,m,50-54,50,54,466,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_55_59,m,55-59,55,59,390,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_60_64,m,60-64,60,64,222,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +BLM,Saint Barthélemy,M_65PLUS,m,65+,65,,416,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_00_04,all,0-4,0,4,12613,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_05_09,all,5-9,5,9,14479,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_10_14,all,10-14,10,14,15403,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_15_19,all,15-19,15,19,14359,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_20_24,all,20-24,20,24,13262,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_25_29,all,25-29,25,29,12544,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_30_34,all,30-34,30,34,12337,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_35_39,all,35-39,35,39,12359,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_40_44,all,40-44,40,44,11468,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_45_49,all,45-49,45,49,9854,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_50_54,all,50-54,50,54,7513,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_55_59,all,55-59,55,59,5954,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_60_64,all,60-64,60,64,4832,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_64_69,all,64-69,64,69,3961,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_70_74,all,70-74,70,74,2841,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_75_79,all,75-79,75,79,3299,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_80PLUS,all,80+,80,,8512,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,T_TL,all,all,,,165590,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_00_04,f,0-4,0,4,6168,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_05_09,f,5-9,5,9,7206,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_10_14,f,10-14,10,14,7438,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_15_19,f,15-19,15,19,7186,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_20_24,f,20-24,20,24,6733,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_25_29,f,25-29,25,29,6270,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_30_34,f,30-34,30,34,6205,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_35_39,f,35-39,35,39,6364,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_40_44,f,40-44,40,44,5689,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_45_49,f,45-49,45,49,4923,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_50_54,f,50-54,50,54,3756,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_55_59,f,55-59,55,59,3035,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_60_64,f,60-64,60,64,2539,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_64_69,f,64-69,64,69,2018,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_70_74,f,70-74,70,74,1548,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_75_79,f,75-79,75,79,1943,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_80PLUS,f,80+,80,,51528,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,F_TL,f,all,,,36183,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_00_04,m,0-4,0,4,6445,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_05_09,m,5-9,5,9,7273,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_10_14,m,10-14,10,14,7965,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_15_19,m,15-19,15,19,7173,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_20_24,m,20-24,20,24,6529,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_25_29,m,25-29,25,29,6274,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_30_34,m,30-34,30,34,6132,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_35_39,m,35-39,35,39,5995,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_40_44,m,40-44,40,44,5779,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_45_49,m,45-49,45,49,4931,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_50_54,m,50-54,50,54,3757,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_55_59,m,55-59,55,59,2919,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_60_64,m,60-64,60,64,2293,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_64_69,m,64-69,64,69,1943,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_70_74,m,70-74,70,74,1293,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_75_79,m,75-79,75,79,1356,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_80PLUS,m,80+,80,,50839,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +LCA,Saint Lucia,M_TL,m,all,,,35552,2010,St. Lucia Central Statistical Office,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_TL,all,all,,,35746,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_TL,f,all,,,18783,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_TL,m,all,,,16963,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_00_04,all,0-4,0,4,2914,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_05_09,all,5-9,5,9,3213,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_10_14,all,10-14,10,14,3314,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_15_19,all,15-19,15,19,2662,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_20_24,all,20-24,20,24,1767,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_25_29,all,25-29,25,29,2248,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_30_34,all,30-34,30,34,2372,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_35_39,all,35-39,35,39,2443,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_40_44,all,40-44,40,44,2732,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_45_49,all,45-49,45,49,2966,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_50_54,all,50-54,50,54,2647,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_55_59,all,55-59,55,59,2126,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_60_64,all,60-64,60,64,1640,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),T_65PLUS,all,65+,65,,2699,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_00_04,f,0-4,0,4,1450,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_05_09,f,5-9,5,9,1452,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_10_14,f,10-14,10,14,1599,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_15_19,f,15-19,15,19,1202,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_20_24,f,20-24,20,24,921,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_25_29,f,25-29,25,29,1356,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_30_34,f,30-34,30,34,1393,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_35_39,f,35-39,35,39,1450,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_40_44,f,40-44,40,44,1524,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_45_49,f,45-49,45,49,1641,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_50_54,f,50-54,50,54,1400,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_55_59,f,55-59,55,59,1077,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_60_64,f,60-64,60,64,855,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),F_65PLUS,f,65+,65,,1464,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_00_04,m,0-4,0,4,1464,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_05_09,m,5-9,5,9,1761,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_10_14,m,10-14,10,14,1715,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_15_19,m,15-19,15,19,1461,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_20_24,m,20-24,20,24,846,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_25_29,m,25-29,25,29,892,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_30_34,m,30-34,30,34,979,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_35_39,m,35-39,35,39,993,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_40_44,m,40-44,40,44,1208,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_45_49,m,45-49,45,49,1325,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_50_54,m,50-54,50,54,1248,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_55_59,m,55-59,55,59,1049,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_60_64,m,60-64,60,64,785,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +MAF,Saint Martin (French part),M_65PLUS,m,65+,65,,1236,2016,Institut national de la statistique et des études économiques,OCHA Latin America and the Caribbean (ROLAC) +STP,Sao Tome and Principe,F_TL,f,all,,,110854,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_TL,m,all,,,108723,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_TL,all,all,,,219577,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_00_04,f,0-4,0,4,16778,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_05_09,f,5-9,5,9,15368,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_10_14,f,10-14,10,14,13594,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_15_19,f,15-19,15,19,12123,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_20_24,f,20-24,20,24,10398,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_25_29,f,25-29,25,29,8746,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_30_34,f,30-34,30,34,7326,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_35_39,f,35-39,35,39,5887,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_40_44,f,40-44,40,44,4779,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_45_49,f,45-49,45,49,3821,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_50_54,f,50-54,50,54,3134,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_55_59,f,55-59,55,59,2338,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_60_64,f,60-64,60,64,1850,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_65_69,f,65-69,65,69,1401,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,F_70PLUS,f,70+,70,,3311,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_00_04,m,0-4,0,4,16911,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_05_09,m,5-9,5,9,15471,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_10_14,m,10-14,10,14,13765,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_15_19,m,15-19,15,19,12345,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_20_24,m,20-24,20,24,10299,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_25_29,m,25-29,25,29,8606,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_30_34,m,30-34,30,34,7064,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_35_39,m,35-39,35,39,5615,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_40_44,m,40-44,40,44,4574,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_45_49,m,45-49,45,49,3497,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_50_54,m,50-54,50,54,2888,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_55_59,m,55-59,55,59,2071,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_60_64,m,60-64,60,64,1786,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_65_69,m,65-69,65,69,1305,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,M_70PLUS,m,70+,70,,2526,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_00_04,all,0-4,0,4,33689,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_05_09,all,5-9,5,9,30839,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_10_14,all,10-14,10,14,27359,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_15_19,all,15-19,15,19,24468,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_20_24,all,20-24,20,24,20697,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_25_29,all,25-29,25,29,17352,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_30_34,all,30-34,30,34,14390,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_35_39,all,35-39,35,39,11502,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_40_44,all,40-44,40,44,9353,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_45_49,all,45-49,45,49,7318,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_50_54,all,50-54,50,54,6022,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_55_59,all,55-59,55,59,4409,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_60_64,all,60-64,60,64,3636,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_65_69,all,65-69,65,69,2706,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +STP,Sao Tome and Principe,T_70PLUS,all,70+,70,,5837,2022,UNFPA and INSTITUTO NACIONAL DE ESTATÍSTICA,UNFPA +SAU,Saudi Arabia,F_TL,f,all,,,12496629,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_TL,m,all,,,19678595,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_TL,all,all,,,32175224,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_00_04,f,0-4,0,4,1263917,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_05_09,f,5-9,5,9,1354766,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_10_14,f,10-14,10,14,1249029,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_15_19,f,15-19,15,19,1079884,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_20_24,f,20-24,20,24,1050547,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_25_29,f,25-29,25,29,1242388,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_30_34,f,30-34,30,34,1250860,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_35_39,f,35-39,35,39,1113283,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_40_44,f,40-44,40,44,839031,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_45_49,f,45-49,45,49,592256,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_50_54,f,50-54,50,54,463843,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_55_59,f,55-59,55,59,351281,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_60_64,f,60-64,60,64,253046,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_65_69,f,65-69,65,69,156115,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_70_74,f,70-74,70,74,94864,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_75_79,f,75-79,75,79,64100,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_80_84,f,80-84,80,84,40686,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_85_89,f,85-89,85,89,20470,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_90_94,f,90-94,90,94,9200,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_95_99,f,95-99,95,99,3893,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,F_100PLUS,f,100+,100,,3170,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_00_04,m,0-4,0,4,1314242,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_05_09,m,5-9,5,9,1407551,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_10_14,m,10-14,10,14,1297385,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_15_19,m,15-19,15,19,1116816,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_20_24,m,20-24,20,24,1565435,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_25_29,m,25-29,25,29,2503327,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_30_34,m,30-34,30,34,2641972,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_35_39,m,35-39,35,39,2351673,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_40_44,m,40-44,40,44,1814846,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_45_49,m,45-49,45,49,1232924,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_50_54,m,50-54,50,54,924529,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_55_59,m,55-59,55,59,643938,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_60_64,m,60-64,60,64,394606,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_65_69,m,65-69,65,69,212344,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_70_74,m,70-74,70,74,110479,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_75_79,m,75-79,75,79,67392,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_80_84,m,80-84,80,84,43523,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_85_89,m,85-89,85,89,21698,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_90_94,m,90-94,90,94,8772,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_95_99,m,95-99,95,99,2926,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,M_100PLUS,m,100+,100,,2217,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_00_04,all,0-4,0,4,2578159,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_05_09,all,5-9,5,9,2762317,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_10_14,all,10-14,10,14,2546414,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_15_19,all,15-19,15,19,2196700,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_20_24,all,20-24,20,24,2615982,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_25_29,all,25-29,25,29,3745715,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_30_34,all,30-34,30,34,3892832,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_35_39,all,35-39,35,39,3464956,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_40_44,all,40-44,40,44,2653877,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_45_49,all,45-49,45,49,1825180,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_50_54,all,50-54,50,54,1388372,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_55_59,all,55-59,55,59,995219,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_60_64,all,60-64,60,64,647652,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_65_69,all,65-69,65,69,368459,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_70_74,all,70-74,70,74,205343,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_75_79,all,75-79,75,79,131492,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_80_84,all,80-84,80,84,84209,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_85_89,all,85-89,85,89,42168,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_90_94,all,90-94,90,94,17972,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_95_99,all,95-99,95,99,6819,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SAU,Saudi Arabia,T_100PLUS,all,100+,100,,5387,2022,General Authority for Statistics (GASTAT) Saudi Arabia,UNFPA +SEN,Senegal,F_TL,f,all,,,8913569,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_TL,m,all,,,8825226,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_TL,all,all,,,17738795,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_00_04,f,0-4,0,4,1420355,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_05_09,f,5-9,5,9,1211905,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_10_14,f,10-14,10,14,999446,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_15_19,f,15-19,15,19,890550,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_20_24,f,20-24,20,24,782815,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_25_29,f,25-29,25,29,695032,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_30_34,f,30-34,30,34,616443,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_35_39,f,35-39,35,39,520126,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_40_44,f,40-44,40,44,419322,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_45_49,f,45-49,45,49,344296,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_50_54,f,50-54,50,54,273058,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_55_59,f,55-59,55,59,222752,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_60_64,f,60-64,60,64,179789,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_65_69,f,65-69,65,69,133486,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_70_74,f,70-74,70,74,88180,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_75_79,f,75-79,75,79,56632,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,F_80PLUS,f,80+,80,,59383,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_00_04,m,0-4,0,4,1444052,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_05_09,m,5-9,5,9,1241626,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_10_14,m,10-14,10,14,1051474,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_15_19,m,15-19,15,19,933882,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_20_24,m,20-24,20,24,808886,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_25_29,m,25-29,25,29,687428,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_30_34,m,30-34,30,34,567166,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_35_39,m,35-39,35,39,474534,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_40_44,m,40-44,40,44,389732,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_45_49,m,45-49,45,49,314292,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_50_54,m,50-54,50,54,239616,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_55_59,m,55-59,55,59,197114,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_60_64,m,60-64,60,64,165567,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_65_69,m,65-69,65,69,124078,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_70_74,m,70-74,70,74,82553,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_75_79,m,75-79,75,79,52352,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,M_80PLUS,m,80+,80,,50873,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_00_04,all,0-4,0,4,2864407,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_05_09,all,5-9,5,9,2453532,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_10_14,all,10-14,10,14,2050921,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_15_19,all,15-19,15,19,1824432,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_20_24,all,20-24,20,24,1591701,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_25_29,all,25-29,25,29,1382459,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_30_34,all,30-34,30,34,1183608,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_35_39,all,35-39,35,39,994659,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_40_44,all,40-44,40,44,809053,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_45_49,all,45-49,45,49,658588,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_50_54,all,50-54,50,54,512676,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_55_59,all,55-59,55,59,419867,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_60_64,all,60-64,60,64,345358,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_65_69,all,65-69,65,69,257564,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_70_74,all,70-74,70,74,170732,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_75_79,all,75-79,75,79,108984,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SEN,Senegal,T_80PLUS,all,80+,80,,110256,2022,Agence Nationale de la Statistique et de la Démographie (ANSD) ,UNFPA +SYC,Seychelles,T_TL,all,all,,,90945,2019,National Bureau of Statistics,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +SYC,Seychelles,F_TL,f,all,,,44033,2019,National Bureau of Statistics,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +SYC,Seychelles,M_TL,m,all,,,46912,2019,National Bureau of Statistics,OCHA Regional Office for Southern and Eastern Africa (ROSEA) +SLE,Sierra Leone,F_TL,f,all,,,3893510,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,M_TL,m,all,,,4015077,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_TL,all,all,,,7907338,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_00_04,all,0-4,0,4,1046571,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_05_09,all,5-9,5,9,1236489,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_10_14,all,10-14,10,14,945186,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_15_19,all,15-19,15,19,974071,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_20_24,all,20-24,20,24,738369,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_25_29,all,25-29,25,29,677122,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_30_34,all,30-34,30,34,483634,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_35_39,all,35-39,35,39,469383,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_40_44,all,40-44,40,44,333835,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_45_49,all,45-49,45,49,270529,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_50_54,all,50-54,50,54,208515,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_55_59,all,55-59,55,59,123323,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_60_64,all,60-64,60,64,125583,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_65_69,all,65-69,65,69,82206,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_70_74,all,70-74,70,74,73039,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_75_79,all,75-79,75,79,44302,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SLE,Sierra Leone,T_80PLUS,all,80+,80,,75152,2020,Statistics Sierra Leone (SSL) _ Population and Housing Census / UNFPA,OCHA West and Central Africa (ROWCA) +SXM,Sint Maarten (Dutch part),M_00_14,m,0-14,0,14,3545,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),F_00_14,f,0-14,0,14,3860,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),T_00_14,all,0-14,0,14,7404,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),M_15_64,m,15-64,15,64,11414,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),F_15_64,f,15-64,15,64,12857,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),T_15_64,all,15-64,15,64,24276,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),M_65PLUS,m,65+,65,,828,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),F_65PLUS,f,65+,65,,931,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),T_65PLUS,all,65+,65,,1759,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),M_TL,m,all,,,15870,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),F_TL,f,all,,,17740,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SXM,Sint Maarten (Dutch part),T_TL,all,all,,,33609,2018,Sint Maarten Department of Statistics,OCHA Field Information Services Section (FISS) +SVK,Slovakia,F_TL,f,all,,,2783894,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_TL,m,all,,,2665376,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_TL,all,all,,,5449270,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_00_04,f,0-4,0,4,144644,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_05_09,f,5-9,5,9,141282,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_10_14,f,10-14,10,14,137208,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_15_19,f,15-19,15,19,125743,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_20_24,f,20-24,20,24,138404,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_25_29,f,25-29,25,29,170329,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_30_34,f,30-34,30,34,195989,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_35_39,f,35-39,35,39,208943,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_40_44,f,40-44,40,44,218809,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_45_49,f,45-49,45,49,203685,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_50_54,f,50-54,50,54,172886,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_55_59,f,55-59,55,59,182562,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_60_64,f,60-64,60,64,186899,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_65_69,f,65-69,65,69,185096,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_70_74,f,70-74,70,74,144312,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_75_79,f,75-79,75,79,100061,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_80_84,f,80-84,80,84,69549,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_85_89,f,85-89,85,89,39427,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_90_94,f,90-94,90,94,14687,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_95_99,f,95-99,95,99,3105,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,F_100PLUS,f,100+,100,,274,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_00_04,m,0-4,0,4,151850,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_05_09,m,5-9,5,9,148762,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_10_14,m,10-14,10,14,143664,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_15_19,m,15-19,15,19,132769,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_20_24,m,20-24,20,24,145177,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_25_29,m,25-29,25,29,177989,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_30_34,m,30-34,30,34,205689,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_35_39,m,35-39,35,39,222843,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_40_44,m,40-44,40,44,234476,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_45_49,m,45-49,45,49,211249,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_50_54,m,50-54,50,54,173662,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_55_59,m,55-59,55,59,175450,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_60_64,m,60-64,60,64,169126,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_65_69,m,65-69,65,69,152197,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_70_74,m,70-74,70,74,104259,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_75_79,m,75-79,75,79,59232,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_80_84,m,80-84,80,84,33871,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_85_89,m,85-89,85,89,16548,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_90_94,m,90-94,90,94,5187,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_95_99,m,95-99,95,99,1249,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,M_100PLUS,m,100+,100,,127,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_00_04,all,0-4,0,4,296494,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_05_09,all,5-9,5,9,290044,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_10_14,all,10-14,10,14,280872,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_15_19,all,15-19,15,19,258512,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_20_24,all,20-24,20,24,283581,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_25_29,all,25-29,25,29,348318,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_30_34,all,30-34,30,34,401678,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_35_39,all,35-39,35,39,431786,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_40_44,all,40-44,40,44,453285,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_45_49,all,45-49,45,49,414934,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_50_54,all,50-54,50,54,346548,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_55_59,all,55-59,55,59,358012,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_60_64,all,60-64,60,64,356025,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_65_69,all,65-69,65,69,337293,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_70_74,all,70-74,70,74,248571,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_75_79,all,75-79,75,79,159293,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_80_84,all,80-84,80,84,103420,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_85_89,all,85-89,85,89,55975,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_90_94,all,90-94,90,94,19874,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_95_99,all,95-99,95,99,4354,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SVK,Slovakia,T_100PLUS,all,100+,100,,401,2021,"2021 Population, Housing, and Dwelling Census of Slovakia",UNFPA +SLB,Solomon Islands,F_TL,f,all,,,377565,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_TL,m,all,,,391136,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_TL,all,all,,,768701,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_00_04,f,0-4,0,4,42981,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_05_09,f,5-9,5,9,42858,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_10_14,f,10-14,10,14,43284,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_15_19,f,15-19,15,19,42591,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_20_24,f,20-24,20,24,36630,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_25_29,f,25-29,25,29,28665,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_30_34,f,30-34,30,34,25616,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_35_39,f,35-39,35,39,24199,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_40_44,f,40-44,40,44,21367,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_45_49,f,45-49,45,49,18410,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_50_54,f,50-54,50,54,15379,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_55_59,f,55-59,55,59,11268,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_60_64,f,60-64,60,64,8364,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_65_69,f,65-69,65,69,5825,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_70_74,f,70-74,70,74,4601,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_75_79,f,75-79,75,79,2661,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,F_80PLUS,f,80+,80,,2866,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_00_04,m,0-4,0,4,44911,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_05_09,m,5-9,5,9,44848,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_10_14,m,10-14,10,14,44352,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_15_19,m,15-19,15,19,43284,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_20_24,m,20-24,20,24,37692,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_25_29,m,25-29,25,29,30847,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_30_34,m,30-34,30,34,26467,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_35_39,m,35-39,35,39,25585,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_40_44,m,40-44,40,44,22028,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_45_49,m,45-49,45,49,18868,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_50_54,m,50-54,50,54,15956,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_55_59,m,55-59,55,59,11753,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_60_64,m,60-64,60,64,8655,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_65_69,m,65-69,65,69,6103,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_70_74,m,70-74,70,74,4371,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_75_79,m,75-79,75,79,2517,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,M_80PLUS,m,80+,80,,2899,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_00_04,all,0-4,0,4,87892,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_05_09,all,5-9,5,9,87706,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_10_14,all,10-14,10,14,87636,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_15_19,all,15-19,15,19,85875,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_20_24,all,20-24,20,24,74322,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_25_29,all,25-29,25,29,59512,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_30_34,all,30-34,30,34,52083,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_35_39,all,35-39,35,39,49784,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_40_44,all,40-44,40,44,43395,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_45_49,all,45-49,45,49,37278,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_50_54,all,50-54,50,54,31335,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_55_59,all,55-59,55,59,23021,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_60_64,all,60-64,60,64,17019,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_65_69,all,65-69,65,69,11928,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_70_74,all,70-74,70,74,8972,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_75_79,all,75-79,75,79,5178,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SLB,Solomon Islands,T_80PLUS,all,80+,80,,5765,2023,"Solomon Islands National Statistics Office (SINSO), 2009 Census of Population and Housing ",UNFPA +SOM,Somalia,T_TL,all,all,,,12327528,2014,Multiple Source (Humanitarian Partners),OCHA Somalia +ZAF,South Africa,F_TL,f,all,,,28561989,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_TL,m,all,,,27901628,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_TL,all,all,,,56463617,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_00_04,f,0-4,0,4,2654481,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_05_09,f,5-9,5,9,2656524,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_10_14,f,10-14,10,14,2572261,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_15_19,f,15-19,15,19,2383795,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_20_24,f,20-24,20,24,2420542,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_25_29,f,25-29,25,29,2593635,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_30_34,f,30-34,30,34,2683292,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_35_39,f,35-39,35,39,2212721,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_40_44,f,40-44,40,44,1702083,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_45_49,f,45-49,45,49,1402559,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_50_54,f,50-54,50,54,1230903,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_55_59,f,55-59,55,59,1096297,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_60_64,f,60-64,60,64,960691,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_65_69,f,65-69,65,69,765752,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_70_74,f,70-74,70,74,558299,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_75_79,f,75-79,75,79,361456,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,F_80PLUS,f,80+,80,,306698,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_00_04,m,0-4,0,4,2682095,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_05_09,m,5-9,5,9,2658684,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_10_14,m,10-14,10,14,2553963,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_15_19,m,15-19,15,19,2358442,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_20_24,m,20-24,20,24,2322145,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_25_29,m,25-29,25,29,2508183,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_30_34,m,30-34,30,34,2768384,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_35_39,m,35-39,35,39,2379280,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_40_44,m,40-44,40,44,1840206,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_45_49,m,45-49,45,49,1450151,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_50_54,m,50-54,50,54,1153237,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_55_59,m,55-59,55,59,973232,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_60_64,m,60-64,60,64,809670,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_65_69,m,65-69,65,69,605284,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_70_74,m,70-74,70,74,408067,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_75_79,m,75-79,75,79,251040,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,M_80PLUS,m,80+,80,,179565,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_00_04,all,0-4,0,4,5336576,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_05_09,all,5-9,5,9,5315208,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_10_14,all,10-14,10,14,5126224,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_15_19,all,15-19,15,19,4742237,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_20_24,all,20-24,20,24,4742687,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_25_29,all,25-29,25,29,5101818,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_30_34,all,30-34,30,34,5451676,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_35_39,all,35-39,35,39,4592001,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_40_44,all,40-44,40,44,3542289,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_45_49,all,45-49,45,49,2852710,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_50_54,all,50-54,50,54,2384140,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_55_59,all,55-59,55,59,2069529,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_60_64,all,60-64,60,64,1770361,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_65_69,all,65-69,65,69,1371036,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_70_74,all,70-74,70,74,966366,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_75_79,all,75-79,75,79,612496,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +ZAF,South Africa,T_80PLUS,all,80+,80,,486263,2020,Statistics South Africa 2016 Community Survey Population,UNFPA +LKA,Sri Lanka,F_TL,f,all,,,11366999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_TL,m,all,,,10670002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_TL,all,all,,,22037001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_00_04,f,0-4,0,4,939000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_05_09,f,5-9,5,9,939000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_10_14,f,10-14,10,14,879999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_15_19,f,15-19,15,19,893999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_20_24,f,20-24,20,24,856002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_25_29,f,25-29,25,29,876999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_30_34,f,30-34,30,34,912001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_35_39,f,35-39,35,39,782000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_40_44,f,40-44,40,44,753998,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_45_49,f,45-49,45,49,722001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_50_54,f,50-54,50,54,688998,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_55_59,f,55-59,55,59,609000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_60_64,f,60-64,60,64,531002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_65_69,f,65-69,65,69,377001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_70_74,f,70-74,70,74,247998,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_75_79,f,75-79,75,79,180001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,F_80PLUS,f,80+,80,,178000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_00_04,m,0-4,0,4,954001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_05_09,m,5-9,5,9,957002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_10_14,m,10-14,10,14,898999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_15_19,m,15-19,15,19,889000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_20_24,m,20-24,20,24,804000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_25_29,m,25-29,25,29,805001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_30_34,m,30-34,30,34,862001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_35_39,m,35-39,35,39,742000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_40_44,m,40-44,40,44,715000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_45_49,m,45-49,45,49,668999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_50_54,m,50-54,50,54,629001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_55_59,m,55-59,55,59,540999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_60_64,m,60-64,60,64,459997,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_65_69,m,65-69,65,69,306003,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_70_74,m,70-74,70,74,195997,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_75_79,m,75-79,75,79,125001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,M_80PLUS,m,80+,80,,117001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_00_04,all,0-4,0,4,1893001,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_05_09,all,5-9,5,9,1896002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_10_14,all,10-14,10,14,1778998,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_15_19,all,15-19,15,19,1782999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_20_24,all,20-24,20,24,1660002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_25_29,all,25-29,25,29,1682000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_30_34,all,30-34,30,34,1774002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_35_39,all,35-39,35,39,1524000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_40_44,all,40-44,40,44,1468998,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_45_49,all,45-49,45,49,1391000,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_50_54,all,50-54,50,54,1317999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_55_59,all,55-59,55,59,1149999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_60_64,all,60-64,60,64,990999,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_65_69,all,65-69,65,69,683004,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_70_74,all,70-74,70,74,443995,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_75_79,all,75-79,75,79,305002,2023,Sri Lanka Department of Census and Statistics,UNFPA +LKA,Sri Lanka,T_80PLUS,all,80+,80,,295001,2023,Sri Lanka Department of Census and Statistics,UNFPA +SSD,South Sudan,F_TL,f,all,,,6243943,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,M_TL,m,all,,,6151029,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,T_TL,all,all,,,12394970,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,F_00_04,f,0-4,0,4,1113239,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,F_05_17,f,5-17,5,17,2156956,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,F_18_60,f,18-60,18,60,2504834,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,F_61PLUS,f,61+,61,,468914,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,M_00_04,m,0-4,0,4,1192983,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,M_05_17,m,5-17,5,17,2165580,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,M_18_60,m,18-60,18,60,2369296,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,M_61PLUS,m,61+,61,,423170,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,T_00_04,all,0-4,0,4,2306221,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,T_05_17,all,5-17,5,17,4322537,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,T_18_60,all,18-60,18,60,4874126,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SSD,South Sudan,T_61PLUS,all,61+,61,,892086,2022,"South Sudan National Bureau of Statistics [SSNBS], Government of South Sudan",OCHA South Sudan +SDN,Sudan,F_TL,f,all,,,23888930,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_TL,m,all,,,23593010,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_TL,all,all,,,47481940,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_00_04,f,0-4,0,4,3614512,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_05_09,f,5-9,5,9,3158984,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_10_14,f,10-14,10,14,2811747,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_15_19,f,15-19,15,19,2589515,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_20_24,f,20-24,20,24,2164910,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_25_29,f,25-29,25,29,1802984,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_30_34,f,30-34,30,34,1542283,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_35_39,f,35-39,35,39,1335394,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_40_44,f,40-44,40,44,1175955,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_45_49,f,45-49,45,49,1014886,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_50_54,f,50-54,50,54,837353,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_55_59,f,55-59,55,59,629403,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_60_64,f,60-64,60,64,466025,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_65_69,f,65-69,65,69,312885,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_70_74,f,70-74,70,74,205785,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_75_79,f,75-79,75,79,127271,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,F_80PLUS,f,80+,80,,99038,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_00_04,m,0-4,0,4,3691361,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_05_09,m,5-9,5,9,3194974,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_10_14,m,10-14,10,14,2845332,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_15_19,m,15-19,15,19,2495880,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_20_24,m,20-24,20,24,1982172,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_25_29,m,25-29,25,29,1953542,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_30_34,m,30-34,30,34,1671124,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_35_39,m,35-39,35,39,1218717,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_40_44,m,40-44,40,44,993010,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_45_49,m,45-49,45,49,886716,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_50_54,m,50-54,50,54,757795,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_55_59,m,55-59,55,59,615804,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_60_64,m,60-64,60,64,481074,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_65_69,m,65-69,65,69,330462,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_70_74,m,70-74,70,74,222166,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_75_79,m,75-79,75,79,141274,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,M_80PLUS,m,80+,80,,111607,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_00_04,all,0-4,0,4,7305873,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_05_09,all,5-9,5,9,6353958,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_10_14,all,10-14,10,14,5657079,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_15_19,all,15-19,15,19,5085395,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_20_24,all,20-24,20,24,4147082,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_25_29,all,25-29,25,29,3756526,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_30_34,all,30-34,30,34,3213407,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_35_39,all,35-39,35,39,2554111,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_40_44,all,40-44,40,44,2168965,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_45_49,all,45-49,45,49,1901602,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_50_54,all,50-54,50,54,1595148,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_55_59,all,55-59,55,59,1245207,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_60_64,all,60-64,60,64,947099,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_65_69,all,65-69,65,69,643347,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_70_74,all,70-74,70,74,427951,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_75_79,all,75-79,75,79,268545,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SDN,Sudan,T_80PLUS,all,80+,80,,210645,2024,Central Bureau of Statistics (CBS) Sudan,UNFPA +SUR,Suriname,T_TL,all,all,,,541638,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_TL,f,all,,,271009,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_TL,m,all,,,270629,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_00_04,all,0-4,0,4,50548,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_05_09,all,5-9,5,9,47735,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_10_14,all,10-14,10,14,50484,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_15_19,all,15-19,15,19,45108,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_20_24,all,20-24,20,24,43762,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_25_29,all,25-29,25,29,43946,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_30_34,all,30-34,30,34,39051,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_35_39,all,35-39,35,39,36429,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_40_44,all,40-44,40,44,37383,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_45_49,all,45-49,45,49,36031,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_50_54,all,50-54,50,54,30651,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_55_59,all,55-59,55,59,22588,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_60_64,all,60-64,60,64,16497,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,T_65PLUS,all,65+,65,,38030,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_00_04,f,0-4,0,4,24580,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_05_09,f,5-9,5,9,23186,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_10_14,f,10-14,10,14,24318,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_15_19,f,15-19,15,19,22336,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_20_24,f,20-24,20,24,22106,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_25_29,f,25-29,25,29,22185,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_30_34,f,30-34,30,34,19696,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_35_39,f,35-39,35,39,18113,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_40_44,f,40-44,40,44,18620,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_45_49,f,45-49,45,49,17948,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_50_54,f,50-54,50,54,15338,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_55_59,f,55-59,55,59,11659,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_60_64,f,60-64,60,64,8763,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,F_65PLUS,f,65+,65,,21052,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_00_04,m,0-4,0,4,25968,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_05_09,m,5-9,5,9,24549,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_10_14,m,10-14,10,14,26166,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_15_19,m,15-19,15,19,22772,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_20_24,m,20-24,20,24,21656,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_25_29,m,25-29,25,29,21761,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_30_34,m,30-34,30,34,19355,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_35_39,m,35-39,35,39,18316,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_40_44,m,40-44,40,44,18763,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_45_49,m,45-49,45,49,18083,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_50_54,m,50-54,50,54,15313,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_55_59,m,55-59,55,59,10929,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_60_64,m,60-64,60,64,7734,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SUR,Suriname,M_65PLUS,m,65+,65,,16978,2012,General office for the statistics census office,OCHA Latin America and the Caribbean (ROLAC) +SWZ,Eswatini,F_TL,f,all,,,602261,2022,UNFPA,UNFPA +SWZ,Eswatini,M_TL,m,all,,,571755,2022,UNFPA,UNFPA +SWZ,Eswatini,T_TL,all,all,,,1174018,2022,UNFPA,UNFPA +SWZ,Eswatini,F_00_04,f,0-4,0,4,71759,2022,UNFPA,UNFPA +SWZ,Eswatini,F_05_09,f,5-9,5,9,67857,2022,UNFPA,UNFPA +SWZ,Eswatini,F_10_14,f,10-14,10,14,66252,2022,UNFPA,UNFPA +SWZ,Eswatini,F_15_19,f,15-19,15,19,63068,2022,UNFPA,UNFPA +SWZ,Eswatini,F_20_24,f,20-24,20,24,56116,2022,UNFPA,UNFPA +SWZ,Eswatini,F_25_29,f,25-29,25,29,48973,2022,UNFPA,UNFPA +SWZ,Eswatini,F_30_34,f,30-34,30,34,43272,2022,UNFPA,UNFPA +SWZ,Eswatini,F_35_39,f,35-39,35,39,38062,2022,UNFPA,UNFPA +SWZ,Eswatini,F_40_44,f,40-44,40,44,32281,2022,UNFPA,UNFPA +SWZ,Eswatini,F_45_49,f,45-49,45,49,24278,2022,UNFPA,UNFPA +SWZ,Eswatini,F_50_54,f,50-54,50,54,20229,2022,UNFPA,UNFPA +SWZ,Eswatini,F_55_59,f,55-59,55,59,18115,2022,UNFPA,UNFPA +SWZ,Eswatini,F_60_64,f,60-64,60,64,15024,2022,UNFPA,UNFPA +SWZ,Eswatini,F_65_69,f,65-69,65,69,11845,2022,UNFPA,UNFPA +SWZ,Eswatini,F_70_74,f,70-74,70,74,9339,2022,UNFPA,UNFPA +SWZ,Eswatini,F_75_79,f,75-79,75,79,7061,2022,UNFPA,UNFPA +SWZ,Eswatini,F_80PLUS,f,80+,80,,8730,2022,UNFPA,UNFPA +SWZ,Eswatini,M_00_04,m,0-4,0,4,73712,2022,UNFPA,UNFPA +SWZ,Eswatini,M_05_09,m,5-9,5,9,69046,2022,UNFPA,UNFPA +SWZ,Eswatini,M_10_14,m,10-14,10,14,68075,2022,UNFPA,UNFPA +SWZ,Eswatini,M_15_19,m,15-19,15,19,65305,2022,UNFPA,UNFPA +SWZ,Eswatini,M_20_24,m,20-24,20,24,57408,2022,UNFPA,UNFPA +SWZ,Eswatini,M_25_29,m,25-29,25,29,46621,2022,UNFPA,UNFPA +SWZ,Eswatini,M_30_34,m,30-34,30,34,39382,2022,UNFPA,UNFPA +SWZ,Eswatini,M_35_39,m,35-39,35,39,35605,2022,UNFPA,UNFPA +SWZ,Eswatini,M_40_44,m,40-44,40,44,30455,2022,UNFPA,UNFPA +SWZ,Eswatini,M_45_49,m,45-49,45,49,22054,2022,UNFPA,UNFPA +SWZ,Eswatini,M_50_54,m,50-54,50,54,16974,2022,UNFPA,UNFPA +SWZ,Eswatini,M_55_59,m,55-59,55,59,13142,2022,UNFPA,UNFPA +SWZ,Eswatini,M_60_64,m,60-64,60,64,10483,2022,UNFPA,UNFPA +SWZ,Eswatini,M_65_69,m,65-69,65,69,8760,2022,UNFPA,UNFPA +SWZ,Eswatini,M_70_74,m,70-74,70,74,6560,2022,UNFPA,UNFPA +SWZ,Eswatini,M_75_79,m,75-79,75,79,4308,2022,UNFPA,UNFPA +SWZ,Eswatini,M_80PLUS,m,80+,80,,3865,2022,UNFPA,UNFPA +SWZ,Eswatini,T_00_04,all,0-4,0,4,145471,2022,UNFPA,UNFPA +SWZ,Eswatini,T_05_09,all,5-9,5,9,136901,2022,UNFPA,UNFPA +SWZ,Eswatini,T_10_14,all,10-14,10,14,134328,2022,UNFPA,UNFPA +SWZ,Eswatini,T_15_19,all,15-19,15,19,128373,2022,UNFPA,UNFPA +SWZ,Eswatini,T_20_24,all,20-24,20,24,113526,2022,UNFPA,UNFPA +SWZ,Eswatini,T_25_29,all,25-29,25,29,95594,2022,UNFPA,UNFPA +SWZ,Eswatini,T_30_34,all,30-34,30,34,82655,2022,UNFPA,UNFPA +SWZ,Eswatini,T_35_39,all,35-39,35,39,73667,2022,UNFPA,UNFPA +SWZ,Eswatini,T_40_44,all,40-44,40,44,62737,2022,UNFPA,UNFPA +SWZ,Eswatini,T_45_49,all,45-49,45,49,46332,2022,UNFPA,UNFPA +SWZ,Eswatini,T_50_54,all,50-54,50,54,37203,2022,UNFPA,UNFPA +SWZ,Eswatini,T_55_59,all,55-59,55,59,31256,2022,UNFPA,UNFPA +SWZ,Eswatini,T_60_64,all,60-64,60,64,25508,2022,UNFPA,UNFPA +SWZ,Eswatini,T_65_69,all,65-69,65,69,20605,2022,UNFPA,UNFPA +SWZ,Eswatini,T_70_74,all,70-74,70,74,15898,2022,UNFPA,UNFPA +SWZ,Eswatini,T_75_79,all,75-79,75,79,11369,2022,UNFPA,UNFPA +SWZ,Eswatini,T_80PLUS,all,80+,80,,12595,2022,UNFPA,UNFPA +TJK,Tajikistan,F_TL,f,all,,,4499200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_TL,m,all,,,4627400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_TL,all,all,,,9126600,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_00_00,f,0-0,0,0,108400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_01_04,f,1-4,1,4,428700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_05_09,f,5-9,5,9,526500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_10_14,f,10-14,10,14,438100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_15_19,f,15-19,15,19,412400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_20_24,f,20-24,20,24,422900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_25_29,f,25-29,25,29,416400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_30_34,f,30-34,30,34,385600,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_35_39,f,35-39,35,39,284100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_40_44,f,40-44,40,44,231700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_45_49,f,45-49,45,49,210000,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_50_54,f,50-54,50,54,190900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_55_59,f,55-59,55,59,168000,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_60_64,f,60-64,60,64,112700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_65_69,f,65-69,65,69,70400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_70_74,f,70-74,70,74,33700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_75_79,f,75-79,75,79,27200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_80_84,f,80-84,80,84,18900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_85_89,f,85-89,85,89,8700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_90_94,f,90-94,90,94,3300,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_95_99,f,95-99,95,99,600,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,F_100PLUS,f,100+,100,,0,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_00_00,m,0-0,0,0,120500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_01_04,m,1-4,1,4,479400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_05_09,m,5-9,5,9,564700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_10_14,m,10-14,10,14,463600,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_15_19,m,15-19,15,19,433100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_20_24,m,20-24,20,24,437800,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_25_29,m,25-29,25,29,421900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_30_34,m,30-34,30,34,386700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_35_39,m,35-39,35,39,291100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_40_44,m,40-44,40,44,230200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_45_49,m,45-49,45,49,203500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_50_54,m,50-54,50,54,181400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_55_59,m,55-59,55,59,161100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_60_64,m,60-64,60,64,105900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_65_69,m,65-69,65,69,64100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_70_74,m,70-74,70,74,32200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_75_79,m,75-79,75,79,26000,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_80_84,m,80-84,80,84,14800,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_85_89,m,85-89,85,89,6400,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_90_94,m,90-94,90,94,2700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_95_99,m,95-99,95,99,300,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,M_100PLUS,m,100+,100,,0,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_00_00,all,0-0,0,0,228900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_01_04,all,1-4,1,4,908100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_05_09,all,5-9,5,9,1091200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_10_14,all,10-14,10,14,901700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_15_19,all,15-19,15,19,845500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_20_24,all,20-24,20,24,860700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_25_29,all,25-29,25,29,838300,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_30_34,all,30-34,30,34,772300,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_35_39,all,35-39,35,39,575200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_40_44,all,40-44,40,44,461900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_45_49,all,45-49,45,49,413500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_50_54,all,50-54,50,54,372300,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_55_59,all,55-59,55,59,329100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_60_64,all,60-64,60,64,218600,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_65_69,all,65-69,65,69,134500,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_70_74,all,70-74,70,74,65900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_75_79,all,75-79,75,79,53200,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_80_84,all,80-84,80,84,33700,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_85_89,all,85-89,85,89,15100,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_90_94,all,90-94,90,94,6000,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_95_99,all,95-99,95,99,900,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TJK,Tajikistan,T_100PLUS,all,100+,100,,0,2019,UNFPA and Statistics Agency under the President - Republic of Tajikistan,UNFPA +TZA,United Republic of Tanzania,T_TL,all,all,,,58552845,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_00_04,all,0-4,0,4,9242721,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_05_09,all,5-9,5,9,8254793,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_10_14,all,10-14,10,14,7504373,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_15_19,all,15-19,15,19,6554783,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_20_24,all,20-24,20,24,5381559,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_25_29,all,25-29,25,29,4432053,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_30_34,all,30-34,30,34,3810018,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_35_39,all,35-39,35,39,3236004,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_40_44,all,40-44,40,44,2708737,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_45_49,all,45-49,45,49,2069975,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_50_54,all,50-54,50,54,1491022,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_55_59,all,55-59,55,59,1146195,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_60_64,all,60-64,60,64,915773,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_65_69,all,65-69,65,69,706299,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_70_74,all,70-74,70,74,508899,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_75_79,all,75-79,75,79,327596,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,T_80PLUS,all,80+,80,,262045,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_TL,m,all,,,29226794,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_00_04,m,0-4,0,4,4676663,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_05_09,m,5-9,5,9,4169048,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_10_14,m,10-14,10,14,3787061,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_15_19,m,15-19,15,19,3298190,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_20_24,m,20-24,20,24,2690018,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_25_29,m,25-29,25,29,2211845,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_30_34,m,30-34,30,34,1902754,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_35_39,m,35-39,35,39,1616397,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_40_44,m,40-44,40,44,1360635,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_45_49,m,45-49,45,49,1048645,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_50_54,m,50-54,50,54,763353,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_55_59,m,55-59,55,59,556157,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_60_64,m,60-64,60,64,398094,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_65_69,m,65-69,65,69,290167,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_70_74,m,70-74,70,74,216381,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_75_79,m,75-79,75,79,139184,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,M_80PLUS,m,80+,80,,102202,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_TL,f,all,,,29326051,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_00_04,f,0-4,0,4,4566058,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_05_09,f,5-9,5,9,4085745,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_10_14,f,10-14,10,14,3717312,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_15_19,f,15-19,15,19,3256593,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_20_24,f,20-24,20,24,2691541,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_25_29,f,25-29,25,29,2220208,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_30_34,f,30-34,30,34,1907264,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_35_39,f,35-39,35,39,1619607,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_40_44,f,40-44,40,44,1348102,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_45_49,f,45-49,45,49,1021330,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_50_54,f,50-54,50,54,727669,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_55_59,f,55-59,55,59,590038,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_60_64,f,60-64,60,64,517679,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_65_69,f,65-69,65,69,416132,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_70_74,f,70-74,70,74,292518,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_75_79,f,75-79,75,79,188412,2020,UNFPA,UNFPA +TZA,United Republic of Tanzania,F_80PLUS,f,80+,80,,159843,2020,UNFPA,UNFPA +THA,Thailand,F_TL,f,all,,,35455997,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_TL,m,all,,,33938765,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_TL,all,all,,,69394762,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_00_04,f,0-4,0,4,1773335,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_05_09,f,5-9,5,9,1828335,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_10_14,f,10-14,10,14,1838898,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_15_19,f,15-19,15,19,1924036,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_20_24,f,20-24,20,24,2131537,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_25_29,f,25-29,25,29,2506866,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_30_34,f,30-34,30,34,2481079,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_35_39,f,35-39,35,39,2434471,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_40_44,f,40-44,40,44,2731092,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_45_49,f,45-49,45,49,2760029,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_50_54,f,50-54,50,54,2734093,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_55_59,f,55-59,55,59,2655430,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_60_64,f,60-64,60,64,2376889,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_65_69,f,65-69,65,69,1919154,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_70_74,f,70-74,70,74,1365210,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_75_79,f,75-79,75,79,893086,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,F_80PLUS,f,80+,80,,1102457,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_00_04,m,0-4,0,4,1864486,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_05_09,m,5-9,5,9,1921012,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_10_14,m,10-14,10,14,1930241,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_15_19,m,15-19,15,19,2013094,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_20_24,m,20-24,20,24,2214379,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_25_29,m,25-29,25,29,2585561,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_30_34,m,30-34,30,34,2528428,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_35_39,m,35-39,35,39,2429627,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_40_44,m,40-44,40,44,2709313,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_45_49,m,45-49,45,49,2698928,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_50_54,m,50-54,50,54,2551697,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_55_59,m,55-59,55,59,2386040,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_60_64,m,60-64,60,64,2053246,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_65_69,m,65-69,65,69,1606578,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_70_74,m,70-74,70,74,1095713,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_75_79,m,75-79,75,79,672251,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,M_80PLUS,m,80+,80,,678171,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_00_04,all,0-4,0,4,3637821,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_05_09,all,5-9,5,9,3749347,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_10_14,all,10-14,10,14,3769139,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_15_19,all,15-19,15,19,3937130,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_20_24,all,20-24,20,24,4345916,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_25_29,all,25-29,25,29,5092427,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_30_34,all,30-34,30,34,5009507,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_35_39,all,35-39,35,39,4864098,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_40_44,all,40-44,40,44,5440405,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_45_49,all,45-49,45,49,5458957,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_50_54,all,50-54,50,54,5285790,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_55_59,all,55-59,55,59,5041470,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_60_64,all,60-64,60,64,4430135,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_65_69,all,65-69,65,69,3525732,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_70_74,all,70-74,70,74,2460923,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_75_79,all,75-79,75,79,1565337,2023,National Statistics Office of Thailand,UNFPA +THA,Thailand,T_80PLUS,all,80+,80,,1780628,2023,National Statistics Office of Thailand,UNFPA +TLS,Timor-Leste,F_TL,f,all,,,658908,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_TL,m,all,,,677300,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_TL,all,all,,,1336215,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_00_04,f,0-4,0,4,76501,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_05_09,f,5-9,5,9,76382,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_10_14,f,10-14,10,14,73949,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_15_19,f,15-19,15,19,73728,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_20_24,f,20-24,20,24,68842,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_25_29,f,25-29,25,29,56722,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_30_34,f,30-34,30,34,47935,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_35_39,f,35-39,35,39,39329,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_40_44,f,40-44,40,44,26343,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_45_49,f,45-49,45,49,24039,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_50_54,f,50-54,50,54,23396,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_55_59,f,55-59,55,59,17510,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_60_64,f,60-64,60,64,14465,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_65_69,f,65-69,65,69,13431,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_70_74,f,70-74,70,74,10386,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_75_79,f,75-79,75,79,7578,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,F_80PLUS,f,80+,80,,8267,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_00_04,m,0-4,0,4,80807,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_05_09,m,5-9,5,9,84257,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_10_14,m,10-14,10,14,82432,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_15_19,m,15-19,15,19,79342,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_20_24,m,20-24,20,24,70363,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_25_29,m,25-29,25,29,53667,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_30_34,m,30-34,30,34,43121,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_35_39,m,35-39,35,39,36578,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_40_44,m,40-44,40,44,24803,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_45_49,m,45-49,45,49,24737,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_50_54,m,50-54,50,54,25734,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_55_59,m,55-59,55,59,19301,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_60_64,m,60-64,60,64,15195,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_65_69,m,65-69,65,69,12731,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_70_74,m,70-74,70,74,9688,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_75_79,m,75-79,75,79,7135,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,M_80PLUS,m,80+,80,,7306,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_00_04,all,0-4,0,4,157317,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_05_09,all,5-9,5,9,160646,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_10_14,all,10-14,10,14,156387,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_15_19,all,15-19,15,19,153079,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_20_24,all,20-24,20,24,139213,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_25_29,all,25-29,25,29,110397,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_30_34,all,30-34,30,34,91064,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_35_39,all,35-39,35,39,75914,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_40_44,all,40-44,40,44,51151,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_45_49,all,45-49,45,49,48781,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_50_54,all,50-54,50,54,49136,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_55_59,all,55-59,55,59,36814,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_60_64,all,60-64,60,64,29666,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_65_69,all,65-69,65,69,26169,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_70_74,all,70-74,70,74,20079,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_75_79,all,75-79,75,79,14719,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TLS,Timor-Leste,T_80PLUS,all,80+,80,,15578,2022,National Statistics office of Timor Leste,OCHA Regional Office for Asia and the Pacific (ROAP) +TGO,Togo,F_TL,f,all,,,4107091,2021,UNFPA,UNFPA +TGO,Togo,M_TL,m,all,,,3913007,2021,UNFPA,UNFPA +TGO,Togo,T_TL,all,all,,,8020081,2021,UNFPA,UNFPA +TGO,Togo,F_00_04,f,0-4,0,4,569916,2021,UNFPA,UNFPA +TGO,Togo,F_05_09,f,5-9,5,9,504255,2021,UNFPA,UNFPA +TGO,Togo,F_10_14,f,10-14,10,14,478540,2021,UNFPA,UNFPA +TGO,Togo,F_15_19,f,15-19,15,19,458050,2021,UNFPA,UNFPA +TGO,Togo,F_20_24,f,20-24,20,24,345236,2021,UNFPA,UNFPA +TGO,Togo,F_25_29,f,25-29,25,29,307503,2021,UNFPA,UNFPA +TGO,Togo,F_30_34,f,30-34,30,34,305350,2021,UNFPA,UNFPA +TGO,Togo,F_35_39,f,35-39,35,39,277117,2021,UNFPA,UNFPA +TGO,Togo,F_40_44,f,40-44,40,44,210751,2021,UNFPA,UNFPA +TGO,Togo,F_45_49,f,45-49,45,49,172138,2021,UNFPA,UNFPA +TGO,Togo,F_50_54,f,50-54,50,54,132658,2021,UNFPA,UNFPA +TGO,Togo,F_55_59,f,55-59,55,59,100716,2021,UNFPA,UNFPA +TGO,Togo,F_60_64,f,60-64,60,64,71643,2021,UNFPA,UNFPA +TGO,Togo,F_65_69,f,65-69,65,69,60700,2021,UNFPA,UNFPA +TGO,Togo,F_70_74,f,70-74,70,74,45964,2021,UNFPA,UNFPA +TGO,Togo,F_75_79,f,75-79,75,79,31740,2021,UNFPA,UNFPA +TGO,Togo,F_80PLUS,f,80+,80,,34816,2021,UNFPA,UNFPA +TGO,Togo,M_00_04,m,0-4,0,4,577403,2021,UNFPA,UNFPA +TGO,Togo,M_05_09,m,5-9,5,9,504081,2021,UNFPA,UNFPA +TGO,Togo,M_10_14,m,10-14,10,14,481643,2021,UNFPA,UNFPA +TGO,Togo,M_15_19,m,15-19,15,19,475744,2021,UNFPA,UNFPA +TGO,Togo,M_20_24,m,20-24,20,24,374771,2021,UNFPA,UNFPA +TGO,Togo,M_25_29,m,25-29,25,29,301049,2021,UNFPA,UNFPA +TGO,Togo,M_30_34,m,30-34,30,34,244222,2021,UNFPA,UNFPA +TGO,Togo,M_35_39,m,35-39,35,39,216359,2021,UNFPA,UNFPA +TGO,Togo,M_40_44,m,40-44,40,44,188755,2021,UNFPA,UNFPA +TGO,Togo,M_45_49,m,45-49,45,49,151923,2021,UNFPA,UNFPA +TGO,Togo,M_50_54,m,50-54,50,54,121566,2021,UNFPA,UNFPA +TGO,Togo,M_55_59,m,55-59,55,59,90947,2021,UNFPA,UNFPA +TGO,Togo,M_60_64,m,60-64,60,64,59280,2021,UNFPA,UNFPA +TGO,Togo,M_65_69,m,65-69,65,69,49443,2021,UNFPA,UNFPA +TGO,Togo,M_70_74,m,70-74,70,74,33396,2021,UNFPA,UNFPA +TGO,Togo,M_75_79,m,75-79,75,79,20943,2021,UNFPA,UNFPA +TGO,Togo,M_80PLUS,m,80+,80,,21480,2021,UNFPA,UNFPA +TGO,Togo,T_00_04,all,0-4,0,4,1147316,2021,UNFPA,UNFPA +TGO,Togo,T_05_09,all,5-9,5,9,1008342,2021,UNFPA,UNFPA +TGO,Togo,T_10_14,all,10-14,10,14,960182,2021,UNFPA,UNFPA +TGO,Togo,T_15_19,all,15-19,15,19,933795,2021,UNFPA,UNFPA +TGO,Togo,T_20_24,all,20-24,20,24,719997,2021,UNFPA,UNFPA +TGO,Togo,T_25_29,all,25-29,25,29,608544,2021,UNFPA,UNFPA +TGO,Togo,T_30_34,all,30-34,30,34,549569,2021,UNFPA,UNFPA +TGO,Togo,T_35_39,all,35-39,35,39,493477,2021,UNFPA,UNFPA +TGO,Togo,T_40_44,all,40-44,40,44,399501,2021,UNFPA,UNFPA +TGO,Togo,T_45_49,all,45-49,45,49,324064,2021,UNFPA,UNFPA +TGO,Togo,T_50_54,all,50-54,50,54,254221,2021,UNFPA,UNFPA +TGO,Togo,T_55_59,all,55-59,55,59,191666,2021,UNFPA,UNFPA +TGO,Togo,T_60_64,all,60-64,60,64,130923,2021,UNFPA,UNFPA +TGO,Togo,T_65_69,all,65-69,65,69,110145,2021,UNFPA,UNFPA +TGO,Togo,T_70_74,all,70-74,70,74,79361,2021,UNFPA,UNFPA +TGO,Togo,T_75_79,all,75-79,75,79,52678,2021,UNFPA,UNFPA +TGO,Togo,T_80PLUS,all,80+,80,,56295,2021,UNFPA,UNFPA +TON,Tonga,M_TL,m,all,,,48777,2021,"Tonga Statistics Department, PRELIMINARY RESULT TONGA POPULATION CENSUS 2021",UNFPA +TON,Tonga,F_TL,f,all,,,51432,2021,"Tonga Statistics Department, PRELIMINARY RESULT TONGA POPULATION CENSUS 2021",UNFPA +TON,Tonga,T_TL,all,all,,,301,2021,"Tonga Statistics Department, PRELIMINARY RESULT TONGA POPULATION CENSUS 2021",UNFPA +TTO,Trinidad and Tobago,T_TL,all,all,,,1328022,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_TL,f,all,,,661710,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_TL,m,all,,,666312,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_00_04,all,0-4,0,4,94074,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_05_09,all,5-9,5,9,91289,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_10_14,all,10-14,10,14,87922,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_15_19,all,15-19,15,19,98333,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_20_24,all,20-24,20,24,114184,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_25_29,all,25-29,25,29,123453,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_30_34,all,30-34,30,34,105527,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_35_39,all,35-39,35,39,92493,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_40_44,all,40-44,40,44,86121,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_45_49,all,45-49,45,49,96065,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_50_54,all,50-54,50,54,87142,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_55_59,all,55-59,55,59,73180,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_60_64,all,60-64,60,64,58620,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,T_65PLUS,all,65+,65,,118967,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_00_04,f,0-4,0,4,46267,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_05_09,f,5-9,5,9,44948,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_10_14,f,10-14,10,14,43006,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_15_19,f,15-19,15,19,48665,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_20_24,f,20-24,20,24,56825,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_25_29,f,25-29,25,29,61239,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_30_34,f,30-34,30,34,51677,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_35_39,f,35-39,35,39,45671,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_40_44,f,40-44,40,44,42668,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_45_49,f,45-49,45,49,47422,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_50_54,f,50-54,50,54,43197,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_55_59,f,55-59,55,59,36491,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_60_64,f,60-64,60,64,28999,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,F_65PLUS,f,65+,65,,64552,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_00_04,m,0-4,0,4,47807,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_05_09,m,5-9,5,9,46341,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_10_14,m,10-14,10,14,44916,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_15_19,m,15-19,15,19,49668,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_20_24,m,20-24,20,24,57359,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_25_29,m,25-29,25,29,62214,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_30_34,m,30-34,30,34,53850,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_35_39,m,35-39,35,39,46822,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_40_44,m,40-44,40,44,43453,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_45_49,m,45-49,45,49,48643,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_50_54,m,50-54,50,54,43945,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_55_59,m,55-59,55,59,36689,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_60_64,m,60-64,60,64,29621,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TTO,Trinidad and Tobago,M_65PLUS,m,65+,65,,54415,2011,Central Statistics Office,OCHA Latin America and the Caribbean (ROLAC) +TUN,Tunisia,F_TL,f,all,,,5981085,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_TL,m,all,,,5870920,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_TL,all,all,,,11852020,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_00_04,f,0-4,0,4,545739,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_05_09,f,5-9,5,9,484612,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_10_14,f,10-14,10,14,414359,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_15_19,f,15-19,15,19,381438,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_20_24,f,20-24,20,24,396429,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_25_29,f,25-29,25,29,457478,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_30_34,f,30-34,30,34,481422,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_35_39,f,35-39,35,39,506665,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_40_44,f,40-44,40,44,433286,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_45_49,f,45-49,45,49,372561,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_50_54,f,50-54,50,54,348969,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_55_59,f,55-59,55,59,325606,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_60_64,f,60-64,60,64,267701,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_65_69,f,65-69,65,69,210645,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_70_74,f,70-74,70,74,131935,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_75_79,f,75-79,75,79,97305,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,F_80PLUS,f,80+,80,,124753,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_00_04,m,0-4,0,4,576083,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_05_09,m,5-9,5,9,533073,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_10_14,m,10-14,10,14,456220,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_15_19,m,15-19,15,19,411458,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_20_24,m,20-24,20,24,405105,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_25_29,m,25-29,25,29,425202,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_30_34,m,30-34,30,34,412548,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_35_39,m,35-39,35,39,455868,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_40_44,m,40-44,40,44,404200,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_45_49,m,45-49,45,49,357779,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_50_54,m,50-54,50,54,327458,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_55_59,m,55-59,55,59,317821,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_60_64,m,60-64,60,64,265675,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_65_69,m,65-69,65,69,207847,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_70_74,m,70-74,70,74,122182,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_75_79,m,75-79,75,79,86124,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,M_80PLUS,m,80+,80,,106083,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_00_04,all,0-4,0,4,1121834,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_05_09,all,5-9,5,9,1017694,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_10_14,all,10-14,10,14,870590,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_15_19,all,15-19,15,19,792909,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_20_24,all,20-24,20,24,801548,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_25_29,all,25-29,25,29,882689,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_30_34,all,30-34,30,34,893980,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_35_39,all,35-39,35,39,962542,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_40_44,all,40-44,40,44,837496,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_45_49,all,45-49,45,49,730349,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_50_54,all,50-54,50,54,676435,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_55_59,all,55-59,55,59,643439,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_60_64,all,60-64,60,64,533389,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_65_69,all,65-69,65,69,418503,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_70_74,all,70-74,70,74,254131,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_75_79,all,75-79,75,79,183443,2020,Statistiques Tunisie,UNFPA +TUN,Tunisia,T_80PLUS,all,80+,80,,230850,2020,Statistiques Tunisie,UNFPA +TUR,Türkiye,F_TL,f,all,,,42575441,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_TL,m,all,,,42704112,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_TL,all,all,,,85279553,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_00_04,f,0-4,0,4,2759241,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_05_09,f,5-9,5,9,3230105,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_10_14,f,10-14,10,14,3133043,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_15_19,f,15-19,15,19,3070609,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_20_24,f,20-24,20,24,3245984,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_25_29,f,25-29,25,29,3218730,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_30_34,f,30-34,30,34,3116019,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_35_39,f,35-39,35,39,3151290,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_40_44,f,40-44,40,44,3284156,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_45_49,f,45-49,45,49,2869703,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_50_54,f,50-54,50,54,2511036,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_55_59,f,55-59,55,59,2321295,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_60_64,f,60-64,60,64,1962809,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_65_69,f,65-69,65,69,1661877,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_70_74,f,70-74,70,74,1232222,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_75_79,f,75-79,75,79,827777,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_80_84,f,80-84,80,84,540167,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_85_89,f,85-89,85,89,284407,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,F_90PLUS,f,90+,90,,154971,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_00_04,m,0-4,0,4,2904379,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_05_09,m,5-9,5,9,3404972,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_10_14,m,10-14,10,14,3303371,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_15_19,m,15-19,15,19,3244500,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_20_24,m,20-24,20,24,3388724,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_25_29,m,25-29,25,29,3334439,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_30_34,m,30-34,30,34,3199028,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_35_39,m,35-39,35,39,3215451,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_40_44,m,40-44,40,44,3321873,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_45_49,m,45-49,45,49,2893831,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_50_54,m,50-54,50,54,2543588,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_55_59,m,55-59,55,59,2305846,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_60_64,m,60-64,60,64,1893862,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_65_69,m,65-69,65,69,1523412,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_70_74,m,70-74,70,74,1031897,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_75_79,m,75-79,75,79,617021,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_80_84,m,80-84,80,84,353290,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_85_89,m,85-89,85,89,165676,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,M_90PLUS,m,90+,90,,58952,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_00_04,all,0-4,0,4,5663620,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_05_09,all,5-9,5,9,6635077,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_10_14,all,10-14,10,14,6436414,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_15_19,all,15-19,15,19,6315109,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_20_24,all,20-24,20,24,6634708,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_25_29,all,25-29,25,29,6553169,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_30_34,all,30-34,30,34,6315047,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_35_39,all,35-39,35,39,6366741,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_40_44,all,40-44,40,44,6606029,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_45_49,all,45-49,45,49,5763534,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_50_54,all,50-54,50,54,5054624,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_55_59,all,55-59,55,59,4627141,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_60_64,all,60-64,60,64,3856671,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_65_69,all,65-69,65,69,3185289,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_70_74,all,70-74,70,74,2264119,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_75_79,all,75-79,75,79,1444798,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_80_84,all,80-84,80,84,893457,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_85_89,all,85-89,85,89,450083,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +TUR,Türkiye,T_90PLUS,all,90+,90,,213923,2022,Türkiye İstatistik Kurumu Başkanlığı (TÜİK),UNFPA +UGA,Uganda,F_TL,f,all,,,23714926,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_TL,m,all,,,22495832,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_TL,all,all,,,46210758,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_00_04,f,0-4,0,4,4274083,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_05_09,f,5-9,5,9,3577713,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_10_14,f,10-14,10,14,3003324,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_15_19,f,15-19,15,19,2668456,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_20_24,f,20-24,20,24,2165948,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_25_29,f,25-29,25,29,1839832,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_30_34,f,30-34,30,34,1540185,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_35_39,f,35-39,35,39,1177866,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_40_44,f,40-44,40,44,875733,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_45_49,f,45-49,45,49,684354,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_50_54,f,50-54,50,54,535370,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_55_59,f,55-59,55,59,414044,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_60_64,f,60-64,60,64,327937,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_65_69,f,65-69,65,69,227795,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_70_74,f,70-74,70,74,173360,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_75_79,f,75-79,75,79,121134,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,F_80PLUS,f,80+,80,,107792,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_00_04,m,0-4,0,4,4384548,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_05_09,m,5-9,5,9,3689083,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_10_14,m,10-14,10,14,3066259,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_15_19,m,15-19,15,19,2639546,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_20_24,m,20-24,20,24,1989818,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_25_29,m,25-29,25,29,1538841,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_30_34,m,30-34,30,34,1247979,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_35_39,m,35-39,35,39,986219,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_40_44,m,40-44,40,44,744005,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_45_49,m,45-49,45,49,602788,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_50_54,m,50-54,50,54,495932,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_55_59,m,55-59,55,59,371314,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_60_64,m,60-64,60,64,271249,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_65_69,m,65-69,65,69,178614,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_70_74,m,70-74,70,74,126328,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_75_79,m,75-79,75,79,86178,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,M_80PLUS,m,80+,80,,77131,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_00_04,all,0-4,0,4,8658631,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_05_09,all,5-9,5,9,7266796,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_10_14,all,10-14,10,14,6069583,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_15_19,all,15-19,15,19,5308002,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_20_24,all,20-24,20,24,4155766,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_25_29,all,25-29,25,29,3378673,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_30_34,all,30-34,30,34,2788164,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_35_39,all,35-39,35,39,2164085,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_40_44,all,40-44,40,44,1619738,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_45_49,all,45-49,45,49,1287142,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_50_54,all,50-54,50,54,1031302,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_55_59,all,55-59,55,59,785358,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_60_64,all,60-64,60,64,599186,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_65_69,all,65-69,65,69,406409,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_70_74,all,70-74,70,74,299688,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_75_79,all,75-79,75,79,207312,2022,Uganda Bureau of Statistics,UNFPA +UGA,Uganda,T_80PLUS,all,80+,80,,184923,2022,Uganda Bureau of Statistics,UNFPA +URY,Uruguay,F_TL,f,all,,,1835590,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_TL,m,all,,,1730941,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_TL,all,all,,,3566539,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_00_04,f,0-4,0,4,109353,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_05_09,f,5-9,5,9,111362,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_10_14,f,10-14,10,14,113779,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_15_19,f,15-19,15,19,118513,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_20_24,f,20-24,20,24,126940,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_25_29,f,25-29,25,29,133528,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_30_34,f,30-34,30,34,126151,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_35_39,f,35-39,35,39,120751,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_40_44,f,40-44,40,44,119927,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_45_49,f,45-49,45,49,120000,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_50_54,f,50-54,50,54,109359,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_55_59,f,55-59,55,59,103061,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_60_64,f,60-64,60,64,101323,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_65_69,f,65-69,65,69,90463,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_70_74,f,70-74,70,74,74063,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_75_79,f,75-79,75,79,60590,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_80_84,f,80-84,80,84,45340,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_85_89,f,85-89,85,89,30003,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,F_90PLUS,f,90+,90,,20911,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_00_04,m,0-4,0,4,114656,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_05_09,m,5-9,5,9,116722,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_10_14,m,10-14,10,14,119036,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_15_19,m,15-19,15,19,123774,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_20_24,m,20-24,20,24,131938,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_25_29,m,25-29,25,29,136950,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_30_34,m,30-34,30,34,127608,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_35_39,m,35-39,35,39,121053,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_40_44,m,40-44,40,44,116848,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_45_49,m,45-49,45,49,115653,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_50_54,m,50-54,50,54,102644,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_55_59,m,55-59,55,59,93285,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_60_64,m,60-64,60,64,89129,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_65_69,m,65-69,65,69,75403,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_70_74,m,70-74,70,74,56617,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_75_79,m,75-79,75,79,41140,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_80_84,m,80-84,80,84,26344,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_85_89,m,85-89,85,89,14176,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,M_90PLUS,m,90+,90,,7795,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_00_04,all,0-4,0,4,224015,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_05_09,all,5-9,5,9,228094,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_10_14,all,10-14,10,14,232821,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_15_19,all,15-19,15,19,242297,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_20_24,all,20-24,20,24,258890,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_25_29,all,25-29,25,29,270485,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_30_34,all,30-34,30,34,253766,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_35_39,all,35-39,35,39,241813,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_40_44,all,40-44,40,44,236786,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_45_49,all,45-49,45,49,235660,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_50_54,all,50-54,50,54,212012,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_55_59,all,55-59,55,59,196358,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_60_64,all,60-64,60,64,190464,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_65_69,all,65-69,65,69,165877,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_70_74,all,70-74,70,74,130692,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_75_79,all,75-79,75,79,101739,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_80_84,all,80-84,80,84,71694,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_85_89,all,85-89,85,89,44188,2023,Instituto Nacional de Estadística,UNFPA +URY,Uruguay,T_90PLUS,all,90+,90,,28718,2023,Instituto Nacional de Estadística,UNFPA +UZB,Uzbekistan,T_TL,all,all,,,32656700,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_TL,m,all,,,16397900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_TL,f,all,,,16258800,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_00_02,m,0-2,0,2,1095700,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_03_05,m,3-5,3,5,1032500,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_06_07,m,6-7,6,7,649800,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_08_15,m,8-15,8,15,2319800,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_16_17,m,16-17,16,17,5182000,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_18_19,m,18-19,18,19,541900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_20_24,m,20-24,20,24,1583400,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_25_29,m,25-29,25,29,1616100,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_30_34,m,30-34,30,34,1453900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_35_39,m,35-39,35,39,1156500,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_40_49,m,40-49,40,49,1868200,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_50_59,m,50-59,50,59,1457500,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_60_69,m,60-69,60,69,750600,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,M_70PLUS,m,70+,70,,353800,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_00_02,f,0-2,0,2,1010700,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_03_05,f,3-5,3,5,957500,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_06_07,f,6-7,6,7,606000,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_08_15,f,8-15,8,15,2192700,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_16_17,f,16-17,16,17,494100,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_18_19,f,18-19,18,19,518200,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_20_24,f,20-24,20,24,1514500,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_25_29,f,25-29,25,29,1566700,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_30_34,f,30-34,30,34,1438900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_35_39,f,35-39,35,39,1153900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_40_49,f,40-49,40,49,1905900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_50_59,f,50-59,50,59,1575900,2018,Uzbek government,OCHA Field Information Services Section (FISS) +UZB,Uzbekistan,F_60_69,f,60-69,60,69,845600,2018,Uzbek government,OCHA Field Information Services Section (FISS) +VUT,Vanuatu,F_TL,f,all,,,148428,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_TL,m,all,,,151615,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_TL,all,all,,,300043,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_00_04,f,0-4,0,4,20203,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_05_09,f,5-9,5,9,18908,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_10_14,f,10-14,10,14,16707,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_15_19,f,15-19,15,19,14103,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_20_24,f,20-24,20,24,12998,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_25_29,f,25-29,25,29,12421,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_30_34,f,30-34,30,34,10858,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_35_39,f,35-39,35,39,8499,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_40_44,f,40-44,40,44,7592,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_45_49,f,45-49,45,49,6500,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_50_54,f,50-54,50,54,5532,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_55_59,f,55-59,55,59,4398,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_60_64,f,60-64,60,64,3474,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_65_69,f,65-69,65,69,2446,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,F_70PLUS,f,70+,70,,3789,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_00_04,m,0-4,0,4,21393,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_05_09,m,5-9,5,9,20526,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_10_14,m,10-14,10,14,18032,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_15_19,m,15-19,15,19,14875,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_20_24,m,20-24,20,24,12742,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_25_29,m,25-29,25,29,11817,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_30_34,m,30-34,30,34,10066,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_35_39,m,35-39,35,39,8491,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_40_44,m,40-44,40,44,7517,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_45_49,m,45-49,45,49,6749,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_50_54,m,50-54,50,54,5435,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_55_59,m,55-59,55,59,4355,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_60_64,m,60-64,60,64,3382,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_65_69,m,65-69,65,69,2410,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,M_70PLUS,m,70+,70,,3825,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_00_04,all,0-4,0,4,41596,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_05_09,all,5-9,5,9,39434,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_10_14,all,10-14,10,14,34739,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_15_19,all,15-19,15,19,28978,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_20_24,all,20-24,20,24,25740,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_25_29,all,25-29,25,29,24238,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_30_34,all,30-34,30,34,20924,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_35_39,all,35-39,35,39,16990,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_40_44,all,40-44,40,44,15109,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_45_49,all,45-49,45,49,13249,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_50_54,all,50-54,50,54,10967,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_55_59,all,55-59,55,59,8753,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_60_64,all,60-64,60,64,6856,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_65_69,all,65-69,65,69,4856,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VUT,Vanuatu,T_70PLUS,all,70+,70,,7614,2020,Vanuatu National Statistics Office (VNSO) 2020 Census,UNFPA +VEN,Venezuela (Bolivarian Republic of),T_TL,all,all,,,27225775,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_TL,f,all,,,13677235,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_TL,m,all,,,13548540,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_00_04,all,0-4,0,4,2437394,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_05_09,all,5-9,5,9,2402192,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_10_14,all,10-14,10,14,2516602,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_15_19,all,15-19,15,19,2641117,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_20_24,all,20-24,20,24,2560385,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_25_29,all,25-29,25,29,2344121,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_30_34,all,30-34,30,34,2219539,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_35_39,all,35-39,35,39,1905077,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_40_44,all,40-44,40,44,1755342,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_45_49,all,45-49,45,49,1528662,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_50_54,all,50-54,50,54,1337841,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_55_59,all,55-59,55,59,1108746,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_60_64,all,60-64,60,64,848322,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),T_65PLUS,all,65+,65,,1620435,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_00_04,f,0-4,0,4,1183301,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_05_09,f,5-9,5,9,1166066,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_10_14,f,10-14,10,14,1218509,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_15_19,f,15-19,15,19,1305073,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_20_24,f,20-24,20,24,1280415,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_25_29,f,25-29,25,29,1184851,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_30_34,f,30-34,30,34,1114041,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_35_39,f,35-39,35,39,962867,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_40_44,f,40-44,40,44,881919,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_45_49,f,45-49,45,49,781012,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_50_54,f,50-54,50,54,686640,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_55_59,f,55-59,55,59,577849,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_60_64,f,60-64,60,64,440690,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),F_65PLUS,f,65+,65,,894002,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_00_04,m,0-4,0,4,1254093,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_05_09,m,5-9,5,9,1236126,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_10_14,m,10-14,10,14,1298093,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_15_19,m,15-19,15,19,1336044,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_20_24,m,20-24,20,24,1279970,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_25_29,m,25-29,25,29,1159270,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_30_34,m,30-34,30,34,1105498,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_35_39,m,35-39,35,39,942210,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_40_44,m,40-44,40,44,873423,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_45_49,m,45-49,45,49,747650,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_50_54,m,50-54,50,54,651201,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_55_59,m,55-59,55,59,530897,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_60_64,m,60-64,60,64,407632,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VEN,Venezuela (Bolivarian Republic of),M_65PLUS,m,65+,65,,726433,2011,Instituto Nacional de Estadística (INE),OCHA Venezuela +VNM,Viet Nam,F_TL,f,all,,,50434533,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_TL,m,all,,,50334364,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_TL,all,all,,,100768914,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_00_04,f,0-4,0,4,3518411,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_05_09,f,5-9,5,9,3711367,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_10_14,f,10-14,10,14,3972062,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_15_19,f,15-19,15,19,3477952,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_20_24,f,20-24,20,24,3148758,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_25_29,f,25-29,25,29,3251812,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_30_34,f,30-34,30,34,4136017,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_35_39,f,35-39,35,39,4102442,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_40_44,f,40-44,40,44,3779587,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_45_49,f,45-49,45,49,3290727,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_50_54,f,50-54,50,54,3085535,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_55_59,f,55-59,55,59,2829066,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_60_64,f,60-64,60,64,2617640,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_65_69,f,65-69,65,69,2063015,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_70_74,f,70-74,70,74,1380289,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_75_79,f,75-79,75,79,813141,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,F_80PLUS,f,80+,80,,1256714,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_00_04,m,0-4,0,4,3889961,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_05_09,m,5-9,5,9,4069403,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_10_14,m,10-14,10,14,4341350,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_15_19,m,15-19,15,19,3722405,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_20_24,m,20-24,20,24,3336556,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_25_29,m,25-29,25,29,3399849,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_30_34,m,30-34,30,34,4277272,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_35_39,m,35-39,35,39,4245246,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_40_44,m,40-44,40,44,3849360,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_45_49,m,45-49,45,49,3307248,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_50_54,m,50-54,50,54,3041626,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_55_59,m,55-59,55,59,2657244,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_60_64,m,60-64,60,64,2270564,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_65_69,m,65-69,65,69,1663703,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_70_74,m,70-74,70,74,1026150,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_75_79,m,75-79,75,79,560234,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,M_80PLUS,m,80+,80,,676193,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_00_04,all,0-4,0,4,7408372,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_05_09,all,5-9,5,9,7780770,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_10_14,all,10-14,10,14,8313414,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_15_19,all,15-19,15,19,7200357,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_20_24,all,20-24,20,24,6485319,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_25_29,all,25-29,25,29,6651665,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_30_34,all,30-34,30,34,8413293,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_35_39,all,35-39,35,39,8347688,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_40_44,all,40-44,40,44,7628949,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_45_49,all,45-49,45,49,6597976,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_50_54,all,50-54,50,54,6127161,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_55_59,all,55-59,55,59,5486308,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_60_64,all,60-64,60,64,4888204,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_65_69,all,65-69,65,69,3726719,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_70_74,all,70-74,70,74,2406440,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_75_79,all,75-79,75,79,1373375,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +VNM,Viet Nam,T_80PLUS,all,80+,80,,1932906,2024,UNFPA and General Statistics Office of Viet Nam,UNFPA +ZMB,Zambia,T_TL,all,all,,,17426623,2020,UNFPA,UNFPA +ZMB,Zambia,T_0004,all,0-4,0,4,3092857,2020,UNFPA,UNFPA +ZMB,Zambia,T_0509,all,5-9,5,9,2628833,2020,UNFPA,UNFPA +ZMB,Zambia,T_1014,all,10-14,10,14,2248413,2020,UNFPA,UNFPA +ZMB,Zambia,T_1519,all,15-19,15,19,1890158,2020,UNFPA,UNFPA +ZMB,Zambia,T_2024,all,20-24,20,24,1601246,2020,UNFPA,UNFPA +ZMB,Zambia,T_2529,all,25-29,25,29,1334942,2020,UNFPA,UNFPA +ZMB,Zambia,T_3034,all,30-34,30,34,1094554,2020,UNFPA,UNFPA +ZMB,Zambia,T_3539,all,35-39,35,39,910445,2020,UNFPA,UNFPA +ZMB,Zambia,T_4044,all,40-44,40,44,758878,2020,UNFPA,UNFPA +ZMB,Zambia,T_4549,all,45-49,45,49,551439,2020,UNFPA,UNFPA +ZMB,Zambia,T_5054,all,50-54,50,54,396163,2020,UNFPA,UNFPA +ZMB,Zambia,T_5559,all,55-59,55,59,295869,2020,UNFPA,UNFPA +ZMB,Zambia,T_6064,all,60-64,60,64,227928,2020,UNFPA,UNFPA +ZMB,Zambia,T_6569,all,65-69,65,69,151843,2020,UNFPA,UNFPA +ZMB,Zambia,T_7074,all,70-74,70,74,114520,2020,UNFPA,UNFPA +ZMB,Zambia,T_7579,all,75-79,75,79,71521,2020,UNFPA,UNFPA +ZMB,Zambia,T_80PLUS,all,80+,80,,57014,2020,UNFPA,UNFPA +ZMB,Zambia,M_TL,m,all,,,8706249,2020,UNFPA,UNFPA +ZMB,Zambia,M_0004,m,0-4,0,4,1558569,2020,UNFPA,UNFPA +ZMB,Zambia,M_0509,m,5-9,5,9,1319564,2020,UNFPA,UNFPA +ZMB,Zambia,M_1014,m,10-14,10,14,1127001,2020,UNFPA,UNFPA +ZMB,Zambia,M_1519,m,15-19,15,19,945738,2020,UNFPA,UNFPA +ZMB,Zambia,M_2024,m,20-24,20,24,799105,2020,UNFPA,UNFPA +ZMB,Zambia,M_2529,m,25-29,25,29,666686,2020,UNFPA,UNFPA +ZMB,Zambia,M_3034,m,30-34,30,34,547864,2020,UNFPA,UNFPA +ZMB,Zambia,M_3539,m,35-39,35,39,457653,2020,UNFPA,UNFPA +ZMB,Zambia,M_4044,m,40-44,40,44,384148,2020,UNFPA,UNFPA +ZMB,Zambia,M_4549,m,45-49,45,49,282257,2020,UNFPA,UNFPA +ZMB,Zambia,M_5054,m,50-54,50,54,201089,2020,UNFPA,UNFPA +ZMB,Zambia,M_5559,m,55-59,55,59,141032,2020,UNFPA,UNFPA +ZMB,Zambia,M_6064,m,60-64,60,64,101961,2020,UNFPA,UNFPA +ZMB,Zambia,M_6569,m,65-69,65,69,70814,2020,UNFPA,UNFPA +ZMB,Zambia,M_7074,m,70-74,70,74,51035,2020,UNFPA,UNFPA +ZMB,Zambia,M_7579,m,75-79,75,79,30491,2020,UNFPA,UNFPA +ZMB,Zambia,M_80PLUS,m,80+,80,,21242,2020,UNFPA,UNFPA +ZMB,Zambia,F_TL,f,all,,,8720374,2020,UNFPA,UNFPA +ZMB,Zambia,F_0004,f,0-4,0,4,1534288,2020,UNFPA,UNFPA +ZMB,Zambia,F_0509,f,5-9,5,9,1309269,2020,UNFPA,UNFPA +ZMB,Zambia,F_1014,f,10-14,10,14,1121412,2020,UNFPA,UNFPA +ZMB,Zambia,F_1519,f,15-19,15,19,944420,2020,UNFPA,UNFPA +ZMB,Zambia,F_2024,f,20-24,20,24,802141,2020,UNFPA,UNFPA +ZMB,Zambia,F_2529,f,25-29,25,29,668256,2020,UNFPA,UNFPA +ZMB,Zambia,F_3034,f,30-34,30,34,546690,2020,UNFPA,UNFPA +ZMB,Zambia,F_3539,f,35-39,35,39,452792,2020,UNFPA,UNFPA +ZMB,Zambia,F_4044,f,40-44,40,44,374730,2020,UNFPA,UNFPA +ZMB,Zambia,F_4549,f,45-49,45,49,269182,2020,UNFPA,UNFPA +ZMB,Zambia,F_5054,f,50-54,50,54,195074,2020,UNFPA,UNFPA +ZMB,Zambia,F_5559,f,55-59,55,59,154837,2020,UNFPA,UNFPA +ZMB,Zambia,F_6064,f,60-64,60,64,125967,2020,UNFPA,UNFPA +ZMB,Zambia,F_6569,f,65-69,65,69,81029,2020,UNFPA,UNFPA +ZMB,Zambia,F_7074,f,70-74,70,74,63485,2020,UNFPA,UNFPA +ZMB,Zambia,F_7579,f,75-79,75,79,41030,2020,UNFPA,UNFPA +ZMB,Zambia,F_80PLUS,f,80+,80,,35772,2020,UNFPA,UNFPA +ZWE,Zimbabwe,F_TL,f,all,,,1110922,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_TL,m,all,,,1030556,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_TL,all,all,,,2141478,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_00_04,f,0-4,0,4,165149,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_05_09,f,5-9,5,9,151922,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_10_14,f,10-14,10,14,137349,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_15_19,f,15-19,15,19,116236,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_20_24,f,20-24,20,24,96431,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_25_29,f,25-29,25,29,80112,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_30_34,f,30-34,30,34,72844,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_35_39,f,35-39,35,39,63592,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_40_44,f,40-44,40,44,53527,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_45_49,f,45-49,45,49,42132,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_50_54,f,50-54,50,54,28746,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_55_59,f,55-59,55,59,22474,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_60_64,f,60-64,60,64,22032,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_65_69,f,65-69,65,69,20326,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_70_74,f,70-74,70,74,13546,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_75_79,f,75-79,75,79,9866,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,F_80PLUS,f,80+,80,,14638,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_00_04,m,0-4,0,4,163455,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_05_09,m,5-9,5,9,149613,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_10_14,m,10-14,10,14,137007,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_15_19,m,15-19,15,19,120545,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_20_24,m,20-24,20,24,97687,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_25_29,m,25-29,25,29,76029,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_30_34,m,30-34,30,34,59282,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_35_39,m,35-39,35,39,49204,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_40_44,m,40-44,40,44,45146,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_45_49,m,45-49,45,49,37089,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_50_54,m,50-54,50,54,26497,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_55_59,m,55-59,55,59,19583,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_60_64,m,60-64,60,64,14713,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_65_69,m,65-69,65,69,11897,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_70_74,m,70-74,70,74,8485,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_75_79,m,75-79,75,79,6181,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,M_80PLUS,m,80+,80,,8143,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_00_04,all,0-4,0,4,328604,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_05_09,all,5-9,5,9,301535,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_10_14,all,10-14,10,14,274356,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_15_19,all,15-19,15,19,236781,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_20_24,all,20-24,20,24,194118,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_25_29,all,25-29,25,29,156141,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_30_34,all,30-34,30,34,132126,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_35_39,all,35-39,35,39,112796,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_40_44,all,40-44,40,44,98673,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_45_49,all,45-49,45,49,79221,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_50_54,all,50-54,50,54,55243,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_55_59,all,55-59,55,59,42057,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_60_64,all,60-64,60,64,36745,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_65_69,all,65-69,65,69,32223,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_70_74,all,70-74,70,74,22031,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_75_79,all,75-79,75,79,16047,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +ZWE,Zimbabwe,T_80PLUS,all,80+,80,,22781,2023,UNFPA and Zimbabwe 2012 Census,UNFPA +VIR,United States Virgin Islands,T_TL,all,all,,,106405,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_TL,f,all,,,55538,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_TL,m,all,,,50867,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_00_04,all,0-4,0,4,7500,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_05_09,all,5-9,5,9,7150,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_10_14,all,10-14,10,14,7484,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_15_19,all,15-19,15,19,7563,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_20_24,all,20-24,20,24,5895,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_25_29,all,25-29,25,29,5974,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_30_34,all,30-34,30,34,6143,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_35_39,all,35-39,35,39,6670,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_40_44,all,40-44,40,44,7451,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_45_49,all,45-49,45,49,7730,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_50_54,all,50-54,50,54,7898,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_55_59,all,55-59,55,59,7188,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_60_64,all,60-64,60,64,7371,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_65_69,all,65-69,65,69,5854,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_70_74,all,70-74,70,74,3717,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_75_79,all,75-79,75,79,2326,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_80_84,all,80-84,80,84,1332,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,T_85PLUS,all,85+,85,,1159,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_00_04,f,0-4,0,4,3764,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_05_09,f,5-9,5,9,3456,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_10_14,f,10-14,10,14,3635,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_15_19,f,15-19,15,19,3796,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_20_24,f,20-24,20,24,3191,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_25_29,f,25-29,25,29,3276,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_30_34,f,30-34,30,34,3312,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_35_39,f,35-39,35,39,3538,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_40_44,f,40-44,40,44,3944,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_45_49,f,45-49,45,49,4052,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_50_54,f,50-54,50,54,4098,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_55_59,f,55-59,55,59,3845,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_60_64,f,60-64,60,64,3855,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_65_69,f,65-69,65,69,2970,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_70_74,f,70-74,70,74,1980,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_75_79,f,75-79,75,79,1283,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_80_84,f,80-84,80,84,763,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,F_85PLUS,f,85+,85,,780,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_00_04,m,0-4,0,4,3736,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_05_09,m,5-9,5,9,3694,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_10_14,m,10-14,10,14,3849,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_15_19,m,15-19,15,19,3767,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_20_24,m,20-24,20,24,2704,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_25_29,m,25-29,25,29,2698,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_30_34,m,30-34,30,34,2831,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_35_39,m,35-39,35,39,3132,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_40_44,m,40-44,40,44,3507,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_45_49,m,45-49,45,49,3678,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_50_54,m,50-54,50,54,3800,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_55_59,m,55-59,55,59,3343,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_60_64,m,60-64,60,64,3516,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_65_69,m,65-69,65,69,2884,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_70_74,m,70-74,70,74,1737,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_75_79,m,75-79,75,79,1043,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_80_84,m,80-84,80,84,569,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) +VIR,United States Virgin Islands,M_85PLUS,m,85+,85,,379,2010,United States Bureau of the Census,OCHA Latin America and the Caribbean (ROLAC) diff --git a/tests/fixtures/input/population_nga_nga_admpop_adm0_2022.csv b/tests/fixtures/input/population_nga_nga_admpop_adm0_2022.csv deleted file mode 100644 index df402f0e..00000000 --- a/tests/fixtures/input/population_nga_nga_admpop_adm0_2022.csv +++ /dev/null @@ -1,2 +0,0 @@ -year,ISO3,ADM0_EN,ADM0_PCODE,F_TL,M_TL,T_TL,F_00_04,F_05_09,F_10_14,F_15_19,F_20_24,F_25_29,F_30_34,F_35_39,F_40_44,F_45_49,F_50_54,F_55_59,F_60_64,F_65_69,F_70_74,F_75_79,F_80Plus,M_00_04,M_05_09,M_10_14,M_15_19,M_20_24,M_25_29,M_30_34,M_35_39,M_40_44,M_45_49,M_50_54,M_55_59,M_60_64,M_65_69,M_70_74,M_75_79,M_80Plus,T_00_04,T_05_09,T_10_14,T_15_19,T_20_24,T_25_29,T_30_34,T_35_39,T_40_44,T_45_49,T_50_54,T_55_59,T_60_64,T_65_69,T_70_74,T_75_79,T_80Plus -2022,NGA,Nigeria,NG,108459809,108363459,216798930,16705671,15024834,13802175,10797472,9192425,7621127,6725245,6864567,6162995,4625048,3518298,2616803,1900536,1251477,791337,469872,363089,16890357,15046183,13775731,11063894,9701073,8257454,7005019,5969371,5068459,4075201,3310355,2756987,2153817,1460421,932404,515436,368248,33596028,30071017,27577906,21861366,18893498,15878581,13730264,12833938,11231454,8700249,6828653,5373790,4054353,2711898,1723741,985308,731337 diff --git a/tests/fixtures/input/population_nga_nga_admpop_adm1_2022.csv b/tests/fixtures/input/population_nga_nga_admpop_adm1_2022.csv deleted file mode 100644 index 977eda70..00000000 --- a/tests/fixtures/input/population_nga_nga_admpop_adm1_2022.csv +++ /dev/null @@ -1,38 +0,0 @@ -year,ISO3,ADM0_EN,ADM0_PCODE,ADM1_EN,ADM1_PCODE,F_TL,M_TL,T_TL,F_00_04,F_05_09,F_10_14,F_15_19,F_20_24,F_25_29,F_30_34,F_35_39,F_40_44,F_45_49,F_50_54,F_55_59,F_60_64,F_65_69,F_70_74,F_75_79,F_80Plus,M_00_04,M_05_09,M_10_14,M_15_19,M_20_24,M_25_29,M_30_34,M_35_39,M_40_44,M_45_49,M_50_54,M_55_59,M_60_64,M_65_69,M_70_74,M_75_79,M_80Plus,T_00_04,T_05_09,T_10_14,T_15_19,T_20_24,T_25_29,T_30_34,T_35_39,T_40_44,T_45_49,T_50_54,T_55_59,T_60_64,T_65_69,T_70_74,T_75_79,T_80Plus -2022,NGA,Nigeria,NG,Abia,NG001,2094668,2048425,4143093,335552,279401,233734,157163,149264,159273,153149,141635,123887,97610,77767,61276,46916,32666,21709,13090,10576,332752,274685,228983,160471,156681,168076,155970,128490,105704,78710,63531,60033,50495,36028,24068,13585,10163,668304,554086,462717,317634,305945,327349,309119,270125,229591,176320,141298,121309,97411,68694,45777,26675,20739 -2022,NGA,Nigeria,NG,Adamawa,NG002,2446708,2455347,4902055,414427,347902,315042,253759,218033,172985,146396,144933,127108,92749,69384,51324,37052,24332,15293,8936,7053,418106,350749,317950,264574,230595,184330,149303,123584,103132,84659,68883,55220,42056,28171,17700,9512,6823,832533,698651,632992,518333,448628,357315,295699,268517,230240,177408,138267,106544,79108,52503,32993,18448,13876 -2022,NGA,Nigeria,NG,Akwa Ibom,NG003,2487982,2491436,4979418,305461,294371,273328,215510,202371,199320,187019,177053,158412,129162,104876,83101,63042,41126,26113,16391,11326,311122,297784,275461,225416,219707,222188,201070,164855,135893,102059,82763,78775,66404,46119,30576,18429,12815,616583,592155,548789,440926,422078,421508,388089,341908,294305,231221,187639,161876,129446,87245,56689,34820,24141 -2022,NGA,Nigeria,NG,Anambra,NG004,2983151,2970366,5953517,437103,384269,362494,235274,214450,226416,218481,208178,184017,143100,112877,88878,67018,44334,28022,16156,12084,442739,386831,364454,243757,228747,244599,226719,187969,155221,115169,92744,87656,73571,52136,34565,19616,13873,879842,771100,726948,479031,443197,471015,445200,396147,339238,258269,205621,176534,140589,96470,62587,35772,25957 -2022,NGA,Nigeria,NG,Bauchi,NG005,4160248,4148535,8308783,772241,685532,609840,438817,350153,257995,210610,213720,188699,136964,101060,71923,50301,32415,19949,11319,8710,780999,685013,606409,453424,375348,286186,221183,168689,135395,116052,96510,77356,58979,39558,24822,13095,9517,1553240,1370545,1216249,892241,725501,544181,431793,382409,324094,253016,197570,149279,109280,71973,44771,24414,18227 -2022,NGA,Nigeria,NG,Bayelsa,NG006,1267098,1270277,2537375,164891,163709,165687,115265,99891,96221,89401,83646,73910,60537,48827,37419,27638,17689,10976,6592,4799,167851,163974,165146,117762,107116,106819,96226,78749,64691,49548,40152,36543,29817,20311,13065,7316,5191,332742,327683,330833,233027,207007,203040,185627,162395,138601,110085,88979,73962,57455,38000,24041,13908,9990 -2022,NGA,Nigeria,NG,Benue,NG007,3105106,3036178,6141284,433445,412027,398625,352861,302052,237702,198812,192204,167969,122568,91571,68528,49875,32007,20404,13463,10993,429675,402465,386383,355062,314019,254164,204780,161309,130646,105946,85925,70344,54280,36179,22877,12643,9481,863120,814492,785008,707923,616071,491866,403592,353513,298615,228514,177496,138872,104155,68186,43281,26106,20474 -2022,NGA,Nigeria,NG,Borno,NG008,3029395,3082067,6111462,432028,375824,399619,370815,301637,216918,177483,189826,170862,122834,90531,65515,46499,30285,18938,11113,8668,445627,379531,400699,383626,326674,245822,191646,156439,130767,111426,92793,75264,57628,38258,23886,13014,8967,877655,755355,800318,754441,628311,462740,369129,346265,301629,234260,183324,140779,104127,68543,42824,24127,17635 -2022,NGA,Nigeria,NG,Cross River,NG009,2207001,2199203,4406204,257008,305390,301395,199778,174064,166747,155760,150354,132968,103339,81021,62587,46569,30028,18992,11916,9085,260082,305718,300449,205626,184177,178279,160753,137873,115564,86804,69550,63464,51750,34827,22383,12799,9105,517090,611108,601844,405404,358241,345026,316513,288227,248532,190143,150571,126051,98319,64855,41375,24715,18190 -2022,NGA,Nigeria,NG,Delta,NG010,2829285,2806860,5636145,408413,352545,315768,242904,224901,217911,203480,195723,173811,135731,107639,84956,64556,43836,28246,16221,12644,410339,353122,315800,251387,238895,236254,213468,180570,150340,112177,89460,80822,66407,47108,31120,17140,12451,818752,705667,631568,494291,463796,454165,416948,376293,324151,247908,197099,165778,130963,90944,59366,33361,25095 -2022,NGA,Nigeria,NG,Ebonyi,NG011,1703744,1538774,3242518,283493,244028,212575,153279,134352,122699,109542,98508,85959,69752,56628,46067,35218,22215,13862,8900,6667,262849,221629,190875,147491,134537,123800,105501,79827,62995,48193,39536,37960,32049,22237,14633,8539,6123,546342,465657,403450,300770,268889,246499,215043,178335,148954,117945,96164,84027,67267,44452,28495,17439,12790 -2022,NGA,Nigeria,NG,Edo,NG012,2382155,2394887,4777042,352457,307993,287291,204360,180761,173659,164281,166300,148663,110192,84714,67023,51182,35429,23261,13610,10979,355245,309247,288435,213561,192748,185804,171615,163301,141244,98935,74624,64029,51311,37074,24652,13399,9663,707702,617240,575726,417921,373509,359463,335896,329601,289907,209127,159338,131052,102493,72503,47913,27009,20642 -2022,NGA,Nigeria,NG,Ekiti,NG013,1799478,1792685,3592163,265655,240334,219090,143443,131415,138207,132346,123220,107197,81079,63307,51400,39711,26622,17356,10986,8110,268124,240757,218919,148089,141163,152006,140987,116548,94387,64990,49873,48071,40677,28672,19266,11575,8581,533779,481091,438009,291532,272578,290213,273333,239768,201584,146069,113180,99471,80388,55294,36622,22561,16691 -2022,NGA,Nigeria,NG,Enugu,NG014,2451113,2238940,4690053,371596,335406,291263,183542,172130,181264,174858,167106,147541,110943,87326,73537,58284,40039,26615,16796,12867,347611,310348,267813,182214,175076,180934,165660,139390,114595,78371,61218,62481,54911,40606,28120,16951,12641,719207,645754,559076,365756,347206,362198,340518,306496,262136,189314,148544,136018,113195,80645,54735,33747,25508 -2022,NGA,Nigeria,NG,Federal Capital Territory,NG015,1484198,1583259,3067457,219220,187531,161896,141938,128202,114944,106736,113869,112850,78171,49421,30714,17688,10694,4944,2983,2397,233023,196488,166967,137760,120838,104548,99539,107648,121387,98299,74850,51224,35084,19887,9229,4094,2394,452243,384019,328863,279698,249040,219492,206275,221517,234237,176470,124271,81938,52772,30581,14173,7077,4791 -2022,NGA,Nigeria,NG,Gombe,NG016,1907881,2052241,3960122,333929,294788,260525,206516,169945,126670,104074,105390,92933,66975,49260,35348,24925,16172,10066,5825,4540,361980,316335,278583,220475,192410,159155,128196,95880,75126,61638,49835,39579,29874,19652,12213,6546,4764,695909,611123,539108,426991,362355,285825,232270,201270,168059,128613,99095,74927,54799,35824,22279,12371,9304 -2022,NGA,Nigeria,NG,Imo,NG017,2748610,2710727,5459337,391018,380170,346761,217238,194631,200415,190639,178820,159537,128315,104357,84872,65846,44534,29199,18171,14087,390837,376915,342570,223947,208634,220018,202786,166111,136316,99121,79698,78767,68040,49316,33566,19368,14717,781855,757085,689331,441185,403265,420433,393425,344931,295853,227436,184055,163639,133886,93850,62765,37539,28804 -2022,NGA,Nigeria,NG,Jigawa,NG018,3818803,3704594,7499059,726420,614331,516490,402133,325390,229220,185466,199814,181484,134432,100466,70777,49259,31948,19772,11219,8893,719104,599438,500330,416102,347596,246738,182474,138557,114245,108365,94852,75987,58347,39789,25427,13716,10478,1445524,1213769,1016820,818235,672986,475958,367940,338371,295729,242797,195318,146764,107606,71737,45199,24935,19371 -2022,NGA,Nigeria,NG,Kaduna,NG019,4581564,4450617,9032181,764320,574184,534033,523409,444383,333798,276860,285100,253320,182291,133982,96325,67763,43704,26721,14492,11330,755290,557550,515005,518936,455691,352900,280605,232400,194306,160957,131272,104378,78880,52530,32398,16377,11142,1519610,1131734,1049038,1042345,900074,686698,557465,517500,447626,343248,265254,200703,146643,96234,59119,30869,22472 -2022,NGA,Nigeria,NG,Kano,NG020,7436564,8025613,15462177,1233314,1085606,1051578,857985,681731,485803,393292,415627,373213,270814,199947,142389,99793,64902,40151,22193,18226,1347682,1178679,1138946,901353,756690,614146,491437,370101,293764,248231,204829,163753,125211,85447,54482,29089,21773,2580996,2264285,2190524,1759338,1438421,1099949,884729,785728,666977,519045,404776,306142,225004,150349,94633,51282,39999 -2022,NGA,Nigeria,NG,Katsina,NG021,5203404,5165079,10368483,1019383,835709,715079,561025,446215,314926,253127,266451,239099,174048,128663,91525,64139,41524,25811,14858,11822,1030151,833651,708343,582526,479442,347946,261611,199835,162327,145311,123787,99548,76260,51273,32472,17483,13113,2049534,1669360,1423422,1143551,925657,662872,514738,466286,401426,319359,252450,191073,140399,92797,58283,32341,24935 -2022,NGA,Nigeria,NG,Kebbi,NG022,2829460,2734447,5563907,536923,432349,362021,314952,255834,177046,141714,153953,139307,99301,72353,51197,36050,24162,15557,9276,7465,528462,420565,349558,316298,265316,190072,142629,111684,92091,82812,70300,54646,41639,29444,19509,11177,8245,1065385,852914,711579,631250,521150,367118,284343,265637,231398,182113,142653,105843,77689,53606,35066,20453,15710 -2022,NGA,Nigeria,NG,Kogi,NG023,2247148,2219653,4466801,364828,271325,214255,247383,226841,172815,143985,146478,131504,99375,75810,55839,39961,25162,15414,9405,6768,365040,269144,211379,255097,241080,190336,151489,120350,98789,82327,68227,57203,44538,28921,18066,10470,7197,729868,540469,425634,502480,467921,363151,295474,266828,230293,181702,144037,113042,84499,54083,33480,19875,13965 -2022,NGA,Nigeria,NG,Kwara,NG024,1791950,1759073,3551023,301022,244721,203917,184806,159884,124917,106509,109484,98875,74477,57206,43556,32279,21353,13744,8484,6716,299231,240031,198733,187342,168185,136437,111853,93400,78169,62355,50910,43881,34906,23388,15056,8836,6360,600253,484752,402650,372148,328069,261354,218362,202884,177044,136832,108116,87437,67185,44741,28800,17320,13076 -2022,NGA,Nigeria,NG,Lagos,NG025,6542571,6949233,13491804,709828,782059,777431,582107,509361,451498,449196,551240,523148,388322,289099,200380,137370,88582,53777,28891,20282,752415,826016,820620,602850,508877,429341,433772,563581,558296,449139,351693,252305,175812,110544,64603,31435,17934,1462243,1608075,1598051,1184957,1018238,880839,882968,1114821,1081444,837461,640792,452685,313182,199126,118380,60326,38216 -2022,NGA,Nigeria,NG,Nasarawa,NG026,1463465,1422557,2886022,252700,203793,162177,157975,138100,103684,86994,92039,82454,58778,42746,30230,21036,13401,8311,5018,4029,248819,197092,155866,156686,142159,110548,88531,73893,62086,51827,42298,33275,24845,15980,9738,5157,3757,501519,400885,318043,314661,280259,214232,175525,165932,144540,110605,85044,63505,45881,29381,18049,10175,7786 -2022,NGA,Nigeria,NG,Niger,NG027,3426921,3356404,6783325,550633,500058,481701,394062,313821,228728,189279,200984,179035,126481,91131,63333,43577,28137,17500,10290,8171,547333,488758,468443,394215,323540,240344,187811,156154,132032,114590,95221,74017,55046,35912,22170,11920,8898,1097966,988816,950144,788277,637361,469072,377090,357138,311067,241071,186352,137350,98623,64049,39670,22210,17069 -2022,NGA,Nigeria,NG,Ogun,NG028,3232585,3146947,6379532,377907,439907,443350,310013,260620,227898,211891,220190,199352,156176,121656,89623,65341,44058,29124,18897,16582,367594,425681,429106,308964,265671,234648,210744,197703,175302,142709,116176,94906,72364,47296,29550,16497,12036,745501,865588,872456,618977,526291,462546,422635,417893,374654,298885,237832,184529,137705,91354,58674,35394,28618 -2022,NGA,Nigeria,NG,Ondo,NG029,2670882,2645721,5316603,354855,363064,333378,233890,210513,201483,187405,176703,155742,125001,100137,77767,58512,39044,25283,15814,12291,354507,360183,330329,238584,223160,220378,198964,165813,136977,103970,83224,74148,60045,41045,26833,15812,11749,709362,723247,663707,472474,433673,421861,386369,342516,292719,228971,183361,151915,118557,80089,52116,31626,24040 -2022,NGA,Nigeria,NG,Osun,NG030,2219961,2215842,4435803,287302,276040,248177,186581,174013,172776,162726,155349,139057,110628,89172,72509,56272,38113,24867,15181,11198,290616,276748,247803,193091,187097,191539,175769,150155,125375,89047,69793,67227,57061,40313,26990,15789,11429,577918,552788,495980,379672,361110,364315,338495,305504,264432,199675,158965,139736,113333,78426,51857,30970,22627 -2022,NGA,Nigeria,NG,Oyo,NG031,4020046,3956035,7976081,563280,523749,498475,359741,312801,289288,267415,263971,238750,192794,155217,119771,90149,61372,40098,24515,18660,560479,518488,491924,365184,328059,312578,280332,242183,205833,160604,130920,116127,94154,64712,42287,24570,17601,1123759,1042237,990399,724925,640860,601866,547747,506154,444583,353398,286137,235898,184303,126084,82385,49085,36261 -2022,NGA,Nigeria,NG,Plateau,NG032,2408394,2308911,4717305,363019,325139,289449,251623,224720,184147,158665,156054,136091,98219,72659,53195,38104,24889,15651,9225,7545,351512,310993,275678,247312,225684,186874,154846,129083,108135,89140,72129,56449,42048,27216,16635,8794,6383,714531,636132,565127,498935,450404,371021,313511,285137,244226,187359,144788,109644,80152,52105,32286,18019,13928 -2022,NGA,Nigeria,NG,Rivers,NG033,3685567,3791238,7476805,476022,438959,409647,309680,295556,297393,285109,278950,246616,190569,148150,111775,81405,51986,31883,18676,13191,495760,454946,424184,326859,316102,319639,297307,264130,225741,172657,137815,120300,95419,63483,39909,22085,14902,971782,893905,833831,636539,611658,617032,582416,543080,472357,363226,285965,232075,176824,115469,71792,40761,28093 -2022,NGA,Nigeria,NG,Sokoto,NG034,3237546,3153501,6391047,563588,505965,488361,366275,278022,190065,152030,168739,155185,114562,85461,59978,42217,28960,18785,10851,8502,561663,498438,477398,371822,294350,212344,158680,120394,98057,89593,77452,62419,48884,35392,23707,13339,9569,1125251,1004403,965759,738097,572372,402409,310710,289133,253242,204155,162913,122397,91101,64352,42492,24190,18071 -2022,NGA,Nigeria,NG,Taraba,NG035,1800432,1809411,3609843,289154,261406,230518,194749,164845,125026,104907,108879,97367,71365,52830,37211,25737,16105,9816,5897,4620,294951,263705,231651,201789,175343,135919,107921,87139,72893,63851,53646,42861,32340,20717,12682,6935,5068,584105,525111,462169,396538,340188,260945,212828,196018,170260,135216,106476,80072,58077,36822,22498,12832,9688 -2022,NGA,Nigeria,NG,Yobe,NG036,1794832,1854775,3649607,282930,258579,252627,201881,165622,124580,103167,105840,93286,65817,47672,33935,23800,15638,9748,5492,4218,296723,267710,260519,214249,181227,139852,109572,85648,70195,61409,51359,40191,30347,20580,13057,7125,5012,579653,526289,513146,416130,346849,264432,212739,191488,163481,127226,99031,74126,54147,36218,22805,12617,9230 -2022,NGA,Nigeria,NG,Zamfara,NG037,2959893,2873601,5833494,510306,496671,434578,324740,255901,176690,142441,158237,143787,101577,73375,51020,35452,24014,15379,8730,6995,504064,486776,424020,329993,268439,191893,143270,109936,90443,84210,72507,55778,42338,30300,20092,11209,8333,1014370,983447,858598,654733,524340,368583,285711,268173,234230,185787,145882,106798,77790,54314,35471,19939,15328 diff --git a/tests/fixtures/input/population_tcd_tcd_admpop_2023.xlsx b/tests/fixtures/input/population_tcd_tcd_admpop_2023.xlsx deleted file mode 100644 index 115c4ed35a3e9f5ed9d1279487eafd0920735bf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23529 zcmeFZRd5_Z(Kh#cZ)gY%w#-VrFJ$W@gz!Te6s$naN^i#w&k&Z~VKlyYDw* zw<9K}<8;1sR-QarHC3bV4FVDa00h7Q002^ewA0Lz4Hy7G0|Wrj0Wjd&AUj)UQ(I?! z6%Tt;CtXH&8*7q6NN}2b0Qjf>|GoYXj=)&5u2l~+M(73f3o_-OqL>zzfm+YHxKY{k z7cfmH%ODFh$HG~^&e_Lq997g1kJ+jH><1rD$&Gh=#S;@Gq7)9ElkbG7{F4z8GI+iS)r|}5zAK>{40l{ z%mTJ?;(YF5C<{QJnKG{x{=k)HnI-kmoI1dafR6d%p@qq*$Adm$p&Bk!>}|VCoaTHM zuW0tOTbieh6k$M{Ff(Tzc+%m97o(1rm~i=5b}qOZJJU~F@U7l8^9UI84LDcILcD2I2$Jhek9X<2qXq`v-PN-0q<+%-~sw{n{J4M7|dcpMbm| zp5lI&a98b||3L?m;%&SWCErlo7H!=G(xtW+G4%RD!XG5sWj+GI5LsuA^$K#*OW|(L zwiOYB6Uhqq>!pHWUD*2mtif#J*Utp|_<#T?{0}T`P-P~+{d^+xNkaHfmg+m2T01c@ z{az03%q7m}}GLl5)o@hBqS+=L}tNmYFPrPh!eVu~p6*E^{R zP*m`OASC?SeP2gb*ZE?Ohe+?Y*?&f%VepbSx>bdyJv+ES(@{C5iaY%L+lT5pe>Z=h zAtCKS=&7Jo*7)_|<$hS6g+*u04HSygE5 zAFll4q{%G5#njRxM8R+#nbVmJ%poTuv*l{m`dw&dF4hKdNmv4Lu*8fZr+=oi| z0SEwK6&3(M{)~*fHItj2qm_}Joz*`XD^|0KE0jce_Z@zNj(toC5Er5h!pCgpz%?6> z=5=Xj`a!w+1r4O{jVis4e=#BLO;z#`n91d=`0TAIB|E}Qvhd#^(lm5aS-|@LdFZJ21h+A z(x3^rMl3Es)kRLnRvZFhK@!R-qp>|NF22yQYZt}F! zvoql)x)HSB2Wvv7Y1S&o9ZeF4zxEnMDq;r0ML6mwwLX-xr z$96?W>m%zkpGI`YV_Xy}JzF;|E!Ir}Q)i?_`oc_Y+IQ_IPvS9P6uIp7DEy_MN(2ZO zgAlyV&Go~V2;(xNwc+}EApNDl)dk6O+#{wV7;YSrx(j&sIb$ae#OP@T=-V$s<6_NJ z3-k4ALUZ3$(NzBXoLIqkq%Tc7p$KVY0=w!)o|RC;Z5o-|y6u4oe~PDD-|PndPMi2G z%vo(xDr*ks(kx?LNXLUrA7p-o+wiMeL1g^-9-Q3>i@s`kmmy9DWVl24k?|sPNCiww zSWm!rpgE+^*hwjCq=Z)fdR#$`^y~!<;m*FC&0S9Hp^>6+`TIEKXX0Bj41r-lfz~KE zeQ%6PNb3w-o~UFZ-zxF1a7t?sD4WJbtP1W36{yk-?ByFoG5p=9nE6Y`bpUM_W*6^e zVS4#~a7z#lQQh>&J;+J+!po*RWF?d`1CsN1E2wClje}k&;Cn%C0b&@^nxLThD&cP2fGY`8_A9EJ z8=Avg_sZJ*k6Fklw8+e#X7fuaHumW@REsYWpb0s+q?fI4bYZiCtB){#N@$LI`&&mN zF-0#&-ky6KtykVp1UjuA%!JQDClAO(L_ojELBDybTVkL}ST@L|nyqH>WAypsQ~Ca9 z$_HpS4a0vH14Bpv01p5I_DT8wCXN3+@&7-W1p91aKYjntzS@$zE&n4ELG3})J`Rbl z>o_i+v_X1*&cS2~`wAimzqn{`_)^un1|;f=Fao6>KLjb3SJ&NE!{u*Pcz=*Y7@?Ru zsn0bkT{?LCxC4cM+7#fMDGJ9yww}J*zJ$i?+egT(C&199V&Lqbi%E|lHfEA779gg~ zJgGUs_)zlZ_EGR#zVfJ8Sp=+Qq`g}VfLqbKp+7C zIG-N>uX;F{o0>X1G5zO@<)4gXCyv_oFr$b)q&y?1KJ-b!{EmSsM=q%UQ7N!6kbx4l z6l<+4r25gmqmYk=FPh99caoi9wK;84gm(?KAXNmPDat~bA3|HAhjII6v(j49=TZG_ z0|yamJ+LV0>TcfL=5%HrkV_)m8o03WhsRiMF25;C1|BbEM5CX-V+G2o3QEsaup+d? zfzKrJo2*;#T5d11DkT&jZkd`XUx(DfIf__^L`hIY-(^&K}DcOjxz#g)}#9-M&7-yf~* zAbh?WHa-Pbp2^v5F8Urmuewh}rmz7)|OzfRA2aG7Ce2#+`xQeg1E zZ_*r7Vc;c?jku`b3Mq0G&;=zfyArBGDa^^1=Lip5cgC&&|J?@(51%&0uKdGkYFiZw z*rI&^;<};BrsY!^1Ehc=#@azYVp~s) zvNqyz_+}7npgPx$Nn{)8coYm|vaq{5n|ui$`FNBDWHDX*0rQQ@$hVocaA~1u@G~9f z<0~=&Fj~al*E1D^QIb%_-1c?yDV}ZN>Ow6LRV*%_k1fF}kae=5|AD$fc*Qzx?WU1P z$mG5mBf}&m{C;#U9;lu9?2^q*tmShF9HERf$5=+2h_gkHo4j1m(T}EdH|S?ivlZw&kF#W2{vpmvR8Q2+0?Vwb)dVKE%;cXtDP*~* zed$#46Rct?EPwi9LT2zJDHj0nMdvc{g?&7>Qj!}$+ncF(Z?SB&;{waz&Fl#LVU z|1G0g{~M!q<^MCUm3>8)z0l;sp&11#!cOxVzcw+h<63E~mN4kEyt~PV<->CIeLoS9 zduTh*-SlozMqKuHnK=xkQj~!;HoDwK*orKI#laFS%mzlw|=lxRY@6k+OhrdPe66m19s|sHvp8CoxQ(Ro%FdCk` zuO*=jhOqola2Lto{$grob)ZX-$3R=KeKH`Jz7I<67&xS!woi|>wF|w~@Mc++h#y@s z=7>?cMG=WldBNolI0B`Z`+wd1?>IfH4Hv|W0yR}7i8WOoA#aqwEgpz?JBmf#xb9O{ zVltLL_1eD{C1EJu{G(yi0IO);+l#_!kTtcbHG?2~C7W_mCbO=+4R|8X%Ru-|KG1^0 zx6*^})ZdGPZV7JR1e&gd0l&)PwsKKhjb{b@Qcvt=jO9tu}n434j zBvc${RCGvqk>)tef4B57SiyS&YT^b{Vn4|=P>2jvA%VJm_FElEE6{(z)FeLfXgT9g zT=o->!*rf(EGWhqeDnR(k&lo6f3u_Ukt8$XbJ1`4lRN(#y<_{wj-Sc8b}Ro@eW=d_ zMLVb?KpkRQ4a^JDSt>T`t~LbFKL;GXXJLIk>%3TEPp;&ORs%O8IN-VP5@6-o3}0w9 zlXhBGg?S;p){rnAZ#50^U7L{Lx&BS6E336!2WOKZeqcr{C__}-GD|-Y4gFa>%uQwV zfdQrTRN?oglV6)=B`L!LIxTSz^;ncz!$k2#4by>vmq=$YC0|2HvqF_Qlbjhe%v@3W zwTy&1^{(`g*@fe}VGGX}-omA)A&k1UZ5xpy`GiMLOsO$7e{XpO8H=>X1j<8hUZD(} zbw*Nft168SJPIMXX6mmp1(K0C%X^-E&>+M@^q)5~Y_ZXOl|_@g|9ObZDS(=KZpf)y zsdLjJ;s=-A?~!0y#0NjCn2nVuE|xhi;hrkPbom7_>FAN^Yt|eAowcq4?cFFD+PITf{Ka+s`VR#^L8t^72QtIMNs$TWk+v-M3vR*z;<-+~|XMS%T7 zsJ*a?JBuL>_4;CrpEQC6-c>`*9qkR5Bgct3LSiU?IW&30-WyvzzR)P>uEA`x&uLRz zYK54A+sCKq#^y);RZfx{)@pUTJ#CX ze*yyk03%U<+q2-Hn;d}MSzC|{u%lrXnGMk7ie&_ZS(FnW18iGzX9PHK6psO#@zlQO z>mV|)8B~X+;qu@cec!cC*Np#F@LhN!Gz*Fc-w|uqdg&iv_6g*D0)d|Zj@Bn&{s|Px zz^v3J!%E@jvXWZ%s!*BOG>t&k;)B$v^4D=1S;5W+rcz+txk77X0BtP6rr_H#hF{oF z><~;d1S8~ET#Z(hn?8UDWjov`yhx*@uJhx;2Y7`jo) zG_X)hJ-xnU*u${$J&JBK)Iw^^4`&{JSeVJW#)VX>oNvJ==+NQRfe25x-G zq-cn!Jg1Q*vAScLR03S_y~2!U+4b%qNbUPjt6#vFcG*ssWCgdBVBN#kD*>(1XRA5j zq#=AXZZ+UzP&G5qP;|W6J4HPt6kS(R46HD*A3u*N9>+S%VZU!x)ZCHWRSzUpYE#q)vr0_OQ`Cb(g)K51~*6S;M$0w}C5s^q>+mSf#Ftog5`P+6Ig!}uaH1~Jf=n1tw9fxNANg-Ly zGz!OoVY-XLD8u{|R(WpdwlI83y{%LGXmO7NT@2?+#T6c6@Z5WG%|RAv0>1laG%LYC zhRAxx26Yysg5s#|JI~5arq|sYCK$i}QdODQ@qd$*V13hu2aK?I9P(($;@dfN`K?r0 zBMy@)(^)kYpNCRG$@cMw81_sToD}3bbu<)9KHHo5bHmt6#vd%Xe7;Rba2}a?{3!2tD)> z0|$QJGjrPO+H}5>t$Y737yDpZ5e&Sk0f4jq|E+wn|EIZ2UX5L0MhU&3zau2uOhPAx zM>U*3hr_H;QeV%tB{UQHvd!Iq2(Nv&&g%-(irJo@AI~k|ee+=~zyHT;+MQP+bCi=h zffx;0i|X4(wbS+8s3SXNF6VCs3v%tDVKDY)-8LUKzeLL-E5HtE!8}hz%uzkb)K8#r z0~4>gLvfUU`vjd{87Tg!e9 zk$IqQAi9c8<9fK%G-=@$A{R6?Wv;=p<+`+36wv3QD45l*<}&h1kf^8W{g-4Q8)d`K z=(yedMQ>X_tTFHrxnideY{Nndh1wlg2z`Ysm&C&12+Yo|0rj34^s&-!rrLV@yXx+* zF_*Z@+T3tgUz!$}@3X$_Qw|a~R`Wrr%58`(zo=%%8?d-hAL55mzg3>$YVnCci~+5aa6IU@5&Ke04&-2HMh)t^$bzrJnZf7EUv^Hk7-#a!pym*d>@ zu&`7icuJB=l(VBU!Fm0XCjii2T#()!&GR&T7sh;-wR;k2d%#1`OwA*1{8=r};y^ zZ!0!^rM*qhXe;{TzveQ@Im@w>5{{yNrp(0o!#=nQkgQgl4|g#*s8dN4;eC?NUYZNx zK0E2_bS|BBN4~$v_7WMt!-Y(NN{hpr6K3*R_o@f2uZ}LtAKaT!VNF{A^E+X*>%3JUVOYB9OtbFe!R|Za&Cw@zvXS-UUYt}EegKv zT?l^Mrggp%J3!TuUIF@2`#>nXXmLWPQhY!Mk}Jr*guYpuP2$!~8*{SJWunxKF9*Y{ zDkjZKy+(%B&f?W?^;Gwqw7#^=*-#z!V~y7=XH zSby7IsYHDP?M%Q?go2kX8ZZ^oA-<-QC!{M9V&hRA(_@qqs^TX(_>@U`{R(b@IW@$mH1ar&QQ@jplDlM$$P=rWhR#Eqc2 z7FNX?uY4_asuLGvwUd$H_H!^R-HhLh{N`2k=npN>)h?#jdJkI-)iPTrL|qFhQr_!9 zOD&ucHC`mzi@XsZVx>b|Ud2zSpPyRM%u0uX6WYyNPu*4)C8c$&zf3WnqLuCa#!6>* zIq{YkXU?k+-{Y)HRr%vwto)vTnwTH^;+#DlP=eICk~*iN5({#6RCEIM;&KSX>8lMa z&%Wp+={+I31u@87&DaWGv`qJTLAThSiAzZ3l@61!S5`>{!-vQbY zsjvlgPVP(qMRga$3UF~7egxlSu;S8l;GY~oNlPB@q6t8GJ@!2q)4uY=!!ZlYK2hL~ zs~ud?&%%H{Q7pl@2MmI zBoddVvbghFa^j$*8<%96HVs=r)$y6%eur1CnFG^EUAQ;{)eamUdaThP?I+w;8r;z4 zE0Cw=%!{ET=r3I7McIa$yY5V@2hEp;IGQO$R|QxqKH)!fOh2cq>QO-=x2={d#*3A4(dn9e{b zoJ4IbUtVU4Nvb&pW{Qg%2U!4$tj`iVRYIgyIfX zN-E zJVNb^2LpXQ>ZLju4lF?uLvv$(gQ%`?e7>0cglUozl z?#?sU(@ew&WiF9P{vbsUCay*MO7REicxAuh8sY0$GLfj~z}{gRInW=+ta83xO}MnW zY6`_}?L>x1Jw2ZJ074rPL0h#Z>3g!a7m~taP5u3=Ri}IrcqFBP@V7} z!VP;qcNC8f-fOIqA1Wyj$wRjvLr<=Nd|QZVIb2SYwW$79|v-Od@RC!uaP zlCx9ygs$=n0!ny;V&zj2vgj2WHIitu ztHiU%#ijg1f-JkUOk9hXF^xoOMqg#&f3($-sa(qn67`N z>q^nIgGpA?Z}qK8Tq;3Cdi(jI+N&i_d)2rGGg`GRX`Z>2aqulmTYmNia5d0H#X(AC z#r5T1IEAAt-d@Z|pGVYw0q@eK&(LFdNxAe-=(iYA&tvkI=QazH&ii_`oV_6TGv*v> zaMK?-X?tj#wiVkY7(%~7;e>9?Z%`hd?J_sf9qpW23|YlXa7Ee)#nN=!ND<+2@mxqd za`6sa2v@&0`qB)ykeq_Me;FR%W%;0v@74DVT_W?o0(abNe5JoXyLgRxVU^e=gohV& z=+=*=Ifc7k64iPHAn0O8KG&Kka8A7yliTw5rVY9a5#xP_7(+r+?Lz}(=snRyK>}EF zM3TgzO)_am`uuTBy>yrWEZ1{6NPX<8yD?xHEhk0RvEb2toI-2^_b{1rn?hpT6_B!7 z{pi3fP8kw_1lUhWc9gG5*158s@L0^YE*UJ{R6sFvNK&w*tC3H;Dq14V(Gc`QOO3 zciSjNAy}?4)ykMr{d^D|4=N9UyO)f%-yBz4Wqs5WRjbYL9*A}aPSS{_>m5&BYXkzn z97N-Lfj1*w;O~wQzX!VQi!abOo+;jOS&!~8Ug)G9T&E@yV6Iz9<&@bcBVAfiUdzlA z8fmwy+kTPAk5kNdM)1VuSw*DbrMWGrlq2QdQ`S`lIct7EmLF!`Y(mhvpmR8;VRYnW zKp9MP9980&D~6;o5St$ri4&PexG#wO7Hz{dSBzYEZ!8dV(Ht;vuPCGm2(PFdMl3Ni z67Pn4K^KZqYI+B3iK7mdYcqXxDGXkLyS7a4aL{+n-lI+fy;YR|POxo}Kk$<6bLUD| zregvg=X9~E!8&{oehSGaPgMit(}HQ1b- z@TL7BNFlfujX`zMF5m=~h@p>w538Z{WY#8;Uy<3rj?95XyI1H0K!sM6LYFN+FT zY?-1fQKspUuCjKB49EwX5}YCf9^+S{+M)9XHp?Q{{$piz6%^tX8DQcOy*TM z@$bRA=qY_BZd&z(l#2^eC3LQw&>gw+XT``GWyo8hADSGRlEB+(GgD2TB7f2972^E86LzzfN7c>2?qW?lSO$A4%zk$v zv15L*weoA%zE%TGlQX;ipkhasS^IaOTX_@*VJK@$NB5M4UU>bT$73YbN#QU`0-N z6miAk2ENO3MBQR!7z&Hb%Qe^%aSvmzs$ANEudSQ@We#fUL9lS)$Ag@)Uzkf0i(u*@ zRIBJTbq~PQJm(9N1L&VNeYe!MDi!O3f1H6Lc}IxUx1>=E%h92$_rGGW8Bpqk8bLFf z?q_U6m#fHKMHtomAf7(melKpf_L{(MAv94xzt>(o7k9mrtIzv`PVVKiI{5xEbs00F z^vaiu8y1^XwM9VSqd%O!H`+uZK@I9j=EF(OjI!p&nX@`vyyQru<+qWz4@H23Um>&W zR+wy0dt6HpUTXMun~Pu*t>R7+l;}(~BEhPXazK;Ym7gnszRO0*;1n3>TaZs*gYRCF zOyxGQAtR|ra%;=$93{kN!P)iZutj!X;K5F*dqF~Q2w`i8kfs02e8jArggde>cBqcJ z$45r^)==F7PWDOtxFRm}Q5jtvy_&I`qm)?6x?*rP242J}eKu>54CCyUT1RnPIl7DV z_g7W!*7GvaRblqaTV`7$Yk$Qd7a*Iv3>2d`l{ z8eqJnvn7>%rzOTv%#UYcioe$3VOD11DW4ZvLmu`CHCR~mfwQW8OLq}%7|Y+u-es`{EZKz3F=4Ibhx1h_iH3(dALI>u2T!X zF_+s53nhr#~zb8Lw_b>YA2U zJf=6^inDOY+N)L+N;uJK8fcn$cei;*AOsseE|;v&f(l1tf?d>7Nk z)!k5oeH`c~=9_U5a+ukwz#y822ju%E;(Vvf4vC@*$14$>cRjZSjsBRE^YieD)ww^o zY%f6G{D9d7doYa*yknl4NI?@JSD9>Ju01K{$UXGCL9kE+TZ*rEJ50jDIV>uwRitt# zNVb;ax_b<4#=H4CoK6L|%04*j6&pHOM#vT7JQ)6_>F<&F zyKB{5P-XKOP=H)QU&8R3hkMSm2;kL@!&1Q#S5MMW9-v&{h@q~I+mX%3KI4*O8i??zkER7g+1yA z8L8a~13(NPs1^J`iL!IEMPuSix?{u8rsW7`Q@?Fo(RA;$DdA9NRo&KAOTg?J5StE+ zYKNSv9nH`QJ;)%uwk~`0DK2AEG`)rJZ64h)vv&K5h)m||M4nLayyc&UUSpV9#=@f+ zW=>jbbSMB{;B_(q5Z zuZW!KQ^FwicBXB(3?FKlfAC;}DXsyxaoI>zEkaiTdonadI5!7~7XoY%?lG6Ui>}z* zRiVJ57IEdtcXn&G+qoh4CdEP_v6p?zu9uyJM+PFE|J<=BCBZF-H`CXi?IW6? za@N^wmw;fTlve9|*iGOUI{62gNlNZrHIJ^pa0r>ryOcSL1~{r{=7}v}LEd!4Wv=i* z(xIw2Ue0hj8g%En&MlYI5z;NO9$P^%qkEIs_Zfl4Fm17FeB<{+!y|Wa;OKOJ_i78G!|m$hk?nuX%%a zWo!@?HT`Lop6UE`W92a#SBTo;;|mukNJS3%A&(%K^k_?&x2gEpXBTpI(9#|kUsB}Bk% z7gr!Ps$gf%5%9ZiNyE)=*)kgc-k}>rp7(dTlUc_;7xbf~K4F8>y)~3iMbps?S#$^Q zQ4@U0WR$(%+69-cly6!(6D8`+yW}8^5KO-ovDiIi$S0IsNGfgR^9edW^>&afg;MEc zhS;xupKnosZIYYTcN>i0&ItJ{gYLK@72Qm|je!>%%1b6!txCZd&fRRL2ombEs1LxW zfz%NUvk?wisD$C#1~vt9sP5rIAO_iRPe0%T^Co6~+-27w1SJxLg8AWxf(;wu_@Aca zQ0t^qr^s_%Guo0k&20AL@~A`{L>xHT4;iV(Stb*#eEEU%*LgV1I%VCJrn;+u(VpqP z85nf>ia?P3W9stT2l^lPz-&+Cto48b)u+^_Uk@fzL-@Z0h`MSm5{GDoRGflu^Jppr z3T-D%6y$%uMPM_-__{8(Da9N1w=2qARYbYLk%A`SLr@M?*GYqGF};gz0IAZjWDms1 z9!4q;r(d^+Vr4kfiGzyN!}6JSAq-m^v#XFkV=vrzXYtGi!zxByh%+I?d3RNk3D1kI z+jJVrQc|L8)R#`jSBMi!k_1IO3#g4|=q6eKqZ+B;CjZQ9P?3c#DmMve2^+|YDI6yC zFhpK1oT8{}E~E@5nNA99u$89=c2j+kNpK{n-0%3+v?ppV$_8Ymg)FDuu@D{N2>q+-9aNt0p>9d4K$9eI}l!<99Xb$Zi zdUp{%wJ|WyzAsy|3EuyzmCt9j68NlE0wg@A5b?T7pTn^To^89kzQ?%`8HE;OwyQ9y zk8l7HCf*^wxDLg`I`0k}su*j4L6Ceh_eHkTwfYK@qwA5*t_d0Hw@myWgQ>-DYgWw= zpdw2juO5Ef6`b-rK&V!g5b#EV)ui@w2cPQiC4S{ZmXGHUMq=)j0@+gMb?qTXlP~uc(XUd~J0Kt9UzwwmCd#mmSQO>3*tf2}_V<7)-6bI@ zHFcL@_1RKZind0NS=-)hWdl65gL~+|l$aQ^2oX#n%euwt7!|vQUze{iJ2>zQ=v5hk24S4d^-k@nftWgX>og0s0o14hBAwq?2;&^&tzs#dnta&`Y7gb zItS%GL`pm-9fpCj75;~=J_n@p?dB2+Pms|fb0~u9N08YwJq5L}+=SbQek5Be&R7mm zpKG3PJGhY9Ej&J7!LCZ#j(JJf<^=yf0SjdzI^4Jo<_xmF-oB}ImnnZ(@*mLu$fpQX z?b-}g6>`*oBJl#geU_@1lh0E16Wro!&66M-()fBERBjMx9MSQ~qf93r1l1jS@Qs<~ z@4kE!co1tm%O7k6tzuqsuC*{}z?sZ?V8Q$W)7gDHM9}u3Ub=%kkg{7w3E5!Dl5woq zmm(;7*<7{@flYHRL6!#BgkklEdqK95_x+EE;fpb@a~4mI&E_D|=O!%Hp(fV1U!Maa z;1UaAFXL#di%)#rBq=@NAj)%yA5|R_M+@si(Y1ILP(_xJ&&#t7MF5k&eiOXt`nRQ$ zylt)>rIoU+F)r=NHi9VwQBh68fBeaG!77sds|GfN1_Goe3^Qd9U#^h9)Jf|T$lqch zRhtNjxuQvi3Lu>M=hS!V+C)M{cKSUmcewBZeZV&Sw-hdsAYor-sqlbNM5Erj(-_${ zt!n*@bOsOB4oPz!DazQX7!e2)T;j4k8)xRQ|XtgZw+F!2YXsmMH zU@3$6c)7m7aJg{!EacV3s6YGu+L{#(`o{~+PhNca7ESFF5LDu9=rylGr4N_F2|q+IKE=yHGi^gpIEB5FQZ`tsNST&}#$P{#L|n z*8eHtYFT<1s@g346h<*FIqlbFtzK0mC-+&xe=|}CFqkE0jKxReZ<&;faO?oL;zdT4 zMD5KDvIKV`!KcII*G8E0&oXX6`La)SP|#XSzK~k<4{SLvccQTld~@-lV&Y(+@1ck>#`gDX%KT4nL-0EGUzWl=0K- zB>KZC!y={DlvL%w+_F7&`PAgsj%av^=6?7)l}{TJ?UNj1XvO$K7s@sIVQ8SZ9GAK| zpg5-s3|@9~G90~}1uN^8rry3KZR zF!gJH91sv3$18Ogw#UL758G~iv$yupWMi!9%Ga`fIIro>H*euB{p@;g4M|%)ZM*Yv zsfi{!$U)c+HD0VLEJE*K2-=t(Qpca|m1^A3%T)vd-dE$sDK^|)?Nv^Fn)1iUY5G0( zmW1~K*-+H$34ZZorJ`77Tm>Q>Q50@DTcz+W4J3Cxb_8A!%pT~LhodG~(Wqc|N+u3Q z_)|$1MPpA@Y4QsAl>5HHu(V%?m!ccFG?p^~>u5VLn{j$Ve}{!LuU901llH09;Rs_J z$>_5?JD?b6I&9aZ;;i1NY8%P0J+d}*&7#Ai^`?8TD>TKj(z<@Ig|f{voJNptr5`Ir z1t9fhDmk-6rJK(t2iFQmaFr-+15h0-TW&iG=fF$Bzi-z3gdi|Uk;@b{Ar!i-S6ctv z*B#a&za<+QoLvd)SY4;9j|U@iNFNR`I8eussSu;kG>*%^t0WtP-^qU}zzyGiHvw+n zXEQ}Z#IJMLZniiWm~bIUx`wzJncPsx3*LX&01N5j*Q!1zB7agIE^TsxKoZJY^F}bc zQ)>>bCrra6Br7G3P(Y}6LXkzC(o%{gJlmoCRQL-OKoD6LsvvWyxnu`5NPLT^i)3;w z^%CY82m2NM5Dv}LsJs90djRb4c&K_(!X}Fy6pRf3S{4| z_~T%7401ASx8zA`cgw~4{I8>#nwTI{Cw|v-`%}7Y>J2f-hdd`o|DA}HRl&ilt-qfO zn3tG}oJthLGfshF?8h$Z+07_Z9w^2yX7c@NyueOcnpr$XeR&GIXB&X}J?8w>T#h;6 zfd`mD@H9MIMoqK@w%v!};lXx*A*tQzT?u;Pm`RM{G0yk*5Ig0Dx#CVG7&>yww;1^3GNEVQ zqbm#e3~-zfEP<~2Kw-t?S8(u$^5RyjR1gu+Wu)ozOjp<#ROf6QZG??V%ux-p`I&V< zGjd+W;fyLCrjKYE0g?I~&MiqY);tqFq=ixRd2f+X_{Tn!b+2D#d+Ivje^z)beZUly zl1TPJxmz7&Nn>%7Ozl!Wqlf=0{c@1ca|!B2&XNx!j=V16xtzZQz1XBf=pzg6*1Ww7 zvef5hIUVJJ}>G=fMlGZR4XDf{h+-V;Y| zetz1b`i8&ZOKE{F@Q=ZgsA0`^EJ9|Y!FC&T5TEemv0%J#3XYzOq*M$lkuMoY?uR$0 zrWI967G!)eozogcR|ZPgIt9(qvsRMSQI40&c=OS82tC2}Y|oFJa>h_eMrecO6@4-b z08)Qt;m+BRoD4zu-cqcLH>%fD*WyGjQ6bfL(!S!-!o>uX9~@}Rm2fmDP_adoU9n=Z zG$cKof|D*&n5LDJdQxoc)UC^asMMX%@m<<+Pc41%;878ip!;v zh83kGVL0)oFEgc4qyD8*MyLUv1)>kpIi7p8>*)HP5Mdo^c!ucUa$KSKPxS}@O--6= zCRiR!{N|EkZs8{c%1)!pDN@r?SciA@aBj-#H8}NR|5@Z-7M1e+T?M7#4;Zkrw&X#y za4y-Q6+)2}pdkBO?UVC!0ge6&P+wN?_hzWg<=rjleT69oog6<=j_dl*57`bG87{J* z$N~hi0|N!<1SB@uXCmdV$p=&qlJY^A=(|upG z$^Np5{tUPrUiJ!>$486}jvGK&-Q;={MHcQF^u4&0Qq}JOPvLKE{tJj4KogP7Gr4s$ zA(^2O)h_Cm?7trnBC(-F7!aa4DuS{#N0Dg>U(ch;c8>C_;0G%iwwMqSqUAG;(t$01 zHF%L0I^w0;uS1u=?udRbh>mR3L*~WFG=c_}%J+T|O;pwj!^$B%o9i!zJ)*^W{ni;@DUuqsc746gd9 zhv>L;_=60yPGnfx(z9QY+mvKj!p>s6<{tS3K62p49PXo7LHE^2oxL&p)Hy2|`qHTUnzYC}w0zhpb$ljnqU$DNYZR(tnU*hXOZcxJ zX|*s3fw3&(_75d!rq9V*keuPaY*HgfgCv!~#CK7{ImEPf#?fsOExaAm?Ps&0YC=_z z07i>>SC!z~vH@&y*~55UwC5PYEG}|wN6`a|7~x#wj`mz{pcG6*-t&%X(X3M57F|)@ zQiI+J|JSghkF?GAyU%?@g0FiI`o8b_|HCf6eIiYt;%lm5|W+v$;b)P(GW=DACsGq9pxc=d;KwS3C1Bi zO1;>1h$b0P(PT~?F~;CPw1yEIxkyCXW330(Z zCTG&r#;rqLNEMkjkrc&VXJ?9u5L}_u%GjE^hh**RtnY=TdYkV})$VSpbiXKvC*&RO`Iw7p-6oIyN>)*>}DG+n=` z0+X05y*C$jJ!DKAtKbmD8tHl>F+rnNdk~sNN<5r2#fyW087-wUh?Pedo!H6y=WkYc z+BB|Ec0^YV>qc|@V66(&v|X%65@CUirmPveucQRY1K2^urh>!WM<)>67Mu?4W;K88 zj0DF!zJnUMfAg6NtTNlke|=Lwz<sul>>)S3P$j)^3NZ>*ZjT-oYtzmv(%wo7-j1-(~YT_)Dza z%XY%oUDeJ-*efg*do>2vseytdDUc6D2K+lCoS^ul!;b(vMI6MeL)I_*g)=WkRlzkP zawrD=1nfV;_2!+CXvME!MlwtcaJpcjE@HH$=O+^XimA|PRzVME1Z!>!m;Nk{^v-wN z)k;?2A?uEHbEe8`G}Z#Zy9x#TCNCarf$=9+>oRU4t#ZuUGK*-&hUn1sMKo!r-BtPp za}ZUC;GZUPSrD%Xp@XB>F`TMOWX6~#aE`adIp77Ea_z8V8Y5Db**(90PO=@uQzFlv zXcYA)@v!}mh+JMM^;1ZdEE~h8y^%#8hn(tgFclUQGc;8nmjvg)K^Q|RQ!I}qFl>E% zMa20lC+CyVz;oXw6mKIBk{M2+v8mLxJi?g7PX>4b&hJ_4;Ek)i|~`HZ}8iX8QKEZWjTnryf3@1g<5Q1Ss{r= zPY>rOS*&;~?lT!ws%*r5iLofy6tOipR_ z9qg@-`Ss`5OKguYVR^~SK|UNd-n}Y1cw4=3NyUnXQ{ zp43^f4i*9yq1g8piVwdg5w7iDi34ADiyO8JY!#QQ9Oc#fOJCV4w!^MIWH6m_w;=tJ zagmGNxo88@y$LBqjztVGE8$b+DD+mBRsyC2v7;aHg5c~V&-|q9#{JTqVnb!E2>Nb0 zMk7qziH<~+JVQ)}#Wx}PRz7z~N?wP?$I!^@sPfjC-KJhwR0QxlHBuLMDg2o)riH+A z6MXME_g-AP_pdk#o-Cn9uje_y5h0>@{n0-)pb6pUKQTv!9D4#In)G^{hBER`FY5 zJ#K-BGk5azd5=-vBANdt+jrR^v1tv5zIIOllJ$07x#@wMs?6SI5E zh^DVJMH((KbxHFZjdm4yPxc7DcoAvP8+vB|7njHlc`4P)fi_LkR!+HFkh)cnpdX(i zIB(QHr%G@@ujg(LY|}Ga<-Ug*{QY=9AvK=>%f>0Gz{apoTot4Wg@F;ze=(^8+7&W- z#?z>cs6L{eZGtDl%Uk&lGu<}EN82tYICRoU%MunCh^hvuL*a>T{54CsfxPW4+oyT+lb^E|J+sobL9V0tkgOud)C6`w1$J~1muBx01FY@q$}CCl2O>R^a;B%- z@edAIj?bF&_+*tgZ?g;F(VIgTWX;yt}DcY|f-q zLPJ<;d&wd>V|Ibr3!;QG+5KsFQ|S))R=xwJ)pvro%_<G*}h)kIyk4BvB2avFA=@(w0) zdsOt1D05=r#0#`%_-A`m@X2fO2f9p>DC>-Y#JKKsU5^&hsWHP1&wF#c? z8J~ib8Dhl)Cl~jy=8YfjVbA)8(d|j)l^+f($8{o@@tl(%Ko0Z*dM72X3A=l}NqQaT z;%PN+E0{k9J+TcadUKZj-FaM0C%c_a0WSB>29~upW7v;eS0aEzVw{8|#-XEGlfAW=u!J!y;GF%=lB&nbp>y+xS%jmj zvL5CWdCn16H}I6ww)ZI~w;pE>bW9(a7abypYEMC28YlAweT5lcQmjPTMB1XPy;sOZubC4HwT+Y zRYJx51w-SI{QFw9ct#(9^UF2#yWa?^cax*^)|Xu6I?ur_ct)2zvfy4QIpR3t=t4ARl(GGg$tjX(7KAQV1NHB3RFk_NoWU_%1 zHN@|TkK?LWX_{u{rPQ|zqYWvmW-ZHidz0O4n11(h`^GyX{4m!2Dbg8up&n?X z4=-ynpQya2`IJp~o!p>=T+zLFM&9m|xP6s+uegGXnxfD1*74P8m4oIS$zZbOxM1@;GVJU7y!(Wmp6+XAIB;EE2cO zg!EJ^>S%-2%Rq2gGJf}yY%y{l;DN1P)YO;J$>n9XhHu*e9*kp~p>#FOf_Kc)`0uzM zz8v`SksBv{&~Z{^HFCxm=`V{11)9f$15^>44pi69{nsWbV54sF0wW=Fv01?@Ks;rGkL2JRV=V=O`6xx zC+T&2hB){BTLg^cNuH8wj{HLWHDxS)7~cs+?3Q8=tq5}awVc8J)7(^*jG9*&!SEy< zhuIy`qxi^5m2c)#k9?&L`&YLRyOVEmjemfnj*Z+Tj+(rGx_4ha|5Sx}Ox|4{Dg|D) zFUiE4k4PD*j%upio};;uz*m;)TbM@13Hd;J(5+`|GL5WRpZ%V*cKT8Qsj5_}tS!E_ z@1fbQIFM5{9r@FPa#5s!c7pIEDTaDKbp#P*wNdlcT7dwuvlKeDen71=BLvhWi%1bX zsa4{L1M{VnIF3YqYRMUetcVc%c24y>NX=KqcOb_2t=)rsYu@I&hpEaLwYPtv5a%*< zt=odwi1OrNdHW)KiR>ZlP#3V=`)o3s*&ZpM`Y(|f@h?VJ+!q^(_l2x)_S}(?F^4gB z`g|GJvfS*a2^}1@J=1y@ya+!LY&2M9q$X3D^ha8MI&MbVa+?HcF;(bTW=d{5+EH`eIC&Dl$9ru_A(sOI&lXlKZsZ>MKO>BWga%Ho)fo(je zkp!O|Q?tKhk-CiI`+qPw_jc%^;N%{Mfiq$CAGg2@6)%&|-N+e}d2BaL>1o%)+DY=t zIFWwCpKwsr?$`VOxawu@ zA|C5E>i-CWn42Z|(D6`@PullxjDGm^=@l+LH(8OJ86yqa0U-a`Q-TP?Srx2t?Nn&2 zc*K|RKCZcvO62$iVT0{AcvyESwprVRfLcS=SM_7_M5Q5?lrAZ9=0%;n1Av1fB;a>dmPT zHcFzY5a2!fTEd*Az)xZnEV!XaUWM>bq;u+Z{EbdFA*Ncw=e-QC{YjZ+Ly^P0LU(Gj zWj(zorfyQ?hu=sewC53Y85tq z~pC)g>X6HuA3o?93t&!@`>&K?X?*KV^F?8ybs`1wyQ;x8^I8*R{*bXXYM^;$Bs z%N1b^lo|_&s}`i8y`QWJ-1oTlCdz4{5d6o|LceXKg)XYc1;vgaMnQ$loy=5Sot)ix z%$!^;el0^$$i4rugiz~&&;(<}PF_;j98Q~buWvetb~LFTI|&{VJTJ5TSjzP+dAc}L znqgb3P4gH4hYsq7;8`(9Cad3wfFPg1#L>nO!1erl;8)hz>sEv^AA`rG~1m$gT)t0X!` z3DhBmdHnP-+iap@NZKDc7#2r^ETlPcDbE~sPTmb};cdOgReCPWx-8JxI$f&9$5`Vn zmk`JGz$GEULVBTGL>nWgLItM6{v;DiP0KjqDc_==l~ zQQ;VZ+7%J~I~;+|&i{)>R2csK$$+*yPX7WRVj}_Jh?oq1wr~k;zFKM@-6{vG|*2NtT%#9xF|IkS^9mm#ZEGAZXH9lcpkC)}Sb4lh0OZJoydfb(cS(7WhVQyVz z3{k6At>JQXL_CFE*quEh3p0#CSA*H%5dycUD_ZxOMP2o2_8%#ochbqNvVL;ddVQX# z66NZ0NZ4^G0@rJHqB;T2xcT7eg9$>rak5xp1wk)_v9rnj6kas9G+X;Z)343|_SAOX zeKLOAz5TTJaICb2Yv<|9r7K|nM?ZN`59%-O7A6)qYD4j71o1zQ^PlSso*sGyh_xq6^W9k(bhb)V2qWABishojrFc#lU!X?Lz!tNOb5v=-{zSCwx=_ zv1tJFB1-&-^(xm~F`~QQ>MWsHv z3;KD%rHif9g$w%W0lEQtD(TW7PVU0sGO>g%Mc?^eN@(7U`YT~}14A7Z@ Date: Wed, 20 Nov 2024 13:08:41 -0500 Subject: [PATCH 3/7] Add batch populate --- src/hapi/pipelines/database/population.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/hapi/pipelines/database/population.py b/src/hapi/pipelines/database/population.py index eb07a200..8b694639 100644 --- a/src/hapi/pipelines/database/population.py +++ b/src/hapi/pipelines/database/population.py @@ -7,6 +7,7 @@ from hdx.utilities.dateparse import parse_date_range from sqlalchemy.orm import Session +from ..utilities.batch_populate import batch_populate from ..utilities.provider_admin_names import get_provider_name from . import admins from .base_uploader import BaseUploader @@ -31,6 +32,7 @@ def __init__( def populate(self) -> None: logger.info("Populating population table") for dataset in self._results.values(): + population_rows = [] for admin_level, admin_results in dataset["results"].items(): resource_id = admin_results["hapi_resource_metadata"]["hdx_id"] hxl_tags = admin_results["headers"][1] @@ -76,7 +78,7 @@ def populate(self) -> None: admin_code, irow, ) - population_row = DBPopulation( + population_row = dict( resource_hdx_id=resource_id, admin2_ref=self._admins.admin2_data[admin2_code], provider_admin1_name=provider_admin1_name, @@ -89,6 +91,5 @@ def populate(self) -> None: reference_period_start=time_period_range[0], reference_period_end=time_period_range[1], ) - - self._session.add(population_row) - self._session.commit() + population_rows.append(population_row) + batch_populate(population_rows, self._session, DBPopulation) From fa741c8d4f25543993e711cff19e00071cec97f4 Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 13:13:22 -0500 Subject: [PATCH 4/7] Fix population test --- tests/test_main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_main.py b/tests/test_main.py index 4c0cbe0e..b0bc6de9 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -126,18 +126,18 @@ def pipelines(self, configuration, folder, themes_to_run): yield pipelines @pytest.mark.parametrize( - "themes_to_run", [{"population": ("AFG", "BFA", "MLI", "NGA", "TCD")}] + "themes_to_run", [{"population": None}] ) def test_population(self, configuration, folder, pipelines): session = pipelines.session count = session.scalar(select(func.count(DBDataset.hdx_id))) - check.equal(count, 5) + check.equal(count, 1) count = session.scalar(select(func.count(DBResource.hdx_id))) - check.equal(count, 11) + check.equal(count, 3) count = session.scalar( select(func.count(DBPopulation.resource_hdx_id)) ) - check.equal(count, 8601) + check.equal(count, 61115) @pytest.mark.parametrize( "themes_to_run", [{"operational_presence": ("AFG", "MLI", "NGA")}] From 8ea710d5287f3bc68b97fe4eff9371014a6d6271 Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 13:37:43 -0500 Subject: [PATCH 5/7] Remove population test --- requirements.txt | 2 +- tests/test_main.py | 4 +--- tests/test_population_hxltags.py | 25 ------------------------- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 tests/test_population_hxltags.py diff --git a/requirements.txt b/requirements.txt index ee4b78c2..189a1263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -228,7 +228,7 @@ ruamel-yaml==0.18.6 # via hdx-python-utilities ruamel-yaml-clib==0.2.12 # via ruamel-yaml -setuptools==75.5.0 +setuptools==75.6.0 # via ckanapi shellingham==1.5.4 # via typer diff --git a/tests/test_main.py b/tests/test_main.py index b0bc6de9..bc08ded3 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -125,9 +125,7 @@ def pipelines(self, configuration, folder, themes_to_run): check.equal(count, 127) yield pipelines - @pytest.mark.parametrize( - "themes_to_run", [{"population": None}] - ) + @pytest.mark.parametrize("themes_to_run", [{"population": None}]) def test_population(self, configuration, folder, pipelines): session = pipelines.session count = session.scalar(select(func.count(DBDataset.hdx_id))) diff --git a/tests/test_population_hxltags.py b/tests/test_population_hxltags.py deleted file mode 100644 index 118abad1..00000000 --- a/tests/test_population_hxltags.py +++ /dev/null @@ -1,25 +0,0 @@ -from hapi.pipelines.database.population import ( - _validate_gender_and_age_range_hxl_tag, -) - - -def test_validate_hxl_tag(): - correct_hxl_tags = [ - "#population+total", - "#population+f+total", - "#population+age_5_12+total", - "#population+age_80_plus+total", - "#population+f+age_5_12", - "#population+f+age_80_plus", - ] - for hxl_tag in correct_hxl_tags: - assert _validate_gender_and_age_range_hxl_tag(hxl_tag=hxl_tag) - incorrect_hxl_tags = [ - "population+total", - "#population+nonsense", - "#population+f" "#population+total+f", - "#population+age_5_12+f" "#population+age_5_12", - "#population+age_5-12+total", - ] - for hxl_tag in incorrect_hxl_tags: - assert not _validate_gender_and_age_range_hxl_tag(hxl_tag) From 92d72ba182d2ae3675769969bdfb70863846a5e2 Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 16:01:47 -0500 Subject: [PATCH 6/7] Update changelog --- CHANGELOG.md | 6 ++++++ requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a283621..9c9e8558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.10.21] - 2024-11-21 + +### Changed + +- Updated population pipeline to read from global dataset + ## [0.10.20] - 2024-11-20 ### Changed diff --git a/requirements.txt b/requirements.txt index 189a1263..4229f2d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -156,9 +156,9 @@ pyasn1==0.6.1 # rsa pyasn1-modules==0.4.1 # via google-auth -pydantic==2.9.2 +pydantic==2.10.0 # via frictionless -pydantic-core==2.23.4 +pydantic-core==2.27.0 # via pydantic pygments==2.18.0 # via rich From cbe81e7f9739058f15bc0bf434b13ea745eb0dd6 Mon Sep 17 00:00:00 2001 From: Briar Date: Wed, 20 Nov 2024 20:46:11 -0500 Subject: [PATCH 7/7] Change to custom scraper --- src/hapi/pipelines/app/__main__.py | 1 - src/hapi/pipelines/app/pipelines.py | 13 +- src/hapi/pipelines/configs/population.yaml | 84 --------- src/hapi/pipelines/database/population.py | 162 +++++++++++------- ...csv => download-cod-population-admin0.csv} | 0 ...csv => download-cod-population-admin1.csv} | 0 ...csv => download-cod-population-admin2.csv} | 0 tests/test_main.py | 3 +- 8 files changed, 102 insertions(+), 161 deletions(-) delete mode 100755 src/hapi/pipelines/configs/population.yaml rename tests/fixtures/input/{population_national_cod_population_admin0.csv => download-cod-population-admin0.csv} (100%) rename tests/fixtures/input/{population_adminone_cod_population_admin1.csv => download-cod-population-admin1.csv} (100%) rename tests/fixtures/input/{population_admintwo_cod_population_admin2.csv => download-cod-population-admin2.csv} (100%) diff --git a/src/hapi/pipelines/app/__main__.py b/src/hapi/pipelines/app/__main__.py index c5bdb9a5..29936694 100755 --- a/src/hapi/pipelines/app/__main__.py +++ b/src/hapi/pipelines/app/__main__.py @@ -217,7 +217,6 @@ def main( "idps.yaml", "national_risk.yaml", "operational_presence.yaml", - "population.yaml", "refugees_and_returnees.yaml", "wfp.yaml", ] diff --git a/src/hapi/pipelines/app/pipelines.py b/src/hapi/pipelines/app/pipelines.py index 0fab7902..75f8768f 100644 --- a/src/hapi/pipelines/app/pipelines.py +++ b/src/hapi/pipelines/app/pipelines.py @@ -173,13 +173,6 @@ def _create_configurable_scrapers( current_scrapers + scraper_names ) - _create_configurable_scrapers("population", "national") - _create_configurable_scrapers( - "population", "adminone", adminlevel=self.adminone - ) - _create_configurable_scrapers( - "population", "admintwo", adminlevel=self.admintwo - ) _create_configurable_scrapers( "operational_presence", "admintwo", adminlevel=self.admintwo ) @@ -206,14 +199,12 @@ def run(self): def output_population(self): if not self.themes_to_run or "population" in self.themes_to_run: - results = self.runner.get_hapi_results( - self.configurable_scrapers["population"] - ) population = Population( session=self.session, metadata=self.metadata, admins=self.admins, - results=results, + configuration=self.configuration, + error_manager=self.error_manager, ) population.populate() diff --git a/src/hapi/pipelines/configs/population.yaml b/src/hapi/pipelines/configs/population.yaml deleted file mode 100755 index 8fd0a274..00000000 --- a/src/hapi/pipelines/configs/population.yaml +++ /dev/null @@ -1,84 +0,0 @@ -#Population config file - -population_default: - scrapers_with_defaults: - - "population_national" - - "population_adminone" - - "population_admintwo" - input: - - "#gender" - - "#age+range" - - "#age+min" - - "#age+max" - - "#population" - - "#date+year" - list: - - "#gender" - - "#age+range" - - "#age+min" - - "#age+max" - - "#population" - - "#date+year" - output: - - "#gender" - - "#age+range" - - "#age+min" - - "#age+max" - - "#population" - - "#date+year" - output_hxl: - - "#gender" - - "#age+range" - - "#age+min" - - "#age+max" - - "#population" - - "#date+year" - -population_national: - population_national: - dataset: "cod-ps-global" - resource: "cod_population_admin0.csv" - format: "csv" - use_hxl: True - admin: - - "#country+code" - -population_adminone: - population_adminone: - dataset: "cod-ps-global" - resource: "cod_population_admin1.csv" - format: "csv" - use_hxl: True - admin: - - ~ - - "#adm1+code" - input: - - "#adm1+name" - list: - - "#adm1+name" - output: - - "#adm1+name" - output_hxl: - - "#adm1+name" - -population_admintwo: - population_admintwo: - dataset: "cod-ps-global" - resource: "cod_population_admin2.csv" - format: "csv" - use_hxl: True - admin: - - ~ - - "#adm2+code" - input: - - "#adm1+name" - - "#adm2+name" - list: - - "#adm1+name" - - "#adm2+name" - output: - - "#adm1+name" - - "#adm2+name" - output_hxl: - - "#adm1+name" - - "#adm2+name" diff --git a/src/hapi/pipelines/database/population.py b/src/hapi/pipelines/database/population.py index 8b694639..4bdd1ca3 100644 --- a/src/hapi/pipelines/database/population.py +++ b/src/hapi/pipelines/database/population.py @@ -1,13 +1,15 @@ """Functions specific to the population theme.""" from logging import getLogger -from typing import Dict from hapi_schema.db_population import DBPopulation +from hdx.api.configuration import Configuration +from hdx.scraper.framework.utilities.reader import Read from hdx.utilities.dateparse import parse_date_range from sqlalchemy.orm import Session from ..utilities.batch_populate import batch_populate +from ..utilities.error_handling import ErrorManager from ..utilities.provider_admin_names import get_provider_name from . import admins from .base_uploader import BaseUploader @@ -22,74 +24,108 @@ def __init__( session: Session, metadata: Metadata, admins: admins.Admins, - results: Dict, + configuration: Configuration, + error_manager: ErrorManager, ): super().__init__(session) self._metadata = metadata self._admins = admins - self._results = results + self._configuration = configuration + self._error_manager = error_manager + + def get_admin2_ref(self, row, headers, dataset_name, admin_level): + countryiso3 = row[headers.index("#country+code")] + if admin_level == "national": + admin_code = countryiso3 + if admin_level == "adminone": + admin_code = row[headers.index("#adm1+code")] + if admin_level == "admintwo": + admin_code = row[headers.index("#adm2+code")] + admin2_code = admins.get_admin2_code_based_on_level( + admin_code=admin_code, admin_level=admin_level + ) + admin2_ref = self._admins.admin2_data.get(admin2_code) + if admin2_ref is None: + if admin_level == "adminone": + admin_code = admins.get_admin1_to_location_connector_code( + countryiso3 + ) + elif admin_level == "admintwo": + admin_code = admins.get_admin2_to_location_connector_code( + countryiso3 + ) + else: + return None + admin2_ref = self._admins.get_admin2_ref( + admin_level, + admin_code, + dataset_name, + "Population", + self._error_manager, + ) + return admin2_ref def populate(self) -> None: logger.info("Populating population table") - for dataset in self._results.values(): + reader = Read.get_reader("hdx") + dataset = reader.read_dataset("cod-ps-global", self._configuration) + self._metadata.add_dataset(dataset) + dataset_id = dataset["id"] + dataset_name = dataset["name"] + for resource in dataset.get_resources(): + resource_id = resource["id"] + resource_name = resource["name"] + admin_level = _get_admin_level(resource_name) + if not admin_level: + continue + self._metadata.add_resource(dataset_id, resource) + url = resource["url"] + headers, rows = reader.get_tabular_rows(url, headers=2) population_rows = [] - for admin_level, admin_results in dataset["results"].items(): - resource_id = admin_results["hapi_resource_metadata"]["hdx_id"] - hxl_tags = admin_results["headers"][1] - values = admin_results["values"] - admin_codes = values[0].keys() - for admin_code in admin_codes: - admin2_code = admins.get_admin2_code_based_on_level( - admin_code=admin_code, admin_level=admin_level - ) - for irow in range(len(values[0][admin_code])): - gender = values[hxl_tags.index("#gender")][admin_code][ - irow - ] - age_range = values[hxl_tags.index("#age+range")][ - admin_code - ][irow] - min_age = values[hxl_tags.index("#age+min")][ - admin_code - ][irow] - max_age = values[hxl_tags.index("#age+max")][ - admin_code - ][irow] - population = values[hxl_tags.index("#population")][ - admin_code - ][irow] - reference_year = values[hxl_tags.index("#date+year")][ - admin_code - ][irow] - time_period_range = parse_date_range( - reference_year, "%Y" - ) - provider_admin1_name = get_provider_name( - values, - "#adm1+name", - hxl_tags, - admin_code, - irow, - ) - provider_admin2_name = get_provider_name( - values, - "#adm2+name", - hxl_tags, - admin_code, - irow, - ) - population_row = dict( - resource_hdx_id=resource_id, - admin2_ref=self._admins.admin2_data[admin2_code], - provider_admin1_name=provider_admin1_name, - provider_admin2_name=provider_admin2_name, - gender=gender, - age_range=age_range, - min_age=min_age, - max_age=max_age, - population=int(population), - reference_period_start=time_period_range[0], - reference_period_end=time_period_range[1], - ) - population_rows.append(population_row) + for row in rows: + admin2_ref = self.get_admin2_ref( + row, headers, dataset_name, admin_level + ) + gender = row[headers.index("#gender")] + age_range = row[headers.index("#age+range")] + min_age = row[headers.index("#age+min")] + max_age = row[headers.index("#age+max")] + population = row[headers.index("#population")] + reference_year = row[headers.index("#date+year")] + time_period_range = parse_date_range(reference_year, "%Y") + provider_admin1_name = get_provider_name( + row, + "#adm1+name", + headers, + ) + provider_admin2_name = get_provider_name( + row, + "#adm2+name", + headers, + ) + population_row = dict( + resource_hdx_id=resource_id, + admin2_ref=admin2_ref, + provider_admin1_name=provider_admin1_name, + provider_admin2_name=provider_admin2_name, + gender=gender, + age_range=age_range, + min_age=min_age, + max_age=max_age, + population=int(population), + reference_period_start=time_period_range[0], + reference_period_end=time_period_range[1], + ) + population_rows.append(population_row) batch_populate(population_rows, self._session, DBPopulation) + + +def _get_admin_level(resource_name: str) -> str or None: + admin_level = resource_name.split(".")[0][-1] + if admin_level == "0": + return "national" + if admin_level == "1": + return "adminone" + if admin_level == "2": + return "admintwo" + return None diff --git a/tests/fixtures/input/population_national_cod_population_admin0.csv b/tests/fixtures/input/download-cod-population-admin0.csv similarity index 100% rename from tests/fixtures/input/population_national_cod_population_admin0.csv rename to tests/fixtures/input/download-cod-population-admin0.csv diff --git a/tests/fixtures/input/population_adminone_cod_population_admin1.csv b/tests/fixtures/input/download-cod-population-admin1.csv similarity index 100% rename from tests/fixtures/input/population_adminone_cod_population_admin1.csv rename to tests/fixtures/input/download-cod-population-admin1.csv diff --git a/tests/fixtures/input/population_admintwo_cod_population_admin2.csv b/tests/fixtures/input/download-cod-population-admin2.csv similarity index 100% rename from tests/fixtures/input/population_admintwo_cod_population_admin2.csv rename to tests/fixtures/input/download-cod-population-admin2.csv diff --git a/tests/test_main.py b/tests/test_main.py index bc08ded3..be32805f 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -55,7 +55,6 @@ def configuration(self): "idps.yaml", "national_risk.yaml", "operational_presence.yaml", - "population.yaml", "refugees_and_returnees.yaml", "wfp.yaml", ] @@ -135,7 +134,7 @@ def test_population(self, configuration, folder, pipelines): count = session.scalar( select(func.count(DBPopulation.resource_hdx_id)) ) - check.equal(count, 61115) + check.equal(count, 62537) @pytest.mark.parametrize( "themes_to_run", [{"operational_presence": ("AFG", "MLI", "NGA")}]